@charset "UTF-8";
:root {
  --ff-i: "Inter", sans-serif;
  --ff-m: "Montserrat", sans-serif;
  --ff-j: "Jost", sans-serif;
  --fw-light: 300;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-extrabold: 800;
  --fs-xxxl: 48px;
  --fs-xxl: 37px;
  --fs-xl: 31px;
  --fs-lg: 20px;
  --fs-normal: 17px;
  --fs-md: 15px;
  --fs-sm: 15px;
  --fs-xs: 15px;
  --fs-xxs: 15px;
  --color-black: #25272f;
  --color-red: #ea4e4f;
  --color-blue: #2f2bd8;
  --color-green: #049c04;
  --color-white: white;
  --color-red-blue: #905b77;
  --color-blue_light: #f6f6fe;
  --color-red_light: #fff2f4;
  --color-gray: #f6f6f6;
  --color-gray_light: #f7f7f7;
  --color-black-rgb: 37, 39, 47;
  --color-red-rgb: 234, 78, 79;
  --color-blue-rgb: 47, 43, 216;
  --color-white-rgb: 255, 255, 255;
  --section-padding-y: 90px;
  --container-padding: 60px;
  --bs-border-radius: 4px;
}
@media screen and (max-width: 1199.98px) {
  :root {
    --fs-xxxl: 44px;
    --fs-xxl: 33px;
    --fs-xl: 29px;
    --fs-lg: 18px;
    --fs-normal: 16px;
    --fs-md: 14px;
    --fs-sm: 14px;
    --fs-xs: 14px;
    --fs-xxs: 14px;
    --section-padding-y: 75px;
  }
}
@media screen and (max-width: 991.98px) {
  :root {
    --fs-xxxl: 44px;
    --fs-xxl: 33px;
    --fs-xl: 29px;
    --fs-lg: 18px;
    --fs-normal: 16px;
    --fs-md: 14px;
    --fs-sm: 14px;
    --fs-xs: 14px;
    --fs-xxs: 14px;
    --section-padding-y: 75px;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    --fs-xxxl: 40px;
    --fs-xxl: 31px;
    --fs-xl: 26px;
    --fs-lg: 17px;
    --fs-normal: 15px;
    --fs-md: 13px;
    --fs-sm: 13px;
    --fs-xs: 13px;
    --fs-xxs: 13px;
    --section-padding-y: 60px;
  }
}
@media screen and (max-width: 575.98px) {
  :root {
    --fs-xxxl: 40px;
    --fs-xxl: 31px;
    --fs-xl: 26px;
    --fs-lg: 17px;
    --fs-normal: 15px;
    --fs-md: 13px;
    --fs-sm: 13px;
    --fs-xs: 13px;
    --fs-xxs: 13px;
    --section-padding-y: 60px;
  }
}
.b-white {
  background-color: white;
  color: var(--color-black);
}
.b-red {
  background-color: var(--color-red);
  color: var(--color-white);
}
.b-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
}
.b-blue_light {
  background-color: var(--color-blue_light);
  color: var(--color-black);
}
.b-red_light {
  background-color: var(--color-red_light);
  color: var(--color-black);
}
.b-gray {
  background-color: var(--color-gray);
}
.b-gray_light {
  background-color: var(--color-gray_light);
}
a {
  color: inherit;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.t-red {
  color: var(--color-red) !important;
}
.t-green {
  color: var(--color-green) !important;
}
.t-blue {
  color: var(--color-blue) !important;
}
.t-white {
  color: var(--color-white) !important;
}
.t-black {
  color: var(--color-black) !important;
}
.t-red-blue {
  color: var(--color-red-blue) !important;
}
.t-gray {
  color: var(--color-gray) !important;
}
body {
  font-family: "Jost", sans-serif;
}
.pointer {
  cursor: pointer !important;
}
.ff-j {
  font-family: "Jost", sans-serif;
}
.ff-i {
  font-family: "Inter", sans-serif;
}
.ff-m {
  font-family: "Montserrat", sans-serif;
}
.fw-italic {
  font-style: italic;
}
.fw-light {
  font-weight: 300;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-extrabold {
  font-weight: 800;
}
.fs-xxxl {
  font-size: var(--fs-xxxl);
}
.fs-xxl {
  font-size: var(--fs-xxl);
}
.fs-xl {
  font-size: var(--fs-xl);
}
.fs-lg {
  font-size: var(--fs-lg);
}
.fs-normal {
  font-size: var(--fs-normal);
}
.fs-md {
  font-size: var(--fs-md);
}
.fs-sm {
  font-size: var(--fs-sm);
}
.fs-xs {
  font-size: var(--fs-xs);
}
.fs-xxs {
  font-size: var(--fs-xxs);
}
.fs-6 {
  font-size: 6px;
}
.fs-7 {
  font-size: 7px;
}
.fs-8 {
  font-size: 8px;
}
.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-21 {
  font-size: 21px;
}
.fs-22 {
  font-size: 22px;
}
.fs-23 {
  font-size: 23px;
}
.fs-24 {
  font-size: 24px;
}
.fs-25 {
  font-size: 25px;
}
.fs-26 {
  font-size: 26px;
}
.fs-27 {
  font-size: 27px;
}
.fs-28 {
  font-size: 28px;
}
.fs-29 {
  font-size: 29px;
}
.fs-30 {
  font-size: 30px;
}
.fs-31 {
  font-size: 31px;
}
.fs-32 {
  font-size: 32px;
}
.fs-33 {
  font-size: 33px;
}
.fs-34 {
  font-size: 34px;
}
.fs-35 {
  font-size: 35px;
}
.fs-36 {
  font-size: 36px;
}
.fs-37 {
  font-size: 37px;
}
.fs-38 {
  font-size: 38px;
}
.fs-39 {
  font-size: 39px;
}
.fs-40 {
  font-size: 40px;
}
.fs-41 {
  font-size: 41px;
}
.fs-42 {
  font-size: 42px;
}
.fs-43 {
  font-size: 43px;
}
.fs-44 {
  font-size: 44px;
}
.fs-45 {
  font-size: 45px;
}
.fs-46 {
  font-size: 46px;
}
.fs-47 {
  font-size: 47px;
}
.fs-48 {
  font-size: 48px;
}
.fs-49 {
  font-size: 49px;
}
.fs-50 {
  font-size: 50px;
}
.fs-51 {
  font-size: 51px;
}
.fs-52 {
  font-size: 52px;
}
.fs-53 {
  font-size: 53px;
}
.fs-54 {
  font-size: 54px;
}
.fs-55 {
  font-size: 55px;
}
.fs-56 {
  font-size: 56px;
}
.fs-57 {
  font-size: 57px;
}
.fs-58 {
  font-size: 58px;
}
.fs-59 {
  font-size: 59px;
}
.fs-60 {
  font-size: 60px;
}
.fs-61 {
  font-size: 61px;
}
.fs-62 {
  font-size: 62px;
}
.fs-63 {
  font-size: 63px;
}
.fs-64 {
  font-size: 64px;
}
.fs-65 {
  font-size: 65px;
}
.fs-66 {
  font-size: 66px;
}
.fs-67 {
  font-size: 67px;
}
.fs-68 {
  font-size: 68px;
}
.fs-69 {
  font-size: 69px;
}
.fs-70 {
  font-size: 70px;
}
.fs-71 {
  font-size: 71px;
}
.fs-72 {
  font-size: 72px;
}
@media (min-width: 576px) {
  .fs-sm-6 {
    font-size: 6px;
  }
  .fs-sm-7 {
    font-size: 7px;
  }
  .fs-sm-8 {
    font-size: 8px;
  }
  .fs-sm-9 {
    font-size: 9px;
  }
  .fs-sm-10 {
    font-size: 10px;
  }
  .fs-sm-11 {
    font-size: 11px;
  }
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-sm-13 {
    font-size: 13px;
  }
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-15 {
    font-size: 15px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-17 {
    font-size: 17px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
  .fs-sm-19 {
    font-size: 19px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-21 {
    font-size: 21px;
  }
  .fs-sm-22 {
    font-size: 22px;
  }
  .fs-sm-23 {
    font-size: 23px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fs-sm-25 {
    font-size: 25px;
  }
  .fs-sm-26 {
    font-size: 26px;
  }
  .fs-sm-27 {
    font-size: 27px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
  .fs-sm-29 {
    font-size: 29px;
  }
  .fs-sm-30 {
    font-size: 30px;
  }
  .fs-sm-31 {
    font-size: 31px;
  }
  .fs-sm-32 {
    font-size: 32px;
  }
  .fs-sm-33 {
    font-size: 33px;
  }
  .fs-sm-34 {
    font-size: 34px;
  }
  .fs-sm-35 {
    font-size: 35px;
  }
  .fs-sm-36 {
    font-size: 36px;
  }
  .fs-sm-37 {
    font-size: 37px;
  }
  .fs-sm-38 {
    font-size: 38px;
  }
  .fs-sm-39 {
    font-size: 39px;
  }
  .fs-sm-40 {
    font-size: 40px;
  }
  .fs-sm-41 {
    font-size: 41px;
  }
  .fs-sm-42 {
    font-size: 42px;
  }
  .fs-sm-43 {
    font-size: 43px;
  }
  .fs-sm-44 {
    font-size: 44px;
  }
  .fs-sm-45 {
    font-size: 45px;
  }
  .fs-sm-46 {
    font-size: 46px;
  }
  .fs-sm-47 {
    font-size: 47px;
  }
  .fs-sm-48 {
    font-size: 48px;
  }
  .fs-sm-49 {
    font-size: 49px;
  }
  .fs-sm-50 {
    font-size: 50px;
  }
  .fs-sm-51 {
    font-size: 51px;
  }
  .fs-sm-52 {
    font-size: 52px;
  }
  .fs-sm-53 {
    font-size: 53px;
  }
  .fs-sm-54 {
    font-size: 54px;
  }
  .fs-sm-55 {
    font-size: 55px;
  }
  .fs-sm-56 {
    font-size: 56px;
  }
  .fs-sm-57 {
    font-size: 57px;
  }
  .fs-sm-58 {
    font-size: 58px;
  }
  .fs-sm-59 {
    font-size: 59px;
  }
  .fs-sm-60 {
    font-size: 60px;
  }
  .fs-sm-61 {
    font-size: 61px;
  }
  .fs-sm-62 {
    font-size: 62px;
  }
  .fs-sm-63 {
    font-size: 63px;
  }
  .fs-sm-64 {
    font-size: 64px;
  }
  .fs-sm-65 {
    font-size: 65px;
  }
  .fs-sm-66 {
    font-size: 66px;
  }
  .fs-sm-67 {
    font-size: 67px;
  }
  .fs-sm-68 {
    font-size: 68px;
  }
  .fs-sm-69 {
    font-size: 69px;
  }
  .fs-sm-70 {
    font-size: 70px;
  }
  .fs-sm-71 {
    font-size: 71px;
  }
  .fs-sm-72 {
    font-size: 72px;
  }
}
@media (min-width: 768px) {
  .fs-md-6 {
    font-size: 6px;
  }
  .fs-md-7 {
    font-size: 7px;
  }
  .fs-md-8 {
    font-size: 8px;
  }
  .fs-md-9 {
    font-size: 9px;
  }
  .fs-md-10 {
    font-size: 10px;
  }
  .fs-md-11 {
    font-size: 11px;
  }
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-15 {
    font-size: 15px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-17 {
    font-size: 17px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .fs-md-19 {
    font-size: 19px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-21 {
    font-size: 21px;
  }
  .fs-md-22 {
    font-size: 22px;
  }
  .fs-md-23 {
    font-size: 23px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-25 {
    font-size: 25px;
  }
  .fs-md-26 {
    font-size: 26px;
  }
  .fs-md-27 {
    font-size: 27px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fs-md-29 {
    font-size: 29px;
  }
  .fs-md-30 {
    font-size: 30px;
  }
  .fs-md-31 {
    font-size: 31px;
  }
  .fs-md-32 {
    font-size: 32px;
  }
  .fs-md-33 {
    font-size: 33px;
  }
  .fs-md-34 {
    font-size: 34px;
  }
  .fs-md-35 {
    font-size: 35px;
  }
  .fs-md-36 {
    font-size: 36px;
  }
  .fs-md-37 {
    font-size: 37px;
  }
  .fs-md-38 {
    font-size: 38px;
  }
  .fs-md-39 {
    font-size: 39px;
  }
  .fs-md-40 {
    font-size: 40px;
  }
  .fs-md-41 {
    font-size: 41px;
  }
  .fs-md-42 {
    font-size: 42px;
  }
  .fs-md-43 {
    font-size: 43px;
  }
  .fs-md-44 {
    font-size: 44px;
  }
  .fs-md-45 {
    font-size: 45px;
  }
  .fs-md-46 {
    font-size: 46px;
  }
  .fs-md-47 {
    font-size: 47px;
  }
  .fs-md-48 {
    font-size: 48px;
  }
  .fs-md-49 {
    font-size: 49px;
  }
  .fs-md-50 {
    font-size: 50px;
  }
  .fs-md-51 {
    font-size: 51px;
  }
  .fs-md-52 {
    font-size: 52px;
  }
  .fs-md-53 {
    font-size: 53px;
  }
  .fs-md-54 {
    font-size: 54px;
  }
  .fs-md-55 {
    font-size: 55px;
  }
  .fs-md-56 {
    font-size: 56px;
  }
  .fs-md-57 {
    font-size: 57px;
  }
  .fs-md-58 {
    font-size: 58px;
  }
  .fs-md-59 {
    font-size: 59px;
  }
  .fs-md-60 {
    font-size: 60px;
  }
  .fs-md-61 {
    font-size: 61px;
  }
  .fs-md-62 {
    font-size: 62px;
  }
  .fs-md-63 {
    font-size: 63px;
  }
  .fs-md-64 {
    font-size: 64px;
  }
  .fs-md-65 {
    font-size: 65px;
  }
  .fs-md-66 {
    font-size: 66px;
  }
  .fs-md-67 {
    font-size: 67px;
  }
  .fs-md-68 {
    font-size: 68px;
  }
  .fs-md-69 {
    font-size: 69px;
  }
  .fs-md-70 {
    font-size: 70px;
  }
  .fs-md-71 {
    font-size: 71px;
  }
  .fs-md-72 {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .fs-lg-6 {
    font-size: 6px;
  }
  .fs-lg-7 {
    font-size: 7px;
  }
  .fs-lg-8 {
    font-size: 8px;
  }
  .fs-lg-9 {
    font-size: 9px;
  }
  .fs-lg-10 {
    font-size: 10px;
  }
  .fs-lg-11 {
    font-size: 11px;
  }
  .fs-lg-12 {
    font-size: 12px;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-15 {
    font-size: 15px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-17 {
    font-size: 17px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-19 {
    font-size: 19px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-21 {
    font-size: 21px;
  }
  .fs-lg-22 {
    font-size: 22px;
  }
  .fs-lg-23 {
    font-size: 23px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-25 {
    font-size: 25px;
  }
  .fs-lg-26 {
    font-size: 26px;
  }
  .fs-lg-27 {
    font-size: 27px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .fs-lg-29 {
    font-size: 29px;
  }
  .fs-lg-30 {
    font-size: 30px;
  }
  .fs-lg-31 {
    font-size: 31px;
  }
  .fs-lg-32 {
    font-size: 32px;
  }
  .fs-lg-33 {
    font-size: 33px;
  }
  .fs-lg-34 {
    font-size: 34px;
  }
  .fs-lg-35 {
    font-size: 35px;
  }
  .fs-lg-36 {
    font-size: 36px;
  }
  .fs-lg-37 {
    font-size: 37px;
  }
  .fs-lg-38 {
    font-size: 38px;
  }
  .fs-lg-39 {
    font-size: 39px;
  }
  .fs-lg-40 {
    font-size: 40px;
  }
  .fs-lg-41 {
    font-size: 41px;
  }
  .fs-lg-42 {
    font-size: 42px;
  }
  .fs-lg-43 {
    font-size: 43px;
  }
  .fs-lg-44 {
    font-size: 44px;
  }
  .fs-lg-45 {
    font-size: 45px;
  }
  .fs-lg-46 {
    font-size: 46px;
  }
  .fs-lg-47 {
    font-size: 47px;
  }
  .fs-lg-48 {
    font-size: 48px;
  }
  .fs-lg-49 {
    font-size: 49px;
  }
  .fs-lg-50 {
    font-size: 50px;
  }
  .fs-lg-51 {
    font-size: 51px;
  }
  .fs-lg-52 {
    font-size: 52px;
  }
  .fs-lg-53 {
    font-size: 53px;
  }
  .fs-lg-54 {
    font-size: 54px;
  }
  .fs-lg-55 {
    font-size: 55px;
  }
  .fs-lg-56 {
    font-size: 56px;
  }
  .fs-lg-57 {
    font-size: 57px;
  }
  .fs-lg-58 {
    font-size: 58px;
  }
  .fs-lg-59 {
    font-size: 59px;
  }
  .fs-lg-60 {
    font-size: 60px;
  }
  .fs-lg-61 {
    font-size: 61px;
  }
  .fs-lg-62 {
    font-size: 62px;
  }
  .fs-lg-63 {
    font-size: 63px;
  }
  .fs-lg-64 {
    font-size: 64px;
  }
  .fs-lg-65 {
    font-size: 65px;
  }
  .fs-lg-66 {
    font-size: 66px;
  }
  .fs-lg-67 {
    font-size: 67px;
  }
  .fs-lg-68 {
    font-size: 68px;
  }
  .fs-lg-69 {
    font-size: 69px;
  }
  .fs-lg-70 {
    font-size: 70px;
  }
  .fs-lg-71 {
    font-size: 71px;
  }
  .fs-lg-72 {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .fs-xl-6 {
    font-size: 6px;
  }
  .fs-xl-7 {
    font-size: 7px;
  }
  .fs-xl-8 {
    font-size: 8px;
  }
  .fs-xl-9 {
    font-size: 9px;
  }
  .fs-xl-10 {
    font-size: 10px;
  }
  .fs-xl-11 {
    font-size: 11px;
  }
  .fs-xl-12 {
    font-size: 12px;
  }
  .fs-xl-13 {
    font-size: 13px;
  }
  .fs-xl-14 {
    font-size: 14px;
  }
  .fs-xl-15 {
    font-size: 15px;
  }
  .fs-xl-16 {
    font-size: 16px;
  }
  .fs-xl-17 {
    font-size: 17px;
  }
  .fs-xl-18 {
    font-size: 18px;
  }
  .fs-xl-19 {
    font-size: 19px;
  }
  .fs-xl-20 {
    font-size: 20px;
  }
  .fs-xl-21 {
    font-size: 21px;
  }
  .fs-xl-22 {
    font-size: 22px;
  }
  .fs-xl-23 {
    font-size: 23px;
  }
  .fs-xl-24 {
    font-size: 24px;
  }
  .fs-xl-25 {
    font-size: 25px;
  }
  .fs-xl-26 {
    font-size: 26px;
  }
  .fs-xl-27 {
    font-size: 27px;
  }
  .fs-xl-28 {
    font-size: 28px;
  }
  .fs-xl-29 {
    font-size: 29px;
  }
  .fs-xl-30 {
    font-size: 30px;
  }
  .fs-xl-31 {
    font-size: 31px;
  }
  .fs-xl-32 {
    font-size: 32px;
  }
  .fs-xl-33 {
    font-size: 33px;
  }
  .fs-xl-34 {
    font-size: 34px;
  }
  .fs-xl-35 {
    font-size: 35px;
  }
  .fs-xl-36 {
    font-size: 36px;
  }
  .fs-xl-37 {
    font-size: 37px;
  }
  .fs-xl-38 {
    font-size: 38px;
  }
  .fs-xl-39 {
    font-size: 39px;
  }
  .fs-xl-40 {
    font-size: 40px;
  }
  .fs-xl-41 {
    font-size: 41px;
  }
  .fs-xl-42 {
    font-size: 42px;
  }
  .fs-xl-43 {
    font-size: 43px;
  }
  .fs-xl-44 {
    font-size: 44px;
  }
  .fs-xl-45 {
    font-size: 45px;
  }
  .fs-xl-46 {
    font-size: 46px;
  }
  .fs-xl-47 {
    font-size: 47px;
  }
  .fs-xl-48 {
    font-size: 48px;
  }
  .fs-xl-49 {
    font-size: 49px;
  }
  .fs-xl-50 {
    font-size: 50px;
  }
  .fs-xl-51 {
    font-size: 51px;
  }
  .fs-xl-52 {
    font-size: 52px;
  }
  .fs-xl-53 {
    font-size: 53px;
  }
  .fs-xl-54 {
    font-size: 54px;
  }
  .fs-xl-55 {
    font-size: 55px;
  }
  .fs-xl-56 {
    font-size: 56px;
  }
  .fs-xl-57 {
    font-size: 57px;
  }
  .fs-xl-58 {
    font-size: 58px;
  }
  .fs-xl-59 {
    font-size: 59px;
  }
  .fs-xl-60 {
    font-size: 60px;
  }
  .fs-xl-61 {
    font-size: 61px;
  }
  .fs-xl-62 {
    font-size: 62px;
  }
  .fs-xl-63 {
    font-size: 63px;
  }
  .fs-xl-64 {
    font-size: 64px;
  }
  .fs-xl-65 {
    font-size: 65px;
  }
  .fs-xl-66 {
    font-size: 66px;
  }
  .fs-xl-67 {
    font-size: 67px;
  }
  .fs-xl-68 {
    font-size: 68px;
  }
  .fs-xl-69 {
    font-size: 69px;
  }
  .fs-xl-70 {
    font-size: 70px;
  }
  .fs-xl-71 {
    font-size: 71px;
  }
  .fs-xl-72 {
    font-size: 72px;
  }
}
figure {
  margin-bottom: 0;
}
.figure-img {
  margin-bottom: 0;
}
.figure-caption {
  color: var(--color-black);
  font-size: var(--fs-md);
  margin-top: 14px;
}
@media (min-width: 1685px) {
  #image img {
    max-width: 1684px;
  }
}
section li, section ol {
  padding-top: 8px;
}
body {
  font-size: var(--fs-normal);
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.no-decoration {
  text-decoration: none;
}
a.no-decoration:hover {
  text-decoration: underline;
}
h2 {
  font-size: var(--fs-xxxl);
  font-weight: bold;
  font-family: var(--ff-i);
  margin-bottom: 14px;
}
h3 {
  font-size: var(--fs-xl);
  font-family: var(--ff-i);
  font-weight: bold;
  margin-bottom: 14px;
}
p:last-of-type + h1 {
  padding-top: 24px;
}
p:last-of-type + h2, p:last-of-type + h3 {
  padding-top: 18px;
}
p:last-of-type + h4, p:last-of-type + h5 {
  padding-top: 16px;
}
section.section-light a {
  color: var(--color-blue);
}
p:last-of-type {
  margin-bottom: 0;
}
.p-c {
  padding-left: var(--container-padding) !important;
  padding-right: var(--container-padding) !important;
}
.ps-c {
  padding-left: var(--container-padding) !important;
}
.pe-c {
  padding-right: var(--container-padding) !important;
}
.p-c-2 {
  padding-left: calc(var(--container-padding) * 2) !important;
  padding-right: calc(var(--container-padding) * 2) !important;
}
.ps-c-2 {
  padding-left: calc(var(--container-padding) * 2) !important;
}
.pe-c-2 {
  padding-right: calc(var(--container-padding) * 2) !important;
}
.p-c-3 {
  padding-left: calc(var(--container-padding) * 3) !important;
  padding-right: calc(var(--container-padding) * 3) !important;
}
.ps-c-3 {
  padding-left: calc(var(--container-padding) * 3) !important;
}
.pe-c-3 {
  padding-right: calc(var(--container-padding) * 3) !important;
}
.p-c-4 {
  padding-left: calc(var(--container-padding) * 4) !important;
  padding-right: calc(var(--container-padding) * 4) !important;
}
.ps-c-4 {
  padding-left: calc(var(--container-padding) * 4) !important;
}
.pe-c-4 {
  padding-right: calc(var(--container-padding) * 4) !important;
}
.p-6, .px-6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.p-6, .py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.ps-6 {
  padding-left: 5rem !important;
}
.pe-6 {
  padding-right: 5rem !important;
}
.pt-6 {
  padding-top: 5rem !important;
}
.pb-6 {
  padding-bottom: 5rem !important;
}
@media (min-width: 576px) {
  .p-sm-c {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }
  .ps-sm-c {
    padding-left: var(--container-padding) !important;
  }
  .pe-sm-c {
    padding-right: var(--container-padding) !important;
  }
  .p-sm-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .ps-sm-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
  }
  .pe-sm-c-2 {
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .p-sm-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .ps-sm-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
  }
  .pe-sm-c-3 {
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .p-sm-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .ps-sm-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
  }
  .pe-sm-c-4 {
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .p-sm-6, .px-sm-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-sm-6, .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-c {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }
  .ps-md-c {
    padding-left: var(--container-padding) !important;
  }
  .pe-md-c {
    padding-right: var(--container-padding) !important;
  }
  .p-md-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .ps-md-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
  }
  .pe-md-c-2 {
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .p-md-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .ps-md-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
  }
  .pe-md-c-3 {
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .p-md-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .ps-md-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
  }
  .pe-md-c-4 {
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .p-md-6, .px-md-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-md-6, .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-c {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }
  .ps-lg-c {
    padding-left: var(--container-padding) !important;
  }
  .pe-lg-c {
    padding-right: var(--container-padding) !important;
  }
  .p-lg-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .ps-lg-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
  }
  .pe-lg-c-2 {
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .p-lg-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .ps-lg-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
  }
  .pe-lg-c-3 {
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .p-lg-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .ps-lg-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
  }
  .pe-lg-c-4 {
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .p-lg-6, .px-lg-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-lg-6, .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-c {
    padding-left: var(--container-padding) !important;
    padding-right: var(--container-padding) !important;
  }
  .ps-xl-c {
    padding-left: var(--container-padding) !important;
  }
  .pe-xl-c {
    padding-right: var(--container-padding) !important;
  }
  .p-xl-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .ps-xl-c-2 {
    padding-left: calc(var(--container-padding) * 2) !important;
  }
  .pe-xl-c-2 {
    padding-right: calc(var(--container-padding) * 2) !important;
  }
  .p-xl-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .ps-xl-c-3 {
    padding-left: calc(var(--container-padding) * 3) !important;
  }
  .pe-xl-c-3 {
    padding-right: calc(var(--container-padding) * 3) !important;
  }
  .p-xl-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .ps-xl-c-4 {
    padding-left: calc(var(--container-padding) * 4) !important;
  }
  .pe-xl-c-4 {
    padding-right: calc(var(--container-padding) * 4) !important;
  }
  .p-xl-6, .px-xl-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-xl-6, .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
}
.g-6, .gx-6 {
  --bs-gutter-x: 4rem;
}
.g-6, .gy-6 {
  --bs-gutter-y: 4rem;
}
.g-7, .gx-7 {
  --bs-gutter-x: 5rem;
}
.g-7, .gy-7 {
  --bs-gutter-y: 5rem;
}
section, article {
  padding: var(--section-padding-y) 0;
  position: relative;
}
section .mask, article .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section > .mask + *, article > .mask + * {
  z-index: 5;
  position: relative;
}
section.section-blue, article.section-blue {
  background: var(--color-blue);
  background: linear-gradient(71deg, rgba(var(--color-blue-rgb), 1) 0%, rgba(var(--color-blue-rgb), 1) 100%);
  color: white;
}
section.section-blue_light, article.section-blue_light {
  background: var(--color-blue_light);
}
section.section-pink, article.section-pink {
  background-color: rgba(var(--color-red-rgb), 0.1);
}
.section-light + .section-light, .section-blue + .section-blue {
  padding-top: 0;
}
.section-padding {
  padding: var(--section-padding-y) 0 !important;
}
body:not(.home) section:first-of-type {
  padding-top: var(--container-padding);
}
.ratio-3x4 {
  --bs-aspect-ratio: 125%;
}
section:first-of-type h2:first-of-type {
  font-weight: var(--fw-semibold);
  margin-bottom: 24px;
}
section:first-of-type h2:first-of-type + .page_content {
  margin-top: 0;
}
.container-fluid {
  max-width: 1900px;
}
.sticky-top {
  top: 70px;
  z-index: unset !important;
}
:root {
  --swiper-theme-color: var(--color-red);
  --swiper-pagination-bullet-inactive-color: var(--color-red);
  --swiper-button-bg: var(--color-red-rgb);
  --swiper-pagination-mt: 48px;
  --swiper-navigation-top-offset: calc(50% - (var(--swiper-pagination-mt) / 2) - 25px);
}
@media (max-width: 767.98px) {
  :root {
    --swiper-navigation-top-offset: 100%;
  }
}
.swiper-blue {
  --swiper-theme-color: var(--color-blue);
  --swiper-pagination-bullet-inactive-color: var(--color-blue);
  --swiper-button-bg: var(--color-blue-rgb);
}
.swiper-light {
  --swiper-theme-color: var(--color-blue);
  --swiper-pagination-bullet-inactive-color: var(--color-blue);
  --swiper-button-bg: var(--color-blue-rgb);
}
.swiper-navigation-center {
  --swiper-navigation-top-offset: calc(50% - 12px);
}
@media (max-width: 767.98px) {
  .swiper-navigation-center {
    --swiper-navigation-top-offset: 100%;
  }
}
.swiper-container {
  padding: 0;
  width: 100% !important;
}
@media (min-width: 768px) {
  .swiper-container {
    padding: 0 100px;
  }
}
.swiper-pagination {
  position: static;
  margin-top: var(--swiper-pagination-mt);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.swiper-button-next, .swiper-button-prev {
  height: 50px;
  width: 50px;
  background: rgba(var(--swiper-button-bg), 0.15);
  transition: all 0.5s;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: rgba(var(--swiper-button-bg), 0.5);
}
.swiper-button-next {
  right: 0px;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-pagination-bullet {
  margin: 0 5px !important;
}
@media (min-width: 768px) {
  .swiper-pagination-bullet {
    margin: 0 20px !important;
  }
}
.swiper-slide {
  height: auto;
}
.accordion {
  --bs-accordion-color: var(--color-black);
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-radius: 0px;
  --bs-accordion-inner-border-radius: 0px;
  --bs-accordion-btn-color:  var(--color-black);
  --bs-accordion-btn-icon-width: 12px;
  --bs-accordion-btn-focus-border-color: var(--color-black);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-color:  var(--color-black);
  --bs-accordion-active-bg: transparent !important;
}
.accordion .accordion-item {
  border: none;
  border-top: 1px solid var(--color-black);
}
.accordion .accordion-item button {
  border-bottom: none !important;
}
.accordion .accordion-header:hover {
  text-decoration: underline;
}
.breadcrumbs {
  background-color: rgba(var(--color-blue-rgb), 0.05);
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb_last {
  font-weight: var(--fw-medium);
}
.btn {
  border-radius: 20px;
  font-weight: normal;
  font-size: var(--fs-normal);
  padding: 6px 32px;
  transition: all 0.5s;
}
.btn:hover {
  text-decoration: none !important;
}
.btn.btn-red {
  background-color: var(--color-red);
  color: var(--color-white);
  border: 1px solid var(--color-red);
}
.btn.btn-red:hover {
  background-color: var(--color-white);
  color: var(--color-red);
}
.btn.btn-white {
  background-color: var(--color-white);
  color: var(--color-blue);
  border: 1px solid var(--color-white);
}
.btn.btn-white:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.btn.btn-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
  border: 1px solid var(--color-blue);
}
.btn.btn-blue:hover {
  background-color: transparent;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}
.btn.btn-blue-light {
  background-color: transparent;
  color: var(--color-blue);
  border: 1px solid var(--color-blue);
}
.btn.btn-blue-light:hover {
  background-color: var(--color-blue);
  color: white;
  border: 1px solid var(--color-blue);
}
section#footer {
  line-height: 200%;
}
footer {
  position: relative;
}
footer .no-decoration:hover {
  text-decoration: none !important;
}
footer i {
  transition: all 0.5s;
}
footer i:hover {
  color: var(--color-red);
}
footer .mask {
  position: absolute;
  background: var(--color-blue) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  height: 300px;
  width: 350px;
  left: -50px;
  bottom: 0;
  filter: blur(50px);
  border-radius: 50%;
}
@media (min-width: 992px) {
  footer .mask {
    left: -50px;
    bottom: -50px;
  }
}
.btn:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: var(--bs-border-color);
}
.form-check-input {
  height: 22px;
  width: 22px;
}
.form-check-label {
  position: relative;
  top: 3px;
  padding-left: 8px;
}
.form-check-input:checked {
  background-color: var(--color-white);
  border-color: var(--bs-border-color);
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232F2BD8' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

select {
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
  background: transparent;
  font-family: var(--ff-i);
  padding: 8px;
  font-size: var(--fs-sm);
  background-position: right 10px center;
}
/* Stylizace obalu pro vlastní checkbox */
.woocommerce-form__label-for-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  /* Místo pro umístění vlastního checkboxu */
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
}
/* Skrytí původního checkboxu */
.woocommerce-form__input-checkbox {
  opacity: 0;
  /* Skryjeme, ale ne display: none pro zachování funkčnosti */
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
}
/* Vytvoření boxu pro vlastní checkbox */
.woocommerce-form__label-for-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 4px;
}
/* Vytvoření zatržení pro vlastní checkbox */
.woocommerce-form__input-checkbox:checked + span:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 6px;
  height: 11px;
  border: solid var(--color-blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-row {
  transition: all 0.5s;
  position: relative;
  padding: 0px !important;
  margin-bottom: 8px !important;
}
.form-row label:not(.checkbox) {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: var(--fs-normal);
  color: rgba(var(--color-black-rgb), 0.7);
  transition: all 0.2s;
}
.form-row input, .form-row select, .form-row textarea {
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 4px !important;
  padding: 8px !important;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  border-color: var(--color-blue) !important;
}
.form-row input, .form-row textarea {
  padding-top: 20px !important;
}
.form-row .required {
  font-weight: normal !important;
  color: inherit !important;
}
.form-row.floating label:not(.checkbox) {
  top: 2px;
  font-size: 12px;
}
.form-row#billing_country_field label:not(.checkbox), .form-row#shipping_country_field label:not(.checkbox) {
  position: static;
}
label[for="billing_country"] {
  font-size: 12px;
}
.select2-container--default .select2-selection--single, .select2-dropdown {
  border: 1px solid var(--bs-border-color) !important;
}
.select2-container .select2-selection--single {
  height: 52px;
  margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--color-black);
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 12px;
  padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}
header {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}
header .mask {
  position: absolute;
  width: 100%;
  height: 100%;
}
.home header {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .home header {
    height: 800px;
    max-height: 100vh;
  }
}
.home header .row {
  padding-bottom: var(--section-padding-y);
}
@media (max-width: 991.98px) {
  .home header .row {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.sk-secondary-data {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
}
.fns-loader {
  border: 5px solid var(--color-blue_light);
  border-top: 5px solid var(--color-blue);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
.modal-content {
  border-radius: 4px;
  border-color: white;
}
.modal-header, .modal-body {
  border-bottom: none;
  padding: 32px;
}
.modal-body {
  padding-top: 0;
}
#searchModal a {
  text-decoration: none !important;
}
#searchModal a:hover {
  text-decoration: underline !important;
}
#searchModal .all-results-link a {
  color: var(--color-blue);
  text-decoration: underline !important;
}
#searchModal .all-results-link a:hover {
  text-decoration: none !important;
}
#searchModal .b-blue_light {
  border-radius: 4px;
}
:root {
  --navbar-height: 68px;
  --bs-dropdown-link-hover-bg: transparent !important;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1030;
}
nav {
  background-color: var(--color-white);
  font-size: 17px !important;
}
nav .navbar-toggler {
  --bs-border-width: 0px;
}
nav .navbar-toggler:focus {
  --bs-navbar-toggler-focus-width: 0;
}
nav .navbar-brand {
  display: flex;
  align-items: center;
  min-height: var(--navbar-height);
}
nav .navbar-brand img {
  height: 40px;
  transition: all 0.5s;
}
@media (max-width: 1399.98px) {
  nav .navbar-brand img {
    height: 30px;
  }
}
nav.scrolled .navbar-brand img {
  height: 40px;
}
@media (min-width: 1400px) {
  nav .nav-item {
    padding: 14px 33px !important;
    position: relative;
  }
  nav .nav-item::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-blue) 0% 0%;
    content: "";
    z-index: 1;
    transform: matrix(-0.41, 0.91, -0.91, -0.41, 0, 0);
    opacity: 0;
    filter: blur(50px);
    transition: all 0.5s;
  }
  nav .nav-item.hover::after {
    opacity: 0.38;
  }
}
nav .nav-item .nav-link {
  z-index: 2;
  color: var(--color-black);
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-weight: normal;
  position: relative;
}
@media (max-width: 1399.98px) {
  nav .nav-item .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
nav .nav-item .nav-link::before {
  position: absolute;
  height: 1px;
  width: calc(100% - 16px);
  bottom: 0;
  left: 8px;
  background: var(--color-gray);
  content: "";
}
@media (min-width: 1400px) {
  nav .nav-item .nav-link {
    font-weight: 500;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  nav .nav-item .nav-link::before {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: var(--color-blue);
    content: "";
    transition: all 0.5s;
  }
}
nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.dropdown-menu {
  --bs-dropdown-border-width: 0px;
  --bs-dropdown-bg: var(--color-blue);
  --bs-dropdown-link-hover-bg: var(--color-blue);
  --bs-dropdown-spacer: 0;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-padding-y: 0;
}
@media (max-width: 1399.98px) {
  .dropdown-menu .dropdown-item {
    padding: 8px 30px;
    position: relative;
    color: var(--color-white);
  }
  .dropdown-menu .dropdown-item::before {
    position: absolute;
    height: 1px;
    width: calc(100% - 16px);
    bottom: 0;
    left: 8px;
    background: var(--color-white);
    content: "";
  }
  .dropdown-menu li:last-of-type .dropdown-item::before {
    height: 0px;
  }
}
@media (max-width: 1399.98px) and (max-width: 1399.98px) {
  .dropdown-menu .dropdown-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.dropdown-toggle {
  position: relative;
  /* Přidáno pro pozicování pseudoelementu */
}
.dropdown-toggle::after {
  width: 8px;
  height: 8px;
  display: inline-block;
  position: absolute;
  /* Pozicionuje pseudoelement absolutně */
  transform: translateY(-50%) rotate(225deg);
  top: 18px;
  /* Nastaví horní pozici na polovinu rodiče */
  margin-left: 10px;
  vertical-align: 0.255em;
  content: "";
  border: 1px solid var(--color-black);
  border-bottom: none;
  border-right: none;
  transition: all 0.5s;
}
@media (max-width: 1399.98px) {
  .dropdown-toggle::after {
    width: 10px;
    height: 10px;
    right: 30px;
    /* Posune pseudoelement úplně doprava */
    top: 50%;
    /* Nastaví horní pozici na polovinu rodiče */
    transform: translateY(-50%) rotate(135deg);
    /* Vycentruje pseudoelement vertikálně */
  }
}
@media (max-width: 1399.98px) {
  .dropdown-toggle.show::after {
    transform: translateY(-50%) rotate(225deg);
    /* Vycentruje pseudoelement vertikálně */
  }
}
@media (min-width: 1400px) {
  .dropdown-menu {
    --bs-dropdown-bg: transparent;
  }
  .dropdown-menu.dropdown-menu-inline {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.5rem 1rem;
    padding-top: 18px;
  }
  .dropdown-menu .dropdown-item {
    color: var(--color-white);
    position: relative;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-menu .dropdown-item::before {
    position: absolute;
    bottom: -2px;
    left: 16px;
    width: 0%;
    height: 1px;
    background-color: var(--color-white);
    content: "";
    transition: all 0.5s;
  }
  .dropdown-menu .dropdown-item:hover::before {
    width: calc(100% - 32px);
  }
  .dropdown-mask {
    background-color: var(--color-blue);
    position: fixed;
    top: var(--navbar-height);
    left: 0;
    height: var(--navbar-height);
    z-index: 100;
  }
  .dropdown-mask::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--color-blue-rgb), 0.2);
  }
}
section#paralax {
  min-height: 400px;
  padding: 0;
}
.catList a {
  text-decoration: none;
}
.catList a:hover {
  text-decoration: none !important;
}
.catList .cat {
  background-color: #F3F3FC;
  border-radius: 4px;
  transition: all 0.5s;
  color: var(--color-blue);
}
.catList .cat .itemsCount {
  transition: all 0.5s;
  color: var(--color-black);
}
.catList .cat:hover {
  background-color: var(--color-blue);
  color: white;
}
.catList .cat:hover .itemsCount {
  color: white;
}
.loopProduct .product a {
  text-decoration: none;
}
.woocommerce-ordering {
  margin: 0 !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: var(--color-blue_light);
  border-radius: var(--bs-border-radius);
}
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid var(--color-blue_light);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.table-product td {
  white-space: nowrap;
  width: 1%;
  padding-right: 20px;
  padding-top: 15px;
}
.table-product td:last-child {
  width: 100%;
  padding-right: 0px;
}
.woocommerce-thankyou-order-received .line::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  left: 20px;
  top: 24px;
  background-color: var(--color-blue);
}
.wc-block-components-notice-banner.is-success {
  border: none;
  background-color: var(--color-blue_light) !important;
  border-radius: 4px;
}
.wc-block-components-notice-banner.is-success svg {
  background-color: var(--color-blue) !important;
}
.wc-block-components-notice-banner.is-error {
  border: none;
  background-color: var(--color-red_light);
  border-radius: var(--bs-border-radius);
}
.wc-block-components-notice-banner.is-error svg {
  background-color: var(--color-red) !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: var(--color-blue_light);
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: none !important;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: var(--color-blue);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: var(--color-blue);
  color: white;
}
section#not_found .mask {
  transform: matrix(0.74, 0.67, -0.67, 0.74, 0, 0);
  background: var(--color-blue) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  height: 130%;
  width: 50%;
  left: 25%;
  top: -10%;
  filter: blur(50px);
  border-radius: 50%;
}
section#news-archive .topics a {
  color: var(--color-black);
  text-decoration: none;
  transition: all 0.5s;
}
section#news-archive .topics a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}
section#news-archive .topics a.active {
  color: var(--color-blue);
  text-decoration: underline;
}
section#news-archive .topics a.active:hover {
  text-decoration: none;
}
section#services .mask {
  width: 110%;
  left: -10%;
  top: 0px;
  z-index: -1;
}
@media (min-width: 768px) {
  section#services .mask {
    width: 70%;
    left: -10%;
    top: -20px;
  }
}
.page_content {
  margin-top: 48px;
}
.page_content h3 {
  font-weight: var(--fw-medium);
}
@media (min-width: 1200px) {
  section#services .ratio-breakpoints {
    position: relative;
    width: 100%;
    --bs-aspect-ratio: 125%;
  }
  section#services .ratio-breakpoints::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  section#services .ratio-breakpoints > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
section#services .service-block .image-container {
  overflow: hidden;
}
section#services .service-block img {
  transition: all 0.2s;
}
section#services .service-block:hover img {
  transform: scale(1.1);
}
section#field_of_chemistry .mask {
  opacity: 0.1;
  width: 100%;
  overflow: hidden;
  left: 30px;
  top: 0%;
}
@media (min-width: 992px) {
  section#field_of_chemistry .mask {
    width: 50%;
  }
}
section#field_of_chemistry.section-blue_light .mask {
  opacity: 1;
}
section#why_choose_sigutlabs .maskFoto {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
section#why_choose_sigutlabs .maskFoto img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  section#why_choose_sigutlabs.bg-center {
    background-position: left 42% center !important;
  }
}
section#welcome_to_sigutlabs .padding-content {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  section#welcome_to_sigutlabs .padding-content {
    padding: 135px 68px;
  }
}
@media (min-width: 1200px) {
  section#welcome_to_sigutlabs .padding-content {
    padding: 135px;
  }
}
section#welcome_to_sigutlabs .mask-scroll {
  left: -100%;
  height: 100%;
  transition: all 2s;
}
section#welcome_to_sigutlabs .maskFoto {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 100%;
}
section#welcome_to_sigutlabs .maskFoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#our_experts .mask {
  transform: matrix(0.74, 0.67, -0.67, 0.74, 0, 0);
  background: var(--color-blue) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  height: 70%;
  width: 70%;
  left: -5%;
  top: -10%;
  filter: blur(50px);
  border-radius: 50%;
}
section#our_experts .arrow {
  top: -100px;
  left: 48%;
  width: 25px;
  height: auto;
}
@media (min-width: 576px) {
  section#our_experts .arrow {
    top: -100px;
    left: 20%;
  }
}
@media (min-width: 768px) {
  section#our_experts .arrow {
    top: -100px;
    left: 10%;
  }
}
@media (min-width: 992px) {
  section#our_experts .arrow {
    top: -110px;
    left: 48%;
  }
}
@media (min-width: 1200px) {
  section#our_experts .arrow {
    top: -80px;
    left: 30%;
  }
}
section#reference .mask {
  width: calc(100% - 30px);
  overflow: hidden;
  left: 30px;
}
section#reference .mask img {
  width: auto;
  height: 150%;
  position: relative;
  top: -20%;
}
section#about_us .even .text {
  padding: 30px 15px;
}
@media (min-width: 576px) {
  section#about_us .even .text {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  section#about_us .even .text {
    padding: 60px 30px 60px 60px;
  }
}
@media (min-width: 992px) {
  section#about_us .even .text {
    padding: 60px 60px 60px 120px;
  }
}
section#about_us .odd .text {
  padding: 30px 15px;
}
@media (min-width: 576px) {
  section#about_us .odd .text {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  section#about_us .odd .text {
    padding: 60px 60px 60px 30px;
  }
}
@media (min-width: 992px) {
  section#about_us .odd .text {
    padding: 60px 120px 60px 60px;
  }
}
section#history .history_line {
  position: relative;
}
section#history .history_line::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  left: 15px;
  background: linear-gradient(to bottom, var(--color-red), var(--color-blue));
}
@media (min-width: 768px) {
  section#history .history_line::before {
    left: calc(50% - 3px);
  }
}
section#contact .team-foto img {
  height: 250px;
  width: auto;
}
section#contact .mask {
  width: 100%;
  left: -30px;
  top: 20px;
  z-index: -1;
}
@media (min-width: 768px) {
  section#contact .mask {
    width: 60%;
    left: 18%;
    top: 20px;
  }
}
section#company_info a {
  color: var(--color-blue);
}
body.search-results .cat {
  border-radius: 4px;
  line-height: 17px;
  background-color: var(--color-blue_light);
  color: var(--color-black);
  transition: all 0.5s;
}
body.search-results .cat.active {
  background-color: var(--color-blue);
  color: white;
}
body.search-results .cat:hover {
  text-decoration: underline;
}
section#service_detail .mask {
  width: 105%;
  left: -5%;
  top: -10px;
  z-index: -1;
}
@media (min-width: 768px) {
  section#service_detail .mask {
    width: 70%;
    left: 25%;
    top: -10px;
  }
}
.variation-button {
  background-color: rgba(var(--color-blue-rgb), 0.1);
  border-radius: 16px;
  padding: 3px;
  transition: all 0.5s;
}
.variation-button:hover {
  background-color: rgba(var(--color-blue-rgb), 0.2);
}
.variation-button.active {
  background-color: rgba(var(--color-blue-rgb), 0.5);
  color: white;
}
.quantity.buttons_added {
  border-radius: 4px;
  padding: 4px;
}
.quantity.buttons_added input {
  background: transparent;
  border: none;
}
img.lg-object.lg-image {
  background: white;
}
.single-product-box ul {
  padding-top: 2rem;
}
section#experts-detail .foto-primary {
  position: relative;
  top: -60px;
}
section#experts-detail .secondary-foto {
  position: relative;
  top: -60px;
  right: 60px;
}
@media (max-width: 991.98px) {
  section#career-detail {
    padding-bottom: 0px;
  }
}
section#career-detail .content h3 {
  margin-top: 24px;
}
section#career-detail .content ul {
  margin: 0;
}
section#career-detail .fotoCareer {
  height: 60px;
  width: 60px;
}
section#study_detail .mask {
  width: 120%;
  left: -10%;
  top: -20px;
  z-index: -1;
}
@media (min-width: 768px) {
  section#study_detail .mask {
    width: 70%;
    left: 35%;
    top: -40px;
  }
}
.team-foto .mask-zare {
  position: absolute;
  filter: blur(50px);
  width: 100%;
  height: 50%;
  left: 0;
  top: 40%;
  background: radial-gradient(circle, rgba(var(--color-blue-rgb), 0.6) 0%, rgba(var(--color-blue-rgb), 0) 100%);
}
.product a, .product-help a {
  text-decoration: none;
}
.product a:hover, .product-help a:hover {
  text-decoration: underline;
}
.search-product input {
  padding-right: 40px !important;
}
.search-product .form-floating i {
  position: absolute;
  top: 20px;
  right: 15px;
}
.woocommerce-checkout ul .nav-link, .woocommerce-checkout .pointer {
  display: none;
}
.woocommerce-checkout .nav-link {
  padding-right: 15px;
}
.woocommerce-checkout nav .btn-red, .woocommerce-checkout nav .navbar-toggler {
  display: none !important;
}
.woocommerce-checkout .cart-item .remove-cart-item {
  position: absolute;
  top: 15px;
  right: 15px;
}
.woocommerce-checkout .cart-item .remove-cart-item {
  color: var(--color-black);
  transition: all 0.5s;
}
.woocommerce-checkout .cart-item .remove-cart-item:hover {
  color: var(--color-red);
}
.woocommerce-checkout #payment {
  background: transparent;
}
.woocommerce-checkout #payment ul.payment_methods {
  border: none;
}
.woocommerce-checkout .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-checkout .woocommerce-invalid #terms {
  outline: none;
}
.woocommerce-checkout .woocommerce-invalid label {
  color: var(--color-red) !important;
}
.case-study-box:hover h3 {
  text-decoration: underline;
}
#our_study .b-white:hover h3 {
  text-decoration: underline;
}
section#consulting .consulting-content {
  --top-move: -300px;
  position: relative;
  top: var(--top-move);
  margin-bottom: var(--top-move);
}
@media (max-width: 767.98px) {
  section#consulting .consulting-content {
    --top-move: -150px;
  }
  section#consulting .consulting-content h2 {
    font-size: 24px;
  }
}
section#consulting .consulting-content .mask-dark {
  position: absolute;
  top: -100px;
  left: -25%;
  width: 150%;
  height: calc((var(--top-move) - 100px) * -1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
section#consulting .mask-molecul {
  position: absolute;
  width: 40%;
  height: auto;
  top: 0;
  transform: translateY(-22%);
  right: 0px;
  opacity: 0.03;
}
.modal .mask-molecul {
  width: 60% !important;
}
.modal.modal-consulting .modal-header {
  padding: 16px;
}
section#cta .cta-image {
  position: absolute;
  height: 133%;
  width: auto;
  right: 32px;
  bottom: 0;
}
@media (max-width: 575.98px) {
  section#cta .cta-image {
    height: auto;
    width: 38vw;
    top: 0;
    padding-top: 0px;
    left: 8px;
  }
}
section#field_of_chemistry_new .expertise-content {
  --top-move: -230px;
  position: relative;
  top: var(--top-move);
  margin-bottom: var(--top-move);
}
@media (max-width: 767.98px) {
  section#field_of_chemistry_new .expertise-content {
    --top-move: -130px;
  }
  section#field_of_chemistry_new .expertise-content h2 {
    font-size: 24px;
  }
}
section#field_of_chemistry_new .expertise-content .mask-dark {
  position: absolute;
  top: -100px;
  left: -25%;
  width: 150%;
  height: calc((var(--top-move) - 100px) * -1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
section#field_of_chemistry_new .mask-molecul {
  position: absolute;
  width: 40%;
  height: auto;
  top: 0;
  transform: translateY(-22%);
  right: 0px;
  opacity: 0.03;
}
.modal .mask-molecul {
  width: 60% !important;
}
.modal.modal-expertise .modal-header {
  padding: 16px;
}
section#fotogalerie img {
  opacity: 1;
  transition: all 0.5s;
}
section#fotogalerie img:hover {
  opacity: 0.8;
}
section#get_in_touch .mask {
  width: 110%;
  left: -10%;
  top: 0px;
}
@media (min-width: 768px) {
  section#get_in_touch .mask {
    width: 60%;
    left: 18%;
    top: -23px;
  }
}
section#get_in_touch img {
  z-index: 10;
  position: relative;
}
section#get_in_touch .krystof {
  height: 340px;
}
@media (max-width: 767.98px) {
  section#get_in_touch .krystof {
    height: auto;
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  section#get_in_touch .krystof {
    height: auto;
    width: 70%;
  }
}
section#get_in_touch .mask-zare {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  width: 150%;
  height: 100%;
  left: -25%;
  top: 20%;
}
section#get_in_touch.section-blue {
  color: var(--color-white);
}
section#get_in_touch.section-blue .mask-zare {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
section#get_in_touch.section-light {
  color: var(--color-blue);
}
section#get_in_touch.section-light .mask-zare {
  background: radial-gradient(circle, rgba(var(--color-blue-rgb), 0.6) 0%, rgba(var(--color-blue-rgb), 0) 100%);
}
section#how_we_work .gradient-line {
  position: relative;
}
section#how_we_work .gradient-line::before {
  position: absolute;
  content: "";
  left: 12px;
  top: 48px;
  height: calc(100% - 48px);
  width: 6px;
  background: linear-gradient(to bottom, var(--color-red), var(--color-blue));
}
@media (min-width: 576px) {
  section#how_we_work .gradient-line::before {
    left: 0px;
  }
}
@media (min-width: 992px) {
  section#how_we_work .gradient-line::before {
    left: calc(var(--bs-gutter-x) * 0.5);
    top: 54px;
    height: 6px;
    width: calc(100% - var(--bs-gutter-x));
    background: linear-gradient(to right, var(--color-red), var(--color-blue));
  }
}
section#news .mask {
  transform: matrix(0.74, 0.67, -0.67, 0.74, 0, 0);
  background: var(--color-blue) 0% 0% no-repeat padding-box;
  opacity: 0.12;
  height: 70%;
  width: 70%;
  left: -15%;
  top: -10%;
  filter: blur(50px);
  border-radius: 50%;
}
section#partnership {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  section#partnership {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section#partnership .mask-molecul {
  height: 200%;
  width: auto;
  top: -50%;
  opacity: 0.08;
}
section#welcome_to_sigutlabs .container-fluid {
  max-width: 5000px;
}
section#why_choose_sigutlabs {
  background-size: 140% auto;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  section#why_choose_sigutlabs {
    background-position: 25% center;
    background-size: cover;
  }
}
section#why_work_in_sigutlabs .mask-mapa {
  height: 100%;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  section#why_work_in_sigutlabs .mask-mapa {
    width: 100%;
    opacity: 0.5;
  }
}
section#why_work_in_sigutlabs .mask-mapa img {
  position: relative;
  scale: 3;
  top: 80%;
}
section#why_work_in_sigutlabs .mask-prechod {
  position: absolute;
  height: 100%;
  width: 120px;
  right: 50%;
  left: unset;
  top: 0;
  background: red;
  background: linear-gradient(90deg, rgba(246, 246, 254, 0) 0%, #f6f6fe 100%);
}
@media (max-width: 767.98px) {
  section#why_work_in_sigutlabs .mask-prechod {
    display: none;
  }
}
.written_about_us_block:hover h3 {
  text-decoration: underline;
}
