.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  min-height: 80vh;
}

.section.hero {
  background-color: #000;
  background-image: url('../images/bg-devflix.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  min-height: 890px;
  position: relative;
}

.div-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-top: 1px solid #ffffff30;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.headline-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

.headline-2.center {
  text-align: center;
}

.headline-2.center.up {
  text-transform: uppercase;
}

.text-span-4 {
  color: #1fff10;
  font-weight: 700;
}

.image {
  width: 190px;
  margin-top: -106px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
}

.bottom {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0f2;
  background-image: radial-gradient(circle farthest-side at 50% 0, #1f0, #0cbb00);
  border: 2px solid #11fa00;
  border-radius: 90px;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.bottom.fix-w {
  text-transform: uppercase;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

.section-2 {
  background-image: linear-gradient(90deg, #ffffff73, #0000 21%), url('../images/bg-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.headline-3 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1em;
}

.headline-3.center {
  text-align: center;
}

.headline-3.green {
  color: #6ba30a;
}

.headline-3.green.center {
  font-size: 30px;
}

.body-text {
  text-align: left;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
}

.section_3 {
  background-color: #02071c;
  background-image: radial-gradient(circle farthest-side at 0 0, #2c4519, #02071c00);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_3.black {
  background-color: #111;
  background-image: none;
  padding-bottom: 0;
}

.div-block-2 {
  color: #fff;
  background-color: #00000061;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  min-height: 390px;
  margin-bottom: 15px;
  padding: 15px;
}

.div-block-2.md-1 {
  background-image: linear-gradient(#fff0, #0e170f 71%), url('../images/modulo-1.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block-2.md-2 {
  background-image: linear-gradient(#fff0, #0e170f 71%), url('../images/modulo-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block-2.md-3 {
  background-image: linear-gradient(#fff0, #0e170f 71%), url('../images/modulo-3.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block-2.md-4 {
  background-image: linear-gradient(#fff0, #0e170f 71%), url('../images/modulo-4.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block-2.md-5 {
  background-image: linear-gradient(#fff0, #0e170f 71%), url('../images/modulo-5.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1c;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
}

.icon-tech {
  width: 40px;
}

.section-white {
  padding-top: 60px;
  padding-bottom: 60px;
}

.headline-4 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
}

.headline-4.center {
  text-align: center;
  font-size: 23px;
  font-weight: 400;
}

.headline-4.green {
  color: #6ba30a;
}

.headline-4.green.center {
  font-size: 30px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
}

.youtube {
  border-radius: 15px;
  overflow: hidden;
}

.youtube-2 {
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.section-wish {
  background-image: url('../images/pra-quem-desk-2.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-4 {
  background-image: linear-gradient(135deg, #89cf2c, #50b96b);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 30px;
}

.div-block-4.half {
  width: 50%;
  margin-left: 30px;
  margin-right: -30px;
  position: relative;
}

.tag {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.ballon-tag {
  color: #000;
  background-color: #ffffff1f;
  border: 1px solid #ffffff3d;
  border-radius: 15px;
  width: 100%;
  padding: 15px 30px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.paragraph-2.grey {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.3em;
}

.paragraph-2.grey.center {
  text-align: center;
}

.div-block-5 {
  z-index: 10;
  background-color: #398d2e;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-right: -17px;
  padding: 8px;
  display: flex;
  position: relative;
}

.image-2 {
  margin-bottom: -5px;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #3fda6b;
  border-radius: 15%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider {
  height: 350px;
  margin-top: 42px;
  margin-bottom: 4em;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.gradient-bg {
  z-index: -1;
  opacity: .32;
  filter: hue-rotate(100deg);
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous, .carousel-arrow-w.arrow-previous-three-columns {
  margin-left: 2em;
}

.carousel-arrow-w.arrow-next-three-columns {
  margin-right: 2em;
}

.carousel-arrows {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.swiper-slide {
  opacity: 1;
  color: #ffffff80;
  border-radius: 5px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.headline-5 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
}

.headline-5.center {
  text-align: center;
}

.headline-5.green {
  color: #abfa23;
}

.headline-5.green.center {
  margin-bottom: 30px;
  font-size: 30px;
}

.image-3 {
  border-radius: 20px;
  width: 50%;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marquee-horizontal-2 {
  z-index: 200;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  width: 100px;
}

.track-horizontal-alt-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-2 {
  height: 520px;
  margin-top: 42px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}

.carousel-arrows-2 {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.carousel-arrow-oval-2 {
  z-index: 3;
  background-color: #1768756b;
  border: 3px solid #05d9fb;
  border-radius: 70%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval-2:hover {
  background-color: #05d9fb;
}

.carousel-arrow-oval-2.next-arrow {
  inset: 0% 0% 0% auto;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.align-img {
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
}

.section-3 {
  background-image: url('../images/10K-BG01-DESK-WEB.webp');
  background-position: 50%;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1f;
  border-radius: 15px;
  padding: 30px;
}

.green {
  color: #abfa23;
}

.divider-4 {
  opacity: .35;
  background-color: #c5c5c58c;
  width: 100%;
  height: 1px;
  margin: 0 auto;
}

.faq-stripe-1 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.heading.grey {
  color: #9f9e9e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.heading.grey.center {
  text-align: center;
}

.cartabutton {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00c545;
  border-radius: 3px;
  margin: 20px auto 40px;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 10px 1px #00853321;
}

.cartabutton.animation-pulse {
  text-align: center;
  background-image: radial-gradient(circle at 0 0, #28dca6, #167d5e);
  border-radius: 80px;
  width: 500px;
  min-width: 500px;
  margin-bottom: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
  display: block;
}

.c-faq-item-3 {
  cursor: pointer;
  background-color: #191918;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 3px #0385ff;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-a-text-2 {
  color: #797979;
  font-size: 16px;
  line-height: 1.6em;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.link {
  color: #acacac;
}

.faq-q-text-3 {
  font-size: 20px;
  line-height: 1.4em;
}

.section-10 {
  background-color: #161826;
}

.text-span-25 {
  color: #45ffcc;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-stripe-2 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.container-14 {
  color: #fff;
  padding: 60px 30px;
}

.headline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1em;
}

.c-faq-a-text {
  padding: 20px;
}

.text-span-24 {
  color: #abfa23;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.container-15 {
  padding: 60px 30px;
}

.c-faq-2 {
  margin-left: auto;
  margin-right: auto;
}

.c-faq-q-text-2 {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.text-block-4 {
  color: #adadad;
  text-align: center;
  width: 582px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.form-block {
  margin-top: 0;
}

.text-block-45 {
  color: #000;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.section-7 {
  z-index: 1000;
  background-color: #000;
  background-image: url('../images/texture-noise.png'), radial-gradient(circle, #ffffff3b, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top: 1px solid #f1c22d82;
  width: 100%;
  height: 100vh;
  padding-top: 58px;
  padding-bottom: 58px;
  position: fixed;
  inset: 0% 0% auto;
}

.section-7.popup {
  background-color: #000000cf;
  background-image: url('../images/texture-noise.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.link-block {
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #ffd90a, #e07600);
  border-radius: 30px;
  width: 100%;
  padding: 13px 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.formwrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-9 {
  text-transform: none;
  font-size: 30px;
  line-height: 35px;
}

.heading-9.minor {
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 26px;
}

.container-10 {
  color: #fff;
  text-align: center;
  max-width: 500px;
}

.container-10.modal {
  color: #000;
  background-color: #fff;
  border: 2px solid #1ce437;
  border-radius: 11px;
  padding: 20px;
  position: relative;
  box-shadow: 0 0 11px #2df13a8a;
}

.highlight-3 {
  color: #f1c22d;
  text-shadow: 0 0 2px #f1c22dcc;
}

.bold-text-13 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
}

.div-block-283 {
  cursor: pointer;
  position: absolute;
  inset: 5px 5px auto auto;
}

.input-field {
  color: #171717;
  border-radius: 3px;
  height: 50px;
  font-size: 18px;
  line-height: 1.4em;
}

.input-field::placeholder {
  color: #8b8b8b80;
}

.input-field.atual {
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 7px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.input-field.atual::placeholder {
  color: #868484;
}

.text-block-54 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.image-4 {
  margin-top: -48px;
  margin-bottom: 20px;
}

.bottom-modal {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0f2;
  background-image: radial-gradient(circle farthest-side at 50% 0, #1f0, #0cbb00);
  border: 2px solid #11fa00;
  border-radius: 90px;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-decoration: none;
}

.bottom-modal.fix-w {
  text-transform: uppercase;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  display: block;
}

@media screen and (min-width: 1920px) {
  .slider, .slider-2 {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  .slider, .slider-2 {
    display: flex;
  }

  .c-faq-item-3 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cartabutton {
    text-align: center;
  }

  .input-field.atual {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-position: 90% -10%;
    background-size: 200%;
    min-height: 860px;
  }

  .div-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .headline-2 {
    font-size: 30px;
  }

  .headline-2.center {
    font-size: 20px;
  }

  .section-2 {
    background-position: 0 0, 4% 0;
    background-size: auto, 200%;
    padding-top: 438px;
  }

  .headline-3 {
    font-size: 30px;
  }

  .headline-3.center {
    font-size: 21px;
  }

  .headline-3.green.center {
    font-size: 19px;
  }

  .section_3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-2 {
    padding-top: 136px;
  }

  .div-block-2.md-1 {
    background-image: linear-gradient(#fff0, #0e170f 40%), url('../images/modulo-1.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 200%;
    padding-top: 136px;
  }

  .div-block-2.md-2, .div-block-2.md-3, .div-block-2.md-4, .div-block-2.md-5 {
    background-size: auto, 200%;
  }

  .headline-4 {
    font-size: 30px;
  }

  .grid, .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .section-wish {
    background-position: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-4.half {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tag {
    width: 100%;
  }

  .ballon-tag {
    padding-left: 15px;
    padding-right: 5px;
  }

  .paragraph-2, .paragraph-2.grey {
    font-size: 15px;
  }

  .slider {
    height: 170px;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous, .carousel-arrow-w.arrow-previous-three-columns {
    margin-left: 1em;
  }

  .carousel-arrow-w.arrow-next-three-columns {
    margin-right: 1em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .headline-5 {
    font-size: 30px;
  }

  .image-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-6 {
    flex-flow: column-reverse;
    width: 100%;
  }

  .slider-2 {
    height: 520px;
  }

  .carousel-arrows-2 {
    margin-top: 2.5em;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .section-3, .blur {
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
  }

  .heading.grey {
    text-align: center;
    margin-top: 101px;
    font-size: 26px;
  }

  .heading.grey.center {
    margin-top: 0;
  }

  .cartabutton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .cartabutton.animation-pulse {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    padding: 15px;
    line-height: 1.1em;
  }

  .text-block-23 {
    line-height: 1.3em;
  }

  .faq-q-text-3 {
    font-size: 18px;
    line-height: 1.4em;
  }

  .container-14 {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .headline {
    font-size: 30px;
  }

  .c-faq-q-text-2 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block {
    margin-top: 0;
  }

  .text-block-45 {
    font-size: 15px;
    line-height: 1.3em;
  }

  .section-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-7.popup {
    display: none;
  }

  .link-block {
    border-radius: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .formwrapper-3 {
    grid-column-gap: 10px;
    grid-row-gap: 2px;
    flex-direction: column;
    margin-bottom: 10px;
    display: flex;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 25px;
  }

  .heading-9.minor, .bold-text-13 {
    font-size: 18px;
  }

  .input-field.atual {
    height: 41px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .bottom-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_6df40529-9b4d-a5fc-95a5-fa58ad58b44e-7c247c46, #w-node-dbf0a6d8-bd4d-63ec-1b6f-e588942aad03-7c247c46 {
  place-self: center end;
}
