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

html, body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-family: "mundial", sans-serif;
  background: #FFF9EB;
}

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

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

.myBtn, .btn {
  display: flex;
  padding: 0 0 0 60px;
  justify-content: space-between;
  align-items: center;
  min-width: 474px;
  max-width: 474px;
  border: unset;
  cursor: pointer;
  border-radius: 0px 12px 12px 12px;
  background: #00AD6F;
  box-shadow: 5px 7px 0px 2px rgba(0, 173, 111, 0.17);
  color: #FFF;
  text-align: center;
  font-family: "mundial", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
.myBtn span, .btn span {
  display: flex;
  padding: 23px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background: #FFF;
  border-radius: 0 12px 12px 0;
}
.myBtn:hover, .btn:hover {
  filter: brightness(80%);
}
@media (max-width: 600px) {
  .myBtn, .btn {
    font-size: 18px;
    gap: 8px;
    min-width: 300px;
    max-width: 342px;
    padding: 16px;
    align-self: center;
  }
}

.btnDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}
.btnDiv > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnDiv > div p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 9px;
  border-radius: 4px 0px 0px 0px;
  background: #2c2b29;
}
.btnDiv svg {
  height: 100%;
}
@media (max-width: 600px) {
  .btnDiv > div p {
    font-size: 12px;
    padding: 5px 9px;
  }
  .btnDiv .myBtn {
    font-size: 17px;
    min-width: 342px;
    max-width: 342px;
    padding: 0 0 0 16px;
  }
}

.centered {
  align-items: center;
}
.centered > div {
  align-items: flex-start;
}
.centered > div p {
  border-radius: unset;
}
.centered .myBtn {
  border-radius: 12px;
  min-width: 537px;
  max-width: 537px;
  padding: 0 0 0 35px;
}
@media (max-width: 600px) {
  .centered > div p {
    font-size: 12px;
    padding: 5px 9px;
  }
  .centered .myBtn {
    font-size: 17px;
    min-width: 342px;
    max-width: 342px;
    padding: 0 0 0 16px;
  }
}

