* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #11131F;
}

#desktop {
  display: flex;
}
@media (max-width: 600px) {
  #desktop {
    display: none;
  }
}

#mobile {
  display: none;
}
@media (max-width: 600px) {
  #mobile {
    display: flex;
  }
}

.myBtn {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: center;
  min-width: 400px;
  max-width: 400px;
  gap: 10px;
  border: unset;
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(0deg, #26AF55 69.53%, #70F676 100%);
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
.myBtn:hover {
  filter: brightness(80%);
}
@media (max-width: 600px) {
  .myBtn {
    font-size: 18px;
    gap: 8px;
    min-width: 300px;
    max-width: 342px;
    padding: 16px;
    align-self: center;
  }
}

.hero {
  background: url(assets/herobg.webp) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hero .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 0;
}
.hero .mainDiv .logo {
  width: 169px;
}
.hero .mainDiv h1 {
  color: #EDEEF0;
  text-align: center;
  font-feature-settings: "salt" on;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  max-width: 970px;
}
.hero .mainDiv .desc {
  color: #EDEEF0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
  max-width: 800px;
}
.hero .mainDiv #ifr_66c8e042ee5b37000cf362a2_wrapper {
  width: 960px !important;
}
.hero .mainDiv .vsl {
  width: 960px;
  height: 542px;
  border-radius: 10px;
  border: 2px solid #435E71;
}
.hero .mainDiv .payments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hero .mainDiv .contentFlex {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: rgba(216, 244, 246, 0.04);
}
.hero .mainDiv .contentFlex .contentDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.hero .mainDiv .contentFlex .contentDiv > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.hero .mainDiv .contentFlex .contentDiv strong {
  color: #EDEEF0;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 19px;
  font-weight: 700;
  line-height: 98%;
  max-width: 243px;
}
.hero .mainDiv .contentFlex .contentDiv p {
  color: #B0B4BA;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 243px;
}
.hero .mainDiv .contentFlex .students {
  gap: 8px;
  border-radius: 8px;
  background: rgba(216, 244, 246, 0.04);
  padding: 24px;
}
.hero .mainDiv .contentFlex .students p {
  font-weight: 700;
  font-feature-settings: "salt" on, "liga" off, "calt" off;
  max-width: 195px;
  line-height: 160%;
}
@media (max-width: 600px) {
  .hero {
    background: url(assets/herobgmob.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    justify-content: center;
    min-height: unset;
  }
  .hero .mainDiv {
    padding: 24px 0;
    align-items: center;
    gap: 20px;
  }
  .hero .mainDiv .logo {
    width: 200px;
    margin-bottom: -5px;
  }
  .hero .mainDiv h1 {
    font-size: 29px;
    line-height: 110%;
    max-width: 360px;
    text-align: center;
  }
  .hero .mainDiv #ifr_66c8e042ee5b37000cf362a2_wrapper {
    width: 356px !important;
  }
  .hero .mainDiv .vsl {
    width: 356px;
    height: 202px;
  }
  .hero .mainDiv .desc {
    font-size: 15px;
    text-align: center;
    max-width: 360px;
  }
  .hero .mainDiv .contentFlex {
    flex-direction: column;
  }
  .hero .mainDiv .contentFlex .contentDiv {
    flex-direction: row;
    gap: 24px;
  }
  .hero .mainDiv .contentFlex .contentDiv > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  .hero .mainDiv .contentFlex .contentDiv > div strong {
    text-align: left;
    max-width: 202px;
  }
  .hero .mainDiv .contentFlex .contentDiv > div p {
    text-align: left;
    max-width: 202px;
  }
  .hero .mainDiv .contentFlex .students {
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
  }
  .hero .mainDiv .contentFlex .students .alunos {
    width: 150px;
  }
}

.depo {
  display: flex;
  padding: 40px 0 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #11131F;
}
.depo .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.depo .title strong {
  color: #EDEEF0;
  text-align: center;
  font-feature-settings: "liga" off, "calt" off;
  font-size: 26px;
  font-weight: 700;
  line-height: 98%;
  max-width: 605px;
}
.depo .boxFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
  width: 100%;
}
.depo .boxFlex .swiper-button-next, .depo .boxFlex .swiper-button-prev {
  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 5px;
  --swiper-navigation-color: #141726;
  background: rgba(216, 244, 246, 0.5);
  padding: 23px 20px;
  transition: 0.2s;
}
.depo .boxFlex .swiper-button-next:hover, .depo .boxFlex .swiper-button-prev:hover {
  filter: brightness(80%);
}
.depo .boxFlex .swiper-button-prev {
  top: 50%;
  left: 0px;
  right: auto;
  border-radius: 0px 40px 40px 0px;
}
.depo .boxFlex .swiper-button-next {
  top: 50%;
  right: 0px;
  left: auto;
  border-radius: 40px 0 0 40px;
}
.depo .boxFlex .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  user-select: none;
}
.depo .boxFlex .box .bubble {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 16px;
  background: #FFF;
  height: 227px;
  position: relative;
}
.depo .boxFlex .box .bubble .emoji {
  position: absolute;
  left: 12px;
  bottom: -20px;
  display: flex;
  height: 32px;
  padding: 2px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 2px solid #11131F;
  background: #FFF;
}
.depo .boxFlex .box .bubble .emoji img {
  width: 16px;
  height: auto;
}
.depo .boxFlex .box .bubble > p {
  color: #1C2024;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 252px;
}
.depo .boxFlex .box > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.depo .boxFlex .box > div strong {
  color: #EDEEF0;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 600px) {
  .depo {
    padding: 24px 15px 16px;
    margin-top: -1px;
    gap: unset;
  }
  .depo h5 {
    font-size: 22px;
    max-width: 250px;
  }
  .depo .boxFlex {
    max-width: 100%;
  }
  .depo .boxFlex img {
    width: unset;
  }
  .depo .boxFlex .swiper-wrapper {
    padding: 0 25px;
  }
  .depo .boxFlex .swiper-button-prev {
    left: 0px;
    right: auto;
  }
  .depo .boxFlex .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .depo .boxFlex .box {
    min-width: 304px;
    max-width: 304px;
    gap: 24px;
    padding: 24px;
  }
  .depo .boxFlex .box iframe {
    width: 304px;
    height: 171px;
  }
  .depo .boxFlex .box > p {
    font-size: 18px;
  }
  .depo .boxFlex .box .bubble {
    height: 256px;
  }
}

