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

body {
  color: #fff;
  background-color: #0b0b0b;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 115%;
}

h2 {
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  color: #fff;
  text-align: left;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

p {
  color: #ffffffd9;
  max-width: 45ch;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 140%;
}

a {
  color: #ff4900;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

.body {
  background-color: #0b0b0b;
}

.page-padding {
  z-index: 20;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.page-padding.proposito {
  position: relative;
}

.page-padding.primoverse {
  padding-left: 0;
  padding-right: 0;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1216px;
  height: 100%;
  display: flex;
  position: static;
}

.container.header {
  display: block;
}

.container.full {
  max-width: none;
  margin-left: 0;
}

.header--content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.selecionar-idioma {
  color: #fff;
  display: none;
  position: relative;
}

.estilo-container {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-left: 20px;
  display: grid;
}

.estilo-espaco {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.estilo-espaco.paragrafos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  margin-bottom: 0;
  display: grid;
}

.link-padrao {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
}

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

.paragrafo-medio._40 {
  text-align: center;
  max-width: 40ch;
  margin-top: 40px;
  font-size: 20px;
}

.paragrafo-medio.longo {
  max-width: 60ch;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
}

.headings {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.divisor {
  border-bottom: 1px solid #ffffff38;
  max-width: 100%;
  margin-bottom: 14px;
  padding-bottom: 8px;
}

.text-block {
  color: #ffffffb3;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}

.paragrafos {
  flex-direction: column;
  margin-bottom: 32px;
  display: flex;
}

.botoes {
  margin-bottom: 32px;
}

.menu-navegacao {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 47px;
  display: none;
}

.navbar {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  object-fit: fill;
  background-color: #0b0b0bb3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.links-menu {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-right: 0;
  display: grid;
}

.links-menu.footer {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.link-navegacao {
  color: #fff;
  border-bottom: 1px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.link-navegacao:hover {
  border-bottom: 1px solid #ffffff70;
  max-width: 120px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.link-navegacao.w--current {
  border-bottom-color: #fff;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.316, .007, 0, .989);
}

.text-block-2 {
  max-width: 100%;
}

.text-block-3 {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: static;
}

.hero--content {
  z-index: 30;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.heading--exclusive {
  max-width: 25ch;
  font-size: 48px;
  font-weight: 700;
}

.section-full {
  background-color: #0b0b0b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-full.hero {
  z-index: 2;
  background-color: #000;
  height: auto;
  padding-top: 140px;
  padding-bottom: 146px;
  position: relative;
  overflow: hidden;
}

.section-full.proposito {
  z-index: 1;
  background-color: #050505;
  height: auto;
  padding-top: 218px;
  padding-bottom: 218px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section-full.alcance {
  z-index: 1;
  background-color: #333;
  background-image: linear-gradient(#0000003d, #0000003d), linear-gradient(269deg, #000, #fff0 10%), url('../images/DSC03135.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 866px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  top: 0;
}

.section-full.plataformas {
  z-index: 1;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: clip;
}

.section-full.primoverse {
  z-index: auto;
  background-color: #0000;
  border-top: 1px solid #ffffff1a;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  overflow: hidden;
}

.text-block-4 {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.dark-linear {
  z-index: 10;
  background-image: linear-gradient(to right, #0b0b0b, #0000);
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -2%;
}

.dark-linear.section {
  background-image: linear-gradient(#0000008c, #0000008c);
  width: 100%;
  inset: 0% auto auto 0;
}

.navegacao-seta {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto 2rem;
  transform: translate(-50%);
}

.text-block-5 {
  color: #fff9;
  margin-left: 16px;
}

.seta {
  background-color: #494949;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 10px;
  display: flex;
}

.html-embed {
  margin-bottom: -3px;
}

.content {
  width: 60%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.content.proposito {
  z-index: 10;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.content.alcance {
  margin: 0 0 0 auto;
}

.content.marcas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: auto;
  display: flex;
}

.content.carreiras, .content.principios, .content.imprensa {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.content.linha-do-tempo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
  overflow: visible;
}

.content.noticias {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content.mobile {
  margin-left: 0;
  margin-right: auto;
}

.elementos {
  margin-bottom: 32px;
}

.chapeu {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.page-wrapper {
  position: relative;
}

.cards-direita {
  opacity: .5;
  filter: blur(19px);
  column-count: 2;
  column-rule-color: transparent;
  column-rule-style: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0;
  overflow: visible;
}

.cards-direita.hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .28;
  filter: none;
  column-count: 3;
  column-rule-color: transparent;
  white-space: pre-line;
  flex-direction: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 8px;
  width: auto;
  height: 100%;
  display: grid;
  inset: 0% 0% auto auto;
  transform: rotate(20deg);
}

.cards-direita.hero.esquerda {
  z-index: 1;
  opacity: 1;
  direction: ltr;
  column-count: auto;
  white-space: normal;
  flex-direction: column;
  width: 734px;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0% -149px auto auto;
  overflow: visible;
  transform: none;
}

.cards-direita.hero.esxquerda {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .7;
  column-count: auto;
  white-space: normal;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 367px;
  height: 100%;
  max-height: 100%;
  display: grid;
  inset: 3% auto auto 26%;
  transform: scale(1.6)rotate(20deg);
}

.alcance--content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.numeros {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.counter {
  font-size: 80px;
  font-weight: 700;
  line-height: .7;
  display: block;
}

.text-block-11 {
  margin-right: 0;
  font-size: 24px;
  display: none;
}

.section-default {
  background-color: #0b0b0b;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-default.marcas {
  z-index: 1;
  background-color: #000;
  border: 1px #1b1b1b;
  border-top: 1px solid #272727;
  border-bottom: 1px solid #ffffff1a;
  display: block;
  position: relative;
}

.section-default.marcas.experts {
  z-index: 1;
  display: none;
}

.section-default.carreiras {
  z-index: 1;
  color: #000;
  background-color: #fff;
  display: none;
  position: relative;
}

.section-default.principios {
  z-index: 1;
  background-color: #242424;
  display: none;
  position: relative;
}

.section-default.imprensa {
  z-index: 7;
  position: relative;
}

.section-default.gpmidia {
  z-index: 1;
  background-color: #1b1b1b;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.section-default.linha-do-tempo {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.section-default.noticias-gp {
  z-index: 1;
  background-color: #0d0d0d;
  border-top: 1px solid #ffffff14;
  position: relative;
}

.paragrafo-largo {
  max-width: none;
  margin-bottom: 0;
}

.paragrafo-largo.dark {
  color: #000000d9;
  max-width: 70ch;
  margin-top: 40px;
}

.paragrafo-largo.dark.center {
  color: #fff;
  text-align: center;
  max-width: 30ch;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 400;
}

.info-marcas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.dados-marcas {
  font-size: 16px;
}

.descricao-expert {
  z-index: 10;
  color: #fff9;
  font-size: 16px;
  position: relative;
}

.descricao-expert p {
  color: #fff9;
  max-width: 18ch;
  margin-bottom: 0;
  font-size: 16px;
}

.titulo-marca {
  color: #fff;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.imagem-marca {
  object-fit: cover;
  border-radius: 50%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  overflow: visible;
}

.imagem-marca.zoom {
  object-fit: contain;
  background-color: #f83a43;
}

.imagem-marca.fh {
  border-radius: 0%;
  width: auto;
  height: auto;
}

.imagem-marca.fh._2, .imagem-marca.fh._2._3 {
  width: auto;
}

.imagem-marca.grao {
  width: auto;
  height: auto;
  overflow: visible;
}

.marcas-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 200px 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 0;
  display: flex;
}

.marcas-content._4 {
  grid-template-columns: repeat(auto-fit, minmax(269px, 1fr));
}

.heading-3 {
  max-width: 18ch;
  margin-bottom: 0;
}

.link {
  color: #fff9;
  display: flex;
}

.link.dark {
  color: #0009;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-right: 24px;
  padding: 12px 24px;
  font-size: 20px;
}

.link.dark:hover {
  color: #000;
  background-color: #fff;
}

.link.dark.materia {
  color: #fffffff2;
  background-color: #0000;
  border-style: none;
}

.link.dark.hide {
  display: none;
}

.text-block-12 {
  line-height: 1;
}

.html-embed-3 {
  margin-left: 16px;
}

.swiper-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.carousel-arrow-w.arrow-previous {
  z-index: 10;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 48px;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0% auto 0 0%;
}

.carousel-arrow-w.arrow-next {
  z-index: 10;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  transition: all .6s cubic-bezier(.316, .007, 0, .989);
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  display: flex;
  position: static;
}

.swiper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.html-embed-4 {
  color: #fff;
  width: 100%;
}

.global {
  position: relative;
}

.descricao-carrosel {
  z-index: 10;
  text-align: left;
  position: relative;
}

.descricao-carrosel p {
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  font-size: 18px;
}

.botao-plataforma {
  z-index: 10;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 14px;
  padding: 20px 14px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.botao-plataforma.materiais {
  color: #000;
  background-color: #fff;
  padding: 12px;
  font-size: 15px;
}

.kickoff-classes-wrap {
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 15px;
  display: flex;
}

.kickoff-classes-wrap.p-section {
  align-items: flex-start;
  width: 30%;
}

.kickoff-class-icon {
  object-fit: cover;
  border-radius: 4px;
  flex: none;
  width: 30px;
  height: 25px;
  overflow: hidden;
}

.kickoff-class-label {
  color: #fff;
  background-color: #7e3d5d;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-left: 8px;
  padding: 4px 8px;
  line-height: 1.6em;
  display: flex;
}

.kickoff-class-label.fundo-azul {
  background-color: #657cff;
}

.paragrafo-content {
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.richtext {
  flex-direction: column;
  display: flex;
}

.richtext--content {
  display: flex;
}

.destaque-cinza {
  color: #acacac;
}

.destaque-bold {
  font-weight: 600;
}

.frentes-gp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 74px;
  display: grid;
}

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

.icone {
  background-color: #e0e0e0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: flex;
}

.icone.dark {
  background-image: linear-gradient(291deg, #242424, #464646);
  border: 1px solid #ffffff24;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  position: relative;
}

.heading-4 {
  font-weight: 600;
}

.html-embed-5 {
  margin-bottom: -5px;
}

.h3.dark {
  color: #000;
}

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

.h3.double-line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.h3.double-line.ldt {
  align-items: flex-start;
}

.h3._40 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.principios-icones {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(274px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.principios-content {
  flex-direction: row;
  display: flex;
}

.paragrafo-pequeno {
  max-width: 35ch;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.paragrafo-pequeno.largo {
  color: #ffffffb3;
  max-width: none;
}

.paragrafo-pequeno.noticia-p {
  margin-top: 0;
}

.text-content {
  flex-direction: column;
  display: flex;
}

.tab-marcas {
  width: 100%;
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.marca {
  opacity: .6;
  color: #ffffff80;
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  flex: 1;
  width: 100%;
  margin-right: 0;
  padding: 0 0 8px;
  font-size: 18px;
}

.marca.w--current {
  opacity: 1;
  color: #fff;
  background-color: #c8c8c800;
  border-bottom: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 8px;
  transition: all .4s cubic-bezier(.316, .007, 0, .989);
  display: flex;
}

.marca.expert {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

.marca.ti {
  display: block;
}

.marca.hide {
  display: none;
}

.icone-marca {
  filter: grayscale();
  width: 100%;
  margin-right: 16px;
}

.icone-marca.big {
  width: 60%;
  margin-right: 0;
}

.icone-marca.big.ti {
  width: 100%;
}

.icone-marca.big.staage {
  width: 80%;
}

.icone-marca.big.staart, .icone-marca.big.grao, .icone-marca.big.finclass {
  width: 95%;
}

.icone-marca.big.ef {
  width: 80%;
}

.icone-marca.pr {
  width: 140px;
}

.icone-marca.mba {
  width: 60%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  border-bottom: 0 #ffffff24;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: auto;
}

.tabs-menu.experts {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.abas-content {
  border-top: 1px solid #ffffff2b;
  width: 100%;
  margin-top: -2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-left: 50px;
  padding-right: 50px;
}

.marca-content {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
}

.tabs-marca-content {
  border-bottom: 2px #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.conteudo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(248px, 1fr));
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.conteudo-grid.staage {
  width: 70%;
}

.conteudo-material-abas {
  color: #fff;
  background-color: #181818;
  border: 1px solid #00e7f947;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  min-height: 280px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px 16px 28px;
  font-size: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.conteudo-material-abas.fotos {
  border-color: #ffffff4d;
  justify-content: flex-end;
  position: relative;
}

.conteudo-material-abas.fotos.grao {
  border-color: #00e7f947;
}

.conteudo-material-abas.staage {
  border-color: #f3722c59;
  width: 100%;
}

.conteudo-material-abas.spiti {
  border-color: #f375764d;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.conteudo-material-abas.staart {
  border-color: #cc33584d;
  justify-content: center;
  width: 50%;
  padding-top: 76px;
  display: flex;
}

.conteudo-material-abas.staart.app {
  display: none;
}

.conteudo-material-abas.grao {
  width: 100%;
}

.conteudo-material-abas.primo-rico {
  border-color: #ffffff4d;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.conteudo-material-abas.top-invest {
  border-color: #e3506766;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.conteudo-material-abas.finclass {
  width: 100%;
}

.conteudo-material-abas.edu-finance {
  border-color: #30e1784d;
  width: 45%;
}

.conteudo-material-abas.expert {
  border-color: #ffffff47;
  width: 100%;
}

.conteudo-material-abas.mba {
  border-color: #08278547;
}

.image-12 {
  width: 81px;
  position: absolute;
  top: 56px;
}

.image-12.spiti {
  width: 120px;
  top: 61px;
}

.image-12.finclass {
  width: 160px;
  top: 81px;
}

.image-12.staart {
  width: 140px;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-12.staart.logo-s {
  top: -19%;
}

.image-12.grao {
  width: 140px;
}

.image-12.staage {
  width: 160px;
  top: 79px;
}

.image-12.top-invest {
  width: 200px;
  top: 75px;
}

.image-12.edufinance {
  width: 140px;
  top: 83px;
}

.image-12.mba-logo {
  width: 100px;
  top: 45px;
}

.image-15 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-15._70 {
  object-fit: contain;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  top: -8%;
}

.image-15.fotos {
  object-position: 50% -50px;
}

.image-15.fotos.expert {
  object-position: 50% 50%;
}

.image-15.fotos.expert.tn {
  object-fit: cover;
  object-position: 0% 0px;
}

.image-15.jj1 {
  object-fit: contain;
  object-position: 50% 0%;
  inset: 0% 0% auto;
}

.text-block-18 {
  z-index: 10;
  font-weight: 500;
  position: relative;
}

.html-embed-6 {
  margin-bottom: -5px;
  margin-left: 0;
  position: relative;
  left: 4px;
}

.text-block-19 {
  font-weight: 500;
  position: relative;
}

.depoimento-cards {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.depoimentos-content {
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto 0 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% -3%;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: -25% 0% auto;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 56px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #2c2c2c;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 81px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  width: 3px;
  height: 50vh;
  margin-top: 0;
  position: fixed;
  inset: 0 auto 50vh;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.margin-bottom-medium, .margin-bottom-xlarge {
  margin-bottom: 0;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  top: 0;
}

.timeline_left {
  text-align: right;
  background-color: #353535;
  background-image: linear-gradient(131deg, #000, #fff0);
  border: 1px solid #ffffff5e;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

.head-ldt {
  z-index: 10;
  background-color: #0b0b0b;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 14px;
  display: flex;
  position: sticky;
  top: 103px;
}

.paragraph-4 {
  max-width: 60ch;
  font-size: 20px;
  line-height: 150%;
}

.stick-section {
  z-index: 2;
  position: relative;
}

.accordion-item-content {
  opacity: 1;
  color: #86868d;
  max-height: 100%;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  position: relative;
  top: auto;
  overflow: hidden;
}

.accordion-item-content.open {
  opacity: 1;
  max-height: 100%;
  position: relative;
  top: 0;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown {
  background-color: #313338;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.accordion-item {
  background-color: #202227;
  border-bottom: 1px solid #313338;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px 26px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item.borda {
  border-bottom: 1px solid #313338;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 0;
}

.accordion-wrapper {
  max-height: 474px;
  margin-top: 0;
  display: none;
  overflow: auto;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: row;
  width: 100%;
  padding: 10px 15px;
  display: flex;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #3b3b3b;
}

.wg-selector-text-wrapper {
  color: #fff;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.wg-flag-ico {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dd-1-list.wg-dropdown-link-flag {
  background-color: #222;
}

.wg-dd-1-list.wg-dropdown-link-flag.w--open {
  background-color: #0000;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  margin-right: 10px;
  display: flex;
}

.wg-dropdown-1-link {
  color: #fff;
  background-color: #0b0b0b;
  width: 100%;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #3b3b3b;
}

.text-block-20 {
  color: #fff;
  line-height: 1;
}

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

.html-embed-7 {
  color: #fff;
  margin-left: 8px;
}

.text-imprensa {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grupo-primo-material {
  background-color: #000;
  border: 1px solid #ffffff29;
  border-radius: 10px;
  width: 50%;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.content-material {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 44px;
}

.image-16 {
  width: 80%;
  margin-bottom: 12px;
}

.noticias-content {
  flex-direction: column;
  display: flex;
}

.icones-texto {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: grid;
}

.icone-texto-content {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.icone-texto-content.link-lkd {
  color: #ffffffe6;
  font-weight: 400;
}

.icone-texto-content.link-lkd:hover {
  color: #fff;
  font-weight: 600;
}

.divisor-icone {
  background-color: #ffffff80;
  width: 2px;
  height: 100%;
  margin-left: 16px;
  margin-right: 16px;
}

.html-embed-8 {
  margin-bottom: -3px;
  margin-right: 0;
}

.infos {
  max-width: 40ch;
  line-height: 140%;
}

.link-block {
  color: #fff;
  display: flex;
}

.image-18 {
  width: 20px;
}

.heading-13 {
  margin-right: 14px;
}

.noticias-placeholder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.news-content {
  color: #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 240px;
  position: relative;
  overflow: hidden;
}

.sombra-noticia {
  pointer-events: none;
  background-image: linear-gradient(1deg, #000, #0000);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.info-noticia {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  flex-flow: column;
  margin-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.imagem-noticia {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.numeros-dados {
  align-items: flex-end;
  display: flex;
}

.image-20 {
  margin-right: 18px;
}

.numeros-gp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.text-block-22 {
  max-width: 30ch;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-cover {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: visible;
}

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  transform: rotate(30deg);
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 604px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mobile-menu, .mobile-overlay {
  display: none;
}

.footer {
  z-index: 1;
  background-color: #141414;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.content.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(217px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-links {
  flex-direction: column;
  display: flex;
}

.links-footer {
  color: #fffc;
  font-size: 16px;
  font-weight: 400;
}

.links-footer:hover {
  color: #fff;
}

.heading-14 {
  margin-bottom: 20px;
  font-size: 18px;
}

.link-auto {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.footer-infos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll {
  color: #fffc;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.text-block-24 {
  color: #86888d;
  font-size: 16px;
  font-weight: 400;
}

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

.image-4 {
  margin-right: 48px;
}

.footer-content {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.copy-footer-2 {
  border: 0 #000;
  border-top: 1px solid #ffffff2e;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-27 {
  margin-right: 14px;
}

.html-embed-9 {
  margin-bottom: -4px;
}

.paragrafo {
  text-align: left;
  max-width: 47ch;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 400;
}

.paragrafo.largue {
  max-width: 60ch;
}

.paragrafo.center-align, .heading-16 {
  text-align: center;
}

.paragraph-8 {
  text-align: center;
  max-width: 30ch;
  font-size: 18px;
}

.marcas-link {
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.marcas-link.hide {
  display: none;
}

.links-vagas {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

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

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

.fonte {
  background-color: #202227;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 14px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.image-26 {
  width: 32px;
  margin-right: 14px;
}

.slide {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.card-content {
  flex-direction: column;
  align-items: center;
  width: 313px;
  height: 493.43px;
  min-height: auto;
  max-height: 493.43px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  top: -108px;
  transform: rotate(0);
}

.card-content._1 {
  top: -116px;
}

.card-content._4 {
  top: -112px;
}

.card-content._3 {
  top: -250px;
}

.card-content._2 {
  top: -195px;
}

.card-content._5 {
  top: -191px;
}

.card-content._6 {
  top: -246px;
}

.card-content._8 {
  top: -135px;
}

.card-content._9 {
  top: -241px;
}

.image-27 {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.shadown {
  z-index: -1;
  filter: blur(40px);
  background-color: #181818;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: auto 50% 24% 30%;
}

.rotate-cards {
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  font-weight: 500;
}

.text-span-7 {
  font-size: 24px;
}

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

.plus {
  margin-bottom: 0;
}

.image-28 {
  display: block;
  position: relative;
  top: -26px;
  left: 8px;
}

.image-29 {
  position: relative;
  top: 6px;
  bottom: 0;
}

.image-29._2 {
  top: -18px;
  left: 6px;
}

.image-30 {
  display: block;
}

.image-34 {
  width: 32px;
  height: 32px;
  position: absolute;
  inset: auto;
}

.primoverse {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-35 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.camera-primo {
  z-index: 10;
  object-fit: contain;
  background-color: #0000;
  border-radius: 50%;
  width: 180px;
  max-width: 230px;
  height: 180px;
  max-height: 230px;
  margin-top: -154px;
  margin-left: 0;
  margin-right: 10px;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.camera-primo.habilitar {
  text-align: center;
  cursor: pointer;
  background-color: #1d1d1d;
  border: 1px solid #ffffff42;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 14px;
  display: flex;
  top: 511px;
  left: auto;
  right: auto;
}

.camera-primo.habilitar.desabilitar {
  background-color: #6b0d0d;
  display: none;
  top: 572px;
}

.html-embed-10 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
}

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

.modal-arquivo-baixado {
  z-index: 2147483647;
  color: #ffffffdb;
  background-color: #242424;
  border: 1px solid #ffffff1c;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 20px;
  overflow: hidden;
}

.html-embed-11 {
  margin-bottom: -5px;
  margin-right: 14px;
}

.html-embed-12 {
  cursor: pointer;
  margin-bottom: -5px;
  margin-left: 14px;
}

.conteudo-modal {
  align-items: center;
  display: flex;
}

.dynamic-link-preview {
  z-index: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fc5c7d, #6a82fb);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.tamanho-fonte {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: none;
}

.font-size-plus {
  background-color: #ffffff1c;
  border-radius: 8px;
  padding: 14px;
}

.fonte-d {
  color: #ffffffd9;
  font-size: 16px;
  font-weight: 500;
}

.font-size-minus {
  background-color: #ffffff1c;
  border-radius: 8px;
  padding: 14px;
}

.image-37 {
  width: auto;
  max-width: none;
  transform: scale(1.1);
}

.image-37.logo-eco {
  width: auto;
  height: auto;
  position: static;
}

.ecossistema {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1700px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: scale(.9);
}

.logo-eco {
  width: 194px;
  height: 194px;
  position: absolute;
  inset: 0% auto auto 401px;
}

.logo-eco.topi {
  width: 180px;
  height: 180px;
  display: block;
  inset: -52px auto auto 139px;
}

.logo-eco.grao {
  width: 180px;
  height: 180px;
  top: 28px;
  left: 508px;
}

.logo-eco.finclass {
  width: 180px;
  height: 180px;
  inset: 150px auto auto 222px;
}

.logo-eco.eduf {
  width: 180px;
  height: 180px;
  inset: auto auto 479px 207px;
}

.logo-eco.staage {
  inset: auto auto 350px 421px;
}

.logo-eco.perini {
  inset: 53px 569px auto auto;
}

.logo-eco.joel {
  inset: 16px 292px auto auto;
}

.logo-eco.spiti {
  inset: auto auto 194px 861px;
}

.logo-eco.primotech {
  inset: auto 282px 255px auto;
}

.logo-eco.primo-rico {
  inset: auto 255px 608px auto;
}

.expert-eco {
  border-radius: 50%;
  width: 84px;
  height: 84px;
  transition: all .4s;
  position: absolute;
  inset: -6px -41px auto auto;
}

.expert-eco:hover {
  border-radius: 50%;
  transform: scale(1.1);
  box-shadow: 5px 5px 60px #fff;
}

.expert-eco.ef {
  inset: -25px auto auto -19px;
}

.expert-eco.stg {
  inset: auto -35px -20px auto;
}

.expert-eco.peri {
  inset: auto auto -15px -29px;
}

.expert-eco.jj {
  inset: -15px auto auto -22px;
}

.expert-eco.pt {
  inset: -20px auto auto -18px;
}

.expert-eco.pt.gian {
  inset: auto -20px -18px auto;
}

.expert-eco.primocast {
  inset: auto -20px -16px auto;
}

.expert-eco.spt {
  border-radius: 50%;
  transition: all .4s;
  inset: -20px auto auto -18px;
}

.expert-eco.spt:hover {
  border-radius: 50%;
  overflow: visible;
  transform: scale(1.1);
  box-shadow: -4px -6px 60px #fff9;
}

.expert-eco.spt.seabra {
  inset: auto -20px -16px auto;
}

.expert-eco.spt.gui {
  inset: auto auto -20px -20px;
}

.comunidade-centro {
  color: #fff;
  cursor: pointer;
  background-color: #242323;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .5s cubic-bezier(.316, .007, 0, .989);
  display: flex;
  position: absolute;
  inset: 310px auto auto;
  overflow: hidden;
  transform: scale(1.02);
}

.comunidade-centro:hover {
  transform: none;
}

.image-39 {
  margin-bottom: 14px;
}

.heading-20 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 9px;
  line-height: 1;
}

.text-block-34 {
  color: #ffffffe6;
  text-align: center;
  max-width: 20ch;
  font-size: 16px;
  font-weight: 300;
}

.botao-camera {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 14px;
  padding: 10px 17px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-35 {
  line-height: 1;
}

.texto-ecossistema {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.particulas {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.main {
  border: 1px solid #0000;
  border-radius: 50%;
  transition: all .2s;
}

.main:hover {
  border: 1px solid #fd777a;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(1.1);
}

.main.ef:hover {
  border-color: #01e180;
}

.main.to:hover {
  border-color: #520090;
}

.main.pt1:hover {
  border-color: #c05ef9;
}

.main.bp:hover {
  border-color: #97ec36;
}

.main.jj1:hover {
  border-color: #ff070c;
}

.link-u {
  border: 1px solid #0000;
  border-radius: 50%;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.link-u:hover {
  border: 1px solid #05f3fd;
  border-radius: 50%;
  transform: scale(1.1);
}

.link-u.gr:hover {
  border-color: #00ba56;
}

.sombra {
  z-index: -1;
  opacity: 0;
  filter: blur(140px);
  -webkit-text-fill-color: inherit;
  background-color: #fd777a;
  background-clip: border-box;
  display: block;
  position: absolute;
  inset: 0%;
}

.sombra.s {
  background-color: #ff5743;
}

.sombra.ef {
  background-color: #01e180;
}

.sombra.fc {
  background-color: #05f3fd;
}

.sombra.gr {
  background-color: #00ba56;
}

.sombra.ti {
  background-color: #520090;
}

.sombra.bp {
  background-color: #97ec36;
}

.sombra.pt1 {
  background-color: #c05ef9;
}

.sombra.jj {
  background-color: #ff090f;
}

.page-scroll {
  display: none;
}

.div-block {
  background-image: radial-gradient(circle, #000, #fff);
  position: absolute;
  inset: 0%;
}

.image-40 {
  overflow: visible;
}

.divisor-horizontal {
  background-color: #000;
  width: 3.5rem;
  height: .13rem;
}

.divisor-horizontal.white {
  background-color: #fff;
}

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

.primo_culltura_content.v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  display: flex;
}

.div-block-9 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.logo_wrapper {
  width: 9rem;
  margin-bottom: auto;
}

.logo_wrapper.first {
  width: 12.8em;
  margin-bottom: 0;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-weight-medium.text-style-muted {
  opacity: .65;
}

.icon_cultura {
  width: 6rem;
}

.heading_cultura {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}

.icon-size-normal {
  display: flex;
}

.fs-select_text {
  color: inherit;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
}

.section_cultura {
  color: #fff;
  background-color: #141414;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.text-content-2 {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-content-2.vw {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.text-content-2.vw.v2 {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}

.text-content-2.vw.v2.vv.v3 {
  margin-bottom: 0;
}

.padding-global {
  padding-left: 2em;
  padding-right: 2em;
}

.cultura_content_row {
  display: flex;
}

.cultura_item_wrapper {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 16rem;
  max-width: 100%;
  height: auto;
  min-height: 16rem;
  display: flex;
}

.container-vagas {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.infos_grupo-primo {
  z-index: 600;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px #00000045;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto 2rem 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: sticky;
  top: 0;
  transform: translate(0);
}

.infos_grupo-primo.c3 {
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}

.infos_grupo-primo.c3.nav_link_svg {
  background-color: #fff0;
  margin-right: 0;
}

.cultura_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.noticias_container {
  width: 100%;
}

.noticias_lista {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.orange-ball {
  filter: blur(200px);
  background-color: #ff4900;
  width: 30rem;
  height: 15.63rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.logos-container2 {
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.logos-row2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  flex: none;
  align-items: center;
  padding-left: 3rem;
  display: flex;
}

.logos-gradient {
  background-image: linear-gradient(to right, #0e0c15, #0e0c1500);
  width: 5rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.section_transparencia {
  color: #fff;
  background-color: #1d1d1d;
  border-top: 5px #ff4900;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.primo_transparencia_wrapper.v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  display: flex;
}

.accordion-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  max-height: none;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.bold-text {
  font-family: proxima-nova, sans-serif;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.accordion-item-trigger-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading-2 {
  color: #fff;
  cursor: pointer;
  flex: 1;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.accordion-item-2 {
  background-color: #202227;
  border-bottom: 1px solid #313338;
  border-radius: 0;
  margin-bottom: 0;
  padding: 24px 26px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-2.borda {
  background-color: #ffffff12;
  border-bottom: 1px #313338;
  border-radius: 6px;
  padding-bottom: 18px;
}

.dropdown-2 {
  background-color: #989da730;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.accordion-item-content-2 {
  opacity: 1;
  color: #86868d;
  max-height: 100%;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  position: relative;
  top: auto;
  overflow: hidden;
}

.accordion-item-content-2.open {
  opacity: 1;
  color: #d3d3d4;
  max-height: 100%;
  position: relative;
  top: 0;
}

.tab-link-2024 {
  color: #ffffffb0;
  background-color: #c8c8c800;
  border-radius: 10px;
  font-size: 20px;
}

.tab-link-2024.w--current {
  color: #fff;
  background-color: #ff4900;
  border-radius: 20px;
  font-size: 20px;
}

.relatorio_size {
  text-align: center;
  max-width: 70ch;
  margin-bottom: 20px;
}

.relatorio_title {
  margin-bottom: 0;
}

.color-orange {
  background-color: #ff4900;
  padding-left: 10px;
  padding-right: 10px;
}

.aba_relatorio {
  width: 60%;
}

.link-relatorio {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.date_wrapper {
  opacity: .7;
  border-right: 1px solid #fff;
  padding-right: 14px;
  font-size: 16px;
}

.code-embed {
  display: flex;
}

.texto-min {
  opacity: 1;
  background-color: #ffffff63;
  border-radius: 4px;
  margin-top: 4px;
  padding-left: 8px;
  font-size: 12px;
}

.title-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.acessar_link {
  font-size: 16px;
}

.image-41 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .page-padding.primoverse {
    width: 100%;
    overflow: visible;
  }

  .container.full {
    margin-left: auto;
    margin-right: auto;
  }

  .header--content {
    justify-content: space-between;
  }

  .selecionar-idioma {
    margin-top: 0;
  }

  .navbar {
    position: sticky;
  }

  .links-menu {
    display: none;
  }

  .links-menu.mobile {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .link-navegacao {
    color: #ffffffe6;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-size: 1.9em;
    font-weight: 700;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .hero--content {
    width: 100%;
  }

  .section-full.hero {
    background-color: #000;
    height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-full.proposito {
    height: 100vh;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
    top: 0;
  }

  .section-full.alcance {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    top: 0;
  }

  .section-full.plataformas {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-full.primoverse {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .dark-linear.section, .content, .content.proposito {
    width: 100%;
  }

  .content.alcance {
    width: 1000%;
  }

  .content.linha-do-tempo {
    grid-template-columns: 1fr;
    height: 100%;
  }

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

  .page-wrapper {
    overflow: visible;
  }

  .cards-direita.hero.esquerda {
    opacity: .41;
    width: 100%;
    inset: 0% 0% auto auto;
  }

  .cards-direita.hero.esxquerda {
    inset: 0% 9% auto auto;
    transform: scale(1.4);
  }

  .counter {
    font-size: 48px;
  }

  .section-default {
    width: 100%;
    max-width: 100%;
    padding-top: 115px;
    padding-bottom: 0;
    display: none;
    position: sticky;
    top: 1px;
    overflow: hidden;
  }

  .section-default.marcas {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .section-default.marcas.experts {
    display: none;
  }

  .section-default.carreiras, .section-default.principios, .section-default.imprensa {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .section-default.gpmidia {
    padding-top: 70px;
    display: block;
  }

  .section-default.noticias-gp {
    padding-top: 100px;
    padding-bottom: 100px;
    display: block;
  }

  .marcas-content {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-top: 32px;
    margin-bottom: 0;
  }

  .link.dark {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 18px;
  }

  .kickoff-classes-wrap {
    width: 100%;
  }

  .icone.dark {
    border-radius: 50%;
    height: 60px;
  }

  .h3._40 {
    text-align: left;
  }

  .tab-marcas {
    width: 100%;
  }

  .icone-marca.big {
    width: 40%;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    grid-auto-columns: minmax(40px, 1fr);
    grid-auto-flow: column;
    place-content: stretch center;
    place-items: center;
    padding-bottom: 24px;
    display: grid;
  }

  .tabs-menu.experts {
    grid-auto-flow: row;
  }

  .conteudo-grid {
    width: 70%;
  }

  .conteudo-material-abas.fotos {
    width: 60%;
  }

  .conteudo-material-abas.spiti, .conteudo-material-abas.primo-rico {
    width: 100%;
  }

  .conteudo-material-abas.top-invest {
    width: 60%;
  }

  .conteudo-material-abas.edu-finance {
    width: 100%;
  }

  .conteudo-material-abas.mba {
    width: 50%;
  }

  .image-15 {
    object-fit: cover;
  }

  .image-15._70 {
    width: 50%;
  }

  .head-ldt {
    margin-bottom: 56px;
    position: static;
  }

  .grupo-primo-material {
    width: 80%;
  }

  .noticias-placeholder {
    grid-template-columns: repeat(auto-fit, minmax(189px, 1fr));
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .news-content {
    width: auto;
  }

  .flex-horizontal {
    transform: scale(1.6)rotate(30deg);
  }

  .icon-container {
    height: 20vw;
  }

  .mobile-menu {
    display: none;
  }

  .mobile-overlay {
    z-index: 999999999;
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-top: 56px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu-mobile-content {
    margin-top: 32px;
  }

  .content.footer {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
  }

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

  .logo-esquerda {
    flex-direction: column;
  }

  .copy-footer-2 {
    flex-direction: column;
    justify-content: center;
  }

  .paragrafo.largue {
    margin-bottom: 0;
  }

  .links-vagas {
    width: 100%;
  }

  .rotate-cards {
    background-color: #000;
    width: 100%;
  }

  .menu-button, .icon {
    display: none;
  }

  .tl-conteudo {
    height: 100%;
  }

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

  .ecossistema {
    display: none;
  }

  .ecossistema.mobile {
    width: auto;
    max-width: none;
    display: flex;
    overflow: visible;
  }

  .logo-eco.topi {
    width: 140px;
    height: 140px;
    inset: auto 5px 36px auto;
    transform: rotate(143deg);
  }

  .logo-eco.grao {
    width: 140px;
    height: 140px;
    inset: 247px -54px auto auto;
    transform: rotate(90deg);
  }

  .logo-eco.finclass.mobile {
    width: 140px;
    height: 140px;
    inset: auto auto 314px -64px;
    transform: rotate(-90deg);
  }

  .logo-eco.staage {
    width: 140px;
    height: 140px;
    inset: auto 247px -44px auto;
    transform: rotate(175deg);
  }

  .logo-eco.perini {
    width: 140px;
    height: 140px;
    inset: 0% auto auto 75px;
    transform: rotate(-34deg);
  }

  .logo-eco.joel {
    width: 140px;
    height: 140px;
    top: 8px;
    right: 58px;
    transform: rotate(29deg);
  }

  .logo-eco.spiti {
    width: 140px;
    height: 140px;
    inset: auto auto 50px 18px;
    transform: rotate(230deg);
  }

  .logo-eco.primotech.mobile {
    width: 140px;
    height: 140px;
    inset: -73px auto auto;
  }

  .expert-eco {
    width: 60px;
    height: 60px;
    right: -23px;
  }

  .expert-eco.stg, .expert-eco.peri, .expert-eco.jj, .expert-eco.spt, .expert-eco.pt.trentim, .expert-eco.pt.gian, .expert-eco.spt {
    width: 60px;
    height: 60px;
  }

  .comunidade-centro {
    z-index: 80;
    width: 230px;
    height: 230px;
    top: 161px;
  }

  .image-39 {
    width: 20px;
    height: 20px;
  }

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

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

  .texto-ecossistema {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fundo-eco {
    opacity: 1;
    width: 1000px;
    max-width: none;
  }

  .page-scroll {
    height: 7870px;
    padding-top: 40px;
    display: none;
    overflow: visible;
  }

  .circle-round {
    z-index: 10;
    opacity: 1;
    background-color: #0000;
    border: 1px solid #ffffff1c;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    width: 700px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0%;
  }

  .linear-bg {
    z-index: 50;
    color: #0000;
    object-fit: fill;
    background-color: #0000;
    background-image: linear-gradient(3deg, #0b0b0b 45%, #0000);
    width: 100%;
    max-width: 100%;
    height: 90%;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: auto 0% -118px;
    overflow: visible;
  }

  .body-2 {
    overflow: visible;
  }

  .camera-mobile {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .html-embed-13 {
    display: none;
  }

  .titulo-ecossistema {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 0;
  }

  .lottie-animation {
    width: 30%;
  }

  .text-block-36 {
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-9 {
    width: 100%;
  }

  .accordion-wrapper-2 {
    max-width: 100%;
  }

  .accordion-item-content-2.open {
    margin-top: 20px;
  }

  .relatorio_title {
    max-width: 100%;
  }

  .aba_relatorio {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .paragrafo-medio._40 {
    font-size: 18px;
  }

  .navbar {
    position: relative;
  }

  .links-menu {
    display: none;
  }

  .hero--content {
    width: 100%;
    height: auto;
    top: 0;
  }

  .heading--exclusive {
    font-size: 32px;
  }

  .section-full.hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-full.proposito {
    height: auto;
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    top: 10px;
  }

  .section-full.alcance {
    height: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    top: 10px;
  }

  .section-full.primoverse {
    display: none;
  }

  .content {
    height: 100%;
  }

  .content.proposito {
    height: auto;
  }

  .content.alcance {
    width: 100%;
    margin-right: auto;
  }

  .cards-direita {
    column-count: 5;
  }

  .cards-direita.hero.esquerda {
    opacity: .22;
  }

  .numeros {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .counter {
    font-size: 32px;
  }

  .section-default.marcas {
    background-image: none;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-default.carreiras, .section-default.principios, .section-default.imprensa, .section-default.linha-do-tempo {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .paragrafo-largo {
    text-align: center;
    font-size: 18px;
  }

  .marcas-content {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px;
    grid-auto-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
    display: flex;
  }

  .marcas-content._4 {
    grid-template-columns: repeat(auto-fit, minmax(217px, 1fr));
  }

  .link {
    margin-top: 32px;
  }

  .link.dark {
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-right: 0;
  }

  .icone.dark {
    height: 64px;
    margin-right: 32px;
  }

  .principios-icones {
    grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));
  }

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

  .paragrafo-pequeno.largo {
    line-height: 140%;
  }

  .icone-marca.big {
    width: auto;
  }

  .icone-marca.big.ti {
    width: 100%;
  }

  .icone-marca.big.staage, .icone-marca.big.staart, .icone-marca.big.grao {
    width: auto;
  }

  .icone-marca.pr {
    width: auto;
    margin-right: 0;
  }

  .icone-marca.mba {
    margin-right: 0;
  }

  .tabs-menu {
    grid-column-gap: 14px;
  }

  .conteudo-material-abas.mba {
    width: 80%;
  }

  .timeline_component {
    flex-direction: column;
    max-width: 100%;
  }

  .timeline_item {
    flex-direction: column;
    grid-template-columns: 64px 1fr;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 0;
    font-size: 24px;
  }

  .timeline_left {
    text-align: left;
    width: 20%;
    margin-bottom: 32px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .grupo-primo-material {
    background-color: #000;
    width: 100%;
    min-height: 222px;
  }

  .marquee {
    height: 70vw;
  }

  .track-vertical {
    align-items: center;
  }

  .flex-horizontal {
    overflow: visible;
  }

  .icon-container {
    height: 25vw;
  }

  .content.footer {
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .paragrafo {
    font-size: 18px;
  }

  .marcas-link {
    width: 100%;
  }

  .links-vagas {
    flex-direction: column;
    display: flex;
  }

  .text-block-36 {
    text-align: center;
    max-width: 30ch;
  }

  .primo_culltura_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-content-2.vw.v2.vv {
    margin-bottom: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cultura_item_wrapper {
    width: 12rem;
  }

  .cultura_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .primo_transparencia_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .accordion-wrapper-2 {
    max-width: 100%;
  }

  .accordion-item-content-2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    max-width: none;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 130%;
  }

  h4 {
    font-size: 18px;
  }

  .page-padding {
    height: 100%;
    padding-top: 0;
  }

  .container {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .paragrafo-medio._40 {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
  }

  .paragrafo-medio.longo {
    font-size: 16px;
  }

  .navbar {
    position: fixed;
  }

  .logo {
    width: 10rem;
  }

  .links-menu {
    display: none;
  }

  .link-navegacao {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1;
  }

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

  .hero--content {
    height: auto;
    margin-bottom: 0;
    top: 0;
  }

  .heading--exclusive {
    max-width: none;
    font-size: 20px;
    line-height: 130%;
  }

  .section-full.hero {
    min-height: auto;
    padding-top: 8.63rem;
    padding-bottom: 0;
  }

  .section-full.proposito {
    height: auto;
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    top: 0;
  }

  .section-full.alcance {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    top: 0;
  }

  .section-full.plataformas {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-full.primoverse {
    display: none;
  }

  .navegacao-seta {
    margin-top: 0;
    display: none;
    top: 31px;
  }

  .content.proposito {
    margin-top: auto;
    margin-bottom: auto;
  }

  .chapeu {
    font-size: 14px;
  }

  .page-wrapper {
    overflow: visible;
  }

  .cards-direita {
    column-count: 5;
    width: 100%;
  }

  .cards-direita.hero.esquerda {
    opacity: .14;
    column-count: auto;
  }

  .cards-direita.hero.esxquerda {
    transform: scale(1.4);
  }

  .numeros {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .section-default {
    padding-top: 181px;
    overflow: hidden;
  }

  .section-default.carreiras {
    padding-top: 70px;
    padding-bottom: 70px;
    display: none;
  }

  .section-default.principios {
    display: none;
  }

  .section-default.imprensa, .section-default.gpmidia, .section-default.linha-do-tempo, .section-default.noticias-gp {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .paragrafo-largo.dark {
    margin-top: 24px;
  }

  .paragrafo-largo.dark.center {
    font-size: 20px;
  }

  .info-marcas {
    flex-direction: column;
  }

  .descricao-expert p {
    max-width: 100%;
  }

  .titulo-marca {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .imagem-marca {
    margin-bottom: 0;
  }

  .marcas-content._4 {
    grid-template-columns: repeat(auto-fit, minmax(99px, 1fr));
  }

  .link {
    font-size: 18px;
  }

  .link.dark {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    margin-right: 0;
  }

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

  .frentes-gp {
    grid-row-gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(151px, 1fr));
    place-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .frente-icone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .icone, .icone.cinza {
    margin-bottom: 14px;
    margin-right: 0;
  }

  .icone.dark {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .heading-4 {
    font-size: 18px;
    font-weight: 500;
  }

  .h3, .h3.dark, .h3.center, .h3.double-line {
    font-size: 20px;
  }

  .h3._40 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 20px;
  }

  .principios-icones {
    flex-direction: column;
    display: flex;
  }

  .principios-content {
    flex-direction: column;
    align-items: center;
  }

  .paragrafo-pequeno {
    text-align: center;
    max-width: 100%;
    margin-top: 0;
  }

  .tab-marcas {
    display: none;
  }

  .icone-marca {
    width: 60%;
    max-width: 90%;
  }

  .icone-marca.pr {
    width: 160px;
  }

  .icone-marca.spiti {
    width: 35%;
  }

  .icone-marca.edu {
    width: 100%;
    margin-right: 0;
  }

  .icone-marca.mba {
    width: 40%;
  }

  .marca-content {
    justify-content: flex-start;
    max-height: 4rem;
  }

  .tabs-marca-content {
    justify-content: flex-start;
    font-size: 16px;
  }

  .conteudo-grid {
    width: 100%;
    margin-top: 32px;
  }

  .conteudo-material-abas {
    width: 100%;
    min-height: auto;
  }

  .conteudo-material-abas.staage {
    height: 240px;
  }

  .conteudo-material-abas.spiti, .conteudo-material-abas.staart {
    width: 100%;
  }

  .conteudo-material-abas.grao {
    border-color: #27bb4e4d;
    height: 240px;
  }

  .conteudo-material-abas.primo-rico, .conteudo-material-abas.top-invest, .conteudo-material-abas.mba {
    width: 100%;
  }

  .image-12 {
    width: 150px;
    margin-bottom: 24px;
    position: relative;
    top: 0;
  }

  .image-12.grao, .image-12.spiti-mobile {
    width: 100px;
  }

  .image-12.mba-logo {
    position: relative;
    top: 0;
  }

  .image-15 {
    position: absolute;
  }

  .image-15._70 {
    width: 70%;
    margin-bottom: 14px;
    position: relative;
    top: 0%;
  }

  .image-15.fotos {
    position: absolute;
  }

  .depoimento-cards {
    display: block;
  }

  .overlay-fade-top {
    background-image: linear-gradient(#0b0b0b, #0b0b0b);
    top: -29%;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
    margin-bottom: 48px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 0;
  }

  .timeline_date-text {
    font-size: 20px;
  }

  .timeline_left {
    width: 40%;
    margin-bottom: 24px;
  }

  .head-ldt {
    margin-bottom: 56px;
    padding-top: 0;
    position: relative;
  }

  .paragraph-4 {
    font-size: 16px;
    font-weight: 400;
  }

  .stick-section {
    z-index: 10;
  }

  .accordion-item-content {
    margin-top: 0;
  }

  .accordion-item-content.open {
    margin-top: 0;
    padding-top: 0;
  }

  .accordion-item-trigger {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .dropdown {
    flex: none;
  }

  .accordion-item, .accordion-item.borda {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item.ti {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .accordion-wrapper {
    max-height: 440px;
    padding-left: 14px;
    padding-right: 14px;
    display: block;
  }

  .grupo-primo-material {
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
  }

  .content-material {
    width: 100%;
    position: relative;
  }

  .image-16 {
    width: 60%;
    margin-bottom: 20px;
  }

  .image-17 {
    object-fit: fill;
    width: 160%;
    max-width: none;
    height: 100%;
  }

  .link-block {
    margin-top: 24px;
  }

  .noticias-placeholder {
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .news-content {
    margin-bottom: 24px;
  }

  .numeros-dados {
    align-items: flex-end;
  }

  .marquee-cover {
    background-image: none;
  }

  .flex-horizontal {
    transform: scale(1.6)rotate(30deg);
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .icon-container {
    height: 40vw;
  }

  .mobile-overlay {
    z-index: 100000;
    background-color: #000;
  }

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

  .paragrafo {
    font-size: 16px;
    font-weight: 400;
  }

  .rotate-cards {
    transform: translate(152px, -238px)scale(.4);
  }

  .text-span-7 {
    line-height: 1;
  }

  .plus {
    margin-bottom: -3px;
  }

  .image-30 {
    width: 100%;
  }

  .text-block-32 {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 140%;
    display: block;
    position: absolute;
    top: 249px;
  }

  .menu-button {
    display: none;
  }

  .modal-arquivo-baixado {
    height: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .fundo-eco {
    height: auto;
  }

  .page-scroll {
    height: 9500px;
  }

  .titulo-ecossistema {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 32px;
  }

  .lottie-animation {
    width: 50%;
    margin-bottom: 0;
  }

  .text-block-36 {
    text-align: center;
    max-width: 25ch;
    font-size: 16px;
  }

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

  .divisor-horizontal {
    display: none;
  }

  .primo_culltura_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .fs-select_text.v2 {
    font-size: 1.55rem;
  }

  .cultura_content_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .cultura_item_wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .infos_grupo-primo {
    grid-column-gap: .88rem;
    grid-row-gap: .88rem;
    flex-flow: column;
    position: relative;
  }

  .infos_grupo-primo.c3.nav_link_svg {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 20px;
  }

  .noticias_lista {
    display: flex;
  }

  .primo_transparencia_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .accordion-wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .paragraph-10 {
    color: #e6e6e6;
    font-size: 16px;
    line-height: 150%;
  }

  .accordion-heading-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
  }

  .accordion-item-content-2.open {
    margin-top: 20px;
  }

  .tab-link-2024 {
    text-align: center;
    font-size: 16px;
  }

  .tab-link-2024.w--current {
    font-size: 18px;
  }

  .aba_relatorio {
    width: 100%;
  }

  .link-relatorio {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tabs-menu-2 {
    display: flex;
  }

  .tab-pane-2024 {
    width: 100%;
  }

  .date_wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed {
    order: -1;
    display: none;
  }

  .texto-min {
    order: -1;
    margin-top: 0;
    padding-right: 8px;
  }

  .acessar_link {
    font-size: 14px;
  }
}

#w-node-_1911cf0f-e076-8894-a5a5-df6fbc87579c-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650059-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650066-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650073-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650088-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650123-10fda7c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef218e5c-83df-f729-0950-0e30b5cc1c3d-10fda7c5 {
  align-self: auto;
}

#w-node-eb7d8a0d-5144-4854-295d-471c44c78610-10fda7c5, #w-node-c3254e17-4c4e-d8cd-8020-ef0872a01bbb-10fda7c5, #w-node-_859f2a6d-ee01-f65f-e190-bafa1c61cbba-10fda7c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_741157bb-46ed-d85a-6ff5-2a7cea650160-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650166-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65016c-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650172-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650178-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65017e-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650184-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65018a-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650190-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650196-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65019c-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501a2-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501a8-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501ae-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501b4-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501ba-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501da-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501df-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501e4-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6501e9-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650212-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65021a-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650222-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65022a-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650232-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65023a-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650242-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65024a-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650252-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65025a-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650262-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65026a-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6502fb-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650303-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650327-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650343-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650355-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65035f-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650385-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6503a1-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6503a9-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6503bb-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6503c3-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65041f-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650438-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650449-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65047b-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650481-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6504c2-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6504d8-10fda7c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65008b-10fda7c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65008e-10fda7c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_741157bb-46ed-d85a-6ff5-2a7cea650095-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea65009f-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6500a9-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6500b3-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6500bd-10fda7c5, #w-node-eafa06bf-f448-0d6b-3651-a4706fdd89eb-10fda7c5, #w-node-bc138d83-7517-74c9-4518-a2ca46b09f55-10fda7c5 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6504c2-10fda7c5, #w-node-_741157bb-46ed-d85a-6ff5-2a7cea6504d8-10fda7c5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