.hero {
  background: #1C1B19;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
}
.hero .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  gap: 24px;
  padding: 40px 0;
}
.hero .mainDiv h1 {
  color: var(--Neutra-base, #FFF);
  font-size: var(--Tamanhos-h1, 43px);
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  max-width: 970px;
}
.hero .mainDiv h1 span {
  color: #ECBF70;
}
.hero .mainDiv .desc {
  color: #FFFFFF;
  font-family: "mundial", sans-serif;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  max-width: 970px;
}
.hero .mainDiv #ifr_6706aa274a43b0000b6e0545_wrapper {
  width: 880px !important;
}
.hero .mainDiv .vsl {
  width: 880px;
  height: 495px;
  border-radius: 10px;
  border: 1px solid #FFD080;
}
.hero .mainDiv .btnDiv > div p {
  background: rgba(255, 255, 255, 0.07);
}
.hero .mainDiv .btnDiv .myBtn {
  padding: 0 0 0 35px;
}
.hero .mainDiv .payments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.hero .mainDiv .contentFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  align-self: stretch;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
}
.hero .mainDiv .contentFlex .contentDiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 24px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #FFD080;
  background: rgba(228, 224, 212, 0.05);
  backdrop-filter: blur(42px);
  min-height: 226px;
  align-self: stretch;
  width: 100%;
}
.hero .mainDiv .contentFlex .contentDiv > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.hero .mainDiv .contentFlex .contentDiv strong {
  color: var(--Neutra-base, #FFF);
  font-size: var(--Tamanhos-body, 22px);
  font-weight: 700;
  line-height: 140%;
  max-width: 272px;
}
.hero .mainDiv .contentFlex .contentDiv p {
  color: #B0B4BA;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 272px;
}
.hero .mainDiv .contentFlex .c2, .hero .mainDiv .contentFlex .c3 {
  border-radius: unset;
}
.hero .mainDiv .contentFlex .c4 {
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #FFD080;
  background: #FFD080;
}
.hero .mainDiv .contentFlex .c4 > div strong, .hero .mainDiv .contentFlex .c4 > div p {
  color: #1C1B19;
}
@media (1538px <= width <= 1746px) {
  .hero .mainDiv h1 {
    font-size: 40px;
    max-width: 920px;
  }
  .hero .mainDiv .desc {
    font-size: 18px;
    max-width: 685px;
  }
  .hero .mainDiv #ifr_6706aa274a43b0000b6e0545_wrapper {
    width: 750px !important;
  }
  .hero .mainDiv .vsl {
    width: 750px;
    height: 421.88px;
    border-radius: 10px;
    border: 1px solid #FFD080;
  }
}
@media (1279px <= width <= 1537px) {
  .hero .mainDiv {
    padding: 20px 0 40px;
    gap: 16px;
  }
  .hero .mainDiv h1 {
    font-size: 30px;
    max-width: 720px;
  }
  .hero .mainDiv .desc {
    font-size: 16px;
    max-width: 510px;
  }
  .hero .mainDiv #ifr_6706aa274a43b0000b6e0545_wrapper {
    width: 530px !important;
  }
  .hero .mainDiv .vsl {
    width: 530px;
    height: 298.13px;
    border-radius: 10px;
    border: 1px solid #FFD080;
  }
  .hero .mainDiv .myBtn {
    font-size: 18px;
    min-width: 400px;
  }
  .hero .mainDiv .myBtn span {
    padding: 16px;
  }
}
@media (max-width: 600px) {
  .hero {
    justify-content: center;
    min-height: unset;
    align-items: center;
  }
  .hero .mainDiv {
    padding: 40px 16px 24px;
    align-items: center;
    gap: 20px;
    align-self: unset;
  }
  .hero .mainDiv h1 {
    font-size: 26px;
    line-height: 110%;
    max-width: 342px;
    text-align: center;
  }
  .hero .mainDiv .desc {
    font-size: 15px;
    text-align: center;
    max-width: 342px;
  }
  .hero .mainDiv #ifr_6706aa274a43b0000b6e0545_wrapper {
    width: 342px !important;
  }
  .hero .mainDiv .vsl {
    width: 342px;
    height: 192.38px;
    border-radius: 10px;
    border: 1px solid #FFD080;
  }
  .hero .mainDiv .btnDiv .myBtn {
    padding: 0 0 0 16px;
  }
  .hero .mainDiv .contentFlex {
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
  }
  .hero .mainDiv .contentFlex .contentDiv {
    gap: 12px;
    padding: 16px;
    min-height: unset;
    border-radius: 8px 8px 0 0;
    align-self: stretch;
  }
  .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 {
    font-size: 18px;
    text-align: left;
    max-width: 310px;
  }
  .hero .mainDiv .contentFlex .contentDiv > div p {
    font-size: 16px;
    text-align: left;
    max-width: 310px;
  }
  .hero .mainDiv .contentFlex .c2, .hero .mainDiv .contentFlex .c3 {
    border-radius: unset;
  }
  .hero .mainDiv .contentFlex .c4 {
    border-radius: 0 0 8px 8px;
  }
}