.prob {
  background: #11131F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  gap: 105px;
}
.prob .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.prob .mainDiv strong {
  color: #EDEEF0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  max-width: 705px;
  text-align: center;
}
.prob .mainDiv p {
  color: #EDEEF0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
  max-width: 539px;
  text-align: center;
}
@media (max-width: 600px) {
  .prob {
    padding: 24px 0;
    margin-top: -2px;
    gap: 60px;
  }
  .prob .vidDiv .video {
    width: 300px;
    height: auto;
  }
  .prob .vidDiv .phone {
    width: 85px;
    height: 155px;
    margin-left: -60px;
    margin-bottom: -30px;
  }
  .prob .mainDiv {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .prob .mainDiv strong {
    font-size: 30px;
    max-width: 342px;
  }
  .prob .mainDiv p {
    font-size: 18px;
    max-width: 342px;
  }
}

.second {
  background: url(assets/devicesbg.webp) no-repeat center center, radial-gradient(88.57% 88.57% at 50% 11.43%, #CDDFE9 0%, #F0F1FA 100%);
  background-size: cover;
  background-position: top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  gap: 105px;
}
.second .vidDiv {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.second .vidDiv .video {
  width: 761px;
  height: 432px;
  border-radius: 13px;
  border: 5px solid #586170;
}
.second .vidDiv .phone {
  width: 180px;
  height: 350px;
  border-radius: 12.5px;
  border: 5px solid #586170;
  margin-left: -80px;
  margin-bottom: -80px;
}
.second .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.second .mainDiv strong {
  color: #EDEEF0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  max-width: 705px;
  text-align: center;
}
.second .mainDiv p {
  color: #EDEEF0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
  max-width: 539px;
  text-align: center;
}
@media (max-width: 600px) {
  .second {
    background: url(assets/devicesbgmob.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    padding: 24px 0;
    margin-top: -2px;
    gap: 60px;
  }
  .second .vidDiv .video {
    width: 298.395px;
    height: 181.271px;
  }
  .second .vidDiv .phone {
    width: 85px;
    height: 155px;
    margin-left: -60px;
    margin-bottom: -30px;
  }
  .second .mainDiv {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .second .mainDiv strong {
    font-size: 30px;
    max-width: 342px;
  }
  .second .mainDiv p {
    font-size: 18px;
    max-width: 342px;
  }
}

.carousel {
  display: flex;
  padding: 30px 0px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: #FDFDFE;
}
.carousel .swiper {
  width: 100%;
  height: 100%;
}
.carousel .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.carousel .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
.carousel .swiper .swiper-wrapper .swiper-slide img {
  width: 24vw;
}
@media (max-width: 600px) {
  .carousel {
    padding: 12px 0;
  }
  .carousel .swiper .swiper-wrapper .swiper-slide img {
    width: 50vw;
  }
}

.third {
  background: #FDFDFE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 80px 0;
}
.third > strong {
  color: #1C2024;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  max-width: 710px;
}
.third p {
  color: #60646C;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
  max-width: 710px;
}
.third .contentFlex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.third .contentFlex .contentDiv {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 47, 0.15);
}
.third .contentFlex .contentDiv strong {
  color: #60646C;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 700;
  line-height: 143%;
}
@media (max-width: 600px) {
  .third {
    padding: 24px 0 32px;
    gap: 24px;
  }
  .third strong {
    font-size: 30px;
    max-width: 342px;
  }
  .third p {
    font-size: 18px;
    max-width: 342px;
  }
  .third .contentFlex {
    flex-direction: column;
    align-items: center;
  }
}

.classes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FDFDFE;
}
.classes .swiper-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.classes .swiper-container .swiper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.classes .swiper-container .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.classes .swiper-container .swiper .swiper-button-next, .classes .swiper-container .swiper .swiper-button-prev {
  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 5px;
  --swiper-navigation-color: #0b0d16;
  background: rgba(164, 198, 231, 0.8);
  padding: 23px 20px;
  transition: 0.2s;
}
.classes .swiper-container .swiper .swiper-button-next:hover, .classes .swiper-container .swiper .swiper-button-prev:hover {
  filter: brightness(80%);
}
.classes .swiper-container .swiper .swiper-button-prev {
  top: 50%;
  left: 0px;
  right: auto;
  border-radius: 0px 40px 40px 0px;
}
.classes .swiper-container .swiper .swiper-button-next {
  top: 50%;
  right: 0px;
  left: auto;
  border-radius: 40px 0 0 40px;
}
.classes .swiper-container .swiper .swiper-slide {
  max-width: 298px;
  min-width: 298px;
}
.classes .swiper-container .swiper .swiper-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 17px;
  border: 1px solid #D4D4D4;
  max-width: 298px;
  min-width: 298px;
  height: 800px;
  user-select: none;
}
.classes .swiper-container .swiper .swiper-slide .box > div {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  height: 100%;
}
.classes .swiper-container .swiper .swiper-slide .box > div p {
  color: #2E3135;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  max-width: 250px;
}
.classes .swiper-container .swiper .swiper-slide .box > div span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 47, 0.15);
}
@media (max-width: 600px) {
  .classes {
    overflow: hidden;
  }
  .classes .swiper-container .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: unset;
    min-width: unset;
    max-width: unset;
  }
  .classes .swiper-container .swiper .swiper-slide .box {
    max-width: unset;
    min-width: unset;
  }
}

