@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/Helvetica.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.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;
}

@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 {
  padding: 52px 15px;
}

.section.bg01 {
  color: #fff;
  background-image: url('../images/fundonovo.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 79vh;
  padding-top: 40px;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.section.bg02 {
  color: #fff;
  background-color: #000;
  background-image: url('../images/bg02.png'), linear-gradient(#0337308c, #0337308c);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding-left: 0;
  padding-right: 0;
}

.section.bg02.center.hiddenoverflow {
  overflow: hidden;
}

.section.bg04 {
  color: #fff;
  background-image: url('../images/bg04.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section.convidados {
  color: #fff;
  background-image: url('../images/bg.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: -72px;
}

.section.convidados._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bg.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-top: 0;
}

.section.convidados._1.hiddenoverflow {
  overflow: hidden;
}

.section._1 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.section.center {
  text-align: center;
}

.section.carrossel-zoomhover {
  color: #fff;
  background-color: #000;
}

.section._3 {
  padding-top: 12px;
}

.container {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #00f8cd;
  background-image: linear-gradient(90deg, #00dab4, #25554d);
  border: 1px solid #00f8cd;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 413px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 7px 7px 7px 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block.centered {
  margin-left: auto;
  margin-right: auto;
}

.link-block.centered._1 {
  margin-top: 77px;
}

.link-block._2 {
  border-radius: 4px;
  max-width: none;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 24px;
}

.image {
  border-radius: 50%;
  position: sticky;
  left: 100%;
  right: 0;
}

.container-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 31px;
  display: flex;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #5bebd440;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.div-block.bg-black {
  border: 1px solid #5f5f5f;
}

.div-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 43px;
  display: flex;
}

.div-block-2.invert {
  flex-flow: row-reverse;
}

.div-block-3 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-image: url('../images/bg-block.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  flex-flow: column;
  margin-top: -70px;
  margin-left: -64px;
  padding: 55px 22px;
  display: flex;
  position: relative;
}

.div-block-3.invert {
  margin-left: 0;
  margin-right: -64px;
}

.text-block {
  color: #00f8cd;
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.text-block-2 {
  color: #5c5c5c;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2.white {
  color: #fff;
}

.image-2 {
  width: 20px;
}

.video {
  margin-bottom: 49px;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #a1a1a1;
  background-image: url('../images/bg-bloco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 13px;
  flex-flow: column;
  padding: 27px 11px;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 26px;
}

.div-block-6 {
  background-image: linear-gradient(90deg, #0000, #8a8a8a8a 49%, #0000);
  padding-bottom: 1px;
}

.text-block-6 {
  color: #fff;
  font-size: 18px;
}

.image-3 {
  width: 40px;
}

.container-9 {
  max-width: 1100px;
  margin-bottom: 57px;
}

.container-9._1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-11 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-3 {
  padding-left: 0;
  list-style-type: none;
}

.section-2 {
  color: #fff;
  background-image: url('../images/bg-last.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding: 12px 15px;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-2 {
  max-width: 940px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 45px;
}

.text-block-14 {
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-15 {
  color: #c4c4c4;
  max-width: 854px;
  font-size: 22px;
  line-height: 24px;
}

.divider {
  background-color: #000;
  background-image: url('../images/HorizontalDivider.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 16px;
  height: 11px;
}

.heading-3 {
  max-width: 724px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 43px;
  font-weight: 400;
}

.carrossel {
  background-image: url('../images/67ec9f4d684668c300f3005b_carrossel.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 118px;
}

.carrossel._1 {
  background-image: url('../images/depoiments.png');
  background-position: 0 0;
  height: 600px;
}

.heading-4 {
  max-width: 749px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 41px;
  line-height: 51px;
}

.heading-4._1 {
  max-width: 546px;
}

.image-7 {
  border-radius: 18px;
}

.image-8 {
  width: 430px;
}

.text-block-16 {
  color: #fff;
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 17px;
}

.heading-5 {
  text-align: center;
  max-width: 506px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.bold-text {
  color: #00d3ae;
}

.heading-8 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.heading-8.contained {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.heading-8.contained._1 {
  background-color: #e3e3e300;
  width: auto;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
}

.body {
  background-color: #f9f9f9;
}

.div-block-17 {
  background-image: url('../images/grafico.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  margin-top: 26px;
  padding-bottom: 53.25%;
}

.heading-10 {
  max-width: 600px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.text-block-25 {
  color: #b8b8b8;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image-15 {
  margin-bottom: 18px;
}

.popup-section {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: fixed;
  top: 0;
}

.popup-section.popup, .popup-section.popup.gold, .popup-section.popup.diamond {
  display: none;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.heading-17 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5ad33f;
  border-radius: 4px;
  width: 100%;
  max-width: 450px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.submit-button.gold-form {
  color: #000;
  background-color: #00f8cd;
  margin-top: 8px;
}

.submit-button.diamond-form {
  color: #000;
  background-color: #00d0fe;
  margin-top: 9px;
}

.html-embed-2 {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-53 {
  cursor: pointer;
  width: 35px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.container-18 {
  background-color: #fff;
  border: 3px solid #00f8cd;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 485px;
  min-height: 400px;
  padding: 22px 24px;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px #00f8cd;
}

.text-field {
  border: 1px solid #0000004d;
  border-radius: 5px;
  height: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
}

.heading-18 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
}

.image-54 {
  cursor: pointer;
  width: 35px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.container-19 {
  background-color: #fff;
  border: 3px solid #daa520;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 485px;
  min-height: 400px;
  padding: 22px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 12px #daa520;
}

.container-19.diamond {
  border-color: #00d0fe;
  box-shadow: 0 2px 12px #00d0fe;
}

.logo {
  margin-bottom: 247px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-5 {
  color: #00d9b3;
}

.image-55 {
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}

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

.section-4.module-bg {
  color: #fff;
  background-color: #010101;
  background-image: url('../images/bg06.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-4.module-bg._2 {
  background-image: linear-gradient(#fff0, #000 99%), url('../images/bg06.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.section-4.bg-4 {
  color: #fff;
  background-image: url('../images/bg-3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.highlight {
  color: #00cdaa;
  font-weight: 600;
}

.headline-h2-2 {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
}

.headline-h2-2.upcase {
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.headline-h2-2.upcase.highlight {
  font-weight: 700;
}

.headline-h2-2.upcase {
  text-transform: uppercase;
}

.headline-h2-2.upcase.highlight {
  text-align: left;
  text-transform: none;
  font-weight: 700;
}

.bold-text-6 {
  color: #00f5cb;
}

.list-4 {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  list-style-type: none;
}

.header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #00cfad;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  margin-bottom: 19px;
  padding: 15px;
  font-weight: 700;
  display: flex;
}

.text-body-5 {
  flex: 1;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.text-body-5.title {
  margin-bottom: 0;
  font-size: 17px;
}

.text-body-5.title._1 {
  font-size: 22px;
}

.box-program {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.container-full {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1050px;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.list-item-4 {
  background-image: url('../images/new-moon_1new-moon.png');
  background-position: 10px 4px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-bottom: 11px;
  padding-left: 30px;
  list-style-type: none;
}

.headline-h3 {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 27px;
}

.image-59 {
  width: 126%;
  max-width: 126%;
  overflow: visible;
}

.headline-h3-2 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1em;
}

.bold-text-7 {
  color: #03d1ad;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
}

.mockup {
  width: 100%;
}

.mockup.principal {
  width: 122%;
  max-width: 122%;
  overflow: visible;
}

.mockup.box {
  margin-top: -30px;
  margin-bottom: -71px;
}

.mockup.box-2 {
  margin-top: -66px;
  margin-bottom: -13px;
}

.text-span-7 {
  color: #36ffdd;
  text-transform: uppercase;
}

.columns-10 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-10.revers {
  flex-flow: row-reverse;
}

.text-body-6 {
  flex: 1;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.column-10 {
  text-align: left;
  border-left: 1px solid #0ba0846b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-10.revers {
  border-left-style: none;
  border-right: 1px solid #0ba0846b;
  display: block;
}

.module-box {
  background-image: linear-gradient(128deg, #106c5d, #ffffff08);
  border: 1px solid #0ba084;
  border-radius: 15px;
  margin-top: 55px;
  padding: 15px;
}

.module-box.revers {
  background-image: linear-gradient(317deg, #106c5d, #ffffff08);
}

.headline-h3-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}

.headline-h3-3.left {
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1em;
}

.back-to-top {
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px 5px;
  display: flex;
}

.text-body-8 {
  flex: 1;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.image-61 {
  margin-top: -12px;
  margin-left: 5px;
}

.logo-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-3 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.formwrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form-block-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff24;
  border-radius: 5px;
  margin-top: 5px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.input-field.atual {
  color: #000;
  background-color: #fff;
  border: 1px solid #353535;
  width: 100%;
  margin-bottom: 15px;
}

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

.headline-h3-4 {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}

.div-block-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #25747a52;
  border: 1px solid #ffffff0d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  height: 180px;
  padding: 23px 19px 6px;
  display: flex;
}

.text-block-36 {
  color: #adadad;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 17px;
}

.section-5 {
  padding: 52px 15px;
}

.section-5.bg03 {
  color: #fff;
  background-image: url('../images/bg03.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #5bebd440;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.div-block-28.bg-black {
  border: 1px solid #5f5f5f;
}

.heading-19 {
  max-width: 619px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.container-21 {
  max-width: 1200px;
  margin-top: 20px;
}

.image-63 {
  width: 34px;
}

.image-64 {
  width: 20px;
}

.container-22 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-37 {
  color: #5c5c5c;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-37.white {
  color: #fff;
}

.text-block-38 {
  color: #adadad;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.text-block-39 {
  color: #fff;
  margin-bottom: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 21px;
}

.container-23 {
  max-width: 1100px;
  margin-top: 92px;
  margin-bottom: 70px;
}

.column-12 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.columns-11 {
  color: #adadad;
}

.columns-12 {
  background-color: #0f0f0f6e;
  background-image: linear-gradient(45deg, #2b2b2b85, #0000 42%);
  border: 1px solid #464646;
  border-radius: 10px;
  padding: 24px 17px 24px 46px;
}

.list-item-5 {
  background-image: url('../images/check_1check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 36px;
}

.text-block-41 {
  color: #d8d8d8;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 17px;
}

.container-24 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 31px;
  display: flex;
}

.heading-21 {
  max-width: 680px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.div-block-29 {
  background-image: url('../images/image-evento.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35.25%;
}

.container-25 {
  max-width: 1100px;
}

.heading-22 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.div-block-30 {
  padding: 4px;
}

.section-6 {
  padding: 52px 15px;
}

.section-6.convidados {
  color: #fff;
  background-image: url('../images/bg.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: -72px;
}

.heading-23 {
  max-width: 670px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.div-block-31 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #5bebd440;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.div-block-31.bg-black {
  border: 1px solid #5f5f5f;
}

.container-26 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.bold-text-8 {
  color: #00f8cd;
}

.image-66 {
  margin-top: 46px;
}

.image-67 {
  width: 20px;
}

.section-7 {
  padding: 52px 15px;
}

.section-7.obj {
  color: #fff;
  background-color: #000;
  background-image: url('../images/obj.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  font-family: IBM Plex Sans, sans-serif;
}

.div-block-32 {
  padding: 26px 17px;
}

.heading-24 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.container-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.columns-13 {
  background-image: url('../images/bg-mentores.png');
  background-position: 50% 0;
  background-size: 100% 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.columns-13.invert {
  flex-flow: row-reverse;
}

.image-68 {
  border-radius: 9px;
  margin-top: -40px;
  margin-bottom: -40px;
}

.bold-text-9 {
  color: #00f8cd;
}

.text-block-43 {
  font-size: 19px;
  line-height: 27px;
}

.columns-14 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-13 {
  color: #fff;
  background-image: url('../images/bg-bloco.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-8 {
  padding: 52px 15px;
}

.section-8._1 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.div-block-33 {
  padding: 36px 14px;
}

.heading-25 {
  max-width: 500px;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
}

.text-block-44 {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
}

.bold-text-10 {
  color: #00d3ae;
}

.container-28 {
  max-width: 1200px;
}

.column-15 {
  text-align: left;
}

.columns-15 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.columns-16 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-16 {
  text-align: left;
}

.text-span-8 {
  font-size: 29px;
}

.image-72 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  width: 170px;
}

.columns-17 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-29._2 {
  max-width: 866px;
}

.swiper-slide {
  padding: 18px 10px;
}

.swiper-slide._1 {
  padding: 0;
}

.contained {
  background-color: #e3e3e3;
  border-radius: 20px;
  width: 252px;
  height: 100%;
}

.contained.white {
  color: #070529;
  background-color: #fff;
}

.contained.green {
  color: #070529;
  background-color: #00c6a9;
}

.image-73 {
  width: 100%;
}

.div-block-34 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 170px;
  padding: 20px 12px;
  display: flex;
}

.text-block-45 {
  margin-bottom: 9px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-46 {
  margin-bottom: 23px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.div-block-35 {
  color: #fff;
  background-color: #020025;
  border-radius: 20px;
  padding: 7px 10px;
}

.text-block-47 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.swiper-pagination {
  margin-top: 12px;
}

.div-block-36 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-48 {
  color: #777;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
  padding: 16px 17px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s, box-shadow .2s;
}

.text-block-48:hover {
  color: #626262;
  box-shadow: 0 2px 5px #0003;
}

.text-block-48:active {
  color: #fff;
  background-color: #39d3bc;
}

.text-block-48.active_slide {
  color: #fff;
  background-color: #39d3bc;
  box-shadow: 0 2px 7px #0003;
}

.div-block-37 {
  width: 100%;
  padding: 4px;
}

.image-74 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.container-30 {
  max-width: 1110px;
}

@media screen and (min-width: 1280px) {
  .input-field.atual {
    background-color: #fff;
    border-color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .section.bg01 {
    background-color: #000;
    background-size: contain;
  }

  .section.convidados {
    padding-bottom: 0;
  }

  .div-block-29 {
    max-width: 1300px;
    padding-bottom: 17.25%;
  }

  .section-6.convidados {
    padding-bottom: 0;
  }

  .section-7.obj {
    padding-top: 81px;
  }
}

@media screen and (max-width: 767px) {
  .form-block-2 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.bg01 {
    background-color: #000;
    min-height: 65vh;
    padding-top: 19px;
  }

  .section.bg02 {
    background-image: url('../images/bg02.png'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    padding-top: 29px;
    padding-bottom: 0;
  }

  .section.bg02._1 {
    padding-bottom: 40px;
  }

  .section.bg02.center {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section.convidados {
    margin-top: 0;
  }

  .container {
    text-align: left;
  }

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

  .link-block.centered._1.animation-cta {
    margin-top: 40px;
  }

  .container-2 {
    margin-bottom: 2px;
  }

  .div-block-2, .div-block-2.invert {
    flex-flow: column;
  }

  .div-block-3 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    margin-top: -15px;
    margin-left: 0;
    padding-top: 38px;
    padding-bottom: 28px;
  }

  .div-block-3.invert {
    margin-right: 0;
  }

  .text-block {
    margin-bottom: -10px;
  }

  .div-block-5 {
    padding: 21px 26px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

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

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-11 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .div-block-14 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .div-block-15 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 29px;
  }

  .text-block-14 {
    font-size: 21px;
  }

  .text-block-15 {
    font-size: 21px;
    line-height: 24px;
  }

  .text-block-15._1 {
    font-size: 19px;
    line-height: 21px;
  }

  .heading-3 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 29px;
    line-height: 33px;
  }

  .heading-4 {
    font-size: 23px;
    line-height: 29px;
  }

  .image-7 {
    z-index: 2;
    margin-bottom: -8px;
    position: relative;
  }

  .text-block-16 {
    font-size: 17px;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-8 {
    font-size: 25px;
    line-height: 29px;
  }

  .heading-8.contained {
    font-size: 19px;
    line-height: 23px;
  }

  .heading-8.contained._1 {
    font-size: 18px;
  }

  .heading-10 {
    font-size: 27px;
    line-height: 33px;
  }

  .text-block-25 {
    color: #f3eded;
  }

  .image-15 {
    margin-bottom: 3px;
  }

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

  .div-block-21 {
    text-align: center;
  }

  .heading-17 {
    font-size: 28px;
    line-height: 29px;
  }

  .submit-button {
    text-align: center;
    font-size: 22px;
  }

  .text-field {
    font-size: 18px;
  }

  .heading-18 {
    font-size: 28px;
    line-height: 29px;
  }

  .logo {
    max-width: 50%;
    margin-bottom: 182px;
  }

  .section-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-4.module-bg {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section-4.bg-4, .container-20 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .headline-h2-2 {
    font-size: 24px;
  }

  .headline-h2-2.upcase {
    font-size: 22px;
  }

  .header {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-full {
    padding-left: 0;
    padding-right: 0;
  }

  .headline-h3 {
    margin-top: -1px;
    font-size: 20px;
  }

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

  .image-59 {
    max-width: 100%;
  }

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

  .bold-text-7 {
    font-size: 31px;
  }

  .mockup.principal {
    max-width: 100%;
  }

  .mockup.box {
    margin-bottom: 0;
  }

  .mockup.box-2 {
    margin-bottom: 15px;
  }

  .columns-10, .columns-10.revers {
    flex-flow: column;
  }

  .column-10 {
    border-left-style: none;
  }

  .column-10.revers {
    border-right-style: none;
  }

  .headline-h3-3 {
    font-size: 20px;
  }

  .headline-h3-3.left {
    font-size: 22px;
  }

  .logo-2 {
    margin-bottom: 14px;
  }

  .formwrapper-2 {
    grid-row-gap: 5px;
    margin-bottom: 10px;
    display: block;
  }

  .form-block-2 {
    margin-top: 3px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .input-field.atual {
    margin-bottom: 9px;
    font-size: 17px;
  }

  .headline-h3-4 {
    font-size: 20px;
  }

  .image-62 {
    max-width: 60%;
  }

  .div-block-27 {
    background-color: #1e676d52;
    height: 154px;
    margin-bottom: 28px;
  }

  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-5.bg03 {
    background-color: #000;
    background-size: 100%;
  }

  .heading-19 {
    font-size: 26px;
    line-height: 31px;
  }

  .heading-20 {
    font-size: 29px;
    line-height: 33px;
  }

  .column-12 {
    margin-bottom: 31px;
  }

  .columns-12 {
    padding-left: 17px;
  }

  .heading-21 {
    font-size: 27px;
    line-height: 34px;
  }

  .div-block-29 {
    background-size: cover;
    padding-bottom: 63.25%;
  }

  .heading-22 {
    font-size: 30px;
    line-height: 34px;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-6.convidados {
    margin-top: 0;
  }

  .heading-23 {
    font-size: 29px;
    line-height: 37px;
  }

  .container-26 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-66 {
    margin-top: -2px;
  }

  .section-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .columns-13 {
    background-size: cover;
    border-radius: 7px;
    flex-flow: column-reverse;
  }

  .columns-13.invert {
    border-radius: 13px;
    flex-flow: column-reverse;
    margin-bottom: 39px;
  }

  .text-block-43 {
    font-size: 18px;
  }

  .columns-14 {
    flex-flow: column;
  }

  .section-8 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-70 {
    z-index: 2;
    max-width: 61%;
    margin-bottom: -26px;
    position: relative;
  }

  .heading-25 {
    font-size: 26px;
    line-height: 30px;
  }

  .column-14 {
    text-align: center;
  }

  .columns-15, .columns-16 {
    flex-flow: row-reverse wrap-reverse;
  }

  .text-span-8 {
    font-size: 19px;
  }

  .image-72 {
    width: 101px;
  }

  .columns-17 {
    flex-flow: row-reverse wrap-reverse;
  }

  .column-17, .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-11 {
    font-size: 21px;
  }

  .contained {
    width: 270px;
  }

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

  .text-block-45 {
    margin-bottom: 3px;
    font-size: 20px;
  }

  .text-block-46 {
    margin-bottom: 13px;
    font-size: 13px;
  }

  .text-block-47 {
    font-size: 13px;
  }

  .columns-18 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    margin-top: -15px;
    display: flex;
  }
}

#w-node-_511dbdb4-5368-6fa1-be24-d6a1cd49450b-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd49450d-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd49450f-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd494511-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd494513-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd494515-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd494517-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd494519-05bd99b2, #w-node-_511dbdb4-5368-6fa1-be24-d6a1cd49451b-05bd99b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}