.contentFlex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 8px;
  align-self: stretch;
  max-width: 1280px;
  margin-top: 60px;
  background: #0A0807;
}
.contentFlex .contentDiv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  padding: 24px;
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #FFD080;
  background: rgba(228, 224, 212, 0.05);
  backdrop-filter: blur(42px);
  min-height: 226px;
  align-self: stretch;
  width: 100%;
}
.contentFlex .contentDiv > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}
.contentFlex .contentDiv strong {
  color: var(--Neutra-base, #FFF);
  font-size: var(--Tamanhos-body, 22px);
  font-weight: 700;
  line-height: 140%;
  max-width: 272px;
}
.contentFlex .contentDiv p {
  color: #B0B4BA;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 272px;
}
.contentFlex .c2, .contentFlex .c3 {
  border-radius: unset;
}
.contentFlex .c4 {
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #FFD080;
  background: #FFD080;
}
.contentFlex .c4 > div strong, .contentFlex .c4 > div p {
  color: #1C1B19;
}
@media (max-width: 600px) {
  .contentFlex {
    flex-direction: column;
    align-items: center;
    padding: 0 20px 24px;
    margin-top: unset;
    border-radius: unset;
    background: #1C1B19;
  }
  .contentFlex .contentDiv {
    gap: 12px;
    padding: 16px;
    min-height: unset;
    border-radius: 8px 8px 0 0;
    align-self: stretch;
  }
  .contentFlex .contentDiv > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
  .contentFlex .contentDiv > div strong {
    font-size: 18px;
    text-align: left;
    max-width: 310px;
  }
  .contentFlex .contentDiv > div p {
    font-size: 16px;
    text-align: left;
    max-width: 310px;
  }
  .contentFlex .c2, .contentFlex .c3 {
    border-radius: unset;
  }
  .contentFlex .c4 {
    border-radius: 0 0 8px 8px;
  }
}

.depo {
  display: flex;
  padding: 40px 0 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #1C1B19;
}
.depo .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.depo .title strong {
  color: #FFF9EB;
  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: hsla(38, 100%, 75%, 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: 12px;
  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: 300px;
}
.depo .boxFlex .box .bubble > p {
  color: #1C2024;
  font-size: 16px;
  font-family: "mundial", 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: 18px;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 600px) {
  .depo {
    padding: 24px 15px 32px;
    margin-top: -1px;
    gap: 32px;
  }
  .depo h5 {
    font-size: 22px;
    max-width: 250px;
  }
  .depo .boxFlex {
    max-width: 100%;
  }
  .depo .boxFlex img {
    width: unset;
  }
  .depo .boxFlex .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .depo .boxFlex .swiper-button-prev {
    left: 0px;
    right: auto;
  }
  .depo .boxFlex .swiper-button-next {
    right: 0px;
    left: auto;
  }
  .depo .boxFlex .box {
    min-width: unset;
    max-width: unset;
    padding: 24px 0;
  }
  .depo .boxFlex .box > p {
    font-size: 18px;
  }
  .depo .boxFlex .box .bubble {
    height: unset;
  }
}

.second {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  gap: 40px;
  background: #1C1B19;
  margin-top: -1px;
}
.second h2 {
  color: #EDEEF0;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
  max-width: 800px;
}
.second h2 span {
  color: #FFD080;
}
.second > p {
  color: #EDEEF0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 800px;
}
.second .dataFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.second .dataFlex .dataDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.second .dataFlex .dataDiv p {
  color: #EDEEF0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 392px;
  text-align: left;
}
.second .dataFlex .mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.second .dataFlex .mid p {
  color: #EDEEF0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  max-width: 384px;
}
.second .thumbFlex {
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 16px;
  border: 1px solid #63635E;
}
.second .thumbFlex .thumbDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 720px;
}
.second .thumbFlex .inv {
  justify-content: flex-end;
}
.second .pDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding-left: 24px;
  border-left: 1px solid #FFD080;
}
.second .pDiv p {
  color: #EDEEF0;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  max-width: 776px;
}
.second .pDiv p span {
  color: #FFD080;
  font-weight: 700;
}
.second .pDiv > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .second {
    padding: 24px 20px;
    gap: 16px;
  }
  .second .faixa {
    left: 11px;
  }
  .second h2 {
    font-size: 26px;
    max-width: 342px;
  }
  .second p {
    font-size: 17px;
    max-width: 342px;
  }
  .second .dataFlex {
    gap: 16px;
  }
  .second .dataFlex .dataDiv {
    flex-direction: column;
  }
  .second .dataFlex .dataDiv img {
    width: 342px;
  }
  .second .dataFlex .dataDiv p {
    font-size: 18px;
    max-width: 342px;
    text-align: center;
  }
  .second .dataFlex .bot {
    flex-direction: column-reverse;
  }
  .second .thumbFlex {
    padding: 16px;
  }
  .second .thumbFlex .thumbDiv {
    min-width: unset;
  }
  .second .pDiv {
    padding-left: 16px;
    gap: 16px;
  }
  .second .pDiv > p {
    font-size: 18px;
  }
}

.third {
  background: #FFF9EB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 120px 0 40px;
}
.third > strong {
  color: #1C1B19;
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  line-height: 100%;
  max-width: 800px;
}
.third p {
  color: #60646C;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  max-width: 800px;
}
.third .contFlex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.third .contFlex .contDiv {
  display: flex;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #9E6D00;
  border-bottom: 1px solid #9E6D00;
  max-height: 72px;
}
.third .contFlex .contDiv strong {
  color: #60646C;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 700;
  line-height: 143%;
}
.third .contFlex .mid {
  border-left: 1px solid #9E6D00;
  border-right: 1px solid #9E6D00;
}
@media (max-width: 600px) {
  .third {
    padding: 32px 20px;
    gap: 24px;
  }
  .third strong {
    font-size: 26px;
    max-width: 342px;
  }
  .third p {
    font-size: 18px;
    max-width: 342px;
  }
  .third .contFlex {
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }
  .third .contFlex .contDiv {
    padding: 8px;
    align-self: stretch;
    border-right: 1px solid #9E6D00;
    border-left: 1px solid #9E6D00;
  }
}