.exp {
  background: #FDFDFE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 80px 0;
}
.exp .titleDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.exp .titleDiv strong {
  color: #1C2024;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  max-width: 794px;
}
.exp .titleDiv p {
  color: #60646C;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
  max-width: 794px;
}
.exp .expFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.exp .expFlex .expDiv {
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 24px;
  background: rgba(0, 0, 51, 0.06);
}
.exp .expFlex .expDiv > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 40px;
}
.exp .expFlex .expDiv > div strong {
  color: #1C2024;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  max-width: 434px;
}
.exp .expFlex .expDiv > div p {
  color: #60646C;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
  max-width: 434px;
}
@media (max-width: 600px) {
  .exp {
    padding: 56px 0;
  }
  .exp .titleDiv strong {
    font-size: 30px;
    max-width: 342px;
  }
  .exp .titleDiv p {
    max-width: 342px;
  }
  .exp .expFlex .expDiv {
    flex-direction: column;
    gap: 16px;
  }
  .exp .expFlex .expDiv > div {
    padding: 16px;
    gap: 8px;
  }
  .exp .expFlex .expDiv > div strong {
    font-size: 24px;
    max-width: 262px;
  }
  .exp .expFlex .expDiv > div p {
    font-size: 18px;
    max-width: 262px;
  }
}

.become {
  background: #FDFDFE;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 0 120px;
}
.become .titleDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.become .titleDiv strong {
  color: #1C2024;
  text-align: center;
  font-feature-settings: "liga" off, "calt" off;
  font-size: 26px;
  font-weight: 700;
  line-height: 98%;
}
.become .becomeFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}
.become .becomeFlex .becomeDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.become .becomeFlex .becomeDiv > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  padding: 24px;
  background: linear-gradient(139deg, rgba(255, 0, 0, 0.17) 0.05%, rgba(255, 181, 37, 0.17) 45.72%, rgba(37, 177, 255, 0.17) 98.67%, rgba(151, 72, 255, 0.17) 127.13%), linear-gradient(0deg, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0.59) 100%), rgba(179, 152, 223, 0.24);
}
.become .becomeFlex .becomeDiv strong {
  color: #1C2024;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
  max-width: 207px;
}
.become .becomeFlex .becomeDiv strong b {
  font-weight: 700;
}
@media (max-width: 600px) {
  .become {
    padding: 0 0 40px;
  }
  .become .titleDiv strong {
    font-size: 22px;
    max-width: 253px;
  }
  .become .becomeFlex {
    flex-direction: column;
  }
  .become .becomeFlex .becomeDiv strong {
    font-size: 18px;
    max-width: 262px;
  }
}

