:root {
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.p-section-rodape {
  background-image: linear-gradient(157deg, #111 7%, #000);
  border: .5px solid #54555f;
  border-radius: 2px;
}

.body {
  background-color: rgba(255, 255, 255, 0);
}

.p-container {
  max-width: 1256px;
}

.p-space {
  padding-left: 20px;
  padding-right: 20px;
}

.p-space.p-space-rodape {
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.p-space.p-space-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 51px;
  padding-bottom: 632px;
  display: flex;
}

.div-block {
  width: 100%;
  max-width: 670px;
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  color: #fff;
  letter-spacing: -.08px;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 145%;
  display: flex;
}

.image {
  display: block;
}

.link {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.p-section-hero {
  background-image: linear-gradient(#28337d, #0f1014 36%);
}

.heading {
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  line-height: 126%;
  display: flex;
}

.text-span, .bold-text, .bold-text-2 {
  font-weight: 400;
}

.image-2 {
  margin-top: 25px;
  margin-bottom: 87px;
  display: block;
}

.div-block-2 {
  width: 100%;
  max-width: 686px;
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(40, 51, 125, .3);
  border-radius: 33px;
  align-items: center;
  padding: 33px 20px 33px 33px;
  display: flex;
}

.text-block {
  color: #5c67b8;
  font-family: Exo, sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 110%;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #e9e9e9;
  flex-direction: column;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

.div-block-4._2 {
  max-width: 475px;
}

.link-block {
  width: 100%;
  height: 52px;
  max-width: 290px;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #000;
  background-color: #49e563;
  border-radius: 73px;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.text-span-2 {
  text-transform: lowercase;
}

.image-3 {
  display: none;
}

.paragraph {
  margin-bottom: 0;
}

.h-section-nav {
  background-image: linear-gradient(to right, #3c458c 14%, #171d48 52%, #17237e 91%);
  border: 1px solid rgba(255, 255, 255, .15);
  font-family: Exo, sans-serif;
}

.h-contianer {
  max-width: 1256px;
}

.h-space {
  padding-left: 20px;
  padding-right: 20px;
}

.h-space.h-space-nav {
  align-items: center;
  padding-top: 35px;
  padding-bottom: 27px;
  display: flex;
}

.h-space.h-space-hero {
  padding-top: 59px;
  padding-bottom: 0;
}

.h-space.h-space-plano {
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
}

.h-space.h-space-quer-voce {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 92px;
  padding-bottom: 121px;
  display: flex;
}

.h-space.h-space-quanto-ganha {
  flex-direction: column;
  align-items: center;
  padding-top: 58px;
  padding-bottom: 0;
  display: flex;
}

.h-space.h-space-vamos-investir {
  flex-direction: column;
  align-items: center;
  padding-top: 121px;
  padding-bottom: 0;
  display: flex;
}

.h-space.h-space-preparese {
  justify-content: space-between;
  align-items: center;
  padding-top: 83px;
  padding-bottom: 0;
  display: flex;
}

.h-space.h-space-certificado {
  padding-top: 150px;
  padding-bottom: 0;
}

.h-space.h-space-bio {
  padding-top: 101px;
  padding-bottom: 220px;
}

.image-4 {
  display: block;
}

.div-block-5 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.div-block-5._2 {
  display: none;
}

.text-block-2 {
  color: #e0e3ea;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 150%;
}

.div-block-6 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 100;
  line-height: 140%;
}

.div-block-8 {
  width: 100%;
  height: 6px;
  max-height: 6px;
  max-width: 6px;
  min-height: 6px;
  min-width: 6px;
  background-color: #ea6e38;
  border-radius: 100%;
}

.div-block-8._2 {
  background-color: #ff3b02;
}

.h-section-hero {
  height: 763px;
  background-image: url('../images/tn-bg-hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.body-2 {
  background-color: #040512;
  font-family: Raleway, sans-serif;
}

.div-block-9 {
  max-width: 649px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-10 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.div-block-10.mob {
  display: none;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.div-block-11 {
  width: 100%;
  height: 44px;
  max-width: 241px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(40, 51, 125, .2);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  display: block;
}

.text-block-6 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.text-span-3 {
  font-weight: 300;
}

.heading-2 {
  color: #ff3500;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 119%;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 140%;
}

.paragraph-2.mob {
  display: none;
}

.cta-captura {
  width: 100%;
  height: 63px;
  max-width: 440px;
  color: #fff;
  background-color: #ff3500;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  display: flex;
}

.h-section-plano {
  height: 650px;
  background-image: url('../images/Slice-1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-3 {
  max-width: 672px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 119%;
}

.text-span-4 {
  text-transform: lowercase;
}

.div-block-12 {
  width: 100%;
  max-width: 904px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 75px;
  margin-bottom: 74px;
  display: grid;
}

.div-block-12._2 {
  max-width: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.box-quadrado {
  width: 100%;
  height: 175px;
  max-width: 280px;
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-image: linear-gradient(rgba(2, 0, 60, .33), rgba(18, 18, 18, 0));
  border: .5px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.box-quadrado._2 {
  height: 203px;
  font-weight: 400;
}

.h-section-quer-voce {
  background-image: url('../images/bg-2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 57px;
  font-weight: 300;
  line-height: 119%;
}

.div-block-13 {
  width: 100%;
  max-width: 762px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.image-6 {
  display: block;
}

.h-section-quanto-ganha {
  height: 621px;
  background-image: url('../images/tn-bg-ganha.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-5 {
  max-width: 590px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 119%;
}

.text-span-5 {
  text-transform: lowercase;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
  font-size: 20px;
  line-height: 261%;
}

.paragraph-3.mob {
  display: none;
}

.h-section-vamos-investir {
  height: 648px;
  background-image: url('../images/tn-bg-investir.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-15 {
  width: 100%;
  max-width: 1203px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 115px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  max-width: 315px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 119%;
}

.text-span-6 {
  text-transform: lowercase;
}

.h-section-preparese {
  height: 433px;
  background-color: #fff;
  background-image: url('../images/th-sec2.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-16 {
  width: 100%;
  max-width: 617px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
  line-height: 119%;
}

.text-block-8 {
  color: #090b19;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.h-section-certificado {
  height: 645px;
  background-image: url('../images/th-bg-certificado.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 119%;
}

.paragraph-4 {
  max-width: 476px;
  color: #fff;
  margin-top: 29px;
  margin-bottom: 29px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.h-section-bio {
  background-image: url('../images/bg-6.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 36px;
  line-height: 119%;
}

.paragraph-5 {
  max-width: 520px;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 119%;
}

.image-7 {
  display: none;
}

.text-block-9 {
  text-decoration: underline;
}

.text-block-10 {
  text-decoration: none;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  text-decoration: underline;
}

.text-block-11 {
  max-width: 227px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed-34 {
  opacity: .6;
  margin-bottom: -4px;
  margin-right: 14px;
}

.modal-forme {
  max-width: 440px;
  margin-bottom: 0;
  display: none;
}

.modal-forme.open {
  z-index: 99;
  width: 100%;
  max-width: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-field-2 {
  max-width: 400px;
  margin: 16px auto;
  padding-left: 30px;
}

.form-background-div-2 {
  z-index: 15;
  width: 100%;
  height: 48px;
  max-height: none;
  max-width: 400px;
  min-width: auto;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.text-field-3 {
  width: 100%;
  height: 48px;
  max-width: 400px;
  color: #000;
  background-image: none;
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 52px;
  font-size: 16px;
  line-height: 24px;
}

.text-field-3.campo-nome {
  color: #000;
  background-color: #fff;
  background-image: url('../images/user.svg');
}

.text-field-3.campo-nome::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-nome::placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-email {
  color: #000;
  background-color: #fff;
  background-image: url('../images/mail.svg');
}

.text-field-3.campo-email::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.text-field-3.campo-email::placeholder {
  color: rgba(0, 0, 0, .6);
}

.campo-phone {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 28px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.campo-phone:focus {
  border: 1px rgba(0, 0, 0, 0);
}

.campo-phone::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone::placeholder {
  color: rgba(255, 255, 255, .7);
  font-weight: 300;
}

.campo-phone.phone {
  color: #000;
  font-weight: 400;
}

.campo-phone.phone::-ms-input-placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.campo-phone.phone::placeholder {
  color: rgba(1, 1, 6, .6);
  font-weight: 500;
}

.link-4 {
  color: #fff;
}

.button-2 {
  width: 100%;
  height: 51px;
  max-width: 356px;
  color: #fff;
  text-transform: uppercase;
  background-color: #ea6e38;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  box-shadow: 0 2px 2px #ea6e38;
}

.button-2.mob2 {
  background-color: #ff3500;
  margin-left: auto;
  margin-right: auto;
}

.close-modal-captura {
  color: rgba(255, 255, 255, .8);
  display: block;
}

.box-forme {
  max-width: 440px;
  position: relative;
}

.box-forme.open {
  width: 100%;
  max-width: 500px;
  background-color: #000;
  border: 1px solid #2c2c2c;
  padding: 40px;
  position: relative;
}

.modal-title {
  max-width: 345px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31.9px;
  display: none;
}

.modal-title.open {
  display: block;
}

.text-block-279 {
  color: #fff;
  text-align: center;
}

.checkbox-label-2 {
  max-width: 352px;
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.checkbox-label-2.a {
  color: #fff;
}

.error-message-2 {
  width: 100%;
  max-width: 440px;
  color: #000;
  background-color: rgba(221, 221, 221, .2);
}

.close-modal-2 {
  width: 24px;
  height: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
  position: absolute;
  top: 18px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.close-modal-2.open {
  display: block;
}

.success-message-2 {
  background-color: rgba(221, 221, 221, .2);
}

.bold-text-8 {
  font-size: 30px;
}

.text-span-7 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-280 {
  font-size: 18px;
  line-height: 261%;
}

.text-block-281 {
  color: #fff;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 261%;
}

.bold-text-9 {
  text-decoration: underline;
}

.th-box-lista {
  display: none;
}

.th-body {
  background-color: #040512;
  font-family: Raleway, sans-serif;
}

.b-section-bio {
  background-color: #141414;
  background-image: url('../images/bgb-bio.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.b-container {
  max-width: 1256px;
}

.b-space {
  padding-left: 20px;
  padding-right: 20px;
}

.b-space.b-space-bio {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 94px;
  padding-bottom: 51px;
  display: flex;
}

.b-space.b-space-funil {
  align-items: center;
  padding-top: 78px;
  padding-bottom: 36px;
  display: flex;
}

.b-space.b-space-nav {
  align-items: center;
  padding-top: 18px;
  padding-bottom: 19px;
  display: flex;
}

.b-space.b-space-certificado {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 183px;
  padding-bottom: 155px;
  display: flex;
}

.b-space.b-space-preparese {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 98px;
  padding-bottom: 102px;
  display: flex;
}

.b-space.b-space-plano-carreira {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 110px;
  display: flex;
}

.b-space.b-space-hero {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 94px;
  padding-bottom: 129px;
  display: flex;
}

.b-space.b-space-grafico {
  flex-direction: column;
  align-items: center;
  padding-top: 57px;
  padding-bottom: 60px;
  display: flex;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 40px;
  font-weight: 600;
  line-height: 119%;
}

.b-body {
  background-color: #040512;
  font-family: Poppins, sans-serif;
}

.paragraph-6 {
  max-width: 562px;
  color: var(--white);
  text-align: justify;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 140%;
}

.b-section-funil {
  background-image: linear-gradient(270deg, #000, #161616);
}

.div-block-17 {
  width: 100%;
  display: flex;
}

.image-9 {
  max-width: 468px;
  display: block;
}

.heading-11 {
  width: 100%;
  max-width: 306px;
  color: var(--white);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 119%;
  display: flex;
}

.bold-text-12 {
  color: #ff3b02;
}

.div-block-18 {
  width: 100%;
  max-width: 427px;
  color: var(--white);
  margin-top: 76px;
  font-size: 20px;
  line-height: 29px;
}

.text-block-282 {
  margin-top: 24px;
  margin-bottom: 39px;
}

.text-block-283 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.text-block-284 {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-285 {
  color: #ff3b02;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  line-height: 150%;
}

.b-section-nav {
  background-color: #030303;
  border-bottom: 1px solid #5a5959;
}

.b-section-preparese {
  background-image: url('../images/bgb-preparese.webp'), linear-gradient(#fff, #dbdbdb);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.b-section-certificado {
  background-color: #141414;
  background-image: url('../images/bgb-certificado.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.paragraph-7 {
  max-width: 626px;
  color: var(--white);
  margin-top: 18px;
  margin-bottom: 27px;
  font-size: 26px;
  line-height: 145%;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 119%;
}

.heading-13 {
  color: #ff3500;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 75px;
  font-weight: 800;
  line-height: 119%;
}

.paragraph-8 {
  margin-bottom: 0;
}

.paragraph-9 {
  max-width: 578px;
  color: #090b19;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.text-span-9 {
  margin-top: 12px;
  font-weight: 400;
  display: block;
}

.b-section-plano-carreira {
  background-color: #000;
  background-image: url('../images/bgb-plano-carreira.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-14 {
  max-width: 802px;
  color: var(--white);
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 119%;
}

.text-span-10 {
  color: #ff3b02;
}

.div-block-19 {
  width: 100%;
  max-width: 934px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 38px;
  display: grid;
}

.text-block-286 {
  width: 100%;
  height: 128px;
  max-width: 288px;
  color: #fff;
  text-align: center;
  letter-spacing: .16px;
  background-image: linear-gradient(rgba(255, 255, 255, .13), rgba(217, 217, 217, 0));
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.text-block-286._2 {
  background-image: linear-gradient(rgba(255, 255, 255, .13), rgba(217, 217, 217, 0));
  padding-left: 32px;
  padding-right: 32px;
}

.b-section-hero {
  background-color: #030303;
  background-image: url('../images/bgb-hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-15 {
  max-width: 618px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 17px;
  font-size: 50px;
  line-height: 110%;
}

.paragraph-10 {
  color: var(--white);
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 32px;
}

.text-span-11 {
  color: #ff3500;
}

.text-block-287 {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
}

.text-block-288 {
  max-width: 614px;
  color: var(--white);
  letter-spacing: 1.44px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.div-block-20 {
  width: 100%;
  height: 42px;
  max-width: 500px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  border: 1px solid #ff3b02;
  border-radius: 21px;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.text-block-289 {
  text-transform: uppercase;
}

.div-block-21 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  line-height: 140%;
  display: flex;
}

.image-10 {
  display: block;
}

.b-section-grafico {
  background-color: #141414;
}

.heading-16 {
  max-width: 653px;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 119%;
}

.div-block-22 {
  width: 100%;
  align-items: flex-start;
  margin-top: 23px;
  display: flex;
}

.text-block-290 {
  width: 100%;
  height: 134px;
  max-width: 260px;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(rgba(255, 255, 255, .13), rgba(217, 217, 217, 0));
  border-radius: 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 17px;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.text-span-12 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 600;
}

.image-11 {
  max-width: 633px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-13 {
  font-weight: 600;
}

.div-block-23 {
  width: 100%;
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.text-block-291 {
  max-width: 290px;
  color: var(--white);
  text-align: right;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.div-block-24, .image-12, .image-13, .div-block-26, .div-block-28, .text-span-19 {
  display: none;
}

.a-section-hero {
  background-image: url('../images/bg-hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.a-container {
  max-width: 1256px;
}

.a-space {
  padding-left: 20px;
  padding-right: 20px;
}

.a-space.a-space-hero {
  padding-top: 40px;
  padding-bottom: 10px;
}

.a-space.a-space-comentarios {
  flex-direction: column;
  align-items: center;
  padding-top: 73px;
  padding-bottom: 72px;
  display: flex;
}

.body-3 {
  background-color: #0f1115;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-17 {
  display: block;
}

.div-block-31 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-31._2 {
  display: none;
}

.text-block-294 {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.bold-text-16 {
  color: #ef5512;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-295 {
  color: #fff;
  letter-spacing: .48px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.text-block-296 {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-34 {
  width: 100%;
  height: 8px;
  max-width: 8px;
  min-height: 8px;
  min-width: 8px;
  background-color: #ef5512;
  border-radius: 100%;
}

.div-block-35 {
  max-width: 960px;
  grid-row-gap: 37px;
  flex-direction: column;
  align-items: center;
  margin: 100px auto 60px;
  display: flex;
}

.div-block-36 {
  width: 100%;
  height: 25px;
  max-width: 87px;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(255, 255, 255, .15);
  border: .5px solid #626262;
  flex-direction: column;
  justify-content: center;
  padding-left: 7px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 120%;
  display: none;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-17 {
  max-width: 732px;
  color: #ff3900;
  text-align: center;
  letter-spacing: .32px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  line-height: 130%;
}

.youtube {
  max-width: 960px;
}

.div-block-38 {
  max-width: 800px;
  grid-column-gap: 32px;
  align-items: center;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-18 {
  max-width: 280px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  line-height: 140%;
}

.div-block-39 {
  width: 100%;
  max-width: 488px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-297 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.link-block-2 {
  width: 100%;
  height: 64px;
  max-width: 488px;
  grid-column-gap: 8px;
  color: #fff;
  text-transform: uppercase;
  background-color: #1bbd73;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.image-18 {
  display: block;
}

.div-block-40 {
  max-width: 1012px;
  grid-row-gap: 56px;
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 226px 42px;
  display: flex;
}

.text-block-298 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.div-block-41 {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-aulas {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-block-299 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 150%;
}

.text-span-20 {
  color: #86888d;
}

.lightbox-link {
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-block-300 {
  color: rgba(255, 255, 255, .8);
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.a-section-comentarios {
  background-color: #fff;
}

.div-block-43 {
  max-width: 592px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.heading-19 {
  color: #0f1014;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  line-height: 140%;
}

.div-block-44 {
  width: 100%;
  height: 4px;
  max-width: 136px;
  background-color: #171d48;
  margin-top: 24px;
  margin-bottom: 48px;
}

.text-block-301 {
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.image-19 {
  display: block;
}

.image-20, .text-span-21, .div-block-45 {
  display: none;
}

.d-section-hero {
  background-color: #010001;
}

.d-space {
  padding-left: 20px;
  padding-right: 20px;
}

.d-space.d-space-hero {
  flex-direction: column;
  align-items: center;
  padding-top: 57px;
  padding-bottom: 588px;
  display: flex;
}

.heading-20 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 58px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  line-height: 102%;
}

.div-block-46 {
  width: 100%;
  max-width: 697px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-302 {
  width: 100%;
  height: 52px;
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #141414;
  border: 1px solid #484848;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.div-block-47 {
  width: 100%;
  background-color: #1f1f1f;
  border: 1px solid #484848;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-48 {
  width: 100%;
  max-width: 594px;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.div-block-49 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-50 {
  width: 100%;
  height: 128px;
  border-right: 1px solid #484848;
}

.text-block-303 {
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.button-3 {
  width: 100%;
  height: 51px;
  max-width: 256px;
  color: #0f1014;
  text-transform: uppercase;
  background-color: #3dff50;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: flex;
  box-shadow: 0 25px 68px rgba(61, 255, 80, .45);
}

.embed-coments {
  width: 100%;
  color: #7a7a7a;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.capa-video {
  width: 100%;
  height: 100%;
  max-width: 960px;
  cursor: auto;
  border-radius: 8px;
  flex: 0 auto;
  display: block;
  position: relative;
  overflow: visible;
}

.content-yt {
  z-index: 40;
  width: 100%;
  height: auto;
  border: 1px rgba(255, 255, 255, .18);
  border-radius: 16px;
  margin-top: 0;
  padding: 0;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  height: 100%;
  max-height: 100%;
  max-width: 960px;
}

.box-thumb {
  margin-top: 8px;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
}

.thumb-aula {
  filter: grayscale();
}

.thumb-aula.assistir {
  filter: none;
}

.img-status {
  z-index: 99;
  filter: none;
  background-image: url('../images/bg-embreve_1bg-embreve.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-status.assistir {
  background-image: url('../images/assisitr-thumb.webp');
  background-position: 0 0;
  background-size: cover;
}

.text-span-23 {
  text-transform: uppercase;
}

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

@media screen and (max-width: 991px) {
  .p-container {
    max-width: 360px;
  }

  .p-space.p-space-rodape {
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 27px;
  }

  .p-space.p-space-hero {
    padding-top: 39px;
    padding-bottom: 134px;
  }

  .div-block {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    text-align: center;
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }

  .heading {
    font-size: 23px;
  }

  .image-2 {
    display: none;
  }

  .div-block-2 {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: rgba(40, 51, 125, 0);
    border: 1px solid #fff;
    border-radius: 8px;
    flex-direction: column;
    padding: 13px 20px 24px;
  }

  .text-block {
    font-size: 45px;
  }

  .div-block-4._2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    text-align: center;
    font-size: 15px;
  }

  .image-3 {
    margin-top: 15px;
    margin-bottom: 29px;
    display: block;
  }

  .h-section-nav {
    display: block;
  }

  .h-contianer {
    max-width: 360px;
  }

  .h-space.h-space-nav {
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 10px;
  }

  .h-space.h-space-hero {
    padding: 34px 10px 0;
  }

  .h-space.h-space-plano {
    padding-top: 210px;
    padding-bottom: 50px;
  }

  .h-space.h-space-quer-voce {
    padding: 344px 10px 57px;
  }

  .h-space.h-space-quanto-ganha {
    padding: 56px 10px 69px;
  }

  .h-space.h-space-vamos-investir {
    padding: 57px 10px 68px;
  }

  .h-space.h-space-preparese {
    flex-direction: column;
    padding-bottom: 105px;
  }

  .h-space.h-space-certificado {
    padding-top: 417px;
    padding-bottom: 53px;
  }

  .h-space.h-space-bio {
    padding-top: 49px;
    padding-bottom: 0;
  }

  .image-4, .div-block-5 {
    display: none;
  }

  .div-block-5._2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 25px;
    margin-left: 0;
    display: flex;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 120%;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-3 {
    font-family: Exo, sans-serif;
    font-size: 28px;
    line-height: 35px;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .h-section-hero {
    height: 685px;
    background-image: url('../images/th-bghero-mob.png');
    background-position: 50% 0;
  }

  .body-2 {
    background-color: #08080a;
  }

  .div-block-10 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-direction: row;
    align-items: center;
    display: none;
  }

  .div-block-10.mob {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .text-block-5 {
    width: 100%;
    font-size: 15px;
  }

  .div-block-11 {
    height: auto;
    max-width: 135px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: rgba(40, 51, 125, 0);
    border-radius: 0;
  }

  .image-5 {
    max-width: 17px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .heading-2 {
    max-width: 256px;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 26px;
  }

  .paragraph-2 {
    max-width: 316px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 18px;
    display: none;
  }

  .paragraph-2.mob {
    max-width: 315px;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .cta-captura {
    font-size: 16px;
    line-height: 21px;
  }

  .cta-captura.off {
    display: none;
  }

  .cta-captura._2 {
    height: 34px;
    max-width: 239px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .cta-captura._3 {
    height: 46px;
    max-width: 322px;
    font-size: 15px;
    line-height: 19px;
  }

  .cta-captura._4 {
    height: 49px;
    max-width: 342px;
  }

  .h-section-plano {
    height: auto;
    background-image: url('../images/Slice-2.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .heading-3 {
    font-size: 24px;
  }

  .div-block-12 {
    max-width: 280px;
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 32px;
    margin-bottom: 41px;
  }

  .div-block-12._2 {
    max-width: 280px;
    grid-template-columns: 1fr;
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .box-quadrado {
    height: 175px;
  }

  .box-quadrado._2 {
    border-style: none;
    flex-direction: column;
    align-items: center;
  }

  .h-section-quer-voce {
    background-image: url('../images/bg-mob-3.webp');
  }

  .heading-4 {
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .div-block-13 {
    max-width: none;
  }

  .div-block-14 {
    font-size: 16px;
    line-height: 178%;
  }

  .h-section-quanto-ganha {
    height: auto;
    background-image: url('../images/Slice-3.webp');
  }

  .heading-5 {
    max-width: 295px;
    font-size: 24px;
  }

  .paragraph-3 {
    max-width: 304px;
    font-size: 16px;
    line-height: 156%;
    display: none;
  }

  .paragraph-3.mob {
    display: block;
  }

  .h-section-vamos-investir {
    height: auto;
    background-color: #08080a;
    background-image: none;
  }

  .div-block-15 {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-6 {
    max-width: 280px;
    text-align: center;
    margin-bottom: 42px;
    font-size: 24px;
  }

  .h-section-preparese {
    height: auto;
    background-image: url('../images/bg-mob-4.webp');
    background-position: 50% 100%;
  }

  .div-block-16 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    margin-bottom: 47px;
  }

  .heading-7 {
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  .text-block-8 {
    text-align: center;
    font-size: 22px;
  }

  .h-section-certificado {
    height: auto;
    background-image: url('../images/bg-mob-5.webp');
  }

  .heading-8 {
    text-align: center;
    font-size: 23px;
  }

  .paragraph-4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .h-section-bio {
    height: 1175px;
    background-image: url('../images/bg-mob-6.webp');
    background-position: 50% 0;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
  }

  .paragraph-5 {
    max-width: 318px;
    text-align: center;
    font-size: 16px;
  }

  .image-7 {
    margin-bottom: 41px;
    display: none;
  }

  .image-8 {
    max-width: 267px;
  }

  .text-block-9 {
    text-decoration: none;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .modal-forme {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .checkbox-field-2 {
    padding-left: 21px;
  }

  .form-background-div-2 {
    height: 40px;
    padding-left: 13px;
    padding-right: 5px;
  }

  .checkbox {
    margin-left: -22px;
  }

  .text-field-3 {
    height: 40px;
    max-width: none;
  }

  .text-field-3.campo-nome {
    background-image: url('../images/user.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
    font-family: Exo, sans-serif;
  }

  .text-field-3.campo-nome::-ms-input-placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-nome::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-email {
    background-image: url('../images/mail.svg');
    background-position: 13px;
    background-size: 24px 24px;
    margin-bottom: 11px;
    padding-left: 45px;
  }

  .text-field-3.campo-email::-ms-input-placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .text-field-3.campo-email::placeholder {
    color: #010106;
    font-family: Exo, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .campo-phone.phone {
    padding-right: 28px;
  }

  .campo-phone.phone::-ms-input-placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .campo-phone.phone::placeholder {
    font-size: 14px;
    line-height: 16px;
  }

  .link-4 {
    color: #fff;
  }

  .button-2.mob2 {
    font-size: 14px;
    line-height: 20px;
  }

  .box-forme.open {
    max-width: 320px;
    border-radius: 11px;
    padding: 60px 10px 40px;
  }

  .modal-title {
    font-size: 20px;
    line-height: 26px;
    display: none;
  }

  .modal-title.open {
    max-width: 283px;
    font-size: 16px;
    line-height: 21px;
  }

  .checkbox-label-2 {
    color: #2c2c2c;
    font-size: 10px;
    line-height: 13px;
  }

  .checkbox-label-2.a {
    color: #fff;
  }

  .close-modal-2.open {
    width: 18px;
    height: 18px;
  }

  .text-block-281 {
    display: none;
  }

  .bold-text-9, .bold-text-10 {
    font-weight: 400;
    text-decoration: none;
  }

  .th-box-botao {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-image: linear-gradient(rgba(15, 20, 51, .8), rgba(15, 20, 51, .8) 52%, rgba(23, 35, 126, .8));
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 25px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-span-8 {
    max-width: 236px;
    color: #fff;
    display: block;
  }

  .th-box-lista {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .th-box-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
    display: flex;
  }

  .th-text {
    color: #fff;
    line-height: 18px;
  }

  .bold-text-11, .blod-lista {
    font-weight: 600;
  }

  .th-body {
    background-color: #08080a;
    padding-bottom: 224px;
  }

  .b-section-bio {
    background-image: url('../images/bgb-mob-bio.webp');
  }

  .b-container {
    max-width: 360px;
  }

  .b-space.b-space-bio {
    padding-top: 61px;
    padding-bottom: 424px;
  }

  .b-space.b-space-funil {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 55px;
    padding-bottom: 71px;
  }

  .b-space.b-space-nav {
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 9px;
  }

  .b-space.b-space-certificado {
    padding-top: 380px;
    padding-bottom: 70px;
  }

  .b-space.b-space-preparese {
    padding-top: 225px;
    padding-bottom: 123px;
  }

  .b-space.b-space-plano-carreira {
    padding-top: 304px;
    padding-bottom: 76px;
  }

  .b-space.b-space-hero {
    padding: 82px 10px 85px;
  }

  .b-space.b-space-grafico {
    padding-top: 59px;
    padding-bottom: 54px;
  }

  .heading-10 {
    max-width: 247px;
    margin-bottom: 13px;
    font-size: 33px;
    line-height: 110%;
  }

  .b-body {
    background-color: #08080a;
    padding-bottom: 224px;
  }

  .paragraph-6 {
    font-size: 15px;
    line-height: 135%;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .image-9 {
    display: none;
  }

  .heading-11 {
    max-width: none;
    align-items: flex-start;
    font-size: 31px;
    display: flex;
  }

  .div-block-18 {
    letter-spacing: -.6px;
    margin-top: 0;
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-282 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 14px;
    margin-bottom: 18px;
    display: flex;
  }

  .text-block-283 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 18px;
    margin-bottom: 19px;
    display: flex;
  }

  .b-section-preparese {
    background-image: url('../images/bgb-mob-preparese.webp'), linear-gradient(#fff, #dbdbdb);
  }

  .b-section-certificado {
    background-image: url('../images/bgb-mob-certificado.webp');
  }

  .paragraph-7 {
    margin-top: 8px;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 135%;
  }

  .heading-12 {
    max-width: 290px;
    font-size: 34px;
  }

  .heading-13 {
    font-size: 48px;
  }

  .paragraph-9 {
    text-align: center;
    font-size: 19px;
    line-height: 135%;
  }

  .b-section-plano-carreira {
    background-image: url('../images/bgb-mob-plano-carreira.webp');
  }

  .heading-14 {
    max-width: 310px;
    font-size: 24px;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
    margin-top: 31px;
    margin-bottom: 30px;
    display: none;
  }

  .b-section-hero {
    background-image: url('../images/bgb-mob-hero.jpeg');
  }

  .heading-15 {
    max-width: 243px;
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 115%;
  }

  .paragraph-10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 200;
    line-height: 14px;
    display: none;
  }

  .paragraph-10.mob {
    font-weight: 300;
    display: block;
  }

  .paragraph-10.mob._1 {
    max-width: 200px;
    font-weight: 300;
  }

  .text-block-288 {
    max-width: 227px;
    letter-spacing: .06em;
    font-size: 13px;
    line-height: 16px;
  }

  .div-block-20 {
    display: none;
  }

  .heading-16 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-size: 33px;
    display: flex;
  }

  .div-block-22 {
    flex-direction: column;
    display: none;
  }

  .text-block-290 {
    margin-top: 0;
  }

  .text-block-290.mob {
    height: auto;
    max-width: 220px;
    text-align: left;
    background-image: none;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .text-block-290.mob._2 {
    display: block;
  }

  .text-span-12 {
    font-size: 23px;
  }

  .text-span-13 {
    color: #ff3900;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 14px;
  }

  .text-block-291 {
    text-align: center;
    margin-top: 15px;
  }

  .div-block-24 {
    width: 100%;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-25 {
    width: 100%;
    height: 117px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-image: linear-gradient(rgba(255, 255, 255, .13), rgba(217, 217, 217, 0));
    border-radius: 19px;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .image-12 {
    margin-top: 25px;
    margin-bottom: 18px;
    display: block;
  }

  .image-13 {
    display: block;
  }

  .text-span-14 {
    color: #ff3900;
  }

  .bold-text-13 {
    color: #ff3b02;
  }

  .image-14 {
    max-width: 18px;
  }

  .div-block-26 {
    width: 100%;
    max-width: 257px;
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 16px;
    display: grid;
  }

  .div-block-27 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: flex-start;
    display: flex;
  }

  .image-15 {
    display: block;
  }

  .text-span-15 {
    font-weight: 700;
  }

  .div-block-28 {
    width: 100%;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 31px;
    margin-bottom: 30px;
    display: grid;
  }

  .div-block-29 {
    width: 100%;
    height: 140px;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, .13), rgba(217, 217, 217, 0));
    border-radius: 22px;
    align-items: center;
    padding-left: 20px;
    font-size: 17px;
    line-height: 130%;
    display: flex;
  }

  .text-span-16 {
    text-transform: lowercase;
  }

  .bold-text-14 {
    font-weight: 600;
  }

  .text-span-17 {
    text-transform: lowercase;
  }

  .bold-text-15 {
    font-weight: 600;
  }

  .image-16 {
    display: block;
  }

  .text-block-292 {
    max-width: 205px;
  }

  .text-span-18 {
    font-weight: 600;
  }

  .text-span-19 {
    width: 100%;
    height: 30px;
    max-width: 30px;
    background-color: #ef3e11;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    display: flex;
  }

  .text-span-19._2 {
    background-color: #f06117;
  }

  .text-span-19._3 {
    background-color: #f38c21;
  }

  .text-span-19._4 {
    background-color: #f0b00e;
  }

  .text-span-19._5 {
    background-color: #ffbf42;
  }

  .text-block-293 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .a-section-hero {
    background-color: #101216;
    background-position: 50% 100%;
  }

  .a-container {
    max-width: 360px;
  }

  .a-space.a-space-hero {
    padding-top: 24px;
    padding-bottom: 113px;
  }

  .a-space.a-space-comentarios {
    padding-top: 16px;
    padding-bottom: 91px;
  }

  .image-17 {
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-31 {
    display: none;
  }

  .div-block-31._2 {
    grid-row-gap: 8px;
    display: flex;
  }

  .bold-text-16 {
    color: #fff;
  }

  .div-block-32 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: auto auto auto auto auto auto 1fr;
  }

  .text-block-295 {
    font-size: 32px;
    line-height: 38px;
  }

  .text-block-296 {
    font-size: 12px;
  }

  .div-block-34 {
    background-color: #1bbd73;
  }

  .div-block-35 {
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .div-block-36 {
    display: flex;
  }

  .div-block-37 {
    grid-row-gap: 16px;
    align-items: flex-start;
    margin-right: auto;
  }

  .heading-17 {
    max-width: 268px;
    text-align: left;
    letter-spacing: .18px;
    font-size: 18px;
  }

  .div-block-38 {
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 57px;
  }

  .heading-18 {
    max-width: none;
    text-align: center;
    font-size: 24px;
  }

  .div-block-39 {
    flex-direction: column-reverse;
    margin-top: 16px;
  }

  .text-block-297 {
    text-align: center;
  }

  .link-block-2 {
    height: 48px;
    max-width: 331px;
    flex-direction: row-reverse;
    font-size: 16px;
  }

  .div-block-40 {
    grid-row-gap: 24px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .text-block-298 {
    font-size: 20px;
  }

  .div-block-41 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .lightbox-link {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-block-43 {
    margin-bottom: 24px;
    margin-left: 0;
  }

  .heading-19 {
    font-size: 20px;
  }

  .div-block-44 {
    height: 2px;
    max-width: 56px;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .text-block-301 {
    font-size: 15px;
  }

  .image-19 {
    display: none;
  }

  .image-20 {
    display: block;
  }

  .text-span-21 {
    display: inline-block;
  }

  .text-span-22 {
    text-transform: lowercase;
  }

  .div-block-45 {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .image-21 {
    width: 100%;
  }

  .d-container {
    max-width: 360px;
  }

  .d-space.d-space-hero {
    padding-top: 26px;
    padding-bottom: 421px;
  }

  .heading-20 {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 19px;
    font-size: 24px;
    line-height: 149%;
  }

  .text-block-302 {
    height: 62px;
  }

  .div-block-47 {
    padding-top: 37px;
    padding-bottom: 60px;
  }

  .div-block-48 {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    grid-row-gap: 27px;
  }

  .div-block-50 {
    display: none;
  }

  .button-3 {
    height: 60px;
    max-width: 303px;
  }

  .image-22 {
    max-width: 89px;
  }

  .content-yt {
    margin-top: 0;
  }

  .box-thumb {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .thumb-aula {
    width: 1005px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .checkbox-field-2 {
    margin-bottom: 10px;
  }

  .modal-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-5._2 {
    margin-top: 20px;
  }

  .div-block-6.clockdiv {
    max-width: 309px;
  }

  .text-block-3 {
    font-size: 28px;
  }

  .h-section-hero {
    z-index: 10;
  }

  .div-block-11 {
    height: 25px;
  }

  .heading-2 {
    margin-top: 0;
    line-height: 117%;
  }

  .paragraph-2 {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 140%;
  }

  .cta-captura {
    height: 56px;
    text-align: center;
  }

  .heading-7 {
    font-size: 48px;
  }

  .image-7 {
    margin-bottom: 28px;
  }

  .html-embed-34 {
    margin-right: 10px;
  }

  .modal-forme {
    width: 100%;
  }

  .modal-forme.open {
    z-index: 999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox-field-2 {
    padding-left: 25px;
  }

  .form-background-div-2 {
    width: 100%;
    height: 40px;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 11px;
  }

  .checkbox {
    margin-left: -25px;
  }

  .text-field-3.campo-nome, .text-field-3.campo-email {
    margin-bottom: 8px;
  }

  .campo-phone {
    font-size: 15px;
    font-weight: 400;
  }

  .campo-phone.phone {
    padding-right: 0;
  }

  .box-forme {
    width: 100%;
    max-width: 100%;
  }

  .box-forme.open {
    max-width: none;
  }

  .modal-title {
    margin-bottom: 15px;
  }

  .checkbox-label-2 {
    max-width: 355px;
  }

  .close-modal-2 {
    right: 8px;
  }

  .th-box-botao {
    z-index: 9;
    padding: 20px 10px;
  }

  .th-body, .b-body {
    padding-bottom: 191px;
  }

  .a-space.a-space-hero, .div-block-47 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_64461d89-63df-075e-57b3-3438e5da9c61-a0b1e543, #w-node-_75e26eb2-c2f4-0b95-2e43-40d158257632-a0b1e543, #w-node-_88161fe8-631d-e494-0cc5-51cf2466ce56-a0b1e543, #w-node-_8b8727ef-5f4b-8fad-636e-80aa816f7a18-a0b1e543, #w-node-df3c4787-f57c-35b3-d3ae-144ffed68143-a0b1e543, #w-node-_23734f77-f68d-e56f-a10d-584429c8184b-a0b1e543, #w-node-f065f631-690c-084e-0c0d-69520ee66440-a0b1e543, #w-node-_6028efde-3a1b-ec37-4341-fd39f2e3b26b-a0b1e543, #w-node-_6028efde-3a1b-ec37-4341-fd39f2e3b270-a0b1e543, #w-node-_6028efde-3a1b-ec37-4341-fd39f2e3b271-a0b1e543, #w-node-_6028efde-3a1b-ec37-4341-fd39f2e3b276-a0b1e543, #w-node-_6028efde-3a1b-ec37-4341-fd39f2e3b277-a0b1e543, #w-node-_6028efde-3a1b-ec37-4341-fd39f2e3b27c-a0b1e543, #w-node-_6028efde-3a1b-ec37-4341-fd39f2e3b27d-a0b1e543, #w-node-_8a079902-1cbc-cd82-384e-f4eb44e2f818-a0b1e543, #w-node-b5b74a50-4b2a-6734-0d33-79c5e25b7dd5-a0b1e543, #w-node-_536a2ace-6c7a-81c0-251b-1088c71f63e6-a0b1e543, #w-node-_4c321fe8-09e3-8b08-c9f4-c2464ad9cf38-a0b1e543, #w-node-d358c94a-97d6-3531-2b1c-c901e3f1a463-a0b1e543, #w-node-a6740184-8c7f-040c-86b6-6194f2738eeb-a0b1e543, #w-node-_73650285-438f-1cc9-95ae-07d1b5ec06a8-a0b1e543, #w-node-_6493bdc8-8f31-bff6-f9cb-4847a88ef9eb-a0b1e543, #w-node-_34d0df59-bd1d-0a8b-8651-202b2a19f0ac-a0b1e543, #w-node-e51fc354-14f2-26f5-707b-052e9fbee63d-a0b1e543, #w-node-_1c0dc7aa-355b-a74a-b814-2a2a40b87537-a0b1e543, #w-node-_75e9d45e-20eb-3127-4859-7b2870005a04-a0b1e543, #w-node-_8eac5d5a-fc0d-2444-53c3-3467cd38b6ab-a0b1e543, #w-node-_8eac5d5a-fc0d-2444-53c3-3467cd38b6af-a0b1e543, #w-node-_8eac5d5a-fc0d-2444-53c3-3467cd38b6b3-a0b1e543, #w-node-_8eac5d5a-fc0d-2444-53c3-3467cd38b6b7-a0b1e543, #w-node-_8eac5d5a-fc0d-2444-53c3-3467cd38b6bb-a0b1e543, #w-node-dee2b118-00cb-826e-716d-331a520d3230-234e5088, #w-node-_11cf1a32-d006-7695-d9a7-164cbde243e6-234e5088, #w-node-_5592eda2-dff9-ddc1-7b38-8b833be316ee-0e59a5fe, #w-node-_5592eda2-dff9-ddc1-7b38-8b833be316f3-0e59a5fe, #w-node-_5592eda2-dff9-ddc1-7b38-8b833be316f4-0e59a5fe, #w-node-_5592eda2-dff9-ddc1-7b38-8b833be316f9-0e59a5fe, #w-node-_5592eda2-dff9-ddc1-7b38-8b833be316fa-0e59a5fe, #w-node-_5592eda2-dff9-ddc1-7b38-8b833be316ff-0e59a5fe, #w-node-_5592eda2-dff9-ddc1-7b38-8b833be31700-0e59a5fe, #w-node-a07746ae-f7dd-4960-78d8-390df96f13e0-0e59a5fe, #w-node-_24e004f1-4c35-548b-3db2-41425fc1d496-0e59a5fe, #w-node-_759bc596-ed51-7b5c-f08b-4646c841d274-0e59a5fe, #w-node-_61543a50-0ebf-2c9e-fa70-afe83ec17212-0bdb80de, #w-node-e8c9b071-80cf-b3f8-922e-d31cf27511a5-0bdb80de, #w-node-_72d8e250-8a16-8ad6-585e-18890bb406bc-0bdb80de, #w-node-_11bbd011-beb7-eebe-178f-e285fc6c3c6f-0bdb80de, #w-node-_4cfc49c6-013b-2973-fb5c-cc8b3d85840c-0bdb80de, #w-node-_9969628c-614c-1fc5-558e-fda7d678f6fe-0bdb80de, #w-node-_6c826300-57bc-98f9-93de-9f1b3f990fcc-0bdb80de, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c6b-0bdb80de, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c70-0bdb80de, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c71-0bdb80de, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c76-0bdb80de, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c77-0bdb80de, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7c-0bdb80de, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7d-0bdb80de, #w-node-bf9e718d-8778-3d0b-82a8-f580d8f16ae6-0bdb80de, #w-node-_883967d3-baec-cda6-f3ed-eff9ab7cff37-0f28fcd8, #w-node-_7d7bc48e-cd54-165e-30f1-4e0ac5e6c9e8-0f28fcd8, #w-node-_5fde7b78-4f5b-6dc5-8b1c-a0636bd902ce-0f28fcd8, #w-node-_61543a50-0ebf-2c9e-fa70-afe83ec17212-3596575c, #w-node-e8c9b071-80cf-b3f8-922e-d31cf27511a5-3596575c, #w-node-_72d8e250-8a16-8ad6-585e-18890bb406bc-3596575c, #w-node-_11bbd011-beb7-eebe-178f-e285fc6c3c6f-3596575c, #w-node-_4cfc49c6-013b-2973-fb5c-cc8b3d85840c-3596575c, #w-node-_9969628c-614c-1fc5-558e-fda7d678f6fe-3596575c, #w-node-_6c826300-57bc-98f9-93de-9f1b3f990fcc-3596575c, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c6b-3596575c, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c70-3596575c, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c71-3596575c, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c76-3596575c, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c77-3596575c, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7c-3596575c, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7d-3596575c, #w-node-bf9e718d-8778-3d0b-82a8-f580d8f16ae6-3596575c, #w-node-_61543a50-0ebf-2c9e-fa70-afe83ec17212-8de942cb, #w-node-e8c9b071-80cf-b3f8-922e-d31cf27511a5-8de942cb, #w-node-_72d8e250-8a16-8ad6-585e-18890bb406bc-8de942cb, #w-node-_11bbd011-beb7-eebe-178f-e285fc6c3c6f-8de942cb, #w-node-_4cfc49c6-013b-2973-fb5c-cc8b3d85840c-8de942cb, #w-node-_9969628c-614c-1fc5-558e-fda7d678f6fe-8de942cb, #w-node-_6c826300-57bc-98f9-93de-9f1b3f990fcc-8de942cb, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c6b-8de942cb, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c70-8de942cb, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c71-8de942cb, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c76-8de942cb, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c77-8de942cb, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7c-8de942cb, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7d-8de942cb, #w-node-bf9e718d-8778-3d0b-82a8-f580d8f16ae6-8de942cb, #w-node-_61543a50-0ebf-2c9e-fa70-afe83ec17212-3a1c9379, #w-node-e8c9b071-80cf-b3f8-922e-d31cf27511a5-3a1c9379, #w-node-_72d8e250-8a16-8ad6-585e-18890bb406bc-3a1c9379, #w-node-_11bbd011-beb7-eebe-178f-e285fc6c3c6f-3a1c9379, #w-node-_4cfc49c6-013b-2973-fb5c-cc8b3d85840c-3a1c9379, #w-node-_9969628c-614c-1fc5-558e-fda7d678f6fe-3a1c9379, #w-node-_6c826300-57bc-98f9-93de-9f1b3f990fcc-3a1c9379, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c6b-3a1c9379, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c70-3a1c9379, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c71-3a1c9379, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c76-3a1c9379, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c77-3a1c9379, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7c-3a1c9379, #w-node-_9b018087-dd01-55e8-3b3a-e823a2c59c7d-3a1c9379, #w-node-bf9e718d-8778-3d0b-82a8-f580d8f16ae6-3a1c9379 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9addc184-c651-744c-f531-c270450b5ac5-a0b1e543, #w-node-_95b05b46-ca8e-e592-82e7-210cf8f125ed-a0b1e543, #w-node-_906f278f-475f-dfd8-455b-0c5d57718263-a0b1e543, #w-node-_5db8707b-b5df-7392-a9ed-d55994499efd-a0b1e543, #w-node-_4d03f66a-9bf3-d7f3-c691-77416f3fca28-a0b1e543, #w-node-f20057f6-6431-6208-7760-a84400e34150-a0b1e543, #w-node-b96bc393-729a-b72e-7c25-40abe54875fe-a0b1e543, #w-node-_635a0797-e0a6-47d6-46e2-e99abe2ac469-0e59a5fe, #w-node-_3529e18d-2ff7-f265-1265-1129cc513dad-0e59a5fe, #w-node-cde7b584-114c-46ea-700f-e88cf140c942-0e59a5fe, #w-node-b1cb5688-4d9a-af6a-a18d-a20e9609c9b9-0e59a5fe, #w-node-_84cf515b-cbae-a4d2-40cf-16bb302fe5e1-0e59a5fe, #w-node-_74cfa082-609b-dbb1-c485-7a94440a76ca-0e59a5fe, #w-node-_3eaf7b1a-32c4-8f05-989b-d4c15b043950-0e59a5fe, #w-node-_94da929e-ee4b-d868-b54e-ef763e8c165a-0e59a5fe, #w-node-b6fee91e-c516-efba-0faa-cabd1615fb32-0e59a5fe, #w-node-fe65f826-4c28-c5a8-5c5d-a4187b7efbed-0e59a5fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