.classes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FFF9EB;
  gap: 40px;
  padding: 80px 0 120px;
}
.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: flex-start;
}
.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: #FFD080;
  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;
  position: relative;
  user-select: none;
}
.classes .swiper-container .swiper .swiper-slide .box .number {
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  padding: var(--General-Padding-padding_xs, 8px) 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  color: var(--Neutra-base, #FFF);
  font-size: var(--Tamanhos-overline, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22.4px */
  text-transform: uppercase;
}
.classes .swiper-container .swiper .swiper-slide .box .title {
  position: absolute;
  top: 276px;
  color: #FFF;
  text-align: center;
  font-family: "mundial", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  max-width: 250px;
}
.classes .swiper-container .swiper .swiper-slide .box > img {
  width: 298px;
  height: 439px;
  border-radius: 16px;
}
.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: 15px;
  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);
}
.classes .btnDiv > div p {
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.6);
}
.classes .btnDiv .myBtn {
  max-width: 450px;
  min-width: 450px;
}
@media (max-width: 600px) {
  .classes {
    overflow: hidden;
    padding: 16px 0 32px;
    gap: 32px;
  }
  .classes h2 {
    font-size: 28px;
    max-width: 342px;
  }
  .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;
    height: 920px;
  }
  .classes .swiper-container .swiper .swiper-slide .box > div p {
    font-size: 18px;
  }
  .classes .btnDiv .myBtn {
    max-width: unset;
    min-width: unset;
  }
}