.bonus {
  background: radial-gradient(59.35% 60.41% at 50% 0.03%, #414A8F 0%, #030A42 100%), #11131F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0 120px;
  position: relative;
}
.bonus .spot {
  position: absolute;
  bottom: -300px;
}
.bonus .titleDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.bonus .titleDiv .bns {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #FFCD4C;
}
.bonus .titleDiv .bns span {
  display: flex;
  padding: 8px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: rgba(255, 205, 76, 0.15);
  color: #FFCD4C;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
}
.bonus .titleDiv strong {
  color: #EDEEF0;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 98%;
  max-width: 794px;
}
.bonus .titleDiv p {
  color: #EDEEF0;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
  max-width: 794px;
}
@media (max-width: 600px) {
  .bonus {
    background: radial-gradient(59.35% 60.41% at 50% 0.03%, #414A8F 0%, #030A42 100%), #11131F;
    padding: 32px 20px 50px;
    gap: 24px;
    margin-top: -1px;
  }
  .bonus .spot {
    bottom: -135px;
    width: 100%;
  }
  .bonus .titleDiv strong {
    font-size: 30px;
    max-width: 342px;
  }
  .bonus .titleDiv p {
    font-size: 17px;
    max-width: 342px;
  }
}

.bns1, .bns2 {
  background: url(assets/bnsbg.webp) no-repeat center center;
  background-position: top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-top: -3.7%;
  gap: 12px;
  padding: 180px 0 180px 10%;
  min-height: 70vh;
}
.bns1 .mainDiv, .bns2 .mainDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.bns1 .mainDiv span, .bns2 .mainDiv span {
  display: flex;
  padding: 8px 35px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(294deg, #FFCD4C 16.63%, #FFDD87 115.56%);
  max-width: 130px;
  color: #141726;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
}
.bns1 .mainDiv strong, .bns2 .mainDiv strong {
  color: #EDEEF0;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  max-width: 430px;
}
.bns1 .mainDiv p, .bns2 .mainDiv p {
  color: #EDEEF0;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
  max-width: 430px;
}
@media (max-width: 1537px) {
  .bns1, .bns2 {
    margin-top: -5%;
  }
}
@media (max-width: 1281px) {
  .bns1, .bns2 {
    margin-top: -5.5%;
  }
}
@media (max-width: 600px) {
  .bns1, .bns2 {
    background: url(assets/bnsbgmob.webp) no-repeat center center;
    background-position: top;
    background-size: cover;
    margin-top: -32px;
    min-height: unset;
    padding: 300px 20px 57px;
  }
  .bns1 .mainDiv strong, .bns2 .mainDiv strong {
    font-size: 24px;
    max-width: 342px;
  }
  .bns1 .mainDiv p, .bns2 .mainDiv p {
    font-size: 18px;
    max-width: 342px;
  }
}

.bns2 {
  background: url(assets/bns2bg.webp) no-repeat center center;
  background-position: top;
  background-size: cover;
  align-items: flex-end;
  margin-top: -4.2%;
  padding: 180px 10% 180px 0;
}
.bns2 .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1537px) {
  .bns2 {
    margin-top: -5%;
  }
}
@media (max-width: 1281px) {
  .bns2 {
    margin-top: -5.5%;
  }
}
@media (max-width: 600px) {
  .bns2 {
    background: url(assets/bns2bgmob.webp) no-repeat center center;
    background-position: top;
    background-size: cover;
    margin-top: -30px;
    min-height: unset;
    padding: 300px 20px 24px;
  }
}

.depo2 {
  display: flex;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: radial-gradient(59.35% 60.41% at 50% 0.03%, #414A8F 0%, #030A42 100%), #141726;
  z-index: 2;
  position: relative;
}
.depo2 strong {
  color: #EDEEF0;
  text-align: center;
  font-kerning: none;
  font-size: 46px;
  font-weight: 700;
  line-height: 98%;
  max-width: 700px;
}
.depo2 .depoDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.depo2 .depoDiv .video {
  width: 550px;
  height: 309px;
  border-radius: 16px;
  aspect-ratio: 9/16;
}
.depo2 .depoDiv > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.depo2 .depoDiv > div strong {
  color: #B0B4BA;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  max-width: 518px;
}
.depo2 .depoDiv > div p {
  color: #B0B4BA;
  font-size: 19px;
  font-weight: 500;
  line-height: 140%;
  max-width: 518px;
}
.depo2 .inv > div {
  align-items: flex-end;
}
.depo2 .inv > div strong, .depo2 .inv > div p {
  text-align: right;
}
@media (max-width: 600px) {
  .depo2 {
    padding: 40px 20px;
    gap: 32px;
    margin-top: -2px;
    overflow: hidden;
  }
  .depo2 strong {
    font-size: 30px;
    max-width: 342px;
  }
  .depo2 .depoDiv {
    flex-direction: column;
    gap: 24px;
  }
  .depo2 .depoDiv .video {
    width: 342px;
    height: 192.38px;
  }
  .depo2 .depoDiv p {
    font-size: 18px;
    max-width: 342px;
  }
  .depo2 .inv {
    flex-direction: column-reverse;
  }
  .depo2 .inv > div {
    align-items: flex-start;
  }
  .depo2 .inv > div strong, .depo2 .inv > div p {
    text-align: left;
  }
}

.offer {
  background: radial-gradient(59.35% 60.41% at 50% 0.03%, #414A8F 0%, #030A42 100%), #11131F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0;
  gap: 80px;
  position: relative;
}
.offer .spot {
  position: absolute;
  top: -290px;
}
.offer .spot2 {
  position: absolute;
  left: 0;
}
.offer .spot3 {
  position: absolute;
  right: 0;
}
.offer > span {
  color: #EDEEF0;
  font-size: 46px;
  font-weight: 700;
  line-height: 98%;
  max-width: 650px;
  text-align: center;
}
.offer > span b {
  font-weight: 700;
}
.offer > span strong {
  background: linear-gradient(90deg, rgb(255, 128, 106) 0%, rgb(255, 209, 127) 34%, rgb(129, 175, 255) 72%, rgb(193, 145, 255) 96%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.offer .offerDiv {
  background: #333B53;
  display: flex;
  padding: 0 40px 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 16px;
}
.offer .offerDiv img {
  margin-top: -20px;
}
.offer .offerDiv .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 16px;
}
.offer .offerDiv .list > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.offer .offerDiv .list > div p {
  color: #EDEEF0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
.offer .offerDiv .list .liBonus {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.offer .offerDiv .list .liBonus > svg {
  margin-bottom: 5px;
}
.offer .offerDiv .list .liBonus > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  gap: 8px;
}
.offer .offerDiv .list .liBonus > span > svg {
  margin-bottom: 4px;
}
.offer .offerDiv .list .liBonus > span p {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  max-width: 584px;
  align-self: stretch;
  width: 100%;
}
.offer .offerDiv .list .liBonus > span > span {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #FFCD4C;
  float: right;
  color: #443116;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
.offer .offerDiv .list .liBonus .bnsLi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.offer .offerDiv .list .liBonus .bnsLi > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.offer .offerDiv .list .liBonus .bnsLi > div p {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}
.offer .offerDiv .list .bnsDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  background: rgba(255, 205, 76, 0.4);
}
.offer .offerDiv .list .bnsDiv svg {
  margin-bottom: 4px;
}
.offer .offerDiv .list .bnsDiv p {
  color: #FFF;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  max-width: 584px;
  align-self: stretch;
  width: 100%;
}
.offer .offerDiv .list .bnsDiv > span {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #FFD60A;
  float: right;
  color: #443116;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.offer .offerDiv .priceDiv {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(221, 234, 248, 0.08);
}
.offer .offerDiv .priceDiv .de {
  color: #EDEEF0;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.offer .offerDiv .priceDiv .de span {
  text-decoration-line: line-through;
}
.offer .offerDiv .priceDiv .off {
  color: #EDEEF0;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 6px;
}
.offer .offerDiv .priceDiv > p {
  color: #EDEEF0;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
  position: relative;
}
.offer .offerDiv .priceDiv > p svg {
  position: absolute;
  right: -4px;
  top: 8px;
}
.offer .offerDiv .priceDiv .parc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.offer .offerDiv .priceDiv .parc p {
  color: #EDEEF0;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 120%;
  max-width: 42px;
}
.offer .offerDiv .priceDiv .parc strong {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #EDEEF0;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 78px;
  font-weight: 900;
  line-height: 120%;
}
.offer .offerDiv .priceDiv .parc strong span {
  font-size: 39px;
}
.offer .offerDiv .priceDiv .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.offer .offerDiv .priceDiv .bottom > p {
  color: #B0B4BA;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.offer .offerDiv .priceDiv .bottom div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer .offerDiv .priceDiv .bottom div div {
  display: flex;
  padding: 4px 9.816px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 3.681px 3.681px 0;
  background: #FB1E0E;
  margin-left: -1px;
}
.offer .offerDiv .priceDiv .bottom div div p {
  color: #FFF;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.offer .offerDiv .myBtn {
  max-width: unset;
  align-self: stretch;
}
@media (max-width: 600px) {
  .offer {
    padding: 40px 20px;
    margin-top: -1px;
    position: relative;
    gap: 50px;
    overflow: hidden;
  }
  .offer .topSpot {
    position: absolute;
    top: -130px;
    width: 100%;
  }
  .offer > span {
    font-size: 30px;
    max-width: 342px;
  }
  .offer .offerDiv {
    padding: 25px 15px 16px;
  }
  .offer .offerDiv img {
    width: 305px;
    margin-top: -45px;
  }
  .offer .offerDiv .titleDiv {
    gap: 16px;
  }
  .offer .offerDiv .titleDiv strong {
    font-size: 28px;
    max-width: 310px;
  }
  .offer .offerDiv .titleDiv span {
    font-size: 30px;
    max-width: 310px;
  }
  .offer .offerDiv .list .liBonus .bnsLi > div p {
    font-size: 15px;
    max-width: 264px;
  }
}

.para {
  background: #F9F9FB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  gap: 40px;
}
.para .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.para .title > strong {
  color: #1C2024;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 98%;
  max-width: 510px;
}
.para .paraFlex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.para .paraFlex .paraDiv {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
  padding: 32px;
}
.para .paraFlex .paraDiv .imgDiv {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 21.223px;
  background: rgba(0, 0, 85, 0.02);
}
.para .paraFlex .paraDiv > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.para .paraFlex .paraDiv > div strong {
  color: #1C2024;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  max-width: 480px;
}
.para .paraFlex .paraDiv > div p {
  color: #60646C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
  max-width: 480px;
}
@media (max-width: 600px) {
  .para {
    padding: 40px 24px;
    gap: 24px;
  }
  .para .title > img {
    width: 138px;
  }
  .para .title > strong {
    font-size: 30px;
    max-width: 342px;
  }
  .para .paraFlex .paraDiv {
    flex-direction: column;
    align-items: center;
  }
  .para .paraFlex .paraDiv > div {
    align-items: center;
  }
  .para .paraFlex .paraDiv > div strong {
    text-align: center;
    font-size: 22px;
    max-width: 278px;
  }
  .para .paraFlex .paraDiv > div p {
    text-align: center;
    max-width: 278px;
  }
}

.ber {
  background: #F9F9FB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 80px;
  gap: 80px;
}
.ber .textDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.ber .textDiv strong {
  color: #1C2024;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 98%;
  max-width: 561px;
}
.ber .textDiv p {
  color: #60646C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
  max-width: 561px;
}
@media (max-width: 600px) {
  .ber {
    flex-direction: column;
    align-items: center;
    margin-top: -1px;
    padding: 0 15px 24px;
    gap: 32px;
  }
  .ber .textDiv {
    gap: 24px;
  }
  .ber .textDiv strong {
    font-size: 30px;
    text-align: center;
    max-width: 342px;
  }
  .ber .textDiv p {
    font-size: 18px;
    max-width: 342px;
    text-align: center;
  }
}

.garantia {
  background: #F9F9FB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 40px 0;
}
.garantia .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 32px;
  border-radius: 24px;
  background: #FFF;
}
.garantia .mainDiv .titleDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.garantia .mainDiv .titleDiv strong {
  color: #1C2024;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  max-width: 253px;
}
.garantia .mainDiv p {
  color: #60646C;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
  max-width: 736px;
}
.garantia .mainDiv p a {
  color: #60646C;
  transition: 0.2s;
  font-weight: 500;
}
.garantia .mainDiv p a:hover {
  filter: brightness(70%);
}
@media (max-width: 600px) {
  .garantia {
    padding: 24px 15px;
    margin-top: -1px;
  }
  .garantia .mainDiv {
    padding: 24px;
    border-radius: 16px;
  }
  .garantia .mainDiv .titleDiv {
    flex-direction: column;
    align-items: center;
  }
  .garantia .mainDiv .titleDiv strong {
    font-size: 24px;
    text-align: center;
    max-width: 202px;
  }
  .garantia .mainDiv p {
    font-size: 18px;
    max-width: 294px;
  }
  .garantia .mainDiv .myBtn {
    align-self: center;
  }
}

#faq {
  background: #F9F9FB;
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#faq strong {
  color: #1C2024;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 98%;
  max-width: 800px;
}
#faq .asks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
}
#faq .asks .ask {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
#faq .asks .ask.active .answer {
  padding: 20px;
  height: auto;
}
#faq .asks .ask .answer {
  padding: 20px;
  color: #1C2024;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  height: 0;
  padding: 0 2.4rem;
  transition: all 0.5s ease;
}
#faq .asks .ask .answer a {
  color: #a4a4a4;
}
#faq .asks .ask .answer a:hover {
  filter: brightness(80%);
}
#faq .asks .ask .title-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E0E1E6;
}
#faq .asks .ask .title-wrapper p {
  color: #1C2024;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
