:root {
  --medium-spring-green: #0f9;
  --midnight-blue: #110129;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.container {
  text-align: center;
}

.container-center {
  text-align: center;
  max-width: 940px;
}

.heading-titulo {
  color: #fff;
  max-width: 780px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.body {
  font-family: Exo, sans-serif;
}

.topo-verde {
  background-color: var(--medium-spring-green);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topo-verde.branco {
  background-color: #ff4315;
}

.teste {
  background-color: var(--medium-spring-green);
  max-width: 450px;
  height: 160px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.sessao-topo {
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle at 50% 0, #ffffff3d, #110129cf 47%);
  background-position: 0 0;
  padding-top: 50px;
  padding-bottom: 20px;
}

.text-block {
  width: 400px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.texto-padrao {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.texto-padrao.branco {
  color: #fff;
}

.texto-padrao.sub-titulo {
  color: var(--medium-spring-green);
  max-width: 920px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
}

.texto-padrao.sub-titulo.maior {
  max-width: 510px;
  font-size: 20px;
}

.texto-padrao.destaque {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0f9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 53px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.texto-padrao.destaque._002 {
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-style: normal;
}

.texto-padrao.white {
  color: #fff;
  line-height: 28px;
}

.texto-padrao.white.center {
  text-align: center;
}

.texto-padrao.sub-titulo-copy {
  color: var(--midnight-blue);
  max-width: 870px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.texto-padrao.sub-titulo-copy.maior {
  max-width: 510px;
  font-size: 20px;
}

.texto-padrao.topo {
  padding-top: 40px;
}

.sessao-cor {
  background-color: #110129;
  background-image: linear-gradient(#11012980, #11012980);
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 30px;
  padding-bottom: 30px;
}

.botao {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ff4315;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 41px;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.container-branco {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco.base-maior {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco.topo {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.container-branco.base-maior {
  padding-bottom: 30px;
}

.text-span {
  text-decoration: underline;
}

.plataforma {
  text-align: center;
  max-width: 1030px;
  margin: 15px auto;
  padding: 0;
}

.programa-2 {
  max-width: 140px;
  margin: 5px 5px 10px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image {
  max-width: 100%;
  margin: 40px auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image.mob {
  max-width: 81%;
}

.image.grafico {
  margin-top: 40px;
  margin-bottom: 70px;
}

.titulo-verde {
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.titulo-verde._002 {
  line-height: 49px;
}

.titulo {
  text-align: left;
  font-size: 35px;
  line-height: 46px;
}

.titulo.menor {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 45px;
}

.titulo.menor._002 {
  line-height: 12px;
}

.titulo.menor.horizontal {
  text-align: left;
  max-width: 660px;
  margin: 10px 0;
}

.titulo.center {
  text-align: center;
  margin-top: 60px;
}

.container-4 {
  background-color: #000;
}

.image-placas-premio {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.image-3 {
  margin-bottom: -269px;
  position: relative;
}

.container-5 {
  background-color: #fff;
  padding-top: 20px;
}

.container-escuro {
  background-color: var(--midnight-blue);
  text-align: center;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-escuro.base-maior {
  padding-bottom: 30px;
}

.container-escuro.left {
  text-align: left;
  padding: 0 90px 20px;
}

.container-escuro.left.basemenor {
  padding: 0;
}

.text-span-2 {
  color: var(--medium-spring-green);
  line-height: 60px;
}

.container-principal {
  background-color: #fff;
  padding: 50px 75px;
}

.container-principal.vini {
  background-image: url('../images/bg-vini.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-left: 70px;
  padding-right: 70px;
}

.container-principal.basecurta {
  background-color: #fff;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.container-principal.topocurto {
  background-color: #fff;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.heading-titulos {
  text-align: left;
  letter-spacing: -1px;
  border-left: 4px solid #0f4;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 40px;
  line-height: 44px;
}

.heading-titulos.alert {
  color: var(--midnight-blue);
  text-align: center;
  border-left-style: none;
  margin-top: 5px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.heading-titulos.basecurta {
  margin-bottom: 20px;
}

.heading-titulos.alert {
  color: #110129;
  text-align: center;
  border-left-style: none;
  margin-top: 5px;
  padding-left: 0;
}

.columns-bullets {
  margin-top: 0;
}

.columns-bullets.topo {
  margin-top: 40px;
}

.image-bullet {
  max-width: 30px;
}

.paragrafo-padrao {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 25px;
}

.paragrafo-padrao.bullet {
  margin-top: 0;
  margin-left: -28px;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragrafo-padrao.center {
  text-align: center;
}

.paragrafo-padrao.center.zero {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.columns {
  margin-bottom: 10px;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon {
  max-width: 65px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-3 {
  color: #fff;
  font-weight: 400;
  line-height: 31px;
}

.text-span-3._002 {
  font-family: Lato, sans-serif;
  line-height: 35px;
}

.bold-text {
  line-height: 47px;
}

.bold-text-2 {
  color: var(--medium-spring-green);
  font-weight: 600;
}

.pre-botao {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

.pre-botao.branco {
  color: #fff;
}

.pre-botao.sub-titulo {
  color: #fff;
  max-width: 920px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}

.pre-botao.sub-titulo.maior {
  max-width: 550px;
  font-size: 20px;
}

.pre-botao.destaque {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0f9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 72px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.pre-botao.destaque._002 {
  padding-left: 55px;
  padding-right: 55px;
}

.pre-botao.white {
  color: #fff;
}

.pre-botao.white.center {
  text-align: center;
}

.pre-botao.black {
  color: #110129;
}

.texto-legal {
  color: #000000c7;
  text-align: center;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.texto-legal.black {
  color: var(--midnight-blue);
}

.texto-legal.preto {
  color: #000000c2;
}

.text-span-9 {
  color: #fff;
  font-style: normal;
}

.text-span-10 {
  text-decoration: underline;
}

.image-15 {
  max-width: 80%;
}

.text-span-6 {
  background-color: var(--medium-spring-green);
}

.image-16 {
  max-width: 80%;
}

.columns-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columns-3 {
  text-align: left;
}

.column {
  background-color: #fff;
  padding: 20px 25px;
}

.image-20 {
  display: none;
}

.container-6 {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-27 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-11 {
  border-radius: 20px;
  max-width: 890px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block {
  margin-top: 91px;
}

.button {
  text-align: center;
  background-color: #ff5e00;
  background-image: linear-gradient(#ff5e00 71%, #f80);
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.image-2-copy {
  max-width: 70px;
  margin: 20px auto -68px;
  display: block;
}

.image-2-copy._002 {
  margin-bottom: -18px;
}

.image-2-copy._002.topo {
  width: 70px;
  height: 70px;
  max-height: 70px;
  margin-top: 10px;
  margin-bottom: 0;
}

.column-2 {
  padding-left: 72px;
}

.according-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}

.according-item-2 {
  background-color: #0000;
  border: 1px #ff1a63;
  border-bottom-color: #d3d3d361;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.according-item-trigger {
  border-left: 3px solid var(--medium-spring-green);
  color: #5f5f5f;
  cursor: pointer;
  padding-left: 15px;
  font-size: 12px;
}

.heading-24534664 {
  color: #fff;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.down-arrow-2 {
  float: right;
  filter: brightness(200%);
  text-align: right;
  object-fit: contain;
  margin-top: -25px;
  display: block;
  position: static;
}

.according-item-content-2 {
  overflow: hidden;
}

.paragraph-25 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.image-21 {
  max-width: 370px;
  margin-bottom: 40px;
}

.image-21.topo {
  width: 300px;
  max-width: 300px;
  height: 90px;
  margin-bottom: 0;
}

.text-span-11 {
  font-size: 28px;
  font-weight: 500;
}

.text-block-2 {
  color: #ffffffd6;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 17px;
}

.link-4 {
  color: #d3d3d3;
}

.image-210 {
  max-width: 250px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-13 {
  text-decoration: underline;
}

.image-211 {
  width: 482px;
  max-width: 70%;
  height: 426.922px;
  margin: 40px auto;
  display: block;
}

.heading-titulo-prov1 {
  color: #fff;
  max-width: 650px;
  margin: 34px auto 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading-titulo-prov1.maislargo {
  max-width: 710px;
  margin-top: 0;
}

.heading-titulo-prov2 {
  color: var(--medium-spring-green);
  text-transform: none;
  max-width: 750px;
  margin: 10px auto 5px;
  font-family: Lato, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 55px;
}

.bold-text-3 {
  background-color: var(--medium-spring-green);
}

.text-span-14 {
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  font-weight: 600;
}

.bold-text-4 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
}

.image-212 {
  border-radius: 20px;
  width: 760px;
  height: 439.063px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 6px 8px 20px 3px #00000040;
}

.containercarrossel {
  display: flex;
  overflow: hidden;
}

.logocontainer {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #0000;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 3000px;
  min-width: 2100px;
  max-width: 3000px;
  margin-bottom: 0;
  padding: 30px 0 30px 10px;
  display: flex;
  overflow: clip;
}

.photocarrossel {
  border-radius: 20px;
  width: 315px;
  max-width: 315px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-22 {
  color: #fff;
  background-color: #f5f5f5;
  border-radius: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-32 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0 0 40px;
}

.cell-39 {
  text-align: center;
  background-color: #110129;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.image-127 {
  text-align: center;
  width: 40px;
  height: 40px;
}

.paragraph-34316 {
  color: #fff;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.italic-text-2 {
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 33px;
  line-height: 50px;
}

.container-branco-copy.base-maior {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 50px;
  padding-bottom: 10px;
}

.container-branco-copy.topo {
  border-radius: 20px 20px 0 0;
  padding-top: 0;
}

.icon-7 {
  margin-right: 0;
}

.cell-40-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 40px;
}

.section-59 {
  background-color: #303030;
  border-radius: 20px 20px 0 0;
}

.quick-stack-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 40px;
  padding: 0 0 40px;
  box-shadow: 7px 8px 12px 3px #0000000f;
}

.image-99 {
  border-radius: 20px;
}

.slider-7 {
  background-color: #ddd0;
  border-radius: 20px;
  width: 450px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.cell-41 {
  padding-top: 20px;
}

.container-39 {
  max-width: 60%;
}

.section-para-quem {
  background-color: #000;
  border-radius: 20px;
}

.paragraph-34319 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.heading-24534694 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.section-39 {
  background-color: #ededed;
  border-radius: 20px;
  margin-bottom: 20px;
}

.paragraph-34318 {
  text-align: justify;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.paragraph-34319-copy-copy {
  color: #110129;
  text-align: center;
  letter-spacing: 8px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-34320 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-2-copy {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  background-image: linear-gradient(#eeec32, #1ed94f);
  border-radius: 50px;
  max-width: 350px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 30px;
  display: block;
  box-shadow: 0 10px 20px -13px #0000009c;
}

.button-2-copy:hover {
  text-decoration: none;
}

.image-105, .image-97, .image-104 {
  border-radius: 20px;
}

.slide-nav-3 {
  padding-bottom: 44px;
  display: block;
}

.image-101, .image-93 {
  border-radius: 20px;
}

.icon-6 {
  margin-left: 0;
}

.container-38 {
  justify-content: center;
  align-items: center;
  width: 975.594px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.slide-12, .image-106, .image-98, .image-96 {
  border-radius: 20px;
}

.titulo2 {
  color: #fff;
  text-align: left;
  max-width: 40%;
  margin: 20px auto;
  padding-left: 0;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.cell-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 30px;
}

.container-20 {
  width: 80%;
  max-width: 80%;
  padding-top: 20px;
}

.paragraph-34319-copy-copy-copy {
  color: #ffffff9e;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.section-60 {
  background-color: #ededed;
  border-radius: 20px;
}

.image-102, .image-100, .image-107 {
  border-radius: 20px;
}

.paragraph-34319-copy {
  color: #110128;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 900;
}

.image-95 {
  border-radius: 20px;
}

.image-131 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-103 {
  border-radius: 20px;
}

.section-61 {
  background-color: #0d002a;
  border-radius: 20px 20px 0 0;
  padding-top: 20px;
}

.image-213 {
  border-radius: 20px;
}

.cell-42 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.container-40 {
  max-width: 60%;
}

.paragraph-34321 {
  color: #110129;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
}

.paragraph-34322 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.image-214, .image-215, .image-216, .image-217 {
  border-radius: 20px;
}

.icon-8 {
  margin-left: 0;
}

.container-41 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.section-62 {
  background-color: #ededed;
  border-radius: 20px;
}

.image-218 {
  width: 450px;
  height: 260.917px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-44 {
  background-color: #ffffff1a;
  border-radius: 20px;
  width: 750px;
  max-width: 750px;
  height: 270px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 28px;
}

.paragraph-34323 {
  color: #000;
  text-align: center;
  width: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-70 {
  background-image: linear-gradient(135deg, #00ff9973, #110129 31%), url('../images/progress-bar.gif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 30px;
  margin: 20px auto auto;
  padding-top: 0;
  display: block;
}

.paragraph-34317-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.paragraph-34324 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.button-2-copy23 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  background-image: linear-gradient(#ff4315, #fd7a5a);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 550px;
  max-width: 550px;
  height: 70px;
  max-height: 350px;
  margin: 0 auto;
  padding: 0 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  box-shadow: 0 10px 20px -13px #0000009c;
}

.button-2-copy23:hover {
  text-decoration: none;
}

.quick-stack-33 {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.cell-43 {
  background-color: #ededed;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.cell-44 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.bold-text-5 {
  font-family: Lato, sans-serif;
}

.image-219 {
  width: 200px;
  height: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-branco-copy2 {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy2.base-maior {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy2.topo {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.container-branco-copy34234 {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy34234.base-maior {
  background-color: #ededed;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy34234.topo {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.container-branco-cogfdgpy {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-cogfdgpy.base-maior {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-cogfdgpy.topo {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.bold-text-6 {
  text-align: left;
}

.column-copy {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 25px;
}

.quick-stack-19 {
  padding: 0;
}

.cell-30 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #0000004a;
  background-color: #00000014;
  border-radius: 15px;
}

.paragraph-34288 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.titulo-verde-cop2y {
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.titulo-verde-cop2y._002 {
  line-height: 49px;
}

.titulo-66copy {
  text-align: left;
  font-size: 35px;
  line-height: 46px;
}

.titulo-66copy.menor {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 45px;
}

.titulo-66copy.menor._002 {
  line-height: 12px;
}

.titulo-66copy.menor.horizontal {
  text-align: center;
  max-width: 470px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-66copy.center {
  text-align: center;
  margin-top: 60px;
}

.container-branco-copy34234-copy {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy34234-copy.base-maior {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy34234-copy.topo {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.text-span-15 {
  color: #110129;
  background-color: #0f9;
  font-weight: 900;
}

.text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  font-weight: 700;
}

.titulo-cxczxcopy {
  text-align: center;
  font-size: 35px;
  line-height: 46px;
}

.titulo-cxczxcopy.menor {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 45px;
}

.titulo-cxczxcopy.menor._002 {
  line-height: 12px;
}

.titulo-cxczxcopy.menor.horizontal {
  text-align: center;
  max-width: 470px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.titulo-cxczxcopy.center {
  text-align: center;
  margin-top: 60px;
}

.titulo-verde-cop2y-copy {
  background-color: var(--medium-spring-green);
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.titulo-verde-cop2y-copy._002 {
  line-height: 49px;
}

.link-5, .link-6 {
  color: #ffffffd6;
}

.container-branco-copy980890 {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy980890.base-maior {
  background-color: #ededed;
  background-image: url('../images/bg-vini.webp');
  background-position: 35% 15%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy980890.topo {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.cell-45 {
  background-color: #ededed;
  border-radius: 20px;
  padding: 40px;
}

.quick-stack-34 {
  padding: 0;
}

.quick-stack-18 {
  margin-bottom: 4px;
  padding: 40px 0;
}

.heading-24534687 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.text-span-7530 {
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-34287 {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.cell-46 {
  background-color: #ededed;
  border-radius: 20px;
  padding: 40px;
}

.heading-titulo-prov1-copy {
  color: #fff;
  max-width: 570px;
  margin: 34px auto 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-titulo-prov1-copy.maislargo {
  color: #0f9;
  letter-spacing: 0;
  max-width: 710px;
  margin-top: 0;
  padding-top: 14px;
  font-size: 24px;
}

.container-escuro-copy {
  background-color: var(--midnight-blue);
  text-align: center;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-escuro-copy.base-maior {
  padding-bottom: 30px;
}

.container-escuro-copy.left {
  text-align: left;
  padding: 0 90px;
}

.container-escuro-copy.left.basemenor {
  padding: 0;
}

.titulo-verde-2 {
  color: #110129;
  background-color: #0f9;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.titulo-verde-2._002 {
  line-height: 49px;
}

.columns-4 {
  margin-bottom: 60px;
}

.text-span-7531 {
  color: #fff;
  font-style: normal;
}

.texto-padrao-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.texto-padrao-2.white {
  color: #fff;
  margin-bottom: 52px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.texto-legal-2 {
  color: #ffffffc7;
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}

.container-escuro-2 {
  text-align: center;
  background-color: #110129;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-escuro-2.left {
  text-align: left;
  padding-bottom: 30px;
}

.titulo-2 {
  font-size: 35px;
  line-height: 53px;
}

.titulo-2.menor {
  color: #110129;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 45px;
}

.titulo-2.menor.horizontal {
  max-width: 470px;
}

.titulo-2.menor._002 {
  font-family: Lato, sans-serif;
  line-height: 12px;
}

.bold-text-8 {
  color: #0f9;
  font-weight: 600;
}

.div-block-71 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-7532 {
  text-decoration: underline;
}

.text-span-7533 {
  color: #0f9;
}

.text-span-7534 {
  font-weight: 900;
}

.heading-24534695 {
  color: var(--medium-spring-green);
  font-family: Lato, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.topo-verde-copy {
  background-color: var(--medium-spring-green);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topo-verde-copy.branco {
  background-color: #fff;
}

.text-span-7535 {
  color: #fff;
}

.text-span-7536 {
  font-weight: 900;
}

.text-span-7537 {
  color: #0f9;
  font-size: 26px;
  font-weight: 900;
}

.cell-40-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #0f9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px 40px;
}

.container-escuro-copy-copy {
  background-color: var(--midnight-blue);
  text-align: center;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-escuro-copy-copy.base-maior {
  padding-bottom: 30px;
}

.container-escuro-copy-copy.left {
  text-align: left;
  padding: 0 90px;
}

.container-escuro-copy-copy.left.basemenor {
  padding: 0;
}

.container-branco-copy {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy.base-maior {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy.topo {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.paragraph-34323-copy {
  color: #000;
  text-align: center;
  width: 500px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
}

.paragraph-34325 {
  text-align: center;
}

.container-branco-copy2-copy {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy2-copy.base-maior {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy2-copy.topo {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.titulo-verde-3 {
  color: #110129;
  background-color: #0f9;
  font-family: Lato, sans-serif;
  font-weight: 600;
}

.text-span-7539 {
  color: #fff;
  font-style: normal;
}

.texto-padrao-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.texto-legal-3 {
  color: #ffffffc7;
  text-align: center;
  margin-top: 15px;
  font-style: italic;
}

.texto-legal-3.black {
  color: #110129;
}

.titulo-3 {
  font-size: 35px;
  line-height: 53px;
}

.text-span-7540 {
  text-decoration: underline;
}

.text-span-7541 {
  background-color: #0f9;
}

.text-span-7542, .text-span-7543, .text-span-7544, .text-span-7545, .text-span-7546 {
  font-weight: 700;
}

.slider-6 {
  display: none;
}

.div-block-45 {
  text-align: center;
  background-color: #0008ff00;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px 0 40px;
}

.image-4 {
  z-index: 1000;
  border-radius: 16px;
  max-width: 50%;
  margin-left: 0;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  box-shadow: 11px 11px 10px -7px #0003;
}

.image-5 {
  z-index: 1000;
  text-align: right;
  border-radius: 16px;
  max-width: 50%;
  margin-top: 0;
  position: relative;
  box-shadow: 11px 11px 10px -7px #0003;
}

.container-branco-copy-copy.base-maior {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy-copy.topo {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.container-branco-copy-copy {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy-copy.base-maior {
  background-color: #ededed;
  border-radius: 20px 20px 0 0;
  padding-top: 50px;
  padding-bottom: 10px;
}

.container-branco-copy-copy.topo {
  border-radius: 20px 20px 0 0;
  padding-top: 0;
}

.container-branco-copy-copy-copy {
  background-color: #fff;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
}

.container-branco-copy-copy-copy.base-maior {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-branco-copy-copy-copy.topo {
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding-top: 10px;
}

.container-45 {
  background-color: #110129;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-41-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.slider-7-copy {
  background-color: #ddd0;
  border-radius: 20px;
  width: 450px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}

.titulo2-copy {
  color: #fff;
  text-align: left;
  max-width: 40%;
  margin: 20px auto;
  padding-left: 0;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.image-217-copy, .image-216-copy, .image-216-copy, .image-215-copy, .image-216-copy, .image-213-copy, .image-216-copy, .image-216-copy, .image-216-copy, .image-216-copy, .image-216-copy, .image-214-copy, .image-216-copy, .image-216-copy {
  border-radius: 20px;
}

.texto-padrao-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.texto-padrao-copy.branco {
  color: #fff;
}

.texto-padrao-copy.sub-titulo {
  color: var(--medium-spring-green);
  max-width: 920px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
}

.texto-padrao-copy.sub-titulo.maior {
  max-width: 510px;
  font-size: 20px;
}

.texto-padrao-copy.destaque {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0f9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 53px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.texto-padrao-copy.destaque._002 {
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-style: normal;
}

.texto-padrao-copy.white {
  color: #fff;
  line-height: 28px;
}

.texto-padrao-copy.white.center {
  text-align: center;
}

.texto-padrao-copy.sub-titulo-copy {
  color: var(--midnight-blue);
  max-width: 870px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.texto-padrao-copy.sub-titulo-copy.maior {
  max-width: 510px;
  font-size: 20px;
}

.texto-padrao-copy.topo {
  padding-top: 40px;
}

.bold-text-9 {
  text-align: center;
  font-size: 35px;
  line-height: 44px;
}

.texto-padrsdasdao-copy {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
}

.texto-padrsdasdao-copy.branco {
  color: #fff;
}

.texto-padrsdasdao-copy.sub-titulo {
  color: var(--medium-spring-green);
  max-width: 920px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 0;
  font-size: 14px;
}

.texto-padrsdasdao-copy.sub-titulo.maior {
  max-width: 510px;
  font-size: 20px;
}

.texto-padrsdasdao-copy.destaque {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #0f9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 53px;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}

.texto-padrsdasdao-copy.destaque._002 {
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-style: normal;
}

.texto-padrsdasdao-copy.white {
  color: #fff;
  line-height: 28px;
}

.texto-padrsdasdao-copy.white.center {
  text-align: center;
}

.texto-padrsdasdao-copy.sub-titulo-copy {
  color: var(--midnight-blue);
  max-width: 870px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.texto-padrsdasdao-copy.sub-titulo-copy.maior {
  max-width: 510px;
  font-size: 20px;
}

.texto-padrsdasdao-copy.topo {
  padding-top: 40px;
}

.text-span-7547 {
  background-color: #0f9;
}

.paragraph-34326 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.text-span-7550 {
  background-color: #0f9;
  font-weight: 900;
}

.text-span-7551, .text-span-7553 {
  font-weight: 700;
}

.cell-47 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.cell-48 {
  justify-content: center;
  align-items: center;
}

.quick-stack-35 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  padding: 10px 60px;
}

.paragraph-34317-copy-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.div-block-70-topo {
  background-image: linear-gradient(135deg, #0f9c 71%, #110129 98%), url('../images/progress-bar.gif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 30px;
  margin: auto;
  display: flex;
}

.html-embed-7 {
  text-align: left;
  border-radius: 10px;
  margin-top: 10px;
}

.div-block-70-corpo {
  background-image: linear-gradient(135deg, #0f9c 67%, #110129), url('../images/progress-bar.gif');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 30px;
  margin: 15px auto 20px;
  display: flex;
}

.text-span-7554 {
  background-color: #0f9;
  font-weight: 700;
}

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

.text-span-7556 {
  font-weight: 900;
}

@media screen and (min-width: 1280px) {
  .container-branco.base-maior {
    padding-top: 40px;
  }

  .plataforma {
    padding-bottom: 20px;
  }

  .heading-24534664 {
    font-weight: 900;
  }

  .paragraph-25 {
    font-weight: 400;
  }

  .text-block-2 {
    color: #ffffffd6;
  }

  .heading-titulo-prov1 {
    max-width: 700px;
    font-size: 27px;
    line-height: 35px;
  }

  .heading-titulo-prov2 {
    font-size: 51px;
  }

  .section-61 {
    padding-top: 20px;
  }

  .container-branco-copy2.base-maior {
    padding-bottom: 0;
  }

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

  .link-5, .link-6 {
    color: #fff;
  }

  .container-escuro-2.left {
    padding-top: 40px;
  }

  .text-span-7534 {
    font-weight: 900;
  }

  .container-escuro-copy-copy.left {
    border-radius: 20px 20px 0 0;
  }

  .container-branco-copy.base-maior {
    border-radius: 0 0 20px 20px;
  }

  .paragraph-34323-copy {
    width: 620px;
  }

  .text-span-7538 {
    background-color: #0f9;
  }

  .paragraph-34325 {
    text-align: center;
    margin-bottom: 38px;
    padding-top: 20px;
    font-family: Lato, sans-serif;
    font-size: 17px;
    font-weight: 700;
  }

  .container-branco-copy2-copy.base-maior {
    padding-bottom: 0;
  }

  .container-branco-copy-copy.base-maior {
    border-radius: 20px 20px 0 0;
  }

  .container-branco-copy-copy-copy.base-maior {
    border-radius: 0 0 20px 20px;
  }
}

@media screen and (max-width: 991px) {
  .section-59, .section-61 {
    border-top-right-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container-center {
    max-width: 344.8px;
    max-height: 482px;
  }

  .heading-titulo {
    font-size: 30px;
    line-height: 32px;
  }

  .body {
    background-color: #110129;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .topo-verde {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-verde.branco {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .sessao-topo {
    background-image: radial-gradient(circle at 50% 0, #ffffff47, #110129 47%);
    padding: 20px 10px;
  }

  .text-block {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .texto-padrao {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .texto-padrao.sub-titulo {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .texto-padrao.sub-titulo.maior {
    max-width: 330px;
    line-height: 24px;
  }

  .texto-padrao.destaque {
    padding-left: 18px;
    padding-right: 18px;
  }

  .texto-padrao.destaque._002 {
    font-size: 18px;
    line-height: 26px;
  }

  .texto-padrao.sub-titulo-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .texto-padrao.topo {
    text-align: center;
  }

  .texto-padrao.expert {
    margin-top: 303px;
  }

  .texto-padrao.sdvre {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sessao-cor {
    padding-top: 0;
  }

  .botao {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    line-height: 24px;
  }

  .container-branco {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco.base-maior, .container-branco.topo, .container-branco.base-maior {
    padding-left: 20px;
    padding-right: 20px;
  }

  .plataforma {
    padding: 20px 10px 0;
  }

  .programa-2 {
    max-width: 111px;
    margin: 0;
  }

  .image {
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .image.mob {
    max-width: 70%;
    margin-top: 0;
  }

  .image.grafico {
    margin-bottom: 20px;
  }

  .titulo-verde {
    background-color: var(--medium-spring-green);
    text-align: center;
    font-size: 25px;
    line-height: 33px;
  }

  .titulo-verde.branco {
    background-color: #fff;
  }

  .titulo {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
  }

  .titulo.menor {
    font-size: 27px;
    line-height: 40px;
  }

  .titulo.menor.horizontal {
    padding-left: 0;
    padding-right: 20px;
    font-size: 23px;
    line-height: 33px;
  }

  .image-placas-premio {
    margin-top: 16px;
    margin-bottom: -80px;
    display: block;
  }

  .image-3 {
    display: none;
  }

  .container-5 {
    padding-top: 0;
  }

  .container-escuro {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-escuro.left.basemenor {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2 {
    line-height: 50px;
  }

  .container-principal {
    padding: 15px 20px;
  }

  .container-principal.vini {
    background-position: 90% 0;
    padding-top: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-titulos {
    padding-left: 10px;
    font-size: 30px;
    line-height: 33px;
  }

  .heading-titulos.novini {
    border-left-color: #fff;
  }

  .heading-titulos.basecurta.topicos {
    margin-top: 10px;
  }

  .image-bullet {
    max-width: 40px;
    margin-bottom: 5px;
    margin-left: -5px;
  }

  .paragrafo-padrao {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragrafo-padrao.bullet {
    margin-left: 0;
  }

  .paragrafo-padrao.bullets {
    padding-left: 10px;
  }

  .paragrafo-padrao.center {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragrafo-padrao.center.zero {
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .paragrafo-padrao.mentor {
    margin-top: 300px;
  }

  .div-block-2 {
    margin-bottom: 15px;
  }

  .icon {
    width: 64.9861px;
    height: 64.3472px;
  }

  .texto-legal {
    margin-left: auto;
    margin-right: auto;
  }

  .image-15 {
    max-width: 80px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-16 {
    display: none;
  }

  .columns-2 {
    margin-top: 0;
  }

  .columns-3 {
    margin-bottom: 0;
  }

  .column {
    background-color: var(--medium-spring-green);
    margin-top: 0;
    margin-bottom: -293px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-20 {
    margin: 40px auto;
    display: block;
  }

  .container-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-11 {
    max-width: 300px;
    display: none;
  }

  .div-block {
    margin-top: 70px;
    margin-bottom: 40px;
  }

  .button {
    line-height: 24px;
  }

  .image-2-copy {
    max-width: 60px;
    margin-top: -10px;
    margin-bottom: -61px;
    margin-right: auto;
  }

  .image-2-copy._002.topo {
    margin-top: 0;
  }

  .column-3, .column-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .according-item-2 {
    font-size: 12px;
  }

  .according-item-trigger {
    border-left-color: var(--medium-spring-green);
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
  }

  .heading-24534664 {
    padding-right: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .down-arrow-2 {
    width: 20.1111px;
    max-width: 6%;
    height: 11.7639px;
    margin-top: -18px;
    margin-right: 0;
  }

  .paragraph-25 {
    letter-spacing: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .image-21 {
    max-width: 300px;
  }

  .image-21.topo {
    max-width: 200px;
    height: 70px;
    max-height: 70px;
  }

  .text-block-2 {
    text-align: center;
    letter-spacing: 0;
    margin-top: 20px;
    font-weight: 300;
    line-height: 15px;
  }

  .image-210 {
    width: 166px;
    height: 85.8194px;
    max-height: 85.8194px;
  }

  .text-span-12 {
    color: #fff;
    font-weight: 600;
    line-height: 24px;
  }

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

  .column-4, .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-211 {
    max-width: 95%;
    height: 300px;
    max-height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-titulo-prov1 {
    width: 320px;
    max-width: 350px;
    height: 66px;
    max-height: 66px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-titulo-prov1.maislargo {
    max-width: 300px;
    padding-top: 10px;
    font-size: 14px;
  }

  .heading-titulo-prov2 {
    width: 370px;
    max-width: 370px;
    height: 250px;
    max-height: 250px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 42px;
  }

  .bold-text-4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    display: block;
  }

  .image-212 {
    width: 438.969px;
    height: 33.7408%;
    max-height: 50%;
  }

  .section-54 {
    max-width: 3000px;
  }

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

  .logocontainer {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: row;
    flex: none;
    order: 0;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    padding: 20px 0;
    display: flex;
    overflow: hidden;
  }

  .photocarrossel {
    clear: none;
    aspect-ratio: auto;
    vertical-align: baseline;
    object-fit: contain;
    border-radius: 20px;
    flex: 0 auto;
    width: 213.708px;
    min-width: 199px;
    max-width: 218px;
    height: 146.943px;
    min-height: 140px;
    max-height: 167px;
    padding: 0;
    position: static;
  }

  .section-22 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .quick-stack-32 {
    object-fit: fill;
    width: 60%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-39 {
    background-color: #110129;
    border-radius: 20px;
    flex-flow: column;
    padding: 20px 10px 10px;
  }

  .image-127 {
    min-width: 40px;
    max-height: 40px;
  }

  .paragraph-34316 {
    font-size: 18px;
    line-height: 24px;
  }

  .italic-text-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .container-branco-copy.base-maior, .container-branco-copy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-29 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff0;
    width: 90%;
    min-width: 95%;
    max-width: 95%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .slider-7 {
    width: 100%;
    height: 100%;
  }

  .container-39 {
    max-width: 95%;
  }

  .paragraph-34319 {
    line-height: 30px;
  }

  .heading-24534694 {
    background-color: #0f9;
    font-size: 25px;
    line-height: 30px;
  }

  .section-39 {
    background-color: #ededed;
    border-radius: 20px;
  }

  .paragraph-34318 {
    text-align: center;
  }

  .button-2-copy {
    width: 300px;
    max-width: 300px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .button-2-copy.w--current {
    width: 300px;
    max-width: 339px;
    height: 50px;
    max-height: 50px;
  }

  .slide-nav-3 {
    display: none;
  }

  .image-93 {
    padding-bottom: 0;
  }

  .container-38 {
    flex-flow: column;
    width: 360px;
    max-width: 360px;
  }

  .titulo2 {
    color: #fff;
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    line-height: 33px;
  }

  .cell-40 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-20 {
    width: 360px;
    max-width: none;
  }

  .paragraph-34319-copy-copy-copy {
    font-size: 12px;
  }

  .cell-42 {
    border-radius: 0 0 20px 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-40 {
    max-width: 95%;
  }

  .paragraph-34321 {
    line-height: 30px;
  }

  .image-217 {
    width: 335.097px;
    height: 180.264px;
    padding-bottom: 0;
  }

  .container-41 {
    flex-flow: column;
    width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-218 {
    height: 100%;
    max-height: 237.844px;
  }

  .container-44 {
    width: 360px;
    height: 290px;
    padding-bottom: 0;
  }

  .paragraph-34323 {
    width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-70 {
    width: 300px;
  }

  .paragraph-34324 {
    width: 350px;
  }

  .button-2-copy23 {
    width: 95%;
    max-width: 98%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .cell-43 {
    padding: 20px;
  }

  .bold-text-5 {
    font-size: 27px;
    line-height: 33px;
  }

  .container-branco-copy2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy2.base-maior, .container-branco-copy2.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-branco-copy34234 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy34234.base-maior, .container-branco-copy34234.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-branco-cogfdgpy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-cogfdgpy.base-maior, .container-branco-cogfdgpy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-6 {
    line-height: 40px;
  }

  .column-copy {
    background-color: var(--midnight-blue);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack-19 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .paragraph-34288 {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .titulo-verde-cop2y {
    background-color: var(--medium-spring-green);
    text-align: center;
    font-size: 25px;
    line-height: 40px;
  }

  .titulo-verde-cop2y.branco {
    background-color: #fff;
  }

  .titulo-66copy {
    text-align: left;
  }

  .titulo-66copy.menor {
    font-size: 27px;
    line-height: 40px;
  }

  .titulo-66copy.menor.horizontal {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .container-branco-copy34234-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy34234-copy.base-maior, .container-branco-copy34234-copy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto-padrao-copy {
    color: #fff;
    text-align: center;
  }

  .texto-padrao-copy.sub-titulo-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .titulo-cxczxcopy {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
  }

  .titulo-cxczxcopy.menor {
    font-size: 27px;
    line-height: 40px;
  }

  .titulo-cxczxcopy.menor.horizontal {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .titulo-verde-cop2y-copy {
    background-color: var(--medium-spring-green);
    text-align: center;
    font-size: 25px;
    line-height: 40px;
  }

  .titulo-verde-cop2y-copy.branco {
    background-color: #fff;
    line-height: 30px;
  }

  .text-span-24 {
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .link-5, .link-6 {
    color: #ffffffd6;
  }

  .container-branco-copy980890 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy980890.base-maior {
    background-position: 25%;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
  }

  .container-branco-copy980890.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-18 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-31 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .heading-24534687 {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 35px;
    line-height: 34px;
  }

  .text-span-7530 {
    font-size: 18px;
  }

  .text-span-7529 {
    background-color: #0f9;
    line-height: 38px;
  }

  .paragraph-34287 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .cell-46 {
    background-color: #fff;
    padding: 20px;
  }

  .heading-titulo-prov1-copy {
    max-width: 380px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-titulo-prov1-copy.maislargo {
    width: 300px;
    max-width: 300px;
    height: 32px;
    max-height: 32px;
    margin-top: 16px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

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

  .container-escuro-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-escuro-copy.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-escuro-copy.left.basemenor {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .titulo-verde-2 {
    background-color: #0f9;
  }

  .titulo-verde-2._002 {
    line-height: 40px;
  }

  .texto-padrao-2.white {
    font-size: 20px;
  }

  .container-escuro-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-escuro-2.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-2.menor {
    font-size: 27px;
    line-height: 40px;
  }

  .titulo-2.menor._002 {
    margin-top: 10px;
  }

  .div-block-71 {
    margin-bottom: 15px;
  }

  .heading-24534695 {
    width: 325px;
    min-width: 320px;
    max-width: 350px;
    height: 234px;
    min-height: 234px;
    max-height: 234px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    line-height: 39px;
  }

  .topo-verde-copy {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .topo-verde-copy.branco {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .image-220, .image-221 {
    display: none;
  }

  .cell-40-copy-copy {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-escuro-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-escuro-copy-copy.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-escuro-copy-copy.left.basemenor {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-branco-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy.base-maior, .container-branco-copy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-34323-copy {
    width: 320px;
    padding-bottom: 11px;
    font-size: 22px;
    line-height: 30px;
  }

  .container-branco-copy2-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy2-copy.base-maior {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-branco-copy2-copy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titulo-verde-3 {
    background-color: #0f9;
    font-family: Lato, sans-serif;
    font-weight: 600;
  }

  .texto-padrao-3 {
    font-size: 20px;
  }

  .image-222 {
    width: 80px;
    max-width: 80px;
    height: 69.75px;
    max-height: 69.75px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-223 {
    display: none;
  }

  .slide-nav-2 {
    color: #fff;
    background-color: #0000;
    margin-top: 44px;
    margin-bottom: auto;
    padding-top: 9px;
    padding-bottom: 0;
    display: none;
    overflow: visible;
  }

  .icon-5 {
    color: #000;
    margin-left: 0;
  }

  .slide-11 {
    margin-top: 0;
  }

  .slider-6 {
    background-color: #0000;
    height: 420px;
    display: block;
  }

  .div-block-45 {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-4 {
    max-width: 85%;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .icon-4 {
    color: #000;
    margin-right: 0;
  }

  .image-83 {
    border: 2px #ffc400;
    border-radius: 20px;
    width: 238.597px;
    max-width: 90%;
    height: 308.806px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    box-shadow: 0 2px 10px 5px #0003;
  }

  .image-5 {
    z-index: 1000;
    max-width: 65%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
    position: relative;
  }

  .image-84 {
    border: 2px #ffc300;
    border-radius: 20px;
    width: 233.569px;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 2px 13px 3px #0003;
  }

  .container-branco-copy-copy.base-maior, .container-branco-copy-copy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-branco-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy-copy.base-maior, .container-branco-copy-copy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-branco-copy-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-branco-copy-copy-copy.base-maior, .container-branco-copy-copy-copy.topo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-41-copy {
    flex-flow: column;
    width: 360px;
    max-width: 360px;
  }

  .slider-7-copy {
    width: 100%;
    height: 100%;
  }

  .container-45 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-41-copy {
    flex-flow: column;
    width: 320px;
    min-width: 320px;
    max-width: 340px;
  }

  .slider-7-copy {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .titulo2-copy {
    color: #fff;
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    line-height: 33px;
  }

  .image-217-copy {
    width: 319.972px;
    height: 172.125px;
    padding-bottom: 0;
  }

  .texto-padrao-copy {
    text-align: left;
  }

  .texto-padrao-copy.sub-titulo {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .texto-padrao-copy.sub-titulo.maior {
    max-width: 330px;
    line-height: 24px;
  }

  .texto-padrao-copy.destaque {
    padding-left: 18px;
    padding-right: 18px;
  }

  .texto-padrao-copy.destaque._002 {
    font-size: 18px;
    line-height: 26px;
  }

  .texto-padrao-copy.sub-titulo-copy {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .texto-padrao-copy.topo {
    text-align: center;
  }

  .texto-padrao-copy.expert {
    margin-top: 303px;
  }

  .texto-padrao-copy.sdvre {
    padding-left: 10px;
    padding-right: 10px;
  }

  .texto-padrsdasdao-copy {
    text-align: left;
  }

  .texto-padrsdasdao-copy.sub-titulo {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .texto-padrsdasdao-copy.sub-titulo.maior {
    max-width: 330px;
    line-height: 24px;
  }

  .texto-padrsdasdao-copy.destaque {
    padding-left: 18px;
    padding-right: 18px;
  }

  .texto-padrsdasdao-copy.destaque._002 {
    font-size: 18px;
    line-height: 26px;
  }

  .texto-padrsdasdao-copy.sub-titulo-copy {
    font-size: 15px;
    line-height: 20px;
  }

  .texto-padrsdasdao-copy.topo {
    text-align: center;
  }

  .texto-padrsdasdao-copy.expert {
    margin-top: 303px;
  }

  .texto-padrsdasdao-copy.sdvre {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-span-7548, .text-span-7549 {
    color: #110129;
    background-color: #0f9;
  }

  .paragraph-34326 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-span-7551, .text-span-7552 {
    font-weight: 700;
  }

  .div-block-70-topo, .div-block-70-corpo {
    width: 300px;
  }
}

#w-node-f120566d-1ce2-5d45-b349-1b8d223ddb40-15c7673e {
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr;
}

#w-node-_73722a82-f823-3c07-1382-6486e58af92f-15c7673e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bf80e316-c73a-d83f-a611-3ba74f26fab0-15c7673e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-a8a1bf56-6b4a-eac1-166a-f42a30a95ba4-15c7673e {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-_74910e1b-ac72-690a-99f9-9c142bd8a280-15c7673e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-f120566d-1ce2-5d45-b349-1b8d223ddb40-15c7673e {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_73722a82-f823-3c07-1382-6486e58af92f-15c7673e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_73722a82-f823-3c07-1382-6486e58af930-15c7673e {
    order: 0;
  }

  #w-node-a8a1bf56-6b4a-eac1-166a-f42a30a95ba4-15c7673e {
    grid-template-rows: 210px;
    grid-template-columns: 1.25fr;
  }

  #w-node-_74910e1b-ac72-690a-99f9-9c142bd8a280-15c7673e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