.bonus {
  background: radial-gradient(59.35% 60.41% at 50% 0.03%, #EF7979 0%, #8D0000 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 {
    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: -5%;
  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: #FFD080;
  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: 22px;
  font-weight: 500;
  line-height: 140%;
  max-width: 430px;
}
@media (max-width: 1281px) {
  .bns1, .bns2 {
    margin-top: -6%;
  }
}
@media (max-width: 600px) {
  .bns1, .bns2 {
    background: url(assets/bnsbgmob.webp) no-repeat center center;
    background-position: top;
    background-size: cover;
    margin-top: -40px;
    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: -5%;
  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: -6%;
  }
}
@media (max-width: 1281px) {
  .bns2 {
    margin-top: -6.5%;
  }
}
@media (max-width: 600px) {
  .bns2 {
    background: url(assets/bns2bgmob.webp) no-repeat center center;
    background-position: top;
    background-size: cover;
    align-items: flex-start;
    margin-top: -40px;
    min-height: unset;
    padding: 300px 20px 24px;
  }
}

.depo2 {
  display: flex;
  padding: 120px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: #1C1B19;
  z-index: 2;
  position: relative;
  margin-top: -2px;
}
.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: #EDEEF0;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  max-width: 518px;
}
.depo2 .depoDiv > div p {
  color: #EDEEF0;
  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 > div strong {
    font-size: 28px;
  }
  .depo2 .depoDiv > div 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%, #473920 0%, #1C1B19 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: 43px;
  font-weight: 700;
  line-height: 120%;
  max-width: 700px;
  text-align: center;
}
.offer .offerDiv {
  border-radius: 8px;
  border-top: 11px solid #D19E3E;
  border-right: 3px solid #D19E3E;
  border-bottom: 3px solid #D19E3E;
  border-left: 3px solid #D19E3E;
  background: #42423C;
  display: flex;
  padding: 40px 28px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.offer .offerDiv .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  gap: 8px;
}
.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: "mundial", 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: "mundial", 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: "mundial", 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: "mundial", 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: "mundial", 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: "mundial", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}
.offer .offerDiv #priceDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offer .offerDiv #priceDiv img {
  margin-top: 10px;
}
.offer .offerDiv #priceDiv .de {
  color: #FF2D2D;
  font-family: var(--Famlia-Secundria, Mundial);
  font-size: 28.164px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 33.797px */
  text-transform: uppercase;
}
.offer .offerDiv #priceDiv .de span {
  text-decoration-line: line-through;
}
.offer .offerDiv #priceDiv > p {
  color: #EDEEF0;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "mundial", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
  text-transform: uppercase;
  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: "mundial", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
  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: "mundial", sans-serif;
  font-size: 93px;
  font-weight: 900;
  line-height: 100%;
}
.offer .offerDiv #priceDiv .parc strong span {
  font-size: 46px;
}
.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: "mundial", 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: "mundial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.offer .offerDiv .btnDiv > div p {
  background: rgba(255, 255, 255, 0.07);
}
.offer .offerDiv .btnDiv .myBtn {
  border-radius: 12px;
  max-width: 450px;
  min-width: 450px;
}
.offer .offerDiv .payments {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.offer .offerDiv #message-container p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.136px;
  text-transform: uppercase;
  max-width: 170px;
}
.offer .offerDiv .cdDiv {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  gap: 16px;
  border-top: 1px solid #EB233B;
  border-bottom: 1px solid #EB233B;
  background: #EB233B;
}
.offer .offerDiv .cdDiv .ends {
  color: #FFF;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.136px;
  text-transform: uppercase;
  max-width: 110px;
}
.offer .offerDiv .cdDiv .countdown {
  display: flex;
  align-items: center;
  gap: 7px;
}
.offer .offerDiv .cdDiv .countdown .desc {
  display: none;
}
.offer .offerDiv .cdDiv .countdown > span {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.351px;
  text-transform: uppercase;
}
.offer .offerDiv .cdDiv .countdown > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
.offer .offerDiv .cdDiv .countdown > div h3 {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.offer .offerDiv .cdDiv .countdown > div h3 span {
  color: #FFF;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.391px;
  width: 45px;
}
.offer .offerDiv .cdDiv .countdown > div p {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
  letter-spacing: 0.506px;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .offer {
    background: radial-gradient(59.35% 60.41% at 50% 0.03%, #473920 0%, #1C1B19 100%), #11131F;
    padding: 32px 20px;
    margin-top: -1px;
    position: relative;
    gap: 32px;
    overflow: hidden;
  }
  .offer > span {
    font-size: 26px;
    max-width: 342px;
  }
  .offer .offerDiv {
    padding: 8px 15px 16px;
    gap: 24px;
  }
  .offer .offerDiv img {
    width: 305px;
  }
  .offer .offerDiv .list > div p {
    font-size: 16px;
    max-width: 276px;
  }
  .offer .offerDiv .list .liBonus > span p {
    width: 211px;
  }
  .offer .offerDiv .list .liBonus .bnsLi > div p {
    font-size: 15px;
    max-width: 264px;
    font-weight: 400;
  }
  .offer .offerDiv .btnDiv .myBtn {
    max-width: unset;
    min-width: unset;
  }
  .offer .offerDiv .cdDiv {
    flex-direction: column;
    gap: 8px;
  }
  .offer .offerDiv .cdDiv .ends {
    font-size: 16px;
    text-align: center;
    max-width: unset;
  }
}

.quem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 80px 0;
  background: #FFF9EB;
}
.quem .textDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.quem .textDiv strong {
  color: #202020;
  font-size: 46px;
  font-weight: 700;
  line-height: 99%;
  max-width: 580px;
}
.quem .textDiv > p {
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  max-width: 580px;
}
.quem .textDiv .btnDiv > div p {
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.6);
}
.quem .textDiv .btnDiv .myBtn {
  max-width: 450px;
  min-width: 450px;
}
@media (max-width: 600px) {
  .quem {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 24px 40px;
  }
  .quem .textDiv strong {
    font-size: 26px;
    max-width: 342px;
  }
  .quem .textDiv > p {
    font-size: 18px;
    max-width: 342px;
  }
  .quem .textDiv .btnDiv .myBtn {
    min-width: unset;
    max-width: unset;
  }
}

.garantia {
  background: #FFF9EB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.garantia .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(241, 174, 1, 0.42);
  background: #FFF9EB;
}
.garantia .mainDiv .titleDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.garantia .mainDiv .titleDiv strong {
  color: #1C2024;
  font-family: "mundial", sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  max-width: 253px;
}
.garantia .mainDiv > p {
  color: #63635E;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
  max-width: 720px;
}
.garantia .mainDiv > p a {
  color: #60646C;
  transition: 0.2s;
  font-weight: 500;
}
.garantia .mainDiv > p a:hover {
  filter: brightness(70%);
}
.garantia .mainDiv .btnDiv > div p {
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.6);
}
.garantia .mainDiv .btnDiv .myBtn {
  min-width: 560px;
  max-width: 560px;
}
@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 .btnDiv .myBtn {
    min-width: unset;
    max-width: unset;
  }
}