#faq .asks .ask:first-child {
  border-top: 1px solid #E0E1E6;
}
@media (max-width: 600px) {
  #faq {
    margin-top: -2px;
    padding: 33px;
  }
  #faq strong {
    font-size: 34px;
    max-width: 342px;
  }
  #faq .asks .ask .title-wrapper p {
    width: 308px;
  }
  #faq .whatsBtn {
    width: unset;
    line-height: 100%;
    text-align: center;
  }
}

footer {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background-color: #F9F9FB;
}
footer strong {
  color: #60646C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer > div a, footer > div p {
  color: #60646C;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: 0.2s;
}
footer > div a:hover {
  filter: brightness(80%);
}
@media (max-width: 600px) {
  footer {
    padding: 24px;
    margin-top: -1px;
  }
  footer strong {
    text-align: center;
  }
}

.whatsapp-btn {
  z-index: 999;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  transition: 0.2s;
}
.whatsapp-btn:hover {
  transform: scale(1.05);
}
@media (max-width: 600px) {
  .whatsapp-btn {
    bottom: 1rem;
    right: 1rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(17px);
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  gap: 22px;
  position: relative;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 67px 42px 0px rgba(0, 0, 0, 0.12), 0px 33.533px 21.021px 0px rgba(0, 0, 0, 0.09), 0px 20.199px 12.662px 0px rgba(0, 0, 0, 0.08), 0px 12.944px 8.114px 0px rgba(0, 0, 0, 0.07), 0px 8.389px 5.259px 0px rgba(0, 0, 0, 0.06), 0px 5.281px 3.311px 0px rgba(0, 0, 0, 0.05), 0px 3.034px 1.902px 0px rgba(0, 0, 0, 0.04), 0px 1.335px 0.837px 0px rgba(0, 0, 0, 0.03);
  margin: 2% auto;
}
.modal-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  float: right;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .modal-content .close {
    top: 15px;
    right: 15px;
  }
}
.modal-content .close1:hover,
.modal-content .close1:focus {
  filter: brightness(80%);
  text-decoration: none;
  cursor: pointer;
}
.modal-content .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px 16px 0 0;
  background: #11131F;
  width: 100%;
  padding: 24px 0;
}
.modal-content .top .logo {
  width: 200px;
}
.modal-content p {
  color: #212121;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  max-width: 520px;
  margin-top: 18px;
}
.modal-content .botText {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #212121;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.modal-content .botText svg {
  margin-bottom: 3px;
}
.modal-content > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.modal-content > div span {
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: rgba(180, 209, 255, 0.41);
  color: #FFFFFD;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 160%;
}
.modal-content #_form_20_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: unset;
  padding: unset;
  width: 100%;
}
.modal-content #_form_20_ ._form-title {
  color: #F2F7FE;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  margin-top: 10px;
}
.modal-content #_form_20_ ._form-content {
  width: 85%;
}
.modal-content #_form_20_ ._form-content ._field-wrapper {
  margin-bottom: 8px;
}
.modal-content #_form_20_ #fullname, .modal-content #_form_20_ #email, .modal-content #_form_20_ #phone {
  display: flex;
  width: 100%;
  padding: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
  align-items: flex-start;
  gap: 10px;
  border: unset;
  border-radius: 4px;
  background: #F1F1F1;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.4px;
}
.modal-content #_form_20_ ._button-wrapper {
  display: flex;
}
.modal-content #_form_20_ #_form_20_submit {
  display: flex;
  padding: 19px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  margin-top: 10px;
  border-radius: 6px;
  background: #26AF55;
  border: unset;
  width: 100%;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: 0.2s;
}
.modal-content #_form_20_ #_form_20_submit:hover {
  filter: brightness(85%);
}
@media (max-width: 600px) {
  .modal-content {
    width: 357px;
    gap: 15px;
  }
  .modal-content .logo {
    width: 150px;
  }
  .modal-content #_form_20_ ._form-content {
    width: 294px;
  }
  .modal-content p {
    font-size: 16px;
    max-width: 294px;
  }
  .modal-content > div {
    gap: 4px;
  }
  .modal-content > div span {
    padding: 6px 10px;
    font-size: 11px;
    line-height: normal;
    border-radius: 6px;
  }
  .modal-content #_form_20_ ._form-title {
    font-size: 16px;
  }
  .modal-content #_form_20_ #fullname, .modal-content #_form_20_ #email, .modal-content #_form_20_ #phone {
    font-size: 16px;
    padding: 13px;
  }
  .modal-content #_form_20_ #_form_20_submit {
    margin-top: 5px;
    font-size: 18px;
    padding: 17px 10px;
  }
  .modal-content .botText {
    font-size: 14px;
    gap: 6px;
    margin-bottom: 24px;
  }
}

