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

html, body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: fit-content;
  width: 100%;
  font-family: "century-gothic", sans-serif;
}

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

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

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

.myBtn {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.09);
  background: #12AA2B;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  min-width: 351px;
  max-width: 351px;
  color: #FFF;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: 0.2s;
}
.myBtn:hover {
  filter: brightness(80%);
}
@media (max-width: 600px) {
  .myBtn {
    min-width: unset;
    max-width: 342px;
    align-self: stretch;
    margin: 0 auto;
    width: 100%;
  }
}

header {
  border-bottom: 1px solid rgba(239, 213, 140, 0.2);
  background: #FF222D;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 5;
}
header .encerra {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
header .encerra > span {
  color: var(--Neutra-12, #FFF);
  text-align: right;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-overline, 14px);
  font-weight: 700;
  line-height: 120%;
  max-width: 95px;
}
header .cursos {
  color: var(--Neutra-12, #FFF);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-overline, 14px);
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  max-width: 215px;
}
header .cursos b {
  text-decoration: line-through;
}
header .cdDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
header .cdDiv .countdown {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .cdDiv .countdown > span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
header .cdDiv .countdown > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 50px;
}
header .cdDiv .countdown > div h3 {
  display: flex;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3.65px;
}
header .cdDiv .countdown > div h3 span {
  color: #FFFFFF;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-feature-settings: "salt" on;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
}
header .cdDiv .countdown > div p {
  color: #FFFFFF;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  text-transform: uppercase;
}
header .myBtn {
  display: flex;
  padding: 11px 16px;
  min-width: unset;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #2E9537;
  background: linear-gradient(260deg, #2E9537 0.95%, #2CC83A 30.34%, #2E9537 109.81%);
  color: #FFF;
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  header {
    gap: 10px;
    padding: 10px;
  }
  header .last span {
    font-size: 17px;
    text-align: center;
    max-width: 370px;
  }
  header .cdDiv {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  header .cdDiv .countdown {
    gap: unset;
  }
  header .cdDiv .countdown > span {
    font-size: 16px;
  }
  header .cdDiv .countdown > div {
    width: 40px;
  }
  header .cdDiv .countdown > div h3 {
    padding: unset;
  }
  header .cdDiv .countdown > div h3 span {
    font-size: 19px;
  }
  header .cdDiv .countdown > div p {
    font-size: 12px;
  }
}

.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: center;
  justify-content: flex-start;
  min-height: 100vh;
}
.hero .mainDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 40px 0 40px 8%;
}
.hero .mainDiv .logoDiv {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
}
.hero .mainDiv h1 {
  color: var(--Neutra-12, #FFF);
  font-family: "century-gothic", sans-serif;
  font-size: var(--Tamanhos-h1, 36px);
  font-weight: 700;
  line-height: normal;
  max-width: 560px;
}
.hero .mainDiv h1 span {
  color: #FFFF33;
}
.hero .mainDiv .desc {
  color: var(--Neutra-12, #FFF);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-body, 18px);
  font-weight: 500;
  line-height: 140%;
  max-width: 495px;
}
.hero .mainDiv .cFlex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  gap: 16px;
}
.hero .mainDiv .cFlex .cDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}
.hero .mainDiv .cFlex .cDiv:first-child {
  max-width: 100px;
}
.hero .mainDiv .cFlex .cDiv p {
  color: var(--Neutra-12, #FFF);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  max-width: 117px;
}
@media (max-width: 1538px) {
  .hero .mainDiv .desc {
    font-size: 16px;
  }
}
@media (max-width: 1281px) {
  .hero .mainDiv {
    gap: 15px;
    padding: 3% 0 3% 7%;
  }
  .hero .mainDiv .logo {
    width: 200px;
  }
  .hero .mainDiv .titleDiv .dateDiv > div p {
    font-size: 16px;
  }
  .hero .mainDiv h1 {
    font-size: 28px;
    max-width: 550px;
  }
  .hero .mainDiv .desc {
    font-size: 16px;
    max-width: 500px;
  }
}
@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: 206px 20px 24px;
    align-items: center;
    gap: 13px;
    width: 100%;
  }
  .hero .mainDiv .logoDiv {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .hero .mainDiv h1 {
    font-size: 25px;
    line-height: 115%;
    font-weight: 700;
    max-width: 342px;
    text-align: center;
  }
  .hero .mainDiv .desc {
    font-size: 14px;
    text-align: center;
    max-width: 342px;
  }
  .hero .mainDiv .cFlex {
    flex-direction: column;
    padding: 12px;
  }
  .hero .mainDiv .cFlex .cDiv {
    padding: unset;
    gap: 12px;
  }
  .hero .mainDiv .cFlex .cDiv:first-child {
    max-width: unset;
  }
  .hero .mainDiv .cFlex .cDiv:first-child p {
    max-width: 77px;
  }
}

.second {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(55.15% 50% at 50% 50%, #4B4B36 0%, #000 100%);
  padding: 120px 0 40px;
  gap: 32px;
}
.second .titleDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.second .titleDiv h2 {
  color: var(--Neutra-12, #FFF);
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-size: var(--Tamanhos-h2, 42px);
  font-weight: 700;
  line-height: 120%;
}
.second .contentFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.second .contentFlex .divider {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.second .contentFlex .divider svg {
  margin-top: -2px;
  margin-bottom: -2px;
}
.second .contentFlex .contentDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #B3B3B3;
  height: 310px;
}
.second .contentFlex .contentDiv .imgDiv {
  display: flex;
  position: relative;
  width: 552px;
  height: 308px;
  border-radius: 12px 0 0 12px;
}
.second .contentFlex .contentDiv .imgDiv .aulas {
  position: absolute;
  top: 10px;
  left: 10px;
}
.second .contentFlex .contentDiv .d1 {
  background: url(assets/c1.webp) no-repeat;
  background-size: cover;
}
.second .contentFlex .contentDiv .d2 {
  background: url(assets/c2.webp) no-repeat;
  background-size: cover;
}
.second .contentFlex .contentDiv .d3 {
  background: url(assets/c3.webp) no-repeat;
  background-size: cover;
}
.second .contentFlex .contentDiv .d4 {
  background: url(assets/c4.webp) no-repeat;
  background-size: cover;
}
.second .contentFlex .contentDiv .d5 {
  background: url(assets/c5.webp) no-repeat;
  background-size: cover;
}
.second .contentFlex .contentDiv .d6 {
  background: url(assets/c6.webp) no-repeat;
  background-size: cover;
}
.second .contentFlex .contentDiv .textDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  padding: 40px;
  background: #2A2A2A;
  align-self: stretch;
  border-radius: 0 16px 16px 0;
}
.second .contentFlex .contentDiv .textDiv > span {
  display: flex;
  padding: 8px 11px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(255, 255, 51, 0.22);
  color: #FF3;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-overline, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.second .contentFlex .contentDiv .textDiv strong {
  color: var(--Neutra-12, #FFF);
  font-family: "century-gothic", sans-serif;
  font-size: var(--Tamanhos-h4, 24px);
  font-weight: 700;
  line-height: 120%;
  max-width: 368px;
}
.second .contentFlex .contentDiv .textDiv p {
  color: var(--Neutra-11, #B3B3B3);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-caption, 16px);
  font-weight: 500;
  line-height: 140%;
  max-width: 368px;
}
.second .contentFlex .contentDiv .textDiv p em {
  font-style: normal;
  color: #EFF1B1;
}
.second .contentFlex .contentDiv .textDiv p span {
  color: #EFF1B1;
  font-weight: 700;
}
@media (max-width: 600px) {
  .second {
    padding: 32px 20px;
    gap: 24px;
  }
  .second .titleDiv {
    gap: 24px;
  }
  .second .titleDiv h2 {
    font-size: 28px;
  }
  .second .contentFlex .contentDiv {
    flex-direction: column;
    height: 100%;
  }
  .second .contentFlex .contentDiv .d1 {
    background: url(assets/c1m.webp) no-repeat;
    background-size: cover;
  }
  .second .contentFlex .contentDiv .d2 {
    background: url(assets/c2m.webp) no-repeat;
    background-size: cover;
  }
  .second .contentFlex .contentDiv .d3 {
    background: url(assets/c3m.webp) no-repeat;
    background-size: cover;
  }
  .second .contentFlex .contentDiv .d4 {
    background: url(assets/c4m.webp) no-repeat;
    background-size: cover;
  }
  .second .contentFlex .contentDiv .d5 {
    background: url(assets/c5m.webp) no-repeat;
    background-size: cover;
  }
  .second .contentFlex .contentDiv .d6 {
    background: url(assets/c6m.webp) no-repeat;
    background-size: cover;
  }
  .second .contentFlex .contentDiv .imgDiv {
    width: 342px;
    height: 236px;
    border-radius: 12px 12px 0 0;
  }
  .second .contentFlex .contentDiv .textDiv {
    padding: 24px;
    border-radius: 0 0 12px 12px;
  }
  .second .contentFlex .contentDiv .textDiv strong {
    max-width: 294px;
  }
  .second .contentFlex .contentDiv .textDiv p {
    max-width: 294px;
  }
}

.depo {
  display: flex;
  padding: 80px 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #000;
}
.depo strong {
  color: var(--Neutra-12, #FFF);
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-size: var(--Tamanhos-h2, 42px);
  font-weight: 700;
  line-height: 120%;
  max-width: 800px;
}
.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: #EE7336;
  background: #F8C3A9;
  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 {
  left: 0px;
  right: auto;
  border-radius: 0px 40px 40px 0px;
}
.depo .boxFlex .swiper-button-next {
  right: 0px;
  left: auto;
  border-radius: 40px 0 0 40px;
}
.depo .boxFlex .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.depo .boxFlex .box .video {
  width: 384px;
  height: 216px;
  border-radius: 10px;
}
.depo .boxFlex .box > p {
  color: var(--Neutra-11, #B3B3B3);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-body, 18px);
  font-weight: 500;
  line-height: 140%;
  max-width: 384px;
}
.depo .boxFlex .box > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.depo .boxFlex .box > div strong {
  color: var(--Neutra-12, #FFF);
  font-family: "century-gothic", sans-serif;
  font-size: var(--Tamanhos-h4, 24px);
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 600px) {
  .depo {
    padding: 40px 15px;
  }
  .depo strong {
    font-size: 30px;
  }
  .depo .boxFlex {
    max-width: 100%;
  }
  .depo .boxFlex .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .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;
  }
  .depo .boxFlex .box .video {
    width: 304px;
    height: 171px;
  }
  .depo .boxFlex .box > p {
    font-size: 18px;
  }
}

.offer {
  display: flex;
  padding: 40px 0 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: radial-gradient(50% 50% at 50% 50%, #3A3A3A 0%, #2A2A2A 50%, #000 100%);
}
.offer .offerDiv {
  display: flex;
  min-width: 600px;
  max-width: 600px;
  padding: var(--Space-space_xxl, 40px) 32px;
  flex-direction: column;
  align-items: center;
  overflow-x: visible;
  gap: 32px;
  border-radius: var(--General-Padding-padding_xs, 8px);
  border-top: var(--General-Padding-padding_xs, 8px) solid var(--Principal-9, #FF3);
  background: var(--Neutra-6, #3A3A3A);
  box-shadow: 0px 85px 78px 0px rgba(0, 0, 0, 0.29), 0px 35.511px 32.587px 0px rgba(0, 0, 0, 0.21), 0px 18.986px 17.422px 0px rgba(0, 0, 0, 0.18), 0px 10.643px 9.767px 0px rgba(0, 0, 0, 0.16), 0px 5.653px 5.187px 0px rgba(0, 0, 0, 0.13), 0px 2.352px 2.158px 0px rgba(0, 0, 0, 0.08);
}
.offer .offerDiv .titleDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.offer .offerDiv .titleDiv span {
  color: var(--Principal-9, #FF3);
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-size: var(--Tamanhos-h4, 24px);
  font-weight: 700;
  line-height: 120%;
}
.offer .offerDiv .titleDiv strong {
  color: var(--Neutra-12, #FFF);
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-size: var(--Tamanhos-h2, 42px);
  font-weight: 700;
  line-height: 120%;
}
.offer .offerDiv .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.offer .offerDiv .list .coursesList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin: 12px 0;
  padding: 0 12px;
  border-left: 1px solid var(--Neutra-7, #484848);
  border-top: unset;
  align-self: stretch;
  margin-left: 18px;
}
.offer .offerDiv .list .coursesList > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.offer .offerDiv .list .coursesList > div p {
  color: var(--Neutra-12, #FFF);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-overline, 14px);
  font-weight: 500;
  line-height: 120%;
}
.offer .offerDiv .list > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  align-self: stretch;
  padding: 12px 8px;
  border-top: 1px solid var(--Neutra-7, #484848);
}
.offer .offerDiv .list > div p {
  color: var(--Neutra-12, #FFF);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: var(--Tamanhos-caption, 16px);
  font-weight: 700;
  line-height: 140%;
  width: 100%;
}
.offer .offerDiv .list > div .price {
  color: #CB2828;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: line-through;
}
.offer .offerDiv .list > div:last-child {
  border-bottom: 1px solid var(--Neutra-7, #484848);
}
.offer .offerDiv .myBtn {
  align-self: stretch;
  max-width: unset;
  margin-top: -20px;
}
@media (max-width: 600px) {
  .offer {
    gap: 32px;
    padding: 24px 20px;
  }
  .offer .offerDiv {
    padding: 24px 16px;
    min-width: unset;
    max-width: unset;
  }
  .offer .offerDiv .titleDiv span {
    max-width: 310px;
  }
  .offer .offerDiv .titleDiv strong {
    font-size: 28px;
    max-width: 310px;
  }
  .offer .offerDiv .list > div p {
    font-size: 14px;
  }
  .offer .offerDiv .list .coursesList {
    margin: 10px 0;
    margin-left: 16px;
  }
  .offer .offerDiv .list .coursesList > div p {
    font-size: 12px;
  }
  .offer .offerDiv .myBtn {
    max-width: 310px;
    width: 100%;
  }
}

.garantia {
  display: flex;
  padding: 80px 0 40px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  background: #F9F9F9;
}
.garantia .header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.garantia .header p {
  color: #212121;
  font-size: 35px;
  font-weight: 700;
  font-family: "century-gothic", sans-serif;
  line-height: 120%;
  max-width: 287px;
  text-align: left;
}
.garantia p {
  color: #212121;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  max-width: 800px;
}
@media (max-width: 600px) {
  .garantia {
    padding: 24px;
  }
  .garantia .header {
    flex-direction: column;
    align-items: center;
  }
  .garantia .header p {
    font-size: 38px;
    text-align: center;
    max-width: 327px;
  }
  .garantia p {
    font-size: 16px;
    max-width: 342px;
  }
}

#faq {
  background: #F9F9F9;
  display: flex;
  padding: 40px 0 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#faq strong {
  color: #212121;
  text-align: center;
  font-family: "century-gothic", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
  max-width: 800px;
}
#faq .myBtn {
  max-width: 400px;
  min-width: 400px;
}
#faq .asks {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 660px;
}
#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: #17181D;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  height: 0;
  padding: 0 2.4rem;
  transition: all 0.5s ease;
}
#faq .asks .ask .title-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #CBC8C2;
}
#faq .asks .ask .title-wrapper p {
  color: #17181D;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
#faq .asks .ask:first-child {
  border-top: 1px solid #CBC8C2;
}
@media (max-width: 600px) {
  #faq {
    margin-top: -2px;
    padding: 33px;
  }
  #faq strong {
    font-size: 36px;
    max-width: 342px;
  }
  #faq .asks .ask .title-wrapper p {
    width: 308px;
  }
  #faq .myBtn {
    line-height: 100%;
    text-align: center;
    min-width: unset;
  }
}

.last {
  background: url(assets/footerbg.webp) no-repeat;
  background-size: contain;
  background-position: center;
  background-blend-mode: normal;
  background-color: #101010;
  display: flex;
  padding: 268px 0 91px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 47px;
}
.last > strong {
  text-align: center;
  font-family: "miller-headline", sans-serif;
  font-size: 82.707px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  background: linear-gradient(92deg, #D9D9D9 1.71%, #5A5A5A 82.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 765px;
}
@media (max-width: 600px) {
  .last {
    background: url(assets/footerbgmob.webp) no-repeat;
    background-size: cover;
    background-position: top;
    padding: 212px 41px 91px;
    gap: 30px;
  }
  .last > strong {
    font-size: 46px;
    max-width: 308px;
  }
}

footer {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #101010;
  margin-top: -2px;
}
footer strong {
  color: #CACACA;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
footer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer > div a {
  color: #6F6F6F;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.2s;
}
footer > div a:hover {
  filter: brightness(130%);
}
footer > div p {
  color: #6F6F6F;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  footer {
    padding: 16px 24px 24px;
  }
  footer strong {
    font-size: 15px;
    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;
  }
}

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