#faq {
  background: #FFF9EB;
  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: "mundial", 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: "mundial", 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 .myBtn {
  padding: unset;
  border: unset;
  max-width: unset;
  min-width: unset;
  background: unset;
  box-shadow: unset;
  text-transform: unset;
  border-radius: unset;
  text-decoration: underline;
  color: #63635E;
  font-family: "mundial", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
#faq .asks .ask .answer .myBtn:hover {
  filter: brightness(120%);
}
#faq .asks .ask .title-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E2E1DE;
}
#faq .asks .ask .title-wrapper p {
  color: #1C2024;
  font-family: "mundial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
#faq .asks .ask:first-child {
  border-top: 1px solid #E0E1E6;
}
#faq .btnDiv > div p {
  font-size: 15px;
  background: #ede7da;
  color: rgba(0, 0, 0, 0.6);
}
@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 .btnDiv > div p {
    font-size: 12px;
  }
}

footer {
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #E8E8E8;
  background: #FFF9EB;
}
footer .lastDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
footer .lastDiv strong {
  color: #9E9B98;
  text-align: center;
  font-family: "minion-3", sans-serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
  max-width: 800px;
}
footer .lastDiv span {
  color: #66625C;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "minion-3", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
footer > strong {
  color: #66625C;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 99%;
  letter-spacing: 0.315px;
}
footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
footer > div a, footer > div p {
  color: #66625C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 99%;
  letter-spacing: 0.315px;
  text-decoration: none;
  transition: 0.2s;
}
footer > div a:hover {
  filter: brightness(80%);
}
@media (max-width: 600px) {
  footer {
    padding: 24px 32px;
    gap: 16px;
  }
  footer .lastDiv {
    margin-bottom: unset;
  }
  footer .lastDiv strong {
    font-size: 26px;
    max-width: 326px;
  }
  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: 18px;
  position: relative;
  border-radius: 20px;
  background: #FFF9EB;
  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 .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 16px 16px 0 0;
  background: #FFF9EB;
  width: 100%;
  padding: 24px 0;
}
.modal-content .top .logo {
  width: 330px;
}
.modal-content p {
  color: #212121;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  max-width: 520px;
}
.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_28_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: unset;
  padding: unset;
  width: 100%;
}
.modal-content #_form_28_ ._form-title {
  color: #F2F7FE;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  margin-top: 10px;
}
.modal-content #_form_28_ ._form-content {
  width: 85%;
}
.modal-content #_form_28_ ._form-content ._field-wrapper {
  margin-bottom: 8px;
}
.modal-content #_form_28_ #fullname, .modal-content #_form_28_ #email, .modal-content #_form_28_ #phone {
  display: flex;
  width: 100%;
  padding: 15px;
  font-family: "mundial", sans-serif;
  align-items: flex-start;
  gap: 10px;
  border: unset;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8980392157);
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.4px;
}
.modal-content #_form_28_ ._button-wrapper {
  display: flex;
}
.modal-content #_form_28_ #_form_28_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: "mundial", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  transition: 0.2s;
}
.modal-content #_form_28_ #_form_28_submit:hover {
  filter: brightness(85%);
}
@media (max-width: 600px) {
  .modal-content {
    width: 357px;
  }
  .modal-content .top {
    padding: 16px 0;
  }
  .modal-content .top .logo {
    width: 250px;
  }
  .modal-content #_form_28_ ._form-content {
    width: 294px;
  }
  .modal-content p {
    font-size: 15px;
    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_28_ ._form-title {
    font-size: 16px;
  }
  .modal-content #_form_28_ #fullname, .modal-content #_form_28_ #email, .modal-content #_form_28_ #phone {
    font-size: 16px;
    padding: 13px;
  }
  .modal-content #_form_28_ #_form_28_submit {
    margin-top: 5px;
    font-size: 18px;
    padding: 17px 10px;
  }
  .modal-content .botText {
    font-size: 14px;
    gap: 6px;
    margin-bottom: 24px;
  }
}

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

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

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

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

#_form_28_ ._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_28_ ._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_28_ ._close-icon:before {
  position: relative;
}

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

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

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

#_form_28_ ._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_28_ .form-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

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

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

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

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

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

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

#_form_28_ ._form_element input[type=text], #_form_28_ ._form_element input[type=date], #_form_28_ ._form_element select, #_form_28_ ._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_28_ ._field-wrapper {
  position: relative;
}

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

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

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

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

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

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

#_form_28_ ._full_width {
  width: 100%;
}

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

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

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

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

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

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

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

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

#_form_28_ ._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_28_ ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

#_form_28_:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#_form_28_._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 */