.close, .close1 {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFFFFF;
  float: right;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .close, .close1 {
    top: 10px;
    right: 10px;
  }
}

.close:hover,
.close:focus,
.close1:hover,
.close1:focus {
  color: #313131;
  text-decoration: none;
  cursor: pointer;
}

#_form_20_ ._submit:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

#_form_20_ ._submit.processing {
  position: relative;
}

#_form_20_ ._submit.processing::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border: double 3px transparent;
  border-radius: 50%;
  background-image: linear-gradient(#26AF55, #26AF55), conic-gradient(#26AF55, #FFFFFF);
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: 1200ms ease 0s infinite normal none running _spin;
}

@keyframes _spin {
  0% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
#_form_20_ ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px;
}

#_form_20_ ._close-icon:before {
  position: relative;
}

#_form_20_ ._form-image-left {
  width: 150px;
  float: left;
}

#_form_20_ ._form-content-right {
  margin-left: 164px;
}

#_form_20_ ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100;
}

#_form_20_ ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat;
}

#_form_20_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#_form_20_ ._form-label, #_form_20_ ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#_form_20_._dark ._form-branding {
  color: #333;
}

#_form_20_._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png");
}

#_form_20_ ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%;
}

#_form_20_ ._form_element * {
  font-size: 14px;
}

