body,
html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

:root {
  /* Colors: */
  --tl-color-white: #fff;
  --tl-color-black: #000;
  --tl-color-gray: #999999;
  --tl-color-gray-1: #e5e5e5;
  --tl-color-gray-2: #ebebf1;
  --tl-color-yellow: #d3ff21;
  --tl-color-yellow-1: #cdff21;
  --tl-color-yellow-2: #f2f6ee;
  --tl-color-orange: #ffaf15;
  --tl-color-red: #fc392a;
  --tl-color-red-1: #e4625f;
  --tl-color-pink: #de1174;
  --tl-color-green: #5f8e56;
  --tl-color-green-1: #e5f7f0;
  --tl-color-green-2: #00ac69;
  --tl-color-green-3: #1d7e58;
  --tl-color-green-4: #cceee1;
  --tl-color-green-5: #3d7c5b;
  --tl-color-cyan: #2dc0c5;
  --tl-color-blue: #1ab5fe;
  --tl-color-blue-1: #dff0f7;
  --tl-color-blue-2: #6cbadc;
  --tl-color-blue-3: #3f5393;
  --tl-color-purple: #9c79b3;
  --tl-color-purple-1: #373063;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-pink {
  color: var(--tl-color-pink);
}

.b-pink {
  background: var(--tl-color-pink);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-cyan {
  color: var(--tl-color-cyan);
}

.b-cyan {
  background: var(--tl-color-cyan);
}

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

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

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

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

.fs-14px {
  font-size: 14px;
  line-height: 1.4;
}

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

.fs-19px {
  font-size: 1.188rem;
  font-size: clamp(1.0625rem, 0.9693rem + 0.2594vw, 1.1875rem);
  line-height: 1.4;
}

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

.fs-22px {
  font-size: 1.25rem;
  font-size: clamp(1.1875rem, 1.1292rem + 0.2913vw, 1.375rem);
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

.fs-36px {
  font-size: 2.25rem;
  font-size: clamp(1.9375rem, 1.8404rem + 0.4854vw, 2.25rem);
  line-height: 1.25;
}

.fs-37px {
  font-size: 2.3125rem;
  font-size: clamp(2rem, 1.9029rem + 0.4854vw, 2.3125rem);
  line-height: 1.25;
}

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

.fs-40px {
  font-size: 2.5rem;
  font-size: clamp(2.25rem, 2.1723rem + 0.3883vw, 2.5rem);
  line-height: 1.25;
}

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

.fs-44px {
  font-size: 2.75rem;
  font-size: clamp(2.125rem, 1.9308rem + 0.9709vw, 2.75rem);
  line-height: 1.25;
}

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

.fs-50px {
  font-size: 3.125rem;
  font-size: clamp(2.375rem, 2.142rem + 1.165vw, 3.125rem);
  line-height: 1.25;
}

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

.fs-55px {
  font-size: 3.4375rem;
  font-size: clamp(2.5rem, 2.2087rem + 1.4563vw, 3.4375rem);
  line-height: 1.25;
}

.fs-61px {
  font-size: 3.8125rem;
  font-size: clamp(2.5625rem, 2.0198rem + 2.7137vw, 3.8125rem);
  line-height: 1.25;
}

.fs-66px {
  font-size: 4.125rem;
  font-size: clamp(2.875rem, 2.4867rem + 1.9417vw, 4.125rem);
  line-height: 1.25;
}

.fs-82px {
  font-size: 4.125rem;
  font-size: clamp(3.4375rem, 2.9132rem + 2.6214vw, 5.125rem);
  line-height: 1;
}

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

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

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

.li-15 {
  line-height: 1.5;
}

.ls--015 {
  letter-spacing: -0.015em;
}

.font-family-poppins {
  font-family: "Poppins", sans-serif;
}

.font-family-roboto {
  font-family: "Roboto", sans-serif;
}

.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;
}

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

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

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

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

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

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

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

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

.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-70-40 {
  padding-top: 70px;
  padding-top: clamp(2.5rem, 1.9175rem + 2.9126vw, 4.375rem);
}

.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-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-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-75-30 {
  padding-left: 80px;
  padding-right: 80px;
  padding-left: clamp(1.875rem, 1.0012rem + 4.3689vw, 4.6875rem);
  padding-right: clamp(1.875rem, 1.0012rem + 4.3689vw, 4.6875rem);
}

.p-x-c-85-30 {
  padding-left: 50px;
  padding-right: 50px;
  padding-left: clamp(1.875rem, 0.807rem + 5.3398vw, 5.3125rem);
  padding-right: clamp(1.875rem, 0.807rem + 5.3398vw, 5.3125rem);
}

.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-60-40 {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: clamp(2.5rem, 2.1117rem + 1.9417vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 2.1117rem + 1.9417vw, 3.75rem);
}

.p-y-c-70-40 {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-top: clamp(2.5rem, 1.9175rem + 2.9126vw, 4.375rem);
  padding-bottom: clamp(2.5rem, 1.9175rem + 2.9126vw, 4.375rem);
}

.p-y-c-80-50 {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-top: clamp(3.125rem, 2.5425rem + 2.9126vw, 5rem);
  padding-bottom: clamp(3.125rem, 2.5425rem + 2.9126vw, 5rem);
}

.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);
}

