body,
html {
  font-size: 16px;
  line-height: 1.64;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

:root {
  /* Colors: */
  --sc-color-white: #fff;
  --sc-color-black: #000;
  --sc-color-gray: #eceaee;
  --sc-color-gray-1: #e5e5e5;
  --sc-color-gray-2: #A4A4A4;
  --sc-color-orange: #FF7B42;
  --sc-color-orange-1: #FF7700;
  --sc-color-red: #FF5F58;
  --sc-color-yellow: #FFE180;
  --sc-color-purple: #d7a8db;
  --sc-color-green: #033D38;
  --sc-color-green-1: #E5EBEB;
  --sc-color-green-2: #E4EEEE;
  --sc-color-blue: #171A45;
  --gradientCta: linear-gradient(136deg, #ECB0CF -24.98%, #9E7FF6 49.25%, #75F9D6 124.34%);
  --gradientCta-reverse: linear-gradient(136deg, #75F9D6 -24.98%, #9E7FF6 49.25%, #ECB0CF 124.34%);
  --gradientBg1: linear-gradient(56deg, #E6EBEB 6.84%, #B5E0E0 88.67%);
  --radialGradientBg1: radial-gradient(44.02% 44.95% at 50.77% 48.54%, #ECB0CF 0%, #9E7FF6 49.71%, rgba(117, 249, 214, 0.00) 100%);
}

.gradient-text-1 {
  background: linear-gradient(136deg, #ECB0CF -24.98%, #9E7FF6 49.25%, #75F9D6 124.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text-2 {
  background: linear-gradient(180deg, #83CEE1 0%, #C4EEF9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient-1 {
  background: var(--gradientBg1);
}

.c-white {
  color: var(--sc-color-white);
}

.b-white {
  background: var(--sc-color-white);
}

.c-black {
  color: var(--sc-color-black);
}

.b-black {
  background: var(--sc-color-black);
}

.c-gray {
  color: var(--sc-color-gray);
}

.b-gray {
  background: var(--sc-color-gray);
}

.c-gray-1 {
  color: var(--sc-color-gray-1);
}

.b-gray-1 {
  background: var(--sc-color-gray-1);
}

.c-gray-2 {
  color: var(--sc-color-gray-2);
}

.b-gray-2 {
  background: var(--sc-color-gray-2);
}

.c-orange {
  color: var(--sc-color-orange);
}

.b-orange {
  background: var(--sc-color-orange);
}

.c-red {
  color: var(--sc-color-red);
}

.b-red {
  background: var(--sc-color-red);
}

.c-orange-1 {
  color: var(--sc-color-orange-1);
}

.b-orange-1 {
  background: var(--sc-color-orange-1);
}

.c-yellow {
  color: var(--sc-color-yellow);
}

.b-yellow {
  background: var(--sc-color-yellow);
}

.c-purple {
  color: var(--sc-color-purple);
}

.b-purple {
  background: var(--sc-color-purple);
}

.c-green {
  color: var(--sc-color-green);
}

.b-green {
  background: var(--sc-color-green);
}

.c-green-1 {
  color: var(--sc-color-green-1);
}

.b-green-1 {
  background: var(--sc-color-green-1);
}

.c-green-2 {
  color: var(--sc-color-green-2);
}

.b-green-2 {
  background: var(--sc-color-green-2);
}

.c-blue {
  color: var(--sc-color-blue);
}

.b-blue {
  background: var(--sc-color-blue);
}

.c-clip-text-1 {
  background: linear-gradient(180deg, #83CEE1 0%, #C4EEF9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-clip-text-2 {
  background: linear-gradient(106deg, #2C5457 29.89%, #60B6BD 98.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ff-mabook {
  font-family: "Mabook";
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-18px {
  font-size: 1.125rem;
}

.fs-19px {
  font-size: 19px;
}

.fs-20px {
  font-size: 1.25rem;
  font-size: clamp(1.1875rem, 1.168rem + 0.0975vw, 1.25rem);
}

.fs-22px {
  font-size: 1.375rem;
  font-size: clamp(1.1875rem, 1.1061rem + 0.4071vw, 1.375rem);
}

.fs-25px {
  font-size: 1.5625rem;
  font-size: clamp(1.375rem, 1.3165rem + 0.2924vw, 1.5625rem);
}

.fs-27px {
  font-size: 1.6875rem;
  font-size: clamp(1.4375rem, 1.2511rem + 0.5188vw, 1.6875rem);
}

.fs-29px {
  font-size: 1.84375rem;
  font-size: clamp(1.5625rem, 1.4747rem + 0.439vw, 1.84375rem);
}

.fs-29px-2 {
  font-size: 1.84375rem;
  font-size: clamp(1.5625rem, 1.4482rem + 0.5714vw, 1.8125rem);
}

.fs-32px {
  font-size: 2rem;
  font-size: clamp(1.75rem, 1.672rem + 0.3899vw, 2rem);
}

.fs-38px {
  font-size: 2.375rem;
  font-size: clamp(2.0625rem, 1.965rem + 0.4873vw, 2.375rem);
}

.fs-46px {
  font-size: 2.875rem;
  font-size: clamp(2.25rem, 2.0551rem + 0.9747vw, 2.875rem);
}

.fs-17px {
  font-size: 17px;
}

.fs-21px {
  font-size: 1.3125rem;
  font-size: clamp(1.1875rem, 1.142rem + 0.2275vw, 1.3125rem);
}

.fs-23px {
  font-size: 1.4375rem;
  font-size: clamp(1.25rem, 1.1817rem + 0.3413vw, 1.4375rem);
}

.fs-24px {
  font-size: 1.5rem;
  font-size: clamp(1.3125rem, 1.254rem + 0.2924vw, 1.5rem);
}

.fs-26px {
  font-size: 1.64125rem;
  font-size: clamp(1.375rem, 1.2919rem + 0.4156vw, 1.64125rem);
}

.fs-30px {
  font-size: 1.875rem;
  font-size: clamp(1.5625rem, 1.3294rem + 0.6485vw, 1.875rem);
}

.fs-31px {
  font-size: 1.9375rem;
  font-size: clamp(1.75rem, 1.6686rem + 0.4071vw, 1.9375rem);
}

.fs-33px {
  font-size: 2.0625rem;
  font-size: clamp(1.8125rem, 1.7345rem + 0.3899vw, 2.0625rem);
}

.fs-35px {
  font-size: 2.304375rem;
  font-size: clamp(1.75rem, 1.56rem + 0.9498vw, 2.1875rem);
}

.fs-35px-2 {
  font-size: 2.304375rem;
  font-size: clamp(1.5rem, 1.55rem + 1vw, 2.1875rem);
}

.fs-36px {
  font-size: 2.304375rem;
  font-size: clamp(1.75rem, 1.5482rem + 1.0091vw, 2.304375rem);
}

.fs-37px {
  font-size: 2.3125rem;
  font-size: clamp(1.75rem, 1.5058rem + 1.2212vw, 2.3125rem);
}

.fs-41px {
  font-size: 2.5625rem;
  font-size: clamp(2rem, 1.7558rem + 1.2212vw, 2.5625rem);
}

.fs-42px {
  font-size: 2.875rem;
  font-size: clamp(2rem, 1.8049rem + 0.9756vw, 2.625rem);
}

.fs-50px {
  font-size: 3rem;
  font-size: clamp(2.5rem, 2.2015rem + 1.4925vw, 3rem);
}

.fs-51px {
  font-size: 3.1875rem;
  font-size: clamp(2.5rem, 2.2015rem + 1.4925vw, 3.1875rem);
}

.fs-52px {
  font-size: 3.25rem;
  font-size: clamp(2.5rem, 2.2661rem + 1.1696vw, 3.25rem);
}

.fs-56px {
  font-size: 3.5remrem;
  font-size: clamp(2.1875rem, 1.6176rem + 2.8494vw, 3.5rem);
}

.fs-60px {
  font-size: 3.75rem;
  font-size: clamp(2.5rem, 1.9573rem + 2.7137vw, 3.75rem);
}

.fs-63px {
  font-size: 3.9375rem;
  font-size: clamp(2.5rem, 1.8758rem + 3.1208vw, 3.9375rem);
}

.fs-70px {
  font-size: 4.375rem;
  font-size: clamp(2.5rem, 1.8174rem + 3.413vw, 4.375rem);
}

.fs-70px-2 {
  font-size: 4.375rem;
  font-size: clamp(2.5rem, 1.6429rem + 4.2857vw, 4.375rem);
}

.li-093 {
  line-height: 0.93;
}

.li-095 {
  line-height: 0.957;
}

.li-1 {
  line-height: 1;
}

.li-107 {
  line-height: 1.07;
}

.li-110 {
  line-height: 1.1;
}

.li-121 {
  line-height: 1.21;
}

.li-127 {
  line-height: 1.27;
}

.li-136 {
  line-height: 1.36;
}

.li-140 {
  line-height: 1.4;
}

.li-146 {
  line-height: 1.46;
}

.li-158 {
  line-height: 1.58;
}

.li-164 {
  line-height: 1.64;
}

.li-184 {
  line-height: 1.84;
}

.li-28px {
  line-height: 28px;
}

.li-32px {
  line-height: 32px;
}

.spacer-0 {
  margin-bottom: 0rem !important;
}

.spacer-5 {
  margin-bottom: 0.3125rem !important;
}

.spacer-10 {
  margin-bottom: 0.625rem !important;
}

.spacer-15 {
  margin-bottom: 0.9375rem !important;
}

.spacer-20 {
  margin-bottom: 1.25rem !important;
}

.spacer-25 {
  margin-bottom: 1.5625rem !important;
}

.spacer-30 {
  margin-bottom: 1.875rem !important;
}

.spacer-35 {
  margin-bottom: 2.1875rem !important;
}

.spacer-37 {
  margin-bottom: 2.3125rem !important;
}

.spacer-40 {
  margin-bottom: 2.5rem !important;
}

.spacer-45 {
  margin-bottom: 2.8125rem !important;
}

.spacer-50 {
  margin-bottom: 3.125rem !important;
}

.spacer-55 {
  margin-bottom: 3.4375rem !important;
}

.spacer-60 {
  margin-bottom: 3.75rem !important;
}

.spacer-65 {
  margin-bottom: 4.0625rem !important;
}

.spacer-70 {
  margin-bottom: 4.375rem !important;
}

.spacer-75 {
  margin-bottom: 4.6875rem !important;
}

.spacer-80 {
  margin-bottom: 5rem !important;
}

.spacer-85 {
  margin-bottom: 5.3125rem !important;
}

.spacer-90 {
  margin-bottom: 5.625rem !important;
}

.spacer-95 {
  margin-bottom: 5.9375rem !important;
}

.spacer-100 {
  margin-bottom: 6.25rem !important;
}

.spacer-120 {
  margin-bottom: 7.5rem !important;
}

.spacer-130 {
  margin-bottom: 8.125rem !important;
}

.p-t-20 {
  padding-top: 20px;
}

.p-b-90 {
  padding-bottom: 90px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-t-60 {
  padding-top: 60px;
}

.p-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-y-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-t-c-35-25 {
  padding-top: 35px;
  padding-top: clamp(1.5625rem, 1.3674rem + 0.9756vw, 2.1875rem);
}

.p-t-c-65-40 {
  padding-top: 65px;
  padding-top: clamp(2.5rem, 1.8216rem + 3.3921vw, 4.0625rem);
}

.p-t-c-55-40 {
  padding-top: 55px;
  padding-top: clamp(2.5rem, 2.1587rem + 1.7065vw, 3.4375rem);
}

.p-t-c-70-60 {
  padding-top: 65px;
  padding-top: clamp(3.75rem, 3.5551rem + 0.9747vw, 4.375rem);
}

.p-t-c-75-60 {
  padding-top: 75px;
  padding-top: clamp(3.75rem, 3.4576rem + 1.462vw, 4.6875rem);
}

.p-t-c-80-60 {
  padding-top: 80px;
  padding-top: clamp(3.75rem, 3.3598rem + 1.9512vw, 5rem);
}

.p-t-c-90-60 {
  padding-top: 90px;
  padding-top: clamp(3.75rem, 3.1652rem + 2.924vw, 5.625rem);
}

.p-b-c-90-60 {
  padding-bottom: 90px;
  padding-bottom: clamp(3.75rem, 3.0682rem + 3.4091vw, 5.625rem);
}

.p-b-c-80-60 {
  padding-bottom: 80px;
  padding-bottom: clamp(3.75rem, 3.3598rem + 1.9512vw, 5rem);
}

.p-b-c-85-60 {
  padding-bottom: 85px;
  padding-bottom: clamp(3.75rem, 3.2627rem + 2.4366vw, 5.3125rem);
}

.p-b-c-75-60 {
  padding-bottom: 75px;
  padding-bottom: clamp(3.75rem, 3.4576rem + 1.462vw, 4.6875rem);
}

.p-b-c-70-60 {
  padding-bottom: 70px;
  padding-bottom: clamp(3.75rem, 3.5551rem + 0.9747vw, 4.375rem);
}

.p-b-c-65-25 {
  padding-bottom: 65px;
  padding-bottom: clamp(1.5625rem, 0.782rem + 3.9024vw, 4.0625rem);
}

.p-b-c-65-50 {
  padding-bottom: 65px;
  padding-bottom: clamp(3.125rem, 2.7179rem + 2.0353vw, 4.0625rem);
}

.p-b-c-55-40 {
  padding-bottom: 55px;
  padding-bottom: clamp(2.5rem, 2.1587rem + 1.7065vw, 3.4375rem);
}

.p-b-c-35-15 {
  padding-bottom: 35px;
  padding-bottom: clamp(0.9375rem, 0.5476rem + 1.9493vw, 2.1875rem);
}

.p-b-c-45-35 {
  padding-bottom: 45px;
  padding-bottom: clamp(2.1875rem, 1.9926rem + 0.9747vw, 2.8125rem);
}

.p-x-c-55-25 {
  padding-left: 55px;
  padding-right: 55px;
  padding-left: clamp(1.5625rem, 0.9771rem + 2.9268vw, 3.4375rem);
  padding-right: clamp(1.5625rem, 0.9771rem + 2.9268vw, 3.4375rem);
}

.p-x-c-50-30 {
  padding-left: 50px;
  padding-right: 50px;
  padding-left: clamp(2.1875rem, 1.8951rem + 1.462vw, 3.125rem);
  padding-right: clamp(2.1875rem, 1.8951rem + 1.462vw, 3.125rem);
}

.p-x-c-80-30 {
  padding-left: 80px;
  padding-right: 80px;
  padding-left: clamp(1.875rem, 0.9003rem + 4.8733vw, 5rem);
  padding-right: clamp(1.875rem, 0.9003rem + 4.8733vw, 5rem);
}

.p-y-c-35-25 {
  padding-top: 35px;
  padding-bottom: 35px;
  padding-top: clamp(1.5625rem, 1.3674rem + 0.9756vw, 2.1875rem);
  padding-bottom: clamp(1.5625rem, 1.3674rem + 0.9756vw, 2.1875rem);
}

.p-c-40-30 {
  padding: 40px;
  padding: clamp(1.875rem, 1.6801rem + 0.9747vw, 2.5rem);
}

.p-y-c-45-30 {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-top: clamp(1.875rem, 1.5826rem + 1.462vw, 2.8125rem);
  padding-bottom: clamp(1.875rem, 1.5826rem + 1.462vw, 2.8125rem);
}

.p-y-c-50-30 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-top: clamp(1.875rem, 1.4851rem + 1.9493vw, 3.125rem);
  padding-bottom: clamp(1.875rem, 1.4851rem + 1.9493vw, 3.125rem);
}

.p-y-c-55-40 {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-top: clamp(2.5rem, 2.1587rem + 1.7065vw, 3.4375rem);
  padding-bottom: clamp(2.5rem, 2.1587rem + 1.7065vw, 3.4375rem);
}

.p-y-c-65-45 {
  padding-top: 65px;
  padding-bottom: 65px;
  padding-top: clamp(2.8125rem, 2.2698rem + 2.7137vw, 4.0625rem);
  padding-bottom: clamp(2.8125rem, 2.2698rem + 2.7137vw, 4.0625rem);
}

.spacer-c-45-35 {
  margin-bottom: 2.8125rem;
  margin-bottom: clamp(2.1875rem, 1.9926rem + 0.9747vw, 2.8125rem) !important;
}

.spacer-c-50-40 {
  margin-bottom: 3.125rem;
  margin-bottom: clamp(2.5rem, 2.3051rem + 0.9747vw, 3.125rem) !important;
}

.spacer-c-60-50 {
  margin-bottom: 3.75rem;
  margin-bottom: clamp(3.125rem, 2.9299rem + 0.9756vw, 3.75rem) !important;
}

.spacer-c-75-50 {
  margin-bottom: 75px;
  margin-bottom: clamp(3.125rem, 2.6377rem + 2.4366vw, 4.6875rem);
}

.spacer-c-85-60 {
  margin-bottom: 5.3125rem;
  margin-bottom: clamp(3.75rem, 3.2627rem + 2.4366vw, 5.3125rem) !important;
}

.spacer-c-90-60 {
  margin-bottom: 5.625rem;
  margin-bottom: clamp(3.75rem, 3.1652rem + 2.924vw, 5.625rem) !important;
}

.spacer-c-110-60 {
  margin-bottom: 6.875rem;
  margin-bottom: clamp(3.8125rem, 2.8573rem + 4.7758vw, 6.875rem);
}

.mw-330px {
  max-width: 330px;
}

.mw-290px {
  max-width: 290px;
}

.mw-500px {
  max-width: 500px;
}

.mw-550px {
  max-width: 550px;
}

.mw-570px {
  max-width: 570px;
}

.mw-600px {
  max-width: 600px;
}

@media (min-width: 992px) {
  .col-lg-35-65 > div:first-child {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .col-lg-35-65 > div:last-child {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .col-lg-45-55 > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-45-55 > div:last-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-40-60 > div:first-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-40-60 > div:last-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-55-45 > div:first-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-lg-55-45 > div:last-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-lg-60-40 > div:first-child {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-60-40 > div:last-child {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-70-30 > div:first-child {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .col-lg-70-30 > div:last-child {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 1200px) {
  .px-xl-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .mx--xl--10 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .mr-xl--30 {
    margin-right: -30px;
  }
  .col-xl-45-55 > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .col-xl-45-55 > div:last-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .col-xl-56-44 > div:first-child {
    flex: 0 0 56%;
    max-width: 56%;
  }
  .col-xl-56-44 > div:last-child {
    flex: 0 0 44%;
    max-width: 44%;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mx--xl-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1600px) {
  .p-l-1600-110 {
    padding-left: 110px;
  }
  .p-r-1600-110 {
    padding-right: 110px;
  }
}
@media screen and (max-width: 1399px) {
  .img-max-xl-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 1199px) {
  .img-max-lg-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 991px) {
  .img-max-md-fluid {
    max-width: 100%;
    flex-shrink: 0;
  }
}

.bd-radius-10 {
  border-radius: 10px;
}

.ls-3 {
  letter-spacing: 0.4rem;
}

.ls--3p {
  letter-spacing: -0.03rem;
}

.ls--15p {
  letter-spacing: -0.015rem;
}

.fw-900 {
  font-weight: 900;
}

.section-faq .accordion a {
  color: #564384;
  text-decoration: none;
}
.section-faq .accordion a:hover {
  text-decoration: underline;
}
.section-faq .accordion-button {
  display: block !important;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.opacity-90 {
  opacity: 0.9;
}

.mx--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mx--15 {
  margin-left: -15px;
  margin-right: -15px;
}

.mx--32 {
  margin-left: -32px;
  margin-right: -32px;
}

@media screen and (min-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap;
  }
}
.p-y-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mw-270px {
  max-width: 270px;
  width: 100%;
}

.mw-240px {
  max-width: 240px;
  width: 100%;
}

.gap-2r {
  gap: 2rem;
}

.mx-42 {
  margin-left: 42px;
  margin-right: 42px;
}

.wrapper-header {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

header {
  transition: background-color 0.5s ease-in-out;
  font-weight: 500;
  letter-spacing: -0.015em;
  z-index: 100;
  border-bottom: 1px solid transparent;
}
header.sticky {
  border-color: var(--sc-color-green);
  background: #2C5457;
}
header.header-home.sticky {
  background: linear-gradient(51deg, #E6EBEB 6.92%, #B5E0E0 118.36%);
}
header.transparent {
  background: transparent;
  box-shadow: none;
}
header.header-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
header .navbar-toggler:focus, header .navbar-toggler:focus-visible,
header .navbar-brand:focus,
header .navbar-brand:focus-visible {
  border: none;
  outline: 0;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
header .navbar {
  padding: 17px 0;
}
header .navbar-nav .nav-item.dropdown.show .nav-link:not(.btn-cta-nav) {
  background: #fff;
  color: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
header .navbar-nav .nav-item.dropdown.show .dropdown-menu.show {
  margin-top: 0;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 0;
}
@media screen and (max-width: 991px) {
  header .navbar-nav.navbar-nav {
    padding-top: 15px;
  }
  header .navbar-nav.navbar-nav.navbar-nav-oto {
    padding-top: 0;
  }
}
header .navbar-nav.navbar-nav .nav-link:not(.btn-cta-nav) {
  color: #000;
  font-weight: 400;
  font-size: 19px;
  margin-left: 15px;
  margin-right: 15px;
  letter-spacing: 0.015em;
}
header .navbar-nav.navbar-nav .nav-link:not(.btn-cta-nav):hover, header .navbar-nav.navbar-nav .nav-link:not(.btn-cta-nav):focus, header .navbar-nav.navbar-nav .nav-link:not(.btn-cta-nav):active {
  transition: all ease 0.3s;
  color: #000;
}
@media screen and (max-width: 1100px) {
  header .navbar-nav.navbar-nav .nav-link:not(.btn-cta-nav) {
    margin-left: 12px;
    margin-right: 12px;
  }
}
header .navbar-nav.navbar-nav .order-now-link {
  border: 1px solid var(--sc-color-green);
  color: var(--sc-color-green);
  border-radius: 10px;
  padding: 10px 25px 8px 25px;
  margin-right: 0;
  max-width: 200px;
}
header .navbar-nav.navbar-nav .order-now-link:hover {
  background: var(--sc-color-green-1);
  color: #fff;
}
header .navbar-nav.navbar-nav .order-now-link:focus-visible {
  background: var(--sc-color-green-1);
  color: #fff;
  box-shadow: none;
  outline: 0;
}
@media (min-width: 992px) {
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link) {
    position: relative;
    bottom: -2px;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link):after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link):hover::after {
    width: 100%;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link):focus-visible {
    outline: 0;
    box-shadow: none;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link):focus-visible::after {
    width: 100%;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown {
    position: relative;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button span {
    display: inline-block;
    position: relative;
    bottom: -1px;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width 0.3s;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown:hover {
    outline: 0;
    box-shadow: none;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown:hover button span:after {
    width: 100%;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button:focus-visible {
    outline: 0;
    box-shadow: none;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button:focus-visible span:after {
    width: 100%;
  }
}
header .navbar-nav.navbar-nav .fa-chevron-right {
  font-size: 13px;
}
header .divider {
  width: 2px;
  height: 100%;
  background: #383950;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: 18px;
  margin-right: 18px;
}
header .navbar-brand {
  margin-right: 15px;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  header .navbar-brand {
    margin-right: 33px;
  }
}

.header-checkout.has-background {
  background: #2C5457;
  border-bottom: 1px solid #5f8e56;
  border-color: var(--sc-color-green);
}

.header-members.has-background {
  background: #2C5457;
  border-bottom: 1px solid #5f8e56;
  border-color: var(--sc-color-green);
}

.header-main.has-background {
  background: #2C5457;
  border-bottom: 1px solid #5f8e56;
  border-color: var(--sc-color-green);
}

.header-home.has-background {
  background: linear-gradient(51deg, #E6EBEB 6.92%, #B5E0E0 118.36%);
  border-bottom: 1px solid #5f8e56;
  border-color: var(--sc-color-green);
}

.header-oto-1.has-background {
  background: #2C5457;
  border-bottom: 1px solid #5f8e56;
  border-color: var(--sc-color-green);
}

.header-oto-1, .header-checkout, .header-members {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-oto-1 .navbar, .header-checkout .navbar, .header-members .navbar {
  padding: 17px 0;
}

.header-oto-1 .navbar {
  padding: 10px 0;
}
.header-oto-1 .navbar .navbar-brand {
  position: relative;
  top: -1px !important;
}

.btn-cta-nav {
  border-radius: 55px;
  background: var(--gradientCta);
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  font-weight: bold;
  display: flex;
  width: 155px;
  max-height: 41px;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.btn-cta-nav.btn-cta-nav-studio {
  width: auto;
  padding: 15px 20px;
  letter-spacing: normal;
}
.btn-cta-nav::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--gradientCta-reverse);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.btn-cta-nav:hover::before {
  opacity: 1;
}

@keyframes slideDownTop {
  0% {
    margin-top: -175px;
  }
  100% {
    margin-top: 0;
  }
}
#nav-icon3 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(120deg, #ECB0CF 31.49%, #9E7FF6 80.04%);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 11px;
}
#nav-icon3 span:nth-child(4) {
  top: 22px;
}

.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(3) {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-brand,
.navbar-toggler {
  position: relative;
  z-index: 3;
  border: none;
}

@media screen and (max-width: 991px) {
  .collapsing.navbar-collapse .navbar-nav .nav-link {
    opacity: 0;
  }
}
.dropdown-menu {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  box-shadow: none;
  border: none;
}
.dropdown-menu img {
  transform: scale(1);
}
.dropdown-menu .dropdown-item {
  padding: 12px 8px;
  letter-spacing: -0.007px;
  line-height: 24px;
  color: #0c0d2a;
  border-radius: 7px;
  transition: background-color 0.3s ease;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none;
}
.dropdown-menu .submenu-links-features {
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown-menu .submenu-links-features {
    width: 490px;
  }
}
.dropdown-menu .submenu-links-features a {
  font-size: clamp(1rem, 0.961rem + 0.1951vw, 1.125rem);
}
@media (max-width: 459px) {
  .dropdown-menu .submenu-links-features img {
    width: 35px;
  }
}
.dropdown-menu .submenu-links-features div:not(.dropdown-item):last-child {
  margin-left: 20px;
}
@media (min-width: 460px) {
  .dropdown-menu .submenu-links-features div:not(.dropdown-item):last-child {
    margin-left: 25px;
  }
}
.dropdown-menu .submenu-links-support {
  width: 100%;
}
@media (min-width: 459px) {
  .dropdown-menu .submenu-links-support {
    width: 290px;
  }
}
.dropdown-menu .submenu-links {
  background: #fff;
  color: #000;
  box-shadow: -1px 3px 10px rgba(1, 1, 1, 0.18);
  padding: 12px;
}
.dropdown-menu .submenu-links a {
  white-space: normal;
  color: #000;
}
.dropdown-menu .submenu-links a span {
  max-width: 56px;
  margin-right: 15px;
  width: 100%;
}
.dropdown-menu .submenu-links a.dropdown-item:hover {
  background: #EEF6F6 !important;
}

.features-dropdown .dropdown-menu.show {
  left: -204px !important;
}

.support-dropdown .dropdown-menu {
  margin-top: -1px;
}
.support-dropdown .dropdown-menu.show {
  left: -110px !important;
}

@media screen and (min-width: 992px) and (max-width: 1540px) {
  .header-absolute .dropdown-menu.show {
    left: -180px !important;
  }
  .header-absolute .dropdown-menu .anchor-arrow:before {
    right: 70px;
    left: initial;
  }
}

.dropdown-menu .anchor-arrow:before {
  left: calc(50% - 14px);
}
.dropdown-menu .submenu-links {
  border-radius: 14px;
  border: 1px solid #e1e1e1;
}

@media (max-width: 991px) {
  .header-main .dropdown-menu.show {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .header-checkout .dropdown-menu.show, .header-members .dropdown-menu.show {
    margin-left: auto;
    margin-right: auto;
  }
  .header-checkout .anchor-arrow:before, .header-members .anchor-arrow:before {
    right: calc(50% - 13px) !important;
  }
}
.header-checkout .support-dropdown-menu.show, .header-members .support-dropdown-menu.show {
  left: -165px !important;
}
.header-checkout .anchor-arrow:before, .header-members .anchor-arrow:before {
  left: initial;
  right: 50px;
}

header:not(.header-home) .dropdown-toggle:focus {
  outline: 0;
  box-shadow: none !important;
}
header:not(.header-home) .features-dropdown {
  padding: 0 !important;
}
header:not(.header-home) .features-dropdown .dropdown-toggle {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
header:not(.header-home) .support-dropdown {
  padding: 0 !important;
}
header:not(.header-home) .support-dropdown .dropdown-toggle {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
header:not(.header-home) .dropdown.nav-link {
  padding: 0;
}
header:not(.header-home) .dropdown .btn {
  border: none !important;
  background: transparent;
  font-size: 19px;
  padding: 0.5rem 1rem;
  letter-spacing: 0.015em;
  transition: color ease 0.3s, border-color ease 0.3s;
  color: #000;
  cursor: pointer;
}
header:not(.header-home) .dropdown .btn:after {
  vertical-align: 0;
  position: relative;
  font-family: FontAwesome;
  content: "\f107";
  border: none;
  line-height: 1;
  transition: transform 0.2s;
  margin-left: 0;
  right: -5px;
  font-size: 22px;
  top: 2px;
}
header:not(.header-home) .dropdown .btn[aria-expanded=true]:after {
  transform: rotate(180deg);
}
header:not(.header-home) .dropdown:hover, header:not(.header-home) .dropdown:focus, header:not(.header-home) .dropdown:active {
  background: transparent !important;
  border: none !important;
  color: #000;
}
header:not(.header-home) .dropdown:hover .btn, header:not(.header-home) .dropdown:focus .btn, header:not(.header-home) .dropdown:active .btn {
  color: #000;
}
header:not(.header-home) .dropdown.show .btn:after {
  transform: rotate(180deg);
}

.header-home .dropdown-toggle:focus {
  outline: 0;
  box-shadow: none !important;
}
.header-home .dropdown.nav-link {
  padding: 0;
}
.header-home .dropdown .btn {
  border: none !important;
  background: #fff;
  border-radius: 50px;
  font-size: 19px;
  padding: 6px 1.75rem;
  letter-spacing: 0.015em;
  transition: color ease 0.3s, border-color ease 0.3s;
  color: #000;
  cursor: pointer;
}
.header-home .dropdown .btn:after {
  vertical-align: 0;
  position: relative;
  font-family: FontAwesome;
  content: "\f107";
  border: none;
  line-height: 1;
  transition: transform 0.2s;
  margin-left: 0;
  right: -5px;
  font-size: 22px;
  top: 2px;
}
.header-home .dropdown .btn[aria-expanded=true]:after {
  transform: rotate(180deg);
}
.header-home .dropdown .btn {
  transition: all 0.3s ease;
  border: 1px solid transparent !important;
}
.header-home .dropdown .btn span:after {
  background: transparent !important;
}
.header-home .dropdown:hover, .header-home .dropdown:focus, .header-home .dropdown:active {
  background: transparent !important;
  border: none !important;
}
.header-home .dropdown:hover .btn, .header-home .dropdown:focus .btn, .header-home .dropdown:active .btn {
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000;
}
.header-home .dropdown:hover .btn span:after, .header-home .dropdown:focus .btn span:after, .header-home .dropdown:active .btn span:after {
  background: transparent !important;
}
.header-home .dropdown.show .btn:after {
  transform: rotate(180deg);
}

.dropdown-menu {
  overflow: auto;
  padding-top: 4px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  transform: rotateX(-15deg);
  transform-origin: 50% -50px;
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.25s;
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    top: 100% !important;
  }
}
.dropdown-menu.showing {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.anchor-arrow {
  position: relative;
  overflow: auto;
  padding-top: 12px;
  visibility: visible;
  transition: transform 0.3s, width 0.3s, height 0.3s;
}
.anchor-arrow:before {
  position: absolute;
  content: "";
  background: url("../images/submenu-arrow-2.png");
  width: 28px;
  height: 13px;
  top: 0;
  left: 161px;
}

@keyframes catcherEntrance {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes catcherFormEntrance {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes catcherFormEntranceMobile {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes asideEntrance {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes asideEntranceMobile {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes asideArrowEntrance {
  0% {
    transform: translateX(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(0) rotate(45deg);
  }
}
@keyframes asideArrowEntranceMobile {
  0% {
    transform: translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes successEntrance {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  70% {
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes cu-btn_spinner {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.check-sm {
  background: url("../images/check-sm.png") 5px center no-repeat;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
.check-sm:hover {
  background: url("../images/check-sm.png") 5px center no-repeat #e7eee6 !important;
}

@media (max-width: 991px) {
  header:not(.header-members, .header-checkout) .navbar {
    overflow-y: auto;
    max-height: 100vh;
    max-height: 100svh;
  }
}
@media (max-width: 575px) {
  .header-members .navbar, .header-checkout .navbar {
    overflow-y: auto;
    max-height: 100vh;
    max-height: 100svh;
  }
}
footer {
  background: #2B4F51;
  color: #fff;
  position: static;
}
footer .wrapper-footer {
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
footer h5 {
  font-weight: 400;
}
footer .footer-top a {
  padding: 0;
}
footer .footer-top p {
  line-height: 32px;
}
footer .footer-top a {
  display: block;
}
footer .footer-top .logo {
  margin-bottom: 0;
  float: none;
  display: block;
  opacity: 1 !important;
  transition: opacity 0.2s ease;
}
footer .footer-top .logo:hover {
  opacity: 1;
}
footer .footer-top a {
  color: #fff;
  opacity: 0.9;
  line-height: 32px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  height: auto;
}
footer .footer-top a:hover {
  opacity: 1;
}
footer .c-gray {
  line-height: 1.4 !important;
}
footer .op-06 {
  opacity: 0.6;
  line-height: 1.4 !important;
}
footer .copyright {
  padding-top: 15px;
}
footer hr {
  border-color: #455b49;
}

.wrapper {
  max-width: 1375px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-inner {
  max-width: 890px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper-inner-2 {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper-inner-3 {
  max-width: 860px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper-sm {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-sm-2 {
  max-width: 1210px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-sm-3 {
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-hero {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-md {
  max-width: 1050px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-lg {
  max-width: 1160px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-xl {
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.wrapper-xl-2 {
  max-width: 1550px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.fixed-top .support-dropdown .dropdown-toggle {
  color: #fff !important;
}
.fixed-top .support-dropdown .dropdown-toggle span::after {
  background: #fff !important;
}
.fixed-top .support-dropdown .dropdown-toggle:hover, .fixed-top .support-dropdown .dropdown-toggle:focus, .fixed-top .support-dropdown .dropdown-toggle:active {
  background: transparent !important;
  border: none !important;
  color: #fff;
}
.fixed-top .support-dropdown .dropdown-toggle:hover .btn, .fixed-top .support-dropdown .dropdown-toggle:focus .btn, .fixed-top .support-dropdown .dropdown-toggle:active .btn {
  color: #fff;
}

.section-hero-otp {
  padding-top: 90px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) -6.68%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, #2F1405 87%, #953F10 100%);
  background-size: auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 820px) {
  .section-hero-otp {
    background: url("../images/sotp/sotp-hero.jpg") no-repeat top center;
    min-height: 1193px;
  }
}
@media screen and (min-width: 576px) {
  .section-hero-otp .move-t {
    position: relative;
    top: -3.5px;
  }
}
.section-hero-otp .video-container {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  isolation: isolate;
  z-index: 2;
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(136deg, #414259 -25%, #2d293e 50%, #332227 125%);
}
@media screen and (min-width: 820px) {
  .section-hero-otp .video-container {
    left: -7px;
  }
}
.section-hero-otp .video-container .voomly-embed {
  border-radius: 13px;
  overflow: hidden;
}
.section-hero-otp .video-container + img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (min-width: 820px) {
  .section-hero-otp .video-container + img {
    margin-bottom: 30px;
  }
}
.section-hero-otp .video-container:after {
  position: absolute;
  content: "";
  background: linear-gradient(136deg, #414259 -25%, #2d293e 50%, #332227 125%);
  inset: 0;
  border-radius: 24px;
}
@media screen and (max-width: 819px) {
  .section-hero-otp .video-container:before {
    position: absolute;
    content: "";
    background: url("../images/sotp/sotp-hero-mb.jpg");
    width: 834px;
    height: 1198px;
    bottom: -140px;
    left: calc(50% - 417px);
    z-index: -1;
  }
}

header.header-main.sticky, header.header-main.has-background {
  background: linear-gradient(180deg, #6E9598 0%, rgba(110, 149, 152, 0) 100%);
  background-blend-mode: multiply;
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  header #nav-icon3 span {
    background: #fff;
  }
}

.share-idea-mb {
  margin-top: -80px;
}

.sotp-video-img-mb {
  bottom: -12px;
}

@media screen and (min-width: 820px) {
  .d-820-flex {
    display: flex !important;
  }
  .d-820-none {
    display: none;
  }
}
.wrapper-banner-sotp {
  border: 8px solid #9A512A;
  position: relative;
  z-index: 5;
  max-width: 890px;
  background: #10221a;
  color: #fff;
  border-radius: 22px;
  padding-left: 30px;
  padding-right: 30px;
  isolation: isolate;
}
@media screen and (min-width: 820px) {
  .wrapper-banner-sotp {
    padding-left: 40px;
  }
}
@media screen and (min-width: 767px) {
  .wrapper-banner-sotp .sotp-img-banner {
    margin-top: -48px;
    margin-bottom: -40px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 767px) and (max-width: 830px) {
  .wrapper-banner-sotp .sotp-img-banner {
    margin-right: 10px;
  }
}
.wrapper-banner-sotp .sotp-img-banner-2 {
  margin-bottom: -40px;
}
@media screen and (min-width: 576px) {
  .wrapper-banner-sotp .today-only {
    margin-top: -15px;
    margin-right: 35px;
  }
}
@media screen and (min-width: 767px) and (max-width: 830px) {
  .wrapper-banner-sotp .today-only {
    margin-right: 15px;
  }
}
.wrapper-banner-sotp .banner-ai-enhanced {
  margin-left: -30px;
  margin-right: -30px;
  background: #335a4d;
  padding-top: 17px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  padding-bottom: 17px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .wrapper-banner-sotp .banner-ai-enhanced {
    text-align: start;
    background: url("../images/sotp/banner-bg-2.png");
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    max-width: 418px;
    min-height: 70px;
    padding-left: 60px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.wrapper-banner-sotp .nmf-ever {
  padding-top: 25px;
}
@media screen and (min-width: 576px) {
  .wrapper-banner-sotp .nmf-ever {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 830px) {
  .wrapper-banner-sotp .nmf-ever {
    padding-top: 3.6rem !important;
  }
}
.wrapper-banner-sotp .banner-cta-container {
  margin-top: 20px;
  max-width: 220px;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 576px) {
  .wrapper-banner-sotp .banner-cta-container {
    margin-top: 75px;
  }
}

.btn-cta {
  font-size: 22px;
  line-height: 58px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 97px;
}

.pdf-epub {
  border: 1px solid #fff;
}

.section-no-learning-curve {
  background: url("../images/sotp/sotp-2.jpg") repeat-x center bottom #2C5457;
}

.crossed {
  position: relative;
}
.crossed::before {
  position: absolute;
  content: "";
  background: url("../images/crossed.png");
  inset: 0;
  background-repeat: no-repeat;
}

.op-price {
  background: linear-gradient(120deg, #ecb0cf 9.49%, #9e7ff6 31.04%, #75f9d6 80.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32.669px;
  font-style: normal;
  font-weight: 400;
}

.btn-cta {
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  background: var(--gradientCta);
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.btn-cta::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--gradientCta-reverse);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.btn-cta:hover::before {
  opacity: 1;
}

.quality-books {
  max-width: 265px;
  padding: 17px;
}
.quality-books .anchor-quality-arrow {
  position: relative;
  background: #e4eeee;
  z-index: 1;
  isolation: isolate;
}
.quality-books .anchor-quality-arrow:before {
  position: absolute;
  content: "";
  background: url("../images/quality-arrow.svg");
  background-repeat: no-repeat;
  width: 134.867px;
  height: 15px;
  right: -30px;
  top: calc(50% - 7px);
  z-index: 2;
}
.quality-books .anchor-quality-arrow p {
  background: #e4eeee;
  position: relative;
  z-index: 4;
  padding-right: 5px;
}

.circle-purple-counter {
  background: linear-gradient(136deg, #ecb0cf -24.98%, #9e7ff6 49.25%, #75f9d6 124.34%);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ideal-for-home > div {
  max-width: 80%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .ideal-for-home > div {
    max-width: 40%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ideal-for-home > div {
    max-width: 29%;
    text-align: center;
  }
}

.ideal-for > div {
  max-width: 80%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .ideal-for > div {
    max-width: 40%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .ideal-for > div {
    max-width: 33%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .ideal-for > div {
    max-width: 23%;
    text-align: center;
  }
}

.p-check {
  display: flex;
  line-height: 1.17;
  align-items: center;
  margin-bottom: 22px;
}
.p-check .check {
  flex-shrink: 0;
  display: inline-block;
  background: url("../images/check.svg");
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.p-check-sm {
  display: flex;
  line-height: 1.17;
  align-items: start;
  margin-bottom: 12px;
  min-height: 18px;
}
.p-check-sm .check {
  flex-shrink: 0;
  display: inline-block;
  background: url("../images/check-sm.svg");
  width: 19px;
  height: 19px;
  margin-right: 15px;
}

.p-check-red {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
  min-height: 19px;
}
.p-check-red .check {
  flex-shrink: 0;
  display: inline-block;
  background: url("../images/not-checked-red.svg");
  margin-top: 3px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.p-check-red-compare {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  min-height: 19px;
}
.p-check-red-compare .check {
  flex-shrink: 0;
  display: inline-block;
  background: url("../images/not-checked-red.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.p-check-green {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
  min-height: 19px;
}
.p-check-green .check {
  flex-shrink: 0;
  display: inline-block;
  background: url("../images/check-green.svg");
  margin-top: 3px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.p-check-green-compare {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  min-height: 19px;
}
.p-check-green-compare .check {
  flex-shrink: 0;
  display: inline-block;
  background: url("../images/check-green.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.comparing-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comparing-container .compare-top {
  height: 100px;
  position: relative;
}
.comparing-container .comparing-line {
  padding: 8px 15px;
}
@media screen and (max-width: 991px) {
  .comparing-container .comparing-column .fs-15px {
    font-size: 17px !important;
  }
}
.comparing-container .comparing-column {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  border-top-left-radius: 0;
}
@media screen and (max-width: 575px) {
  .comparing-container .comparing-column {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comparing-container .comparing-column {
    padding: 30px 15px;
  }
}
.comparing-container .comparing-column li {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.comparing-container .comparing-column .comparing-line.hovered {
  background: #e4ebeb;
}
.comparing-container .comparing-column-1 {
  padding-left: 0;
  padding-right: 15px;
}
.comparing-container .comparing-column-2 {
  background: #323769;
  margin-top: 35px;
  color: #fff;
  position: relative;
}
.comparing-container .comparing-column-2 .compare-top {
  margin-top: -35px;
}
.comparing-container .comparing-column-2::before {
  position: absolute;
  content: "";
  background: url("../images/comparing-bg-1.svg");
  background-repeat: no-repeat;
  top: -35px;
  left: 0;
  right: 0;
  bottom: 100%;
}
.comparing-container .comparing-column-2 .comparing-line.hovered {
  background: #070a29;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comparing-container .comparing-column-2 {
    margin-top: 0;
    border-top-left-radius: 15px;
  }
  .comparing-container .comparing-column-2:before {
    display: none;
  }
  .comparing-container .comparing-column-2 .compare-top {
    margin-top: 0;
  }
}
.comparing-container .comparing-column-3 {
  background: #e4ebeb;
  position: relative;
  margin-top: 71px;
}
.comparing-container .comparing-column-3 .compare-top {
  margin-top: -55px;
}
.comparing-container .comparing-column-3::before {
  position: absolute;
  content: "";
  background: url("../images/comparing-bg-2-1.svg");
  width: 171px;
  height: 54px;
  top: -54px;
  left: -1px;
}
.comparing-container .comparing-column-3 .compare-top {
  height: 84px;
}
.comparing-container .comparing-column-3 .comparing-line.hovered {
  background: #cce1e1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comparing-container .comparing-column-3 {
    margin-top: 16px;
    border-top-left-radius: 15px;
  }
  .comparing-container .comparing-column-3:before {
    display: none;
  }
  .comparing-container .comparing-column-3 .compare-top {
    margin-top: 0;
  }
}
.comparing-container .comparing-column-4 {
  background: #e4ebeb;
  position: relative;
  margin-top: 71px;
}
.comparing-container .comparing-column-4 .compare-top {
  margin-top: -55px;
}
.comparing-container .comparing-column-4::before {
  position: absolute;
  content: "";
  background: url("../images/comparing-bg-3-1.svg");
  width: 152px;
  height: 55px;
  top: -55px;
  left: -1px;
}
.comparing-container .comparing-column-4 .compare-top {
  height: 84px;
}
.comparing-container .comparing-column-4 .comparing-line.hovered {
  background: #cce1e1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comparing-container .comparing-column-4 {
    margin-top: 16px;
    border-top-left-radius: 15px;
  }
  .comparing-container .comparing-column-4:before {
    display: none;
  }
  .comparing-container .comparing-column-4 .compare-top {
    margin-top: 0;
  }
}
.comparing-container .comparing-column-5 {
  background: #e4ebeb;
  position: relative;
  margin-top: 71px;
}
.comparing-container .comparing-column-5 .compare-top {
  margin-top: -55px;
}
.comparing-container .comparing-column-5::before {
  position: absolute;
  content: "";
  background: url("../images/comparing-bg-3-1.svg");
  width: 152px;
  height: 55px;
  top: -55px;
  left: -1px;
}
.comparing-container .comparing-column-5 .compare-top {
  height: 84px;
}
.comparing-container .comparing-column-5 .comparing-line.hovered {
  background: #cce1e1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .comparing-container .comparing-column-5 {
    margin-top: 16px;
    border-top-left-radius: 15px;
  }
  .comparing-container .comparing-column-5:before {
    display: none;
  }
  .comparing-container .comparing-column-5 .compare-top {
    margin-top: 0;
  }
}
.comparing-container .comparing-line-1:hover {
  background: #e4ebeb;
}

.choose-plan {
  background: #eaeaea;
  border-radius: 23px;
  border-top-left-radius: 125px;
  padding: 30px;
}
.choose-plan .choose-img {
  margin-top: -100px;
}
@media screen and (min-width: 992px) {
  .choose-plan .choose-img-1 {
    position: relative;
    left: -8%;
  }
  .choose-plan .choose-img-2 {
    position: relative;
    left: -3%;
  }
  .choose-plan.choose-plan-1 {
    padding-bottom: 59px;
  }
  .choose-plan.choose-plan-2 {
    margin-top: -15px;
  }
}

@media screen and (min-width: 992px) {
  .problem-img-2 {
    margin-left: -6% !important;
  }
  .anchor-s1-stars {
    position: relative;
  }
  .anchor-s1-stars::before {
    position: absolute;
    content: "";
    background: url("../images/sotp/s-img-1-stars.png");
    width: 237px;
    height: 197px;
    top: -146px;
    left: 110%;
  }
}
.book-img-4-abs {
  position: absolute !important;
  bottom: 14.6%;
  right: -5.3%;
  width: 165px;
  height: 118px;
}
.book-img-4-abs img {
  border-radius: 0 !important;
}

.bg-radial-1 {
  position: relative;
  background: #171a45;
}
.bg-radial-1:before {
  position: absolute;
  content: "";
  background: var(--radialGradientBg1);
  border-radius: 2380.701px;
  opacity: 0.3;
  inset: 0;
  left: -50%;
  right: -50%;
  bottom: -50%;
}
.bg-radial-1 * {
  position: relative;
  z-index: 3;
}

.write-book-home {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  position: relative;
  isolation: isolate;
}
.write-book-home * {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .write-book-home .anchor-b-pointer-1 {
    position: relative;
  }
  .write-book-home .anchor-b-pointer-1:before {
    position: absolute;
    content: "";
    background: url("../images/write-book-pointer-1.svg");
    background-repeat: no-repeat;
    width: 179px;
    height: 87px;
    top: -65px;
    left: -105px;
    z-index: 4;
  }
  .write-book-home .anchor-b-pointer-2 {
    position: relative;
  }
  .write-book-home .anchor-b-pointer-2:before {
    position: absolute;
    content: "";
    background: url("../images/write-book-pointer-2.svg");
    background-repeat: no-repeat;
    width: 178px;
    height: 87px;
    top: -50px;
    right: -105px;
    z-index: 6;
  }
  .write-book-home .anchor-b-pointer-3 {
    position: relative;
  }
  .write-book-home .anchor-b-pointer-3:before {
    position: absolute;
    content: "";
    background: url("../images/write-book-pointer-3.svg");
    background-repeat: no-repeat;
    width: 192px;
    height: 58px;
    bottom: 90px;
    left: -215px;
    z-index: 6;
  }
  .write-book-home .anchor-b-pointer-4 {
    position: relative;
    isolation: isolate;
  }
  .write-book-home .anchor-b-pointer-4:before {
    position: absolute;
    content: "";
    background: url("../images/write-book-pointer-4.svg");
    background-repeat: no-repeat;
    width: 162px;
    height: 115px;
    top: -40px;
    right: -112px;
    z-index: 6;
  }
  .write-book-home .write-book-container-2,
  .write-book-home .write-book-container-4 {
    margin-top: 18%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.write-book-home .anchor-wb-bg:after {
  position: absolute;
  content: "";
  background: url("../images/book-img-bg-home.svg");
  width: 1075px;
  height: 1181px;
  left: -340px;
  top: -258px;
  z-index: -1;
}
.write-book-home .write-book-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .write-book-home .write-book-container {
    margin-bottom: 0;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.write-book-home .write-book-content {
  position: relative;
  border-radius: 22px;
  box-shadow: 0px 4px 7.5px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 30px 0 0 0;
  max-width: 500px;
  z-index: 3;
  margin-bottom: 40px;
}
.write-book-home .write-book-content img {
  border-bottom-right-radius: 22px;
}
.write-book-home .write-book-content.write-book-content-5 {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .write-book-home .write-book-content {
    margin-bottom: 0;
  }
}
.write-book-home .write-book-container-4 {
  z-index: 4;
}
.write-book-home .write-book-container-4 .write-book-content {
  z-index: 6;
}

.write-book {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  position: relative;
  isolation: isolate;
}
.write-book * {
  position: relative;
  z-index: 5;
}
.write-book::after {
  position: absolute;
  content: "";
  background: url("../images/book-img-bg.svg");
  width: 2620.93px;
  height: 2721px;
  top: -15.8%;
  left: -68%;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .write-book::before {
    content: "";
    position: absolute;
    background: url("../images/book-dashes.png");
    inset: 0;
    top: 86px;
    left: 20%;
    text-align: center;
    background-repeat: no-repeat;
  }
  .write-book .write-book-container-2,
  .write-book .write-book-container-4 {
    margin-top: 45%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .write-book .write-book-container-5 {
    margin-top: -13%;
  }
}
.write-book .write-book-container {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .write-book .write-book-container {
    margin-bottom: 0;
    margin-left: inherit;
    margin-right: inherit;
  }
}
.write-book .write-book-content {
  position: relative;
  border-radius: 22px;
  box-shadow: 0px 4px 7.5px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 30px 0 0 0;
  max-width: 500px;
  z-index: 3;
  margin-bottom: 40px;
}
.write-book .write-book-content img {
  border-bottom-right-radius: 22px;
}
.write-book .write-book-content.write-book-content-5 {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .write-book .write-book-content {
    margin-bottom: 0;
  }
}
.write-book .sequence {
  font-weight: 600;
  font-size: 45px;
  background: var(--gradient1, linear-gradient(136deg, #ecb0cf -24.98%, #9e7ff6 49.25%, #75f9d6 124.34%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 5;
  position: absolute;
  top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 14px;
}
@media screen and (min-width: 1200px) {
  .write-book .sequence {
    font-size: 209.765px;
    line-height: 160.836px;
    top: -5px;
  }
  .write-book .sequence.sequence-1 {
    left: -60.19px;
  }
  .write-book .sequence.sequence-2 {
    left: -70.19px;
  }
  .write-book .sequence.sequence-3 {
    left: -75.19px;
  }
  .write-book .sequence.sequence-4 {
    left: -60.19px;
  }
  .write-book .sequence.sequence-5 {
    left: -60.19px;
  }
}

@media screen and (min-width: 1200px) {
  .scrively-ecover-1 {
    position: relative;
    left: -90px;
  }
  .anchor-cow {
    position: relative;
    isolation: isolate;
  }
  .anchor-cow::before {
    position: absolute;
    content: "";
    background: url("../images/sotp/real-examples-anchor.png");
    width: 671px;
    height: 504px;
    top: -225px;
    right: -505px;
  }
  .anchor-cow-2 {
    position: relative;
    isolation: isolate;
  }
  .anchor-cow-2::before {
    position: absolute;
    content: "";
    background: url("../images/sotp/real-examples-anchor-2.png");
    width: 674px;
    height: 484px;
    top: -130px;
    right: -505px;
  }
  .anchor-publish {
    position: relative;
    isolation: isolate;
  }
  .anchor-publish::before {
    position: absolute;
    content: "";
    background: url("../images/sotp/publish-anchor.png");
    width: 266px;
    height: 338px;
    bottom: -285px;
    left: -300px;
  }
  .anchor-pen {
    position: relative;
    isolation: isolate;
  }
  .anchor-pen::before {
    position: absolute;
    content: "";
    background: url("../images/sotp/anchor-pen.png");
    width: 293px;
    height: 285px;
    bottom: -120px;
    right: -360px;
  }
  .anchor-pack {
    position: relative;
    isolation: isolate;
  }
  .anchor-pack::before {
    position: absolute;
    content: "";
    background: url("../images/sotp/anchor-pack.png");
    width: 347px;
    height: 332px;
    bottom: -250px;
    left: -420px;
    z-index: 20;
  }
}
@media screen and (min-width: 768px) {
  .section-examples-home .example-container {
    height: 670px;
  }
}

.example-container {
  display: flex;
  width: 100%;
  max-width: 460px;
  height: 480px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 35px;
  background: #dfd7ec;
  border-radius: 15px;
  position: relative;
}
.example-container img {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .example-container {
    height: 620px;
  }
  .example-container:before {
    position: absolute;
    content: "";
    background: url("../images/scroll-down.svg");
    width: 147px;
    height: 112px;
    right: -155px;
    top: -38px;
  }
}
.example-container .example-images {
  overflow-y: auto;
  padding: 33.211px 32px 0px 32px;
}
.example-container .example-inner-img {
  margin-bottom: 35px;
  border-radius: 15px;
  box-shadow: 0px 4px 7.5px 4px rgba(0, 0, 0, 0.1);
}
.example-container .simplebar-track.simplebar-vertical {
  margin-top: 33px;
  margin-bottom: 33px;
  margin-right: 7.5px;
}

.benefit-container {
  gap: 50px;
}
.benefit-container .benefit-content {
  padding: 18px 22px 22px;
  max-width: 346px;
  color: #fff;
  border-radius: 25px;
  background: linear-gradient(206deg, #112F2F 8.86%, #369595 93.62%);
}

@media screen and (min-width: 992px) {
  .s-img-12 {
    position: relative;
    left: -180px;
  }
}
.money-back {
  border-radius: 15px;
  background: linear-gradient(223deg, #FFC285 -5.25%, #FFF490 83.93%);
  position: relative;
}
@media screen and (min-width: 1200px) {
  .money-back::before {
    position: absolute;
    content: "";
    background: url("../images//s-img-17.png");
    width: 321px;
    height: 395px;
    right: -270px;
    bottom: -82px;
  }
  .money-back.money-back-home::before {
    background: none;
  }
}
.money-back .stars-img {
  margin-top: -52px;
  margin-bottom: 13px;
}

.stunning-styles {
  gap: 28px 18px;
}
.stunning-styles > div {
  border-radius: 5px;
  overflow: hidden;
}
.stunning-styles p {
  font-size: 12.6px;
  background: #FFBC00;
  line-height: 37px;
  text-align: center;
  margin-bottom: 0;
}

.testimonials .swiper-slide {
  padding-top: 10px;
  padding-left: 14px;
  padding-bottom: 44px;
}
.testimonials .test-item {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background: #fff;
  max-width: 405px;
  min-height: 430px;
  padding: 50px 6%;
  text-align: center;
  position: relative;
}
.testimonials .test-item::before {
  position: absolute;
  content: "";
  background: url("../images/quote.svg");
  width: 77.074px;
  height: 60.398px;
  left: -12px;
  top: -12px;
}
.testimonials .test-item .test-avatar {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  bottom: -43px;
}
.testimonials .swiper-button-prev {
  left: -65px;
  color: #fff;
}
.testimonials .swiper-button-next {
  right: -65px;
  color: #fff;
}
.testimonials .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 8px !important;
  margin-right: 8px !important;
  background: #fff;
  opacity: 1;
}
.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(125deg, #ecb0cf 3.32%, #9e7ff6 63.16%, #75f9d6 123.7%);
}

.testimonials-home .test-item {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background: #fff;
  max-width: 405px;
  min-height: 378px;
  padding: 50px 12%;
  padding-top: 80px;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
}
.testimonials-home .test-item::before {
  position: absolute;
  content: "";
  background: url("../images/quote.svg");
  width: 77.074px;
  height: 60.398px;
  left: -12px;
  top: -12px;
}
.testimonials-home .test-item .test-avatar {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  bottom: -43px;
}

.platform .fa-windows {
  margin-left: 5px;
  margin-right: 5px;
}

.banner-container {
  margin-top: 15px;
  margin-top: -50px;
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .banner-container .mw-330px {
    max-width: 180px;
  }
}
@media screen and (max-width: 819px) {
  .banner-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .banner-container {
    margin-left: 30px;
    margin-right: 30px;
  }
  .banner-container .banner-ai-enhanced {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-container .wrapper-banner-sotp {
    background: #335a4d;
    padding-left: 0;
    padding-right: 0;
  }
  .banner-container .banner-border-radius {
    background: #10221a;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.claim-product {
  overflow: hidden;
}
.claim-product .op-price {
  position: relative;
  bottom: -13px;
}
.claim-product .banner-cta-container {
  margin-top: 0 !important;
}
.claim-product .no-monthly-fees {
  line-height: 1.16;
}
@media screen and (min-width: 768px) {
  .claim-product .no-monthly-fees {
    position: absolute;
    top: 0;
    right: -185px;
  }
}
.claim-product .btn-cta {
  font-weight: 900;
  letter-spacing: 0.015rem;
}

.section-faq {
  background: #fff;
  position: relative;
}

.accordion-flush .accordion-item {
  background: #e5ebeb;
  margin-bottom: 13px;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.accordion-flush .accordion-body {
  padding-left: 4.85%;
  padding-right: 4.85%;
  padding-top: 0;
}
.accordion-flush .accordion-header .accordion-button {
  background: #e5ebeb;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-right: 13%;
  padding-left: 4.85%;
  border: none;
  box-shadow: none;
  border: 2px solid transparent;
  border-radius: 10px;
}
.accordion-flush .accordion-header .accordion-button:focus-visible {
  outline: 0;
  border: 2px solid #34493a;
}
.accordion-flush .accordion-header .accordion-button::after {
  content: "\f067";
  font-family: "Fontawesome";
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  transition: none;
  margin-right: auto;
  margin-left: 0;
  position: absolute;
  right: 4.85%;
  top: calc(50% - 20px);
}
.accordion-flush .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
  font-family: "Fontawesome";
}
.accordion-flush .accordion-header .accordion-button:not(.collapsed) {
  color: #34493a;
}

.lazy {
  filter: blur(2px);
  clip-path: inset(0);
}
.lazy.loaded {
  filter: none;
  clip-path: none;
}

@media screen and (min-width: 992px) {
  .example-img {
    margin-left: -35px;
  }
  .example-img-2 {
    margin-right: -15px;
  }
  .sotp-5 {
    margin-top: -140px;
  }
}
.s1-img-h-5 {
  position: relative;
  left: -7%;
}

@media screen and (max-width: 819px) {
  .sotp-monitor-mb {
    max-width: 130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .fs-51px-sm {
    font-size: 50px;
    line-height: 51px;
    letter-spacing: -1.53px;
    margin-bottom: 0 !important;
  }
  .fs-25px-sm {
    font-size: 25px;
    line-height: 40.5px;
    margin-bottom: 20px !important;
  }
  .fs-19px-sm {
    font-size: 19.21px;
    line-height: 27.95px;
    margin-bottom: 24px !important;
  }
  .video-container {
    padding: 11.5px !important;
    border-radius: 15px !important;
  }
  .video-container:after {
    border-radius: 15px !important;
  }
  .video-container .voomly-embed {
    border-radius: 5px !important;
  }
  .wrapper-inner-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pdf-epub-text {
    font-size: 15.35px;
  }
  .share-idea-img {
    margin-bottom: 16px !important;
    position: relative;
    top: -2px;
  }
  .fs-18px-sm {
    font-size: 16px;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 767px) {
  .share-idea-img {
    max-width: 171px;
  }
}
.scroll-down-container {
  position: absolute;
  left: -243px;
  top: 8px;
}

.cta-scroll {
  position: absolute;
  top: 42px;
  right: -15px;
}
.cta-scroll a {
  display: flex;
  width: 49px;
  height: 49px;
  border: 2px solid #000;
  background: #132F32;
  border-radius: 25px;
  transition: background-color ease 0.2s;
  position: relative;
}
.cta-scroll a:before {
  position: absolute;
  content: "";
  background: url("../images/sotp/mouse-vector-inner.png");
  width: 23px;
  height: 28px;
  top: 9px;
  left: 11px;
  transition: top ease 0.2s;
}
.cta-scroll a:hover {
  background: #2a4346;
}
.cta-scroll a:hover:before {
  top: 17px;
}
.cta-scroll a img {
  width: 23px;
  height: 28px;
}

#page-content {
  scroll-margin: 80px;
}

@media screen and (min-width: 1200px) {
  .mx--xl--15 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 992px) {
  .img-ml-1 {
    position: relative;
    left: -80px;
  }
}
.p-t-7 {
  padding-top: 7px;
}

.swiper-container-wrapper {
  position: relative;
}
.swiper-container-wrapper .nav-pills .nav-link.active, .swiper-container-wrapper .nav-pills .show > .nav-link {
  background: #326b9e;
  color: #fff;
}
.swiper-container-wrapper .nav-pills .nav-link {
  font-size: 15px;
  border-radius: 10px;
  background: #cfcfcf;
  color: #fff;
  padding: 5px;
  font-weight: 500;
  text-align: center;
}
.swiper-container-wrapper .swiper-button-next:after, .swiper-container-wrapper .swiper-button-prev:after {
  font-size: 22px;
}
.swiper-container-wrapper .swiper-button-next:after {
  padding: 7px 20px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 60%);
}
.swiper-container-wrapper .swiper-button-prev:after {
  padding: 7px 20px;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255) 60%);
}
.swiper-container-wrapper .updates-swiper {
  overflow: hidden;
}
.swiper-container-wrapper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.swiper-container-wrapper .swiper-slide {
  width: 134px;
  text-align: center;
  flex-shrink: 0;
}
.swiper-container-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.swiper-container-wrapper .swiper-slide .nav-link {
  white-space: nowrap;
}
.swiper-container-wrapper .swiper-button-prev, .swiper-container-wrapper .swiper-button-next {
  top: 115%;
  transform: translateY(-50%);
  color: #000;
}
.swiper-container-wrapper .swiper-button-prev:after, .swiper-container-wrapper .swiper-button-prev:before, .swiper-container-wrapper .swiper-button-next:after, .swiper-container-wrapper .swiper-button-next:before {
  transition: opacity 0.3s ease;
  opacity: 0.6;
}
.swiper-container-wrapper .swiper-button-prev:hover:after, .swiper-container-wrapper .swiper-button-prev:hover:before, .swiper-container-wrapper .swiper-button-next:hover:after, .swiper-container-wrapper .swiper-button-next:hover:before {
  opacity: 1;
}
.swiper-container-wrapper .swiper-button-prev {
  left: -3px;
}
.swiper-container-wrapper .swiper-button-next {
  right: -3px;
}
.swiper-container-wrapper .swiper-button-next.swiper-button-disabled, .swiper-container-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.tab-content ul {
  padding-left: 1.6rem;
}

.tab-pane {
  padding-right: 30px;
  margin-bottom: 0;
}
.tab-pane .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}
.tab-pane .simplebar-track.simplebar-vertical {
  width: 6px;
  background: #eaeaea;
  border-radius: 10px;
}

.popup-floating {
  border-radius: 15px;
  background: #fff;
  position: fixed;
  bottom: -110px;
  left: 6px;
  right: 6px;
  margin: 0 auto;
  max-width: 448px;
  padding: 14px 17px 14px 17px;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: position 0.5s ease;
}
@media screen and (min-width: 420px) {
  .popup-floating {
    left: 11px;
    right: 11px;
  }
}
.popup-floating.active {
  bottom: 13px;
}
.popup-floating .fs-27px {
  line-height: 20px;
}
@media screen and (min-width: 360px) and (max-width: 380px) {
  .popup-floating {
    gap: 26px !important;
  }
  .popup-floating .fs-19px {
    margin-right: -20px;
  }
}
@media screen and (min-width: 992px) {
  .popup-floating {
    display: none !important;
  }
}
@media screen and (max-width: 469px) {
  .popup-floating .fs-19px {
    font-size: 16px !important;
  }
  .popup-floating .fs-27px {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 405px) {
  .popup-floating .fs-19px {
    font-size: 15px !important;
  }
  .popup-floating .fs-27px {
    font-size: 21px !important;
  }
}
.popup-floating .crossed-price {
  position: relative;
  isolation: isolate;
}
.popup-floating .crossed-price::before {
  position: absolute;
  content: "";
  background: url("../images/sotp/price-crossed-popup.svg");
  background-repeat: no-repeat;
  inset: 0;
  top: 7px;
  left: -3px;
  right: -4px;
}
.popup-floating .c-lin-gradient-1 {
  background: linear-gradient(120deg, #ECB0CF 9.49%, #9E7FF6 31.04%, #0FB 80.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup-floating .c-lin-gradient-2 {
  background: linear-gradient(223deg, #ECB0CF 12.12%, #9E7FF6 34.43%, #0FB 85.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup-floating .btn-cta-popup {
  font-size: 18px;
  line-height: 46px;
  max-width: 145px;
  width: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  margin-bottom: 0;
}
@media screen and (max-width: 469px) {
  .popup-floating .btn-cta-popup {
    font-size: 16px;
    max-width: 120px;
  }
}
@media screen and (max-width: 405px) {
  .popup-floating .btn-cta-popup {
    font-size: 15px;
    max-width: 110px;
  }
}

.custom-illustrations-swiper {
  overflow-x: hidden;
  position: relative;
}
.custom-illustrations-swiper .swiper-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
.custom-illustrations-swiper .swiper-slide {
  width: 216px;
  height: 298px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.custom-illustrations-swiper .swiper-button-next, .custom-illustrations-swiper .swiper-button-prev {
  width: 52px;
  height: 52px;
}
.custom-illustrations-swiper .swiper-button-next:hover, .custom-illustrations-swiper .swiper-button-prev:hover {
  cursor: pointer;
}/*# sourceMappingURL=sotp.css.map */