#_form_20_ ._form_element._clear {
  clear: both;
  width: 100%;
  float: none;
}

#_form_20_ ._form_element._clear:after {
  clear: left;
}

#_form_20_ ._form_element input[type=text], #_form_20_ ._form_element input[type=date], #_form_20_ ._form_element select, #_form_20_ ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

#_form_20_ ._field-wrapper {
  position: relative;
}

#_form_20_ ._inline-style {
  float: left;
}

#_form_20_ ._inline-style input[type=text] {
  width: 150px;
}

#_form_20_ ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px;
}

#_form_20_ ._form_element img._form-image {
  max-width: 100%;
}

#_form_20_ ._form_element ._form-fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

#_form_20_ ._clear-element {
  clear: left;
}

#_form_20_ ._full_width {
  width: 100%;
}

#_form_20_ ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

#_form_20_ input[type=text]._has_error, #_form_20_ textarea._has_error {
  border: #F37C7B 1px solid;
}

#_form_20_ input[type=checkbox]._has_error {
  outline: #F37C7B 1px solid;
}

#_form_20_ ._error {
  display: block;
  position: absolute;
  font-size: 14px;
  z-index: 10000001;
}

#_form_20_ ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0;
}

#_form_20_ ._error._below {
  padding-top: 8px;
  top: 100%;
  right: 0;
}