.btn-cta {
  border-radius: 10px;
  font-weight: 700;
  background: #fff;
  color: #000;
  text-decoration: none;
  padding: 17px 15px;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 5;
}
.btn-cta:hover {
  background: #B2E6D2;
  color: #000;
}
.btn-cta:focus, .btn-cta:focus-visible {
  background: #B2E6D2;
  outline: 0;
  box-shadow: none;
}

.btn-cta-2 {
  position: relative;
}
.btn-cta-2 img {
  position: absolute;
  right: 38px;
}
@media scren and (max-width: 575px) {
  .btn-cta-2 {
    font-size: clamp(1.5625rem, 1.4747rem + 0.439vw, 1.84375rem);
  }
  .btn-cta-2 img {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .btn-cta-2 {
    padding-right: 70px;
  }
}

.btn-cta-3 {
  padding: 25px 15px;
}

@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-43-57 > div:first-child {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .col-lg-43-57 > div:last-child {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .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-57-43 > div:first-child {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .col-lg-57-43 > div:last-child {
    flex: 0 0 43%;
    max-width: 43%;
  }
  .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-64-36 > div:first-child {
    flex: 0 0 64%;
    max-width: 64%;
  }
  .col-lg-64-36 > div:last-child {
    flex: 0 0 36%;
    max-width: 36%;
  }
}
@media (min-width: 1200px) {
  .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%;
  }
  .col-xl-58-42 > div:first-child {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .col-xl-58-42 > div:last-child {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@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;
}

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

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

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

.zi-5 {
  z-index: 5;
}

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

@media screen and (min-width: 992px) {
  .mx--30px {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 1500px) {
  .mx--45px {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.wrapper-header {
  max-width: 1525px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

header {
  transition: background 0.5s ease-in-out;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.015em;
  z-index: 100;
  border-bottom: 1px solid transparent;
}
header.sticky {
  border-color: var(--tl-color-green);
  background: #1d7e58;
}
header.transparent {
  background: transparent;
  box-shadow: none;
}
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 {
  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;
}
header .navbar-nav.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  margin-left: 18px;
  margin-right: 18px;
  letter-spacing: 0.015em;
}
header .navbar-nav.navbar-nav .nav-link:hover, header .navbar-nav.navbar-nav .nav-link:focus, header .navbar-nav.navbar-nav .nav-link:active {
  transition: all ease 0.3s;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  header .navbar-nav.navbar-nav .nav-link {
    margin-left: 12px;
    margin-right: 12px;
  }
}
header .navbar-nav.navbar-nav .order-now-link {
  border: 1px solid #1a99d5;
  color: #fff;
  background: #1ab5fe;
  border-radius: 10px;
  padding: 10px 25px 8px 25px;
  margin-right: 0;
  max-width: 200px;
}
header .navbar-nav.navbar-nav .order-now-link:hover {
  background: #e5f7f0;
  color: #000;
  border: 1px solid transparent;
}
header .navbar-nav.navbar-nav .order-now-link:focus-visible {
  background: #e5f7f0;
  color: #000;
  box-shadow: none;
  border: 1px solid transparent;
  outline: 0;
}
header .navbar-nav.navbar-nav .order-link-nav {
  color: #000;
  line-height: 23px;
  padding: 12.75px 22px;
}
header .navbar-nav.navbar-nav .order-link-nav:hover, header .navbar-nav.navbar-nav .order-link-nav:focus-visible, header .navbar-nav.navbar-nav .order-link-nav:focus {
  color: #000;
}
@media (min-width: 992px) {
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav) {
    position: relative;
    bottom: -2px;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):hover::after {
    width: 100%;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):focus-visible {
    outline: 0;
    box-shadow: none;
  }
  header .navbar-nav.navbar-nav .nav-link:not(.dropdown, .order-now-link, .order-link-nav):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: -2px;
  }
  header .navbar-nav.navbar-nav .nav-link.dropdown button span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    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 .navbar-brand img {
  width: 190px;
}

.header-checkout.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.header-members.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.header-main.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.header-oto-1.has-background {
  background: #1d7e58;
  border-bottom: 1px solid #5f8e56;
}

.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;
}

@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: #fff;
  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: "Roboto", sans-serif;
  box-shadow: none;
  border: none;
}
.dropdown-menu img {
  transform: scale(1);
}
.dropdown-menu .dropdown-item {
  padding: 15px;
  letter-spacing: -0.007px;
  line-height: 24px;
  color: #0c0d2a;
  border-radius: 10px;
  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: 520px;
  }
}
.dropdown-menu .submenu-links-features a {
  font-size: clamp(1.125rem, 1.0473rem + 0.3883vw, 1.375rem);
}
@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;
  }
}
@media (min-width: 460px) {
  .dropdown-menu .submenu-links-supportsubmenu-links-support div:last-child {
    margin-left: 25px;
  }
}
.dropdown-menu .submenu-links-support {
  width: 100%;
}
@media (min-width: 459px) {
  .dropdown-menu .submenu-links-support {
    width: 320px;
  }
}
.dropdown-menu .submenu-links-support a.dropdown-item img {
  margin-right: 25px;
}
.dropdown-menu .submenu-links-support a {
  font-size: clamp(1.125rem, 1.0473rem + 0.3883vw, 1.375rem);
}
.dropdown-menu .submenu-links {
  background: #fff;
  color: #000;
  box-shadow: -1px 3px 10px rgba(1, 1, 1, 0.18);
  padding: 15px;
}
.dropdown-menu .submenu-links a {
  white-space: normal;
  color: #000;
}
.dropdown-menu .submenu-links a.dropdown-item:hover {
  background: #e0f4ec !important;
}

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

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

.dropdown-menu .anchor-arrow:before {
  left: calc(50% - 13px);
}
.dropdown-menu .submenu-links {
  border-radius: 20px;
  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: -227px !important;
}
.header-checkout .anchor-arrow:before, .header-members .anchor-arrow:before {
  left: initial;
  right: 50px;
}

header .dropdown-toggle:focus {
  outline: 0;
  box-shadow: none !important;
}
header .features-dropdown {
  padding: 0 !important;
}
header .features-dropdown .dropdown-toggle {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
header .support-dropdown {
  padding: 0 !important;
}
header .support-dropdown .dropdown-toggle {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
header .dropdown.nav-link {
  padding: 0;
}
header .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: #fff;
  cursor: pointer;
}
header .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 .dropdown .btn[aria-expanded=true]:after {
  transform: rotate(180deg);
}
header .dropdown:hover, header .dropdown:focus, header .dropdown:active {
  background: transparent !important;
  border: none !important;
  color: #fff;
}
header .dropdown:hover .btn, header .dropdown:focus .btn, header .dropdown:active .btn {
  color: #fff;
}
header .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;
  }
}
@media screen and (max-width: 359px) {
  .dropdown .dropdown-menu img {
    display: none;
  }
}
footer {
  font-family: "Inter", sans-serif;
  background: #0b2534;
  color: #a5aaae;
  padding-top: 70px;
  padding-bottom: 10px;
  position: static;
  font-size: 18px;
}
footer .wrapper-footer {
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
footer h5 {
  font-weight: 400;
}
footer .footer-top a {
  padding: 0;
}
footer .footer-top p {
  font-size: 18px;
  line-height: 32px;
  color: #a5aaae;
}
footer .footer-top a {
  display: block;
  color: #a5aaae;
}
footer .footer-top .logo {
  margin-bottom: 0;
  float: none;
  display: block;
  opacity: 1 !important;
  margin-top: -15px;
  transition: opacity 0.2s ease;
  height: 34px;
}
footer .footer-top .logo:hover {
  opacity: 1;
}
footer .footer-top .col-lg-6:last-child a {
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  transition: all 0.3s ease-in;
  height: auto;
}
footer .footer-top .col-lg-6:last-child a:hover {
  color: #fff;
}
footer .c-gray {
  line-height: 1.4 !important;
  font-size: 15px !important;
}
footer .op-06 {
  opacity: 0.6;
  line-height: 1.4 !important;
  font-size: 15px !important;
}
footer .copyright {
  padding-top: 15px;
  font-size: 17px;
}
footer hr {
  border-color: #455b49;
}

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

main {
  overflow: hidden;
}

.section-hero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background: #00ac69;
  color: #fff;
}
@media (min-width: 992px) {
  .section-hero {
    padding-top: 235px;
    padding-bottom: 200px;
  }
}

.btn-cta img {
  position: absolute;
  right: 25px;
  display: none !important;
}
@media (min-width: 420px) {
  .btn-cta img {
    display: block !important;
  }
}

.btn-cta-container {
  max-width: 435px;
}
.btn-cta-container .border-hack {
  border-radius: 10px;
  background: #000;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: calc(100% + 5px);
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 2;
}/*# sourceMappingURL=chat.css.map */