#_form_20_ ._error._above ._error-arrow {
  bottom: -4px;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFDDDD;
}

#_form_20_ ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFDDDD;
}

#_form_20_ ._error-inner {
  padding: 12px 12px 12px 36px;
  background-color: #FFDDDD;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM9 3V9H7V3H9ZM9 13V11H7V13H9Z' fill='%23CA0000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: 600;
  line-height: 16px;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(31, 33, 41, 0.298295);
}

#_form_20_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}

#_form_20_ ._button-wrapper ._error-inner._form_error {
  position: static;
}

#_form_20_ ._error-inner._no_arrow {
  margin-bottom: 10px;
}

#_form_20_ ._error-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

#_form_20_ ._error-html {
  margin-bottom: 10px;
}

.pika-single {
  z-index: 10000001 !important;
}

#_form_20_ input[type=text].datetime_date {
  width: 69%;
  display: inline;
}

#_form_20_ select.datetime_time {
  width: 29%;
  display: inline;
  height: 32px;
}

#_form_20_ input[type=date].datetime_date {
  width: 69%;
  display: inline-flex;
}

#_form_20_ input[type=time].datetime_time {
  width: 29%;
  display: inline-flex;
}

@media (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none;
  }
  #_form_20_ {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  #_form_20_ * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
  }
  #_form_20_ ._form-content {
    margin: 0;
    width: 100%;
  }
  #_form_20_ ._form-inner {
    display: block;
    min-width: 100%;
  }
  #_form_20_ ._form-title, #_form_20_ ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
  #_form_20_ ._form-title {
    font-size: 1.2em;
  }
  #_form_20_ ._form_element {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
  }
  #_form_20_ ._form-element, #_form_20_ ._inline-style, #_form_20_ input[type=text], #_form_20_ label, #_form_20_ p, #_form_20_ textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%;
  }
  #_form_20_ ._row._checkbox-radio label {
    display: inline;
  }
  #_form_20_ ._row, #_form_20_ p, #_form_20_ label {
    margin-bottom: 0.7em;
    width: 100%;
  }
  #_form_20_ ._row input[type=checkbox], #_form_20_ ._row input[type=radio] {
    margin: 0 !important;
    vertical-align: middle !important;
  }
  #_form_20_ ._row input[type=checkbox] + span label {
    display: inline;
  }
  #_form_20_ ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important;
  }
  #_form_20_ ._form-image {
    max-width: 100%;
    height: auto !important;
  }
  #_form_20_ input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none;
  }
  #_form_20_ input[type=radio], #_form_20_ input[type=checkbox] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline;
  }
  #_form_20_ button[type=submit] {
    padding: 20px;
    font-size: 1.5em;
  }
  #_form_20_ ._inline-style {
    margin: 20px 0 0 !important;
  }
}
#_form_20_:before, #_form_20_:after {
  content: " ";
  display: table;
}

#_form_20_:after {
  clear: both;
}

#_form_20_._inline-style {
  width: auto;
  display: inline-block;
}

#_form_20_._inline-style input[type=text], #_form_20_._inline-style input[type=date] {
  padding: 10px 12px;
}

#_form_20_._inline-style button._inline-style {
  position: relative;
  top: 27px;
}

#_form_20_._inline-style p {
  margin: 0;
}

#_form_20_._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px;
}

#_form_20_ ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px;
}

@media (min-width: 320px) and (max-width: 667px) {
  #_form_20_._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 15px !important;
    margin-left: 0 !important;
  }
}
#_form_20_ .iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}

#_form_20_ .iti input {
  width: 100%;
  height: 32px;
  border: #979797 1px solid;
  border-radius: 4px;
}

#_form_20_ .iti--separate-dial-code .iti__selected-flag {
  background-color: #FFFFFF;
  border-radius: 4px;
}

#_form_20_ .iti--separate-dial-code .iti__selected-flag:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

#_form_20_ .iti__country-list {
  border-radius: 4px;
  margin-top: 4px;
  min-width: 460px;
}

#_form_20_ .iti__country-list--dropup {
  margin-bottom: 4px;
}

#_form_20_ .phone-error-hidden {
  display: none;
}

#_form_20_ .phone-error {
  color: #E40E49;
}

#_form_20_ .phone-input-error {
  border: 1px solid #E40E49 !important;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field fieldset {
  margin: 0;
  margin-bottom: 1.1428571429em;
  border: none;
  padding: 0;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field fieldset:last-child {
  margin-bottom: 0;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field legend {
  margin-bottom: 1.1428571429em;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.8571428571em;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field label:last-child {
  margin-bottom: 0;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field input {
  margin: 0;
  margin-right: 8px;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-label {
  line-height: 1;
  display: block;
  font-weight: 700;
}

#_form_20_._inline-form ._form-content ._form-list-subscriptions-field ._form-checkbox-option-description {
  margin: 0;
  margin-top: 0.3333333333em;
  font-size: 0.8571428571em;
}

/*# sourceMappingURL=style.min.css.map */
