@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-Light.ttf') format("truetype"), url('../fonts/Wotfard-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-BoldItalic.ttf') format("truetype"), url('../fonts/Wotfard-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-ExtraLight.ttf') format("truetype"), url('../fonts/Wotfard-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-LightItalic.ttf') format("truetype"), url('../fonts/Wotfard-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-ExtraLightItalic.ttf') format("truetype"), url('../fonts/Wotfard-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-MediumItalic.ttf') format("truetype"), url('../fonts/Wotfard-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-Medium.ttf') format("truetype"), url('../fonts/Wotfard-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-RegularItalic.ttf') format("truetype"), url('../fonts/Wotfard-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-Regular.ttf') format("truetype"), url('../fonts/Wotfard-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-SemiBold.ttf') format("truetype"), url('../fonts/Wotfard-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-Thin.ttf') format("truetype"), url('../fonts/Wotfard-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-ThinItalic.ttf') format("truetype"), url('../fonts/Wotfard-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-SemiBoldItalic.ttf') format("truetype"), url('../fonts/Wotfard-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-Bold.ttf') format("truetype"), url('../fonts/Wotfard-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Bemio;
  src: url('../fonts/Bemio-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --f70fff: #12d6df;
  --magenta: #05050524;
  --ffcc00: #313131;
  --violet: #f4f4f4;
  --390681: var(--magenta);
}

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.header {
  color: #fff;
  background-color: #3e0b44;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: auto;
  padding: 10px 90px;
}

.header.header-materiais {
  background-color: #3e0b44;
  background-image: none;
  background-size: auto;
  padding-bottom: 10px;
}

.header.header-materiais.new-materiais {
  background-color: #0300c3;
  background-image: none;
}

.header.header-semi {
  background-color: #3e0b44;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 10px;
}

.header.header-intensivo {
  background-color: var(--f70fff);
  color: #fff;
}

.header.header-home {
  background-image: none;
  background-size: auto;
}

.header.header-home.black {
  background-color: #000;
}

.header.header-home.black.bw.sessao-descontos-ex {
  background-color: #8300eb;
}

.header.header-home.black.bw {
  background-color: #0300c3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.logo-e-menu {
  background-color: #030303;
}

.navbar {
  z-index: 1;
  background-color: var(--f70fff);
  color: var(--f70fff);
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 5px;
  font-family: Wotfard, sans-serif;
  display: flex;
}

.navbar.novo-navbar {
  background-color: var(--magenta);
}

.navbar.navnovo {
  background-color: var(--ffcc00);
  display: flex;
}

.navbar.new-nav {
  background-color: #0000;
  display: block;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link:hover {
  color: #ff9600;
  border-bottom: 1px #000;
}

.nav-link.nav-esp-bw {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.nav-esp-bw.botao-sou-aluno {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #ff9600;
}

.nav-link-2.link-materiais-gratuiitos {
  display: block;
}

.nav-link-2.link-materiais-desktop {
  margin-right: 0;
}

.nav-link-2.link-materiais-desktop.link-oculto {
  display: none;
}

.nav-link-3, .nav-link-4 {
  color: #fff;
}

.banner-e-chamada {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.banner-e-chamada.baner_2 {
  display: none;
}

.texto-chamada {
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  font-size: 20px;
  display: flex;
}

.link-block {
  background-image: url('../images/Extensivo2022-1920x997-ProfessorPinguim-2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex: 1;
  height: 640px;
  text-decoration: none;
  display: block;
}

.link-block.link-bg-banner-revisao {
  background-image: url('../images/BF_Pinguim_Banner_Site_Revisao_1fasev2.jpg');
  display: block;
}

.link-block.link-bg-banner-revisao.revisa0-2-banner {
  background-image: url('../images/banner-site-R2.png');
}

.heading {
  color: #fff;
}

.container {
  display: block;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 63px;
  display: flex;
  overflow: visible;
}

.botao-sou-aluno {
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.botao-sou-aluno:hover {
  color: #3e0b44;
  background-color: #fff;
}

.botao-sou-aluno.cta-aluno-materiais {
  margin-right: 10px;
  text-decoration: none;
}

.botao-sou-aluno.cta-aluno-materiais.queroso {
  color: #d7ff26;
}

.botao-sou-aluno.cta-aluno-materiais.queroso:hover {
  color: #000;
}

.botao-sou-aluno.cta-especial-login {
  text-transform: none;
  background-color: #3e0b44;
  border-style: solid;
  border-width: 1px;
  font-weight: 400;
}

.botao-sou-aluno.cta-especial-login:hover {
  color: #fff;
}

.botao-sou-aluno.cta-esp.menu-cta {
  border-color: var(--magenta);
  margin-left: 0;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 100%;
}

.botao-assine-ja {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #96f;
  border-radius: 24px;
  margin-top: 31px;
  margin-bottom: 36px;
  margin-left: 20px;
  padding: 9px 35px 11px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.botao-assine-ja:hover {
  color: #3e0b44;
  background-color: #fff;
}

.botao-assine-ja.cta-black {
  background-color: #f750db;
}

.botao-assine-ja.bt-black {
  background-color: #000;
}

.botao-assine-ja.bt-black:hover {
  color: #f59fff;
}

.botao-assine-ja.bt-black-esp {
  color: #fff;
  cursor: pointer;
  border-radius: 34px;
  align-self: auto;
  margin-top: 35px;
  padding-bottom: 11px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 26px;
  font-weight: 500;
  display: block;
}

.botao-assine-ja.bt-black-esp:hover {
  color: var(--magenta);
}

.botao-assine-ja.bt-black-esp.bt-home {
  margin-top: 21px;
  font-size: 20px;
}

.botao-assine-ja.cta-clabk {
  cursor: pointer;
}

.botao-assine-ja.cta-comissao-off {
  overflow: visible;
}

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

.video {
  background-image: url('../images/fundo-video.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 200px 100px 180px;
  text-decoration: none;
  display: block;
}

.video.video-edit {
  display: none;
}

.video.video-home {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/VIDEO-VENDAS-SEMI-PAULISTA-PLATAFORMA.00_00_12_26.Quadro001.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  display: block;
  overflow: visible;
}

.div-v-deo {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.lightbox-link {
  text-decoration: none;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #fa6401;
  border-radius: 11px;
  padding: 15px 19px;
  font-family: Wotfard, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
}

.para-quem-e {
  color: #fff;
  background-color: #ee2a7b;
  padding: 100px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.texto {
  letter-spacing: 1px;
  margin-left: 20px;
  padding-top: 40px;
  padding-left: 0;
  font-size: 64px;
  font-weight: 700;
}

.text-block-2 {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  font-size: 40px;
  line-height: 40px;
  display: inline;
  position: relative;
}

.imagem-topo {
  justify-content: space-around;
  align-items: flex-end;
  margin-top: -12px;
  padding-top: 0;
  display: flex;
}

.text-block-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 17px;
}

.div-block {
  z-index: 1;
  height: 11px;
  position: relative;
  top: -55px;
  left: -37px;
}

.image {
  float: none;
}

.div-block-2, .div-block-3, .div-block-4 {
  border-right: 1px solid #be0c56;
  padding-left: 20px;
  padding-right: 20px;
}

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

.turmas {
  text-transform: uppercase;
  background-color: #3e0b44;
  padding-top: 60px;
}

.div-imagem-time-line {
  justify-content: center;
  align-items: center;
  padding: 100px 120px;
  display: flex;
}

.image-2 {
  width: 100%;
  display: block;
}

.container-2 {
  color: #fff;
  text-align: center;
}

.titulo-sessao {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 27px;
  font-weight: 500;
  line-height: 45px;
  display: inline-block;
}

.titulo-sessao.titulo-beneficios {
  text-transform: uppercase;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  font-size: 27px;
  font-weight: 500;
}

.titulo-sessao.titulo-sessao-escolha {
  border-bottom-style: none;
  font-size: 27px;
  line-height: 32px;
}

.titulo-sessao.sessao-depoimento-chamada {
  color: #ee2a7b;
  border-bottom-color: #ee2a7b;
  font-weight: 600;
  line-height: 27px;
}

.text-block-5 {
  color: #e632fd;
  font-size: 16px;
  font-weight: 500;
}

.beneficios-desktop {
  color: #fff;
  background-color: #ff8600;
  background-image: url('../images/fundo-beneficios-01.png');
  background-position: 50%;
  background-size: cover;
  padding: 60px;
}

.div-chamada-beneficios {
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.grid-3 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: space-between;
  place-items: start stretch;
}

.div-elementos {
  border-right: 1px #000;
  padding-bottom: 10px;
}

.div-imagem-beneficios {
  border-right: 2px solid #d07005;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.div-imagem-beneficios.div-simulado-right {
  border-right-style: none;
}

.div-textos-beneficios {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-6 {
  font-weight: 300;
}

.text-block-7 {
  padding-bottom: 5px;
  font-weight: 500;
}

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

.chamada-escolha {
  color: #fff;
  background-color: #ee2a7b;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.cursos {
  background-color: #fff;
  margin-right: 0;
  padding: 60px 0;
}

.div-grid-1 {
  background-image: url('../images/fundo-1-bonus.png');
  background-position: 0%;
}

.div-grid-2 {
  background-image: url('../images/fundo-02-bonus.png');
  background-position: 100%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  display: none;
}

.grid-4 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

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

.grid-4.grid-home.g-esp {
  grid-template-columns: 1fr;
}

.div-imagem-curso {
  text-align: center;
  border-right: 2px #dedede;
  padding-bottom: 20px;
}

.div-imagem-curso.div-imagem-curso-right, .div-imagem-curso.div-grid-2-right {
  border-right-style: none;
}

.imagem-curso {
  padding-left: 0;
  padding-right: 0;
}

.div-elementos-curso {
  display: inline;
}

.div-elementos-curso.div-oculta, .div-elementos-curso.div-1-oculta {
  display: none;
}

.div-botao {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.div-textos {
  color: #3e0b44;
}

.text-block-8 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 12px;
}

.text-block-9 {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.button {
  background-color: #ff8600;
  border-radius: 20px;
  margin-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 500;
}

.button:hover, .button.cta-central {
  background-color: #871b95;
}

.button.cta-central:hover {
  background-color: #ff8600;
}

.button.cta-intensivo {
  background-color: #871b95;
}

.button.cta-intensivo:hover {
  background-color: #ff8600;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.grid-5.grid-segunda-linha {
  display: block;
}

.bonus {
  color: #fff;
  background-color: #871b95;
  background-image: url('../images/bg-shape.png');
  background-position: 0%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
}

.bonus.bonu-home {
  display: none;
}

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

.div-geral-garantia {
  align-items: center;
  display: flex;
}

.div-imagem-garantia {
  justify-content: center;
  align-items: center;
  display: flex;
}

.texto-garantia {
  font-size: 10px;
}

.chamada-depoimentos {
  color: #fff;
  background-color: #3e0b44;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  display: block;
}

.div-depoimentos {
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

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

.div-elementos-depoimentos {
  flex-direction: column;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.text-block-10 {
  z-index: 2;
  text-transform: uppercase;
  margin-top: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 12px;
  position: relative;
  top: 65px;
}

.div-imagem-depoimentos {
  z-index: 0;
  height: 30px;
  display: none;
  position: relative;
  top: -394px;
}

.text-block-11 {
  z-index: 2;
  padding-left: 20px;
  font-size: 12px;
  position: relative;
  top: 67px;
}

.image-3 {
  margin-top: -390px;
  display: block;
  position: static;
}

.div-block-6 {
  width: 331px;
}

.div-texto-depoimentos {
  z-index: 2;
  flex-direction: column;
  width: 331px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  position: static;
  top: 30px;
}

.slider {
  background-color: #0000;
  height: auto;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-depo-1 {
  flex-direction: column;
  flex: 0 auto;
  margin-top: 20px;
  padding-left: 40px;
  line-height: 16px;
  display: block;
  position: relative;
  top: -318px;
}

.image-4 {
  position: relative;
  top: -406px;
}

.mask {
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.columns {
  height: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav {
  display: none;
}

.text-block-12 {
  text-transform: uppercase;
  margin-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
  display: block;
  position: relative;
}

.column {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.div-block-7 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-5 {
  flex: none;
  width: 80%;
  display: block;
  position: relative;
}

.text-block-13 {
  font-size: 12px;
  display: inline;
}

.slide {
  height: auto;
}

.slider-2 {
  background-color: #0000;
  height: 100%;
}

.mask-2 {
  height: 670px;
}

.text-block-14 {
  color: #0000;
  background-color: #fad94c;
  font-size: 4px;
  line-height: 3px;
  display: inline;
}

.text-block-14.cor-depoimentos-sublinhado {
  background-color: #00c5e7;
}

.div-professores {
  background-color: #c0e88a;
  border-right: 6px solid #fff;
  flex: 1;
  padding-top: 140px;
  padding-left: 100px;
  padding-right: 60px;
}

.div-professores.professores-right {
  border-left: 6px solid #fff;
  border-right-style: none;
  padding-left: 60px;
}

.div-block-97 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-15 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 50px;
  display: inline;
}

.text-block-15.texto-assinatura-sonhos {
  letter-spacing: 1px;
  font-size: 38px;
  line-height: 55px;
}

.div-geral-professores-slider {
  margin-bottom: -15px;
  padding-bottom: 0;
  display: flex;
}

.image-7 {
  text-align: left;
  width: 90%;
  margin-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.text-block-35 {
  text-align: right;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.titlulo-professores-2 {
  color: #0c65bb;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-44 {
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.text-block-36 {
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
}

.div-block-96 {
  text-align: left;
  flex: 1;
  height: 400px;
  padding-top: 0;
  display: block;
}

.titulo-professores-1 {
  color: #0c65bb;
  text-align: right;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-37 {
  z-index: 100;
  color: #fff;
  text-align: left;
  background-color: #0000;
  width: auto;
  height: auto;
  line-height: 19px;
  display: inline-block;
  position: relative;
  top: 416px;
  left: 28px;
}

.text-block-37.linha-02 {
  text-align: left;
  top: 205px;
  left: -60px;
}

.left-arrow {
  display: none;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: center start;
}

.slide-2 {
  padding-left: 140px;
  padding-right: 140px;
}

.depoimentos {
  color: #fff;
  background-color: #3e0b44;
  background-image: url('../images/bg-comentarios-min01.png');
  background-position: 0%;
  background-size: contain;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.div-block-98 {
  z-index: 2;
  background-image: url('../images/depoimento-01.png');
  background-position: 50%;
  background-size: contain;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 155px 40px 60px 0;
  display: flex;
  position: relative;
}

.div-block-98.depo-2 {
  background-image: url('../images/depoimento-02.png');
  align-items: flex-end;
  margin-top: 12px;
  padding-top: 208px;
  padding-bottom: 60px;
  padding-right: 40px;
}

.div-block-98.depo-3 {
  background-image: url('../images/depoimento-03.png');
  align-items: flex-end;
  margin-top: 17px;
  padding-top: 207px;
  padding-bottom: 82px;
  padding-right: 80px;
}

.text-block-45 {
  text-transform: uppercase;
  margin-top: 0;
  display: block;
}

.text-block-46 {
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 10px;
  line-height: 18px;
  display: inline-block;
}

.text-block-46.depo-centro {
  text-align: right;
  margin-top: 0;
  padding-bottom: 89px;
  padding-left: 60px;
  padding-right: 5px;
}

.text-block-46.depo-3-text {
  margin-top: 0;
  padding-bottom: 33px;
  padding-left: 70px;
}

.div-block-99 {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-4 {
  flex: 0 auto;
  display: block;
}

.professor {
  color: #3e0b44;
  background-color: #ff8600;
  padding-bottom: 60px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
}

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

.div-block-101 {
  align-items: flex-end;
  display: flex;
}

.text-block-47 {
  color: #3e0b44;
  letter-spacing: 2px;
  flex: 0 auto;
  padding-left: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 37px;
  position: relative;
  top: -102px;
  left: 155px;
}

.image-8 {
  margin-left: -30px;
  padding-top: 60px;
}

.text-block-48 {
  text-align: left;
  display: inline;
}

.div-block-102 {
  text-align: right;
  padding-top: 5px;
  padding-left: 0;
  line-height: 50px;
}

.div-block-103 {
  display: inline;
}

.text-block-49 {
  color: #ff9600;
  text-align: left;
  letter-spacing: 3px;
  margin-top: 5px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: inline-block;
}

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

.div-block-104 {
  margin-top: 10px;
  padding-left: 20px;
}

.redes-sociais {
  margin-top: 30px;
}

.grid-9 {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  padding-right: 0;
}

.div-block-105 {
  width: auto;
  margin-left: 20px;
  display: flex;
}

.rodap {
  background-color: var(--f70fff);
  color: #fff;
  padding: 60px 80px;
  font-family: Wotfard, sans-serif;
}

.rodap.rodape-materiais-gratuitos {
  background-color: #020b40;
}

.rodap.rodape-home {
  background-color: #fa6401;
}

.rodap.rodape-home.bgblack2024 {
  background-color: #202020;
}

.text-span-8 {
  color: #ff8600;
}

.text-span-8.coracao-esp, .text-span-8.cotacao-materiais {
  color: #fff;
}

.text-span-8.cora-o-home {
  color: red;
}

.icon-footer {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.icon-footer.semi-f {
  justify-content: flex-start;
}

.bet-logo {
  float: none;
  clear: none;
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.container-5 {
  flex-direction: column;
  display: flex;
}

.white-text {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}

.white-text.footer-text {
  float: right;
  letter-spacing: 0;
  margin-top: 29px;
  margin-bottom: 22px;
  padding-right: 0;
  font-size: 11px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.white-text.footer-text.love {
  float: left;
  clear: left;
  color: #fff;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: center;
  margin: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  display: block;
  position: static;
  bottom: 0;
  left: auto;
  right: 0;
}

.white-text.footer-text.love.love-esp {
  color: #ff6500;
}

.white-text.footer-text.love.materiais-footer {
  color: #ea6e2e;
}

.div-block-136 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-22 {
  margin: 5px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-137 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.grid-10 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  justify-content: space-around;
  place-items: start center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.icones-footer {
  flex: none;
}

.texto-footer {
  text-align: center;
  align-self: auto;
  padding-left: 0;
  display: block;
}

.texto-footer.texto-footer-new-materiais {
  display: none;
}

.text-block-50 {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.text-block-50.rd-esp {
  text-align: left;
  margin-top: 0;
}

.text-block-51 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.text-block-51.semi-r {
  text-align: left;
  justify-content: flex-start;
}

.duvidas {
  color: #fff;
  background-color: #ee2a7b;
  background-image: url('../images/fundo-duvidas.png');
  background-position: 50%;
  background-size: contain;
  height: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.heading-8 {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.heading-8.h-extensivo {
  text-transform: uppercase;
  display: block;
}

.bold-text-3 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.image-23 {
  text-align: right;
  margin-top: 10px;
}

.div-resposta-professores-2020, .div-programacao-respostas-2 {
  display: block;
}

.link-block-16 {
  order: 0;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.respostas {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.respostas.resposta-link {
  color: #ff8600;
  border-bottom: 1px solid #ff8600;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.respostas.resposta-link:hover {
  color: #ffa33d;
  border-bottom-color: #ffa33d;
}

.link-12-2 {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-8-2 {
  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-13-2 {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-01-2 {
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-03-2, .link-004-2 {
  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.text-span-15 {
  color: #f6276e;
}

.div-block-127 {
  text-align: left;
  cursor: pointer;
  padding-left: 0;
  display: inline;
}

.div-block-127.div-pergunta-2 {
  text-align: right;
  flex: 0 auto;
  padding-left: 0;
}

.div-block-127.div-pergunta-3 {
  padding-left: 89px;
}

.list-item {
  color: #000;
  font-size: 16px;
}

.link-14-2, .link-005-2 {
  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.image-24 {
  margin-top: 0;
  padding-top: 20px;
  display: none;
}

.list-item-5 {
  color: #000;
  font-size: 16px;
}

.link-006-2 {
  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.container-respostas-2 {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.link-10-2 {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.text-left {
  color: #606366;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
}

.text-left.text-icon {
  float: none;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: none;
}

.link-11-2 {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-resposta-7 {
  text-decoration: none;
}

.link-9-2 {
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.div-respostas-2 {
  text-align: left;
  text-transform: none;
  cursor: pointer;
  border-color: #ff9051 #ff9051 #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 1px;
  margin-top: 0;
  padding: 15px 20px 10px;
  text-decoration: none;
  display: block;
}

.div-respostas-2:hover {
  background-color: #871b95;
}

.div-respostas-2.borda-esp {
  border-color: #f3f3f3 #f3f3f3 #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.bold-text {
  text-decoration: none;
}

.link-07-2 {
  cursor: pointer;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.link-block-17 {
  line-height: 22px;
  text-decoration: none;
}

.link {
  color: #ff8600;
  border-bottom: 1px solid #ff8600;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #ee9e45;
}

.link-2 {
  color: #fff;
  text-align: left;
  text-decoration: none;
}

.chamada-duvidas {
  display: inline-block;
  position: static;
  top: -672px;
}

.text-block-52 {
  letter-spacing: 1px;
  padding: 92px 0 86px 100px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  display: inline-block;
  position: relative;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2.75fr 1.25fr;
}

.grid-11.grid-semi-esp {
  margin-top: 100px;
}

.div-block-138 {
  background-image: url('../images/bg-duvidas1.png');
  background-position: 50%;
  width: auto;
  padding-right: 0;
}

.div-block-139 {
  border: 1px solid #fff;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr 1fr .5fr;
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.slider-3 {
  flex: none;
}

.slider-desktop {
  text-align: center;
  background-color: #0000;
  height: 478.75px;
}

.slider-desktop.depoimentos-old {
  display: none;
}

.mask-3 {
  text-align: center;
  height: 777px;
}

.slide-3 {
  height: 700px;
}

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

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  place-content: center space-around;
  align-items: center;
  height: auto;
  display: none;
}

.div-block-140 {
  height: auto;
}

.text-span-16 {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.icon {
  left: 40px;
}

.left-arrow-2 {
  left: 0;
}

.left-arrow-2.seta-home {
  display: none;
}

.right-arrow {
  right: 0;
}

.right-arrow.seta-home {
  display: none;
}

.container-6 {
  text-align: center;
  flex: none;
  padding-bottom: 40px;
}

.text-block-53 {
  text-align: center;
  display: inline;
}

.heading-9 {
  color: #000;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: 0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.heading-9.h-extensivo {
  text-transform: uppercase;
}

.image-25 {
  margin-top: 10px;
}

.respostas-2 {
  color: #fff;
  font-size: 12px;
  display: none;
}

.div-respostas-3 {
  text-align: left;
  text-transform: none;
  border-color: #ff9051 #ff9051 #000;
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-radius: 1px;
  margin-top: 15px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.div-respostas-3.borda-esp {
  color: #fff;
  cursor: pointer;
  border-color: #f3f3f3 #f3f3f3 #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-top: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-respostas-3.borda-esp:hover {
  background-color: #0300c3;
}

.text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  font-weight: 600;
}

.div-block-143 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-block-54 {
  font-size: 18px;
  display: inline;
}

.div-block-144 {
  margin-top: 20px;
}

.div-block-145 {
  text-align: right;
  height: 45px;
  padding-top: 0;
  padding-left: 0;
}

.image-27 {
  margin-top: 0;
  margin-left: 100px;
  padding-bottom: 0;
  position: relative;
  top: -146px;
  left: -171px;
}

.para-quem-e-mobile, .cursos-mobile, .beneficios-mobile {
  display: none;
}

.image-28 {
  margin-top: 4px;
  padding-top: 17px;
  padding-bottom: 23px;
  padding-left: 0;
  display: inline-block;
}

.div-block-149 {
  justify-content: space-around;
  display: flex;
}

.div-block-150, .div-block-151, .div-block-152 {
  flex: 1;
}

.slide-4, .slide-5 {
  padding-left: 140px;
  padding-right: 140px;
}

.slider-depoimento-mobile {
  display: none;
}

.nav-link-5 {
  color: #000;
  background-color: #0000;
  border: 1px solid #c06504;
  border-radius: 20px;
  margin-top: 0;
  margin-right: 47px;
  padding: 12px 22px;
  font-size: 16px;
  line-height: 100%;
  overflow: visible;
}

.nav-link-5:hover {
  color: #fbff00;
  background-color: #000;
}

.nav-link-5.cta-extensivo-menu {
  background-color: #0000;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link-5.cta-extensivo-menu.esp-cta {
  border-width: 2px;
  border-color: var(--magenta);
  text-align: center;
  text-shadow: 1px 1px 6px var(--f70fff);
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 135px;
  line-height: 100%;
}

.nav-link-5.cta-extensivo-menu.esp-cta:hover {
  color: #fff;
  text-shadow: none;
  background-color: #0000;
}

.body-2 {
  letter-spacing: 1px;
  font-family: Wotfard, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.banner-chamada-revisao {
  background-color: #0000;
  background-image: url('../images/banner-desktop-semiextensivo-paulista-2021.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 640px;
  display: flex;
}

.banner-chamada-revisao.banner-revisao21 {
  background-image: url('../images/PINGUIM_CURSO_BANNERS_-min.png');
  display: flex;
}

.banner-chamada-revisao.banner-revisao21.banner-revisao {
  background-image: none;
}

.link-block-18 {
  background-image: url('../images/BF_Pinguim_Banner_Site_Novo_Extensivo-min.png');
  background-position: 50% 100%;
  background-size: cover;
  flex: 1;
  height: 640px;
  display: block;
}

.o-que-vai-estudar {
  background-color: var(--magenta);
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 80px;
}

.chamada-o-que-estudar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: block;
}

.text-block-56 {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.div-conte-do-desktop {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 154px;
}

.grid-14 {
  grid-column-gap: 37px;
  color: #871b95;
  letter-spacing: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  justify-content: space-around;
  justify-items: stretch;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.grid-14.grid-conteudos-ocullto {
  display: none;
}

.conte-do-1 {
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: -4px 4px 20px -7px #000;
}

.conte-do-1.cnt-esp {
  background-color: #0000;
  border: .1px solid #ffffff70;
  padding-top: 60px;
  padding-bottom: 20px;
}

.imagem-conte-do {
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 110px;
  display: flex;
}

.imagem-conte-do.img-esp-conteudo {
  height: auto;
  padding-bottom: 20px;
}

.textos-conte-dos {
  border-bottom: 1px solid #000;
}

.textos-conte-dos.texto-conteudo-fuvest {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-picos-conte-dos {
  color: #3e0b44;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.grid-15.grid-esp-fuvest {
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 10px;
  padding-bottom: 12px;
}

.grid-15.grid-bf {
  margin-bottom: 20px;
}

.grid-15.grid-bf.grid-lista {
  margin-bottom: 5px;
}

.texto-t-pico {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.texto-t-pico.texto-fuvest-conteudo {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.texto-t-pico.txt-bf {
  color: #51daf3;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.texto-t-pico.txt-bf.txt-lista {
  color: #f750db;
  font-size: 17px;
}

.texto-t-pico.txt-bf.txt-lista.lista-esp {
  color: #1fe2cb;
}

.texto-t-pico.txt-bf.txt-lista.lista-esp.li-branca {
  color: #fff;
}

.texto-t-pico.txt-bf.txt-lista.lista-esp.li-amarala {
  color: #f5cd50;
  margin-top: 45px;
}

.texto-t-pico.txt-descontos-lista {
  font-weight: 700;
}

.texto-t-pico.txt-semi-2022-lista {
  color: #f5cd50;
  font-weight: 500;
}

.text-block-57 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-57.texto-conteudo-fuvest {
  color: #fff;
  width: 80%;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 900;
}

.text-span-21 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.image-29 {
  position: relative;
  top: -55px;
}

.div-textos-complementares {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fc0;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -102px;
  padding-top: 120px;
  padding-bottom: 0;
  display: flex;
}

.div-textos-complementares.div-textos-complementares-especial {
  padding-bottom: 60px;
  display: none;
}

.div-textos-complementares.cor-div-especial-intesivo {
  background-color: #2fa7fc;
}

.div-textos-complementares.div-extensivo-estudo {
  padding-top: 180px;
}

.div-textos-complementares.div-extensivo-estudo.div-exp {
  margin-top: -90px;
  padding-top: 100px;
}

.text-block-58 {
  color: #fff;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 37px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.text-block-58.texto-espe-semi-sessao {
  line-height: 35px;
  position: relative;
  top: 0;
}

.text-block-58.jogo {
  color: var(--magenta);
}

.chamada-provas {
  background-color: var(--magenta);
  padding-top: 19px;
  padding-bottom: 25px;
  display: block;
}

.chamada-provas.cor-especial-revisao21 {
  background-color: #fb0a52;
  margin-top: 0;
}

.text-block-59 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.text-span-22 {
  font-weight: 500;
}

.estudo-dirigido {
  background-color: var(--magenta);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: block;
}

.estudo-dirigido.div-especial-estudo-dirigido {
  display: flex;
}

.estudo-dirigido.es-rv2 {
  background-color: #390681;
  padding-top: 21px;
  padding-bottom: 100px;
}

.chamada-estudo-dirigido {
  text-align: center;
  padding-bottom: 40px;
}

.bot-o-alunos {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 70px;
}

.bot-o-alunos.cta-alunos-extensivo {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.bot-o-alunos.cta-alunos-extensivo.cta-ementa-semiextensivo {
  display: none;
}

.text-block-60 {
  color: #fe00a2;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-60.text-esp-resumos {
  color: #fff;
  text-align: left;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}

.text-block-61 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.text-block-62 {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 300;
}

.text-block-62.text-esp {
  padding-top: 0;
}

.text-span-23 {
  color: #a526b6;
}

.text-span-23.texto-ementa-extensivo {
  text-transform: uppercase;
  font-size: 18px;
}

.button-2 {
  color: #c92aa7;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: inline;
  box-shadow: -1px 0 9px -1px #fff;
}

.button-2.cta-ext-alunos {
  box-shadow: -1px 0 9px -1px #fff;
}

.button-2.cta-ext-alunos.botao-ementa {
  text-transform: none;
  border-radius: 30px;
  padding: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.button-2.cta-ext-alunos.botao-ementa.hide {
  display: inline;
  top: 0;
}

.button-2.cta-revisao, .button-2.cta-intensivo, .button-2.cta-semiextensivo-alunos {
  display: none;
}

.grid-16 {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
}

.grid-16.grid-intensivo, .grid-16.grid-semiextensivo, .grid-16.grid-esp-extensivo {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-16.grid-esp-revisao {
  grid-template-columns: .5fr 1fr;
}

.imagem-estudo-dirigido {
  text-align: center;
  border-right: 1px solid #fff;
  margin-bottom: 25px;
}

.imagem-estudo-dirigido.imagem-right-icones-estudo-dirigido {
  border-right-style: none;
}

.text-block-63 {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

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

.container-desktop-estudo-dirigido {
  margin-top: 60px;
}

.turma-de-junho {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-elementos-turma-junho {
  background-color: #fc0;
  border-radius: 30px;
  flex: 0 auto;
  align-self: center;
  width: 85%;
  height: auto;
  margin-bottom: -40px;
  padding-top: 25px;
  padding-bottom: 30px;
  box-shadow: -1px 1px 11px 1px #000;
}

.div-elementos-turma-junho.div-valor-plano-extensivo {
  color: #791b84;
  background-color: #fff;
  width: 800px;
  margin-bottom: -29px;
  padding: 50px 20px 26px;
  display: inline-block;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.grid-17.grid-valor-extensivo {
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  padding: 0 1px 0 0;
}

.grid-17.grid-esp-resumo {
  grid-template-columns: .75fr 1fr;
  align-items: start;
  padding-top: 23px;
}

.imagem-planos {
  flex-direction: column;
  display: flex;
}

.textos-planos-de-estudo {
  border-right: 1px #791b84;
  margin-bottom: 40px;
  margin-left: 25px;
  padding-top: 4px;
  padding-right: 0;
}

.textos-planos-de-estudo.versao-extensivo {
  padding-top: 0;
}

.chamada-plano-estudos {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 0;
  display: inline-block;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 10px;
}

.text-block-65 {
  color: var(--magenta);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}

.text-block-65.texto-nome-extensivo {
  margin-bottom: -42px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
  position: relative;
}

.text-block-66 {
  text-align: center;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  display: none;
}

.text-block-67 {
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.text-block-67.text-parcela {
  display: none;
}

.text-block-68 {
  text-align: center;
  border-left: 1px solid #3e0b44;
  font-weight: 300;
}

.text-span-24, .text-span-25 {
  text-transform: uppercase;
}

.text-span-26 {
  text-transform: uppercase;
  font-weight: 600;
}

.text-span-27 {
  text-transform: uppercase;
  font-weight: 500;
}

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

.image-30 {
  align-self: center;
  position: relative;
  top: -14px;
}

.text-span-29, .text-span-30 {
  margin-top: 10px;
  font-size: 14px;
  display: none;
}

.bonus-semi {
  color: #fff;
  background-color: #740881;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.bonus-semi.sessao-bonus-extensivo {
  background-color: #571060;
  margin-bottom: -34px;
  padding-top: 20px;
  padding-bottom: 116px;
}

.bonus-semi.sessao-bonus-extensivo.bonus-oculto-revisao {
  display: none;
}

.bonus-semi.cor-especial-intensivo {
  background-color: #791b84;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bonus-semi.bonus-revisao {
  background-color: #fc0;
  margin-top: 0;
  padding-top: 0;
}

.icones-bonus {
  clear: left;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  padding-bottom: 0;
  display: inline;
}

.icones-bonus.icon-revisao {
  background-color: var(--f70fff);
  display: inline;
}

.icones-bonus.rv-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f4f4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  padding-bottom: 40px;
  display: flex;
}

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

.grid-19.grid-semi, .grid-19.grid-semi.grid-semi-especial {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-19.grid-esp-intensivo {
  color: var(--magenta);
  background-color: #ffffff2e;
  grid-template-columns: 1fr;
}

.grid-19.grid-exten-med {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  height: auto;
  margin-bottom: 50px;
}

.grid-19.grid-exten-med.grid-especial-curso-preparatorio {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-19.grid-exten-med.grid-especial-extensivo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.grid-19.grid-bonus-revisao {
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  justify-items: center;
  margin-bottom: 36px;
}

.elementos-bonus {
  margin-left: 50px;
  margin-right: 50px;
}

.elementos-bonus.elemento-grupo-vip {
  padding-bottom: 60px;
}

.elementos-bonus.revisao2fase, .elementos-bonus.elemento-bonus-oculto, .elementos-bonus.hide {
  display: none;
}

.imagem-bonus {
  justify-content: center;
  align-items: center;
  height: 231.953px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.imagem-bonus.imagem-grupo {
  height: auto;
  margin-bottom: 25px;
}

.texto-bonus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.texto-bonus.texto-esp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
}

.text-block-69 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  position: relative;
  top: 0;
}

.text-block-69.texto-bonus-grupo {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-70 {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.text-block-70.subtitulo-grupo-vip-elemento {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}

.div-block-154 {
  background-color: var(--violet);
  text-align: center;
  flex: none;
  align-self: stretch;
  margin-top: 0;
  padding: 28px 52px;
}

.div-block-154.div-especial-chamada-grupovip {
  margin-top: 0;
  padding-top: 20px;
  display: none;
}

.text-block-71 {
  color: var(--magenta);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  display: inline;
}

.text-block-71.titulo-esp-grupo {
  color: #ff6601;
  letter-spacing: 1px;
  font-weight: 300;
}

.text-block-71.chamada-bonus-especial-home {
  font-size: 22px;
  line-height: 30px;
}

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

.div-block-155 {
  text-align: right;
  height: 70px;
  margin-right: -44px;
}

.div-block-156 {
  text-align: center;
  height: 20px;
}

.div-block-156.div-bonus-3 {
  display: none;
}

.image-31 {
  margin-top: -27px;
  margin-left: 12px;
  margin-right: -117px;
  padding-left: 0;
  position: static;
  top: 0;
}

.image-31.img-revisao-bonus-3 {
  display: none;
}

.image-32 {
  margin: 14px 19px 19px;
  padding-top: 2px;
  padding-bottom: 0;
  position: relative;
}

.depoimentos-semiextensivo {
  background-color: var(--magenta);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.depoimentos-semiextensivo.preto {
  background-color: #050505;
}

.depoimentos-semiextensivo.rv-depoimento {
  background-color: #390681;
}

.div-geral-depoimentos-semiextensivo {
  width: 80%;
}

.grid-20 {
  grid-column-gap: 136px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.imagem-depoimento-semi {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.textos-depoimentos {
  display: block;
}

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

.text-block-73 {
  margin-top: 20px;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

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

.image-33 {
  margin-left: -30px;
}

.image-34 {
  margin-top: 52px;
  margin-right: -27px;
}

.depoimento-youtube {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.depoimento-youtube.pinguiners {
  background-color: #d64ce6;
  background-image: linear-gradient(to top, #791b84, #5d1566 56%, #000);
  padding-bottom: 80px;
}

.chamada-depoimento-youtube {
  text-align: center;
}

.text-block-74 {
  color: var(--magenta);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.text-block-74.text-esp-exercicios {
  line-height: 34px;
}

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

.div-slider-depoimento-youtube {
  width: 90%;
}

.grid-depoimentos {
  width: 100%;
  height: auto;
}

.grid-21 {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-21.grid-esp-extensivo-exercicios {
  grid-template-columns: 1fr;
  padding-top: 20px;
}

.elemento-imagem {
  text-align: center;
}

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

.slide-6 {
  height: auto;
}

.slider-8 {
  background-color: #0000;
  height: 100%;
}

.icon-7 {
  color: #3e0b44;
  margin-right: 10px;
  padding-top: 20px;
}

.icon-7.icon-extensivo {
  z-index: 999999;
  color: #fff;
}

.icon-8 {
  color: #3e0b44;
  margin-left: 10px;
  padding-top: 20px;
}

.icon-8.icon-extensivo {
  z-index: 9999999;
  color: #fff;
  top: -50px;
}

.image-35, .image-36, .image-37 {
  width: 95%;
}

.mask-5 {
  height: auto;
}

.right-arrow-2 {
  margin-right: -35px;
  display: none;
}

.right-arrow-2.depo-youtube {
  display: none;
}

.right-arrow-2.arrow-ext-right {
  z-index: 1;
  height: auto;
  display: block;
  top: -50px;
}

.left-arrow-4 {
  margin-left: -35px;
  display: none;
}

.left-arrow-4.depo-youtube-left {
  display: none;
}

.left-arrow-4.arrow-exten-left {
  z-index: 1;
  display: block;
  inset: 0%;
  overflow: hidden;
}

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

.div-block-157 {
  background-color: #0000;
}

.button-3 {
  cursor: pointer;
  background-color: #ff6601;
  border-radius: 30px;
  padding: 12px 60px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  top: 14px;
  box-shadow: -5px 2px 19px 3px #000;
}

.button-3.cta-video {
  color: #fff;
  background-color: #fe00a2;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  top: 19px;
}

.button-3.cta-esp-extensivo-comprar {
  top: 31px;
}

.button-3.cta-semi-pag {
  top: 21px;
}

.button-3.cta-esp-resumos {
  top: 17px;
}

.button-3.cta-esp-extensivo {
  top: -43px;
}

.button-3.cta-esp-extensivo.cta-oculto-extensivo {
  margin-top: 21px;
  margin-bottom: 9px;
  padding: 15px 85px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: inline-block;
}

.button-3.cta-esp-extensivo.cta-oculto-extensivo:hover {
  background-color: var(--violet);
  color: #000;
}

.button-3.cta-esp-extensivo.cta-oculto-extensivo.cta-rv2 {
  align-self: center;
  padding-bottom: 15px;
  top: -52px;
}

.button-3.cta-esp-extensivo.cta-rv2 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  top: -58px;
}

.button-3.cta-revisao {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.slider-mobile-estudo-dirigido, .slider-bonus-mobile, .mobile-conteudos, .mobile-depoimentos, .div-block-167 {
  display: none;
}

.div-block-168 {
  height: 640px;
}

.banner-chamada-materiais {
  background-image: url('../images/Banner-Novo-Lp-materiais-gratuitos_1920x997px_min.png');
  background-position: 50%;
  background-size: cover;
  height: 640px;
  display: flex;
}

.banner-chamada-materiais.new-banner-materiais {
  background-color: #0300c3;
  background-image: none;
  height: auto;
}

.materiais {
  color: #3e0b44;
  padding-top: 90px;
  padding-bottom: 90px;
  font-family: Wotfard, sans-serif;
}

.grid-22 {
  grid-column-gap: 105px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.imagem-material {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.bot-o-material {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ff9600;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}

.button-4:hover {
  background-color: #f7a939;
}

.button-4.cta-materiais {
  background-color: #ff6500;
}

.button-4.cta-materiais:hover {
  background-color: #ff8c40;
}

.text-block-75 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-76 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.chamada-conteudos {
  text-align: center;
  margin-bottom: 60px;
}

.chamada-conteudos.chamada-new-materiais-oculta {
  display: none;
}

.text-block-77 {
  color: #ee2a7b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.text-block-78 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 16px;
}

.link-block-19 {
  flex: 1;
}

.cta-compre-agora {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff9600;
  border-radius: 20px;
  margin-left: 20px;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cta-compre-agora:hover {
  color: #3e0b44;
  background-color: #fff;
}

.image-43 {
  display: none;
}

.contador-enem-pinguim {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ee2a7b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.paragraph {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  display: inline;
}

.paragraph-2 {
  color: #f5d800;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  font-size: 22px;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  text-decoration: none;
}

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

.paragraph-4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}

.text-block-79 {
  color: #fff;
  text-decoration: none;
}

.lightbox-link-2 {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.div-block-170 {
  color: #fff;
  text-decoration: none;
}

.div-block-171 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-80 {
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 75px;
  display: none;
}

.text-span-35 {
  font-size: 85px;
}

.text-span-36 {
  position: relative;
  top: -27px;
}

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

.valor-extensivo {
  background-color: #791b84;
  padding-top: 100px;
  padding-bottom: 60px;
}

.valor-extensivo.valor-revisao {
  background-color: #fc0;
  margin-bottom: -3px;
  padding-top: 120px;
  padding-bottom: 0;
}

.text-block-81 {
  color: var(--violet);
  text-align: center;
  margin-left: 36px;
  font-size: 20px;
  line-height: 25px;
}

.text-block-81.preco {
  color: var(--magenta);
  text-align: center;
  justify-content: center;
  margin-top: 24px;
  margin-left: 29px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
  display: flex;
}

.text-block-81.preco.preco2 {
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  padding: 13px 19px 24px;
  font-size: 23px;
  line-height: 30px;
  text-decoration: none;
}

.text-block-81.reembolso {
  margin-bottom: 5px;
  padding-top: 24px;
  font-weight: 500;
}

.div-block-173 {
  text-align: center;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: 1px;
  padding-bottom: 7px;
  display: inline-block;
}

.div-block-173.dv-7 {
  align-self: center;
}

.header-2 {
  color: #fff;
  background-color: #000;
  height: auto;
  padding: 10px 90px;
}

.header-2.amarelo {
  background-color: var(--f70fff);
}

.banner-chamada-semi-2 {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/BNNR-TOPO-1920x997px-min.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 640px;
  display: flex;
}

.banner-chamada-semi-2.banner-extensivo {
  background-image: none;
  height: auto;
}

.link-block-20 {
  flex: 1;
  height: 640px;
  display: none;
}

.link-block-20.link-banner-extensivo {
  background-image: url('../images/Extensivo2022-1920x997-ProfessorPinguim-2.png');
  background-position: 50% 100%;
  background-size: cover;
  align-self: auto;
  height: 670px;
  display: block;
}

.link-block-20.link-banner-extensivo.banner-preparatorio-extensivo {
  background-image: url('../images/banner-especial-extensivo-vestibulares-paulistas.png');
}

.section-3 {
  background-color: #3e0b44;
  padding-top: 10px;
  padding-bottom: 10px;
}

.texto-esp-semanal {
  font-size: 14px;
  font-weight: 300;
}

.bold-text-5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.bold-text-6 {
  text-transform: uppercase;
  font-weight: 500;
}

.img-esp-resumos {
  padding-top: 79px;
}

.div-block-174 {
  padding-top: 64px;
  padding-right: 40px;
  display: flex;
}

.text-block-82 {
  font-weight: 400;
}

.text-block-82.maior {
  color: var(--magenta);
  flex-wrap: nowrap;
  flex: 1;
  place-content: center;
  align-items: center;
  margin-top: -35px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.text-block-83 {
  text-align: center;
  font-weight: 300;
}

.exercicios {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.div-geral-exercicios {
  z-index: 9999999;
  text-align: center;
  align-self: center;
  width: 80%;
  height: auto;
  position: relative;
}

.slider-exercicios {
  background-color: #0000;
  height: auto;
}

.mask-exercicios {
  height: auto;
}

.img-exercicio {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 30px 40px;
  display: flex;
}

.image-44 {
  padding: 0;
  display: block;
  box-shadow: -2px 2px 8px 1px #000;
}

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

.text-span-37 {
  color: #f6276e;
  text-decoration: none;
}

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

.paragraph-14 {
  color: #000;
  text-align: left;
  white-space: normal;
  font-weight: 400;
}

.paragraph-14.titulo-termos {
  padding-top: 10px;
  font-weight: 700;
}

.link-18 {
  text-decoration: none;
}

.list-5 {
  text-align: left;
}

.overlay-extensivo-pinguim {
  z-index: 999999;
  color: #0000;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 15vh 1vw 40px;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.list-item-10 {
  padding-left: 10px;
}

.lista-artigos {
  margin-bottom: 10px;
  padding-left: 0;
}

.bold-text-7 {
  font-weight: 400;
}

.bold-text-7.bold-titulos-termos {
  font-weight: 700;
}

.click-out-ext-exercicios {
  color: #fff;
  text-align: right;
  cursor: pointer;
  justify-content: flex-end;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px 40px 0 10px;
  font-size: 24px;
  display: block;
}

.click-out-ext-exercicios:hover {
  font-size: 22px;
  font-weight: 700;
}

.text-block-84 {
  margin-bottom: 10px;
  font-size: 18px;
}

.inner-content {
  width: 80vw;
  height: 100%;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.inner-content.overlay-content-cema {
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  width: 95vw;
  height: auto;
  margin-top: 5vh;
  margin-bottom: 0;
  padding: 10px 60px 60px;
}

.inner-content.overlay-content {
  opacity: 1;
  color: #000;
  background-color: #ffffffc2;
  flex: 0 auto;
  width: 50vw;
  height: auto;
  margin-bottom: 0;
  padding: 20px 20px 40px;
}

.modal-exercicios-ext {
  z-index: 2;
  height: Infinity% ;
  background-color: #000c;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-fechar-exercicios {
  position: fixed;
  inset: 0%;
}

.div-block-175 {
  text-align: center;
  height: auto;
  margin-right: 0;
}

.div-block-176 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-85 {
  text-align: center;
  padding-bottom: 5px;
  font-weight: 500;
}

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

.text-block-86 {
  text-align: left;
  text-transform: uppercase;
  font-family: Wotfard, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.bold-text-8 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}

.text-span-38 {
  text-transform: none;
  line-height: 25px;
}

.grid-23 {
  grid-template-rows: auto;
}

.bold-text-9, .bold-text-10 {
  font-weight: 600;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 500;
}

.grid-24 {
  grid-column-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr 1.25fr;
}

.div-block-179 {
  font-weight: 600;
}

.div-block-180 {
  text-align: center;
  background-color: #050505;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  padding-top: 0;
  display: flex;
}

.div-block-180.preco {
  margin-top: -8px;
  padding-top: 5px;
}

.div-block-180.dv-revisao {
  background-color: #3e0b44;
  justify-content: flex-start;
  height: 0;
  display: block;
}

.div-block-180._7-dias {
  background-color: #390681;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.div-block-180.div-cta-esp-rv {
  background-color: #0000;
  justify-content: flex-start;
  height: 0;
}

.link-block-21, .link-block-22 {
  text-decoration: none;
}

.div-block-181 {
  font-size: 11px;
}

.image-45 {
  display: block;
}

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

.grid-25 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  justify-content: stretch;
  place-items: stretch stretch;
}

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

.heading-10.heading-especial-home {
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-size: 33px;
  line-height: 50px;
}

.text-span-39 {
  font-size: 37px;
  line-height: 50px;
}

.link-block-23 {
  text-align: center;
  text-decoration: none;
}

.link-block-24 {
  text-decoration: none;
}

.text-block-87 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.text-block-88 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-88:hover {
  color: #ff9600;
}

.div-block-183 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #ff9600;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 20px;
  font-weight: 600;
  display: inline-block;
}

.div-block-183:hover {
  color: #ff9600;
  background-color: #faf9f8;
}

.text-block-89 {
  color: #fff;
  text-align: center;
  width: 240px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-184 {
  margin-top: 20px;
  padding-top: 20px;
}

.container-9 {
  text-align: center;
}

.container-9.container-esp-home-mobile {
  padding-bottom: 40px;
  display: none;
}

.button-5 {
  letter-spacing: 1px;
  background-color: #ff8600;
  border-radius: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.grid-26 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-186, .div-block-187 {
  height: 50px;
}

.div-block-188 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.cta-ementa {
  background-color: #ee2a7b;
  align-self: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.cta-ementa.cta-ementa-extensivo {
  display: none;
}

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

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-189 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.button-6 {
  color: #fe00a2;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 40px;
  box-shadow: -1px 0 9px #fff;
}

.bold-text-16, .bold-text-17 {
  font-size: 24px;
  line-height: 30px;
}

.div-logo-politica-privacidade {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.heading-27 {
  color: #282828;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 27px;
}

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

.list-item-14 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-span-41 {
  text-decoration: none;
}

.bold-text-18 {
  color: #00f;
  font-weight: 400;
  text-decoration: underline;
}

.div-textos-politica {
  text-align: justify;
  width: 68%;
  height: auto;
}

.link-20 {
  color: #2e2d2d;
  text-decoration: none;
}

.textos-politica-privacidade {
  color: #282828;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-15 {
  color: #282828;
}

.div-block-190 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.textos-termos-de-uso {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-16 {
  color: #282828;
}

.text-span-42 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.div-block-43 {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-43.div-termos {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 5px;
  font-size: 12px;
}

.div-block-43.div-termos.div-termos-pinguim {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.div-block-43.div-termos.div-termos-pinguim.semi-f {
  text-align: center;
  align-items: center;
}

.link-termos {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 12px;
  text-decoration: none;
}

.heading-5 {
  color: #76ff5f;
  text-align: center;
  margin: 0 5px 0 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.heading-5.texto-termos {
  padding-bottom: 5px;
  padding-left: 0;
  text-decoration: none;
}

.heading-5.texto-politica {
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 12px;
  text-decoration: none;
}

.heading-5.texto-politica.texto-politica-pinguim {
  color: #fff;
  font-family: Wotfard, sans-serif;
}

.heading-5.texto-termos-pinguim {
  color: #fcfcfc;
  text-align: left;
  margin-bottom: 0;
  font-family: Wotfard, sans-serif;
}

.link-politica {
  cursor: pointer;
  text-decoration: none;
}

.div-videos-curso-gratuito {
  display: block;
}

.div-block-126 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.tabs-menu {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
  padding-right: 0;
  font-weight: 400;
  display: flex;
}

.section-9 {
  background-color: #3e0b44;
}

.tabs {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.container-chamada {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 25px;
}

.bold-text-19 {
  color: #000;
  font-family: Wotfard, sans-serif;
  font-weight: 600;
  overflow: visible;
}

.bold-text-19.barra-material {
  color: #000;
  font-weight: 500;
}

.bold-text-19.texto-aulas-pinguim {
  color: #fdfdfd;
}

.text-block-90 {
  color: #fff;
  font-family: Wotfard, sans-serif;
}

.tab-pane-tab-1 {
  text-align: center;
}

.bold-text-20 {
  color: #fff;
  font-family: Wotfard, sans-serif;
  font-weight: 600;
}

.tab-link-tab-1 {
  background-color: #bd3ece;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  background-color: #fd428f;
  transition: opacity .85s;
}

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

.div-passo-mini-fuvest {
  background-color: #ac1abd;
  justify-content: space-around;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Wotfard, sans-serif;
  display: flex;
}

.div-passo-mini-fuvest.div-passo-1-fuvest {
  background-color: #c352d1;
}

.div-passo-mini-fuvest.div-passo-3-fuvest {
  background-color: #ff599d;
}

.div-passo-mini-fuvest.div-passo-4-fuvest {
  background-color: #a518b6;
  border-bottom: .1px solid #000;
}

.div-botao-2 {
  display: none;
}

.image-51 {
  align-self: center;
  margin-bottom: 10px;
}

.div-cupom {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.imagem-cupom-mini-curso-fuvest {
  text-align: center;
}

.text-block-93 {
  width: 400px;
}

.div-botao-3 {
  display: none;
}

.div-block-128 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-caixa-passos {
  color: #fff;
  width: 400px;
}

.texto-chamada-passos {
  color: #000;
  padding: 10px 100px 30px;
}

.div-botao-5 {
  display: none;
}

.passos-mini-fuvest {
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-block-96 {
  width: 400px;
}

.button-7 {
  text-align: center;
  background-color: #f900e2;
  width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-7.botao-aula-02, .button-7.botao-aula-04, .button-7.cta-aula, .button-7.botao-aula-03 {
  color: #000;
  background-color: #ff8600;
}

.button-7.botao-aula-05 {
  color: #000;
  background-color: #ff8600;
  display: block;
}

.div-botao-4 {
  display: none;
}

.div-block-108 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  display: grid;
}

.div-block-83 {
  align-self: flex-start;
}

.icones-rodape {
  margin-left: 0;
  margin-right: 5px;
  padding-right: 0;
}

.div-block-193 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  display: block;
}

.text-block-97 {
  color: #f5d80f;
  line-height: 27px;
}

.div-block-113 {
  margin-left: 98px;
  margin-right: 98px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.image-67 {
  color: #b20909;
}

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

.text-span-43 {
  color: #f5d80f;
}

.heading-26 {
  color: #fff;
  text-align: left;
  margin: 0 5px 0 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-107 {
  order: 0;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.div-block-44 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.social-icons {
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 40px;
  display: flex;
}

.section-5 {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.div-botao-6, .div-botao-7, .div-botao-8, .div-botao-9 {
  display: none;
}

.image-68 {
  text-align: center;
  display: block;
}

.html-embed {
  text-align: left;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  display: flex;
}

.html-embed.html-revisao-2-form {
  width: auto;
  height: auto;
}

.container-10 {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-10.cnt-revisao-2 {
  text-align: center;
  align-self: center;
  display: none;
}

.vagas-esgotadas {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-top: 80px;
  padding-bottom: 60px;
  display: none;
}

.vagas-esgotadas.semi-div-esp {
  padding-top: 60px;
  padding-bottom: 40px;
  display: none;
}

.html-embed-2 {
  text-align: center;
  align-self: center;
}

.embed {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.embed.embed-oculto {
  display: none;
}

.html-embed-3 {
  width: auto;
}

.banner-preparatorio-extensivo-sp {
  background-image: url('../images/banner-especial-extensivo-vestibulares-paulistas.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  height: 670px;
}

.text-span-44 {
  font-size: 16px;
  font-weight: 600;
}

.link-block-25, .link-block-26, .link-block-27 {
  color: #fff;
  text-decoration: none;
}

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

.div-block-196 {
  flex: 0 auto;
}

.div-block-196.cta-oculto-comprar-semiextensivo {
  display: none;
}

.valo-semiextensivo {
  background-color: #791b84;
  padding-top: 100px;
  padding-bottom: 60px;
}

.text-span-46 {
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
}

.text-span-47 {
  color: #fe00a2;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 500;
}

.depoimentos-home {
  background-image: url('../images/backgroud-depoimentos-home.png'), linear-gradient(#201976, #760283);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-geral-slider-depoimentos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.grid-27 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-content: stretch;
  padding-left: 0;
}

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

.elementos-depoimentos.depo-lateral {
  opacity: .52;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.imagem-depoimento-home {
  border: 2px solid #7776ff;
  border-radius: 15px;
  width: 80%;
  padding: 20px;
}

.imagem-depoimento-home.img-lateral {
  border-radius: 10px;
  width: 90%;
  padding: 20px;
}

.slider-15 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  display: flex;
}

.mask-8 {
  width: 80%;
  height: auto;
}

.slide-nav-14 {
  margin-top: 0;
  margin-bottom: -31px;
  font-size: 5px;
}

.right-arrow-4, .left-arrow-6 {
  cursor: pointer;
}

.list-item-2 {
  text-align: left;
}

.paragraph-17 {
  color: #000;
  text-align: left;
  white-space: normal;
}

.overlay {
  z-index: 9999999;
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5vh;
  padding-left: 15vw;
  padding-right: 15vw;
  display: block;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.close {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d82727;
  width: 15vw;
  font-family: Lato, sans-serif;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 5vh;
  right: 5vw;
}

.text-block-98 {
  padding-bottom: 5px;
  font-size: 18px;
}

.text-block-43 {
  color: #000;
  text-align: right;
  cursor: pointer;
  justify-content: flex-end;
  padding: 10px;
  font-size: 24px;
  display: block;
}

.text-block-43:hover {
  font-size: 22px;
  font-weight: 700;
}

.modal-wrapper-2 {
  z-index: 2147483647;
  color: #000c;
  text-align: center;
  background-color: #000000bf;
  height: 100%;
  padding-top: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-197 {
  padding: 0 40px;
}

.grid-28 {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding-top: 40px;
}

.text-block-99 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

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

.text-block-101 {
  font-size: 12px;
  line-height: 20px;
}

.text-block-102 {
  color: #fff;
  background-color: #3e0b44d9;
  width: auto;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.modal-botao-login-aluno {
  display: block;
}

.text-block-103 {
  color: #000;
  background-color: #fff;
  margin-top: 40px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.valor-semiextensivo {
  background-color: #791b84;
  padding-top: 100px;
  padding-bottom: 60px;
}

.valor-semiextensivo.cor-revisao21 {
  background-color: #fb0a52;
}

.div-whatsapp {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-whatsapp {
  cursor: pointer;
  position: relative;
}

.elementos-whatsapp {
  z-index: 99;
  width: Infinity% ;
  height: Infinity% ;
  color: #0000;
  border: 0 #0000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 13px #0000;
}

.elementos-whatsapp:hover {
  border-top-left-radius: 0;
}

.imagem-whatsapp {
  z-index: 1;
  flex: 0 auto;
  display: block;
  position: relative;
  left: 17px;
}

.texto-whatsapp {
  color: #fff;
  letter-spacing: 2px;
  background-color: #05ad6c;
  border-radius: 0 25px 25px 0;
  padding: 12px 17px 12px 26px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.texto-whatsapp.new-home-whatsapp {
  background-color: var(--violet);
  color: var(--ffcc00);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 14px;
  flex: 0 auto;
  padding-left: 17px;
  padding-right: 11px;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  display: block;
}

.grid-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 50%;
}

.heading-28 {
  color: #fff;
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 164px;
  line-height: 85%;
  position: relative;
  top: -395px;
}

.section-10 {
  background-image: url('../images/banner-min.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.div-block-198 {
  height: 0;
}

.section-11 {
  background-image: url('../images/banner-video-min.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
}

.grid-30 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 62%;
}

.heading-29 {
  color: #31daff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  line-height: 106%;
  display: flex;
}

.button-8 {
  color: #6631ff;
  background-color: #ffec41;
  border-radius: 35px;
  margin-top: 20px;
  padding: 18px 25px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.section-12 {
  background-image: url('../images/bg-conteudo.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

.text-span-48, .text-span-49, .text-span-50 {
  font-weight: 400;
}

.div-block-199 {
  padding-top: 0;
}

.heading-30 {
  color: #31daff;
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 110%;
}

.section-13 {
  background-image: url('../images/banne-apoio-min.png');
  background-position: 0 0;
  background-size: auto;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-12 {
  display: block;
}

.image-69 {
  text-align: center;
}

.topo-lp-black-week {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-200 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.div-block-201 {
  font-size: 30px;
}

.div-block-202 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding-bottom: 40px;
  display: grid;
}

.html-embed-4 {
  align-self: stretch;
}

.image-59 {
  flex: none;
}

.image-58 {
  padding-bottom: 30px;
  padding-right: 20px;
}

.div-block-203 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-204 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 110%;
}

.container-elementos {
  grid-column-gap: 50px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1059px;
  padding-top: 40px;
  display: grid;
}

.container-elementos.ct-especial-rodape {
  grid-column-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-elementos.ct-especial-rodape.ct-esp-rodape-full {
  grid-column-gap: 60px;
  width: 85%;
}

.text-span-53 {
  color: #86ff19;
}

.text-block-104 {
  text-transform: none;
  padding-top: 10px;
  font-size: 18px;
  line-height: 130%;
}

.text-block-105 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-205 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block-206 {
  padding-top: 85px;
}

.topo-lp-black-week-2 {
  background-image: url('../images/background-pinguim-min.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-207 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-span-54 {
  color: #fc00c8;
}

.image-70 {
  flex: none;
}

.div-block-208 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-14 {
  background-color: #1d1d1d;
  background-image: url('../images/elemento.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
}

.button-9 {
  background-color: #51daf3;
  border-radius: 10px;
  padding: 16px 100px;
  font-size: 20px;
  font-weight: 900;
}

.text-block-106 {
  color: #fff;
}

.div-block-209 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  left: 57px;
}

.text-block-107 {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

.text-span-55 {
  color: #f750db;
  font-weight: 900;
  text-decoration: underline;
}

.text-span-56 {
  color: #51daf3;
  font-weight: 900;
  text-decoration: underline;
}

.text-span-57 {
  color: #f750db;
  font-weight: 900;
  text-decoration: underline;
}

.div-block-210 {
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 900;
  line-height: 130%;
}

.div-block-211 {
  padding-bottom: 40px;
}

.section-15 {
  color: #fff;
  background-image: url('../images/background-footer.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-212 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.button-10 {
  letter-spacing: 1px;
  background-color: #f651db;
  border-radius: 12px;
  padding: 20px 110px;
  font-size: 20px;
  font-weight: 900;
  line-height: 110%;
}

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

.text-span-58 {
  color: #f750db;
}

.text-span-59 {
  color: #51daf3;
}

.text-block-108 {
  letter-spacing: 1px;
  padding-bottom: 40px;
  font-size: 35px;
  font-weight: 900;
  line-height: 130%;
}

.text-block-109 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 900;
  line-height: 110%;
}

.div-block-213 {
  height: 60px;
  padding-bottom: 20px;
}

.div-block-214, .div-block-215 {
  padding-bottom: 20px;
}

.text-block-110 {
  color: #f651db;
  font-size: 16px;
  font-weight: 900;
  line-height: 130%;
}

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

.text-block-111 {
  margin-top: 10px;
  line-height: 140%;
}

.text-block-111.txt-maior {
  line-height: 180%;
}

.div-block-216 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  display: grid;
}

.container-13 {
  padding-top: 75px;
}

.text-span-60, .text-span-61, .text-span-62 {
  text-decoration: line-through;
}

.div-block-217 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.text-span-63, .text-span-64 {
  font-weight: 700;
}

.image-71 {
  padding-bottom: 40px;
}

.image-72 {
  opacity: 0;
}

.image-73 {
  display: none;
}

.div-modulo {
  background-color: #2b2b2b;
  border: 2px solid #636769;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 18px 20px;
  display: flex;
}

.div-modulo.div-extensivo {
  background-color: #791b848c;
  border-width: 1px;
  border-color: #ffffff52;
}

.grid-31 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-220 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: start;
  padding-bottom: 20px;
  display: grid;
}

.div-block-220.div-1 {
  flex: 0 auto;
  padding-bottom: 20px;
}

.div-block-220.div-1.div-esp {
  align-self: flex-start;
  justify-items: start;
}

.div-block-220.div-1.div-4 {
  padding-bottom: 20px;
}

.div-block-220.div-1.div-esp-3 {
  align-content: center;
  align-items: center;
}

.img-check {
  padding-left: 0;
}

.div-block-33 {
  flex-direction: column;
  align-self: center;
  width: 70%;
  display: flex;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.text-block-112 {
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 133%;
}

.text-block-112.txt-branco {
  color: #fff;
}

.text-block-112.i {
  margin-top: 2px;
  font-style: italic;
}

.text-block-112.txt-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: inline-block;
}

.text-block-113 {
  color: #51daf3;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-113.txt-esp {
  padding-top: 10px;
}

.div-block-221 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.25fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-left: 10px;
  display: grid;
}

.div-block-221.div-contador-descontos {
  grid-template-columns: 1fr 1fr 1fr 1.25fr 1fr 1fr;
}

.div-block-222 {
  color: #fff;
  font-size: 23px;
  line-height: 180%;
}

.div-block-223 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.elementos {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 1080px;
  height: auto;
  padding-bottom: 0;
  font-size: 0;
  display: flex;
}

.elementos.elementos-esp-cronometro {
  width: auto;
  max-width: 1200px;
}

.elementos.esp-semi {
  margin-top: 100px;
}

.div-block-224 {
  color: #f750db;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 180%;
}

.div-block-224.text-n-timer {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.text-block-114 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 180%;
}

.text-block-114.text-n-timer {
  color: #f750db;
  letter-spacing: 3px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56.4648px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 21px;
  display: flex;
}

.text-block-114.txt-blackweek {
  letter-spacing: 0;
  font-size: 21px;
}

.text-block-114.txt-blackweek.txt-esp-revisao {
  margin-left: auto;
  margin-right: auto;
}

.text-block-114.txt-blackweek.txt-home-cronometro, .text-block-114.txt-blackweek.text-esp-extensivo {
  letter-spacing: 1px;
  font-size: 22px;
}

.text-block-114.txt-blackweek.text-esp-extensivo.txt-exp-semi {
  font-size: 18px;
  font-weight: 700;
}

.div-block-225 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.contador-regressivo {
  background-color: #f750db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 75px;
  display: flex;
}

.contador-regressivo.ct-oct {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.contador-regressivo.ct-oct.contador-descontos-exclusivos {
  background-color: #28cb73;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .7fr;
  align-items: end;
  font-weight: 900;
}

.grid-32.grid-esp {
  grid-template-columns: 1.35fr .25fr;
}

.grid-32.grid-descontos-exclusivos {
  align-items: end;
}

.logo-menu {
  align-self: center;
  width: 100%;
}

.navbar-2 {
  z-index: 1;
  color: #fff;
  background-color: #0000;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
  display: block;
}

.navbar-2.nav-esp {
  display: none;
}

.navbar-3 {
  background-color: #0000;
  justify-content: space-around;
  display: flex;
}

.botao-sou-aluno-2 {
  color: #fff;
  letter-spacing: 1px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.botao-sou-aluno-2:hover {
  color: #3e0b44;
  background-color: #fff;
}

.botao-sou-aluno-2.cta-especial-login {
  text-transform: none;
  background-color: #3e0b44;
  border-style: solid;
  border-width: 1px;
  font-weight: 400;
}

.botao-sou-aluno-2.cta-especial-login:hover {
  color: #fff;
}

.nav-menu-2 {
  text-align: center;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.nav-menu-2.nav-esp {
  justify-content: space-between;
  padding-left: 596px;
  display: flex;
}

.nav-menu-3 {
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.nav-link-6 {
  color: #fff;
  cursor: pointer;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 25px;
}

.nav-link-6:hover {
  font-weight: 500;
}

.nav-link-6.cta-menu {
  border: 1px solid #ffffffd6;
  border-radius: 30px;
  align-self: center;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.nav-link-6.cta-menu.cta-compre-ja {
  background-color: #ff6500;
  border-style: none;
  font-weight: 700;
}

.nav-link-6.cta-menu.cta-semi-compre {
  background-color: #e80091;
  border-style: none;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-link-6.cta-menu.cta-semi-compre:hover {
  background-color: #04c234;
}

.nav-link-6.nav-1 {
  cursor: pointer;
  padding-left: 0;
}

.nav-link-6.nav-1:hover {
  color: #fff;
  font-weight: 500;
}

.nav-link-6.hide {
  display: none;
}

.banner-topo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.txt-secundario {
  width: 70%;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-4 {
  padding-bottom: 33px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-block-4.txt-esp-chamada {
  color: #ecc64e;
  width: 62%;
}

.text-block-4.txt-esp-chamada.txt-descontos {
  padding-top: 10px;
}

.cta-topo {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 72px;
  display: flex;
}

.cta-topo.cta-esp {
  display: block;
}

.grid-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/MODELS-min.png');
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: 75%;
  background-attachment: scroll;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .8fr;
}

.text-block-115 {
  color: #0300c3;
  text-transform: uppercase;
  background-color: #f5cd50;
  flex: 0 auto;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
  display: inline;
}

.div-block-226 {
  padding-top: 40px;
}

.div-block-226.div-esp-black-week {
  padding-top: 10px;
}

.div-block-37 {
  padding-top: 10px;
  padding-bottom: 28px;
}

.image-75 {
  opacity: 0;
}

.div-block-38 {
  padding-bottom: 10px;
}

.textos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 86px;
  display: flex;
}

.div-textos-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-116 {
  width: 60%;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
}

.text-block-117 {
  color: #ff6500;
  font-size: 30px;
  font-style: italic;
  line-height: 120%;
}

.text-block-118 {
  margin-top: 52px;
  font-size: 20px;
  line-height: 125%;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -96px;
  margin-bottom: -25px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-8.div-esp-curso {
  padding-top: 100px;
}

.grid-34 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.modulos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 107px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-119 {
  color: #ff6500;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-119.txt-esp {
  color: #ff6500;
  padding-top: 10px;
}

.text-block-119.txt-esp.box-2 {
  padding-top: 5px;
}

.text-block-119.txt-esp.box-2.txt-semi-extensivo-2022 {
  color: #f5cd50;
  font-weight: 600;
}

.text-block-119.titulo-modulos-semiextensivo-2022 {
  color: #e80091;
}

.div-block-227 {
  flex-direction: column;
  align-self: stretch;
  width: auto;
  display: block;
}

.div-block-228 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: auto;
  display: flex;
}

.button-11 {
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #51daf3;
  border-radius: 10px;
  align-items: center;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  display: flex;
}

.button-11:hover {
  color: #272727;
  background-color: #38e0ff;
}

.button-11.cta-ementa {
  text-transform: uppercase;
  background-color: #1fe2cb;
  align-self: center;
}

.button-11.cta-ementa.cta-descontos-esp {
  background-color: #28cb73;
}

.button-11.cta-ementa.ementa-semiextensivo-2022 {
  color: #fff;
  text-align: center;
  background-color: #e80091;
  justify-content: center;
  width: 500px;
}

.button-11.cta-ementa.ementa-semiextensivo-2022:hover {
  background-color: #e73ca7;
}

.button-11.cta-video, .button-11.cta-video:hover {
  background-color: #f750db;
}

.button-11.cta-video.cta-extensivo-video {
  background-color: #ff6000;
}

.button-11.cta-video.cta-extensivo-cursos-gratuitos {
  background-color: #51daf3;
}

.button-11.cta-video.cta-semiextensivo-2022-acao {
  color: #fff;
  background-color: #e80091;
}

.button-11.cta-video.cta-semiextensivo-2022-acao.semi-esp {
  margin-top: 0;
}

.button-11.cta-video.cta-semiextensivo-2022-acao.semi-esp.cta-esp-mobile {
  display: none;
}

.button-11.cta-esp-valores {
  justify-content: center;
  width: 526px;
}

.button-11.cta-esp-valores.cta-compra-descontos-exclusivos {
  background-color: #28cb73;
}

.button-11.cta-rodape {
  justify-content: center;
  width: 83%;
  padding-right: 40px;
  display: flex;
}

.button-11.cta-rodape.cta-compra-descontos-exclusivos {
  background-color: #28cb73;
}

.button-11.cta-rodape.cta-semiextensivo-2022 {
  background-color: #e80091;
  border-radius: 13px;
  font-weight: 700;
}

.button-11.cta-descontos-esp {
  background-color: #28cb73;
}

.button-11.cta-semiextensivo-2022 {
  opacity: 1;
  background-color: #e80091;
  border-radius: 9px;
}

.button-11.cta-ementa {
  text-transform: uppercase;
  background-color: #1fe2cb;
}

.div-modulo-2 {
  text-align: left;
  background-color: #0300c3;
  border: 2px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 18px 20px;
  display: flex;
}

.div-modulo-2.div-modulo-central.div-lista-central {
  padding-top: 30px;
}

.div-modulo-2.div-modulo-central.div-lista-central.div-modulo-descontos {
  background-color: #0000;
}

.div-modulo-2.div-modulo-central.div-lista-3 {
  padding-top: 30px;
}

.div-modulo-2.div-modulo-central.div-lista-3.div-modulo-descontos {
  background-color: #0000;
}

.div-modulo-2.div-especial-modulos {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-modulo-2.div-especial-modulos.div-down {
  margin-bottom: 0;
}

.div-modulo-2.div-especial-modulos.div-down.div-modulo-descontos {
  justify-content: flex-start;
  padding-bottom: 20px;
}

.div-modulo-2.div-especial-modulos.div-modulo-descontos, .div-modulo-2.div-modulo-descontosl, .div-modulo-2.modulo-semi-2022 {
  background-color: #0000;
}

.div-block-229 {
  align-self: stretch;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28.div-esp-tit {
  flex-direction: row;
  align-self: auto;
  display: flex;
}

.div-block-28.bloco-semi-extensivo-2022 {
  padding-bottom: 14px;
}

.v-deo-curso {
  background-color: #f5cd50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.text-block-120 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-bottom: 55px;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
  display: flex;
}

.text-block-120.txt-video {
  width: 60%;
}

.text-block-120.txt-video.chamada-extensivo-video {
  color: #000;
}

.text-block-120.txt-video.txt-semiextensivo2022 {
  color: #e80091;
}

.text-block-120.txt-direcionamento {
  flex: 0 auto;
  padding-bottom: 0;
}

.text-block-120.txt-resultados {
  align-self: auto;
  width: auto;
  padding-bottom: 20px;
}

.text-block-120.txt-resultados.txt-new-titulo-depoimentos {
  color: #e80091;
}

.text-block-120.titulo-esp-ganha {
  align-self: stretch;
  width: auto;
  padding-bottom: 90px;
  display: block;
}

.text-block-120.txt-direcionamento, .text-block-120.txt-resultados {
  padding-bottom: 20px;
}

.grid-35 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.text-span-4 {
  color: #f750db;
  padding-bottom: 10px;
  font-weight: 700;
  display: block;
}

.text-span-4.lista-esp {
  color: #1fe2cb;
}

.text-span-4.lista-esp.li-branca {
  color: #fff;
}

.text-span-4.lista-esp.txt-semi-extensivo-2022 {
  color: #f5cd50;
  width: auto;
}

.text-span-4.lista-esp.txt-semi-extensivo-2022.txt-espa-o {
  width: 89%;
}

.text-span-3 {
  color: #ff6500;
}

.text-span-3.text-esp-spam-1 {
  display: block;
}

.text-span-3.span-black {
  color: #000;
}

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

.div-block-10 {
  align-self: flex-start;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-12.semi-esp {
  padding-top: 110px;
}

.direcionamento {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.direcionamento.direcionamento-off {
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.text-block-121 {
  flex: 0 auto;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
}

.div-block-230 {
  align-self: stretch;
}

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

.div-block-11 {
  border-bottom: 1px solid #ffffffba;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 75px;
  display: flex;
}

.div-block-11.div-esp-2022-semi {
  border: 1px #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-122 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 133%;
}

.grid-37 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: 1px #505050;
  border-bottom: 1px solid #ffffffba;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  margin-top: 35px;
  margin-bottom: 90px;
  padding-bottom: 90px;
}

.grid-37.grid-semiextensivo {
  border-bottom-style: none;
  margin-bottom: 0;
}

.text-span-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-123 {
  color: #000;
  align-self: auto;
  font-size: 17px;
}

.div-block-13 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 30px 100px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start;
  padding-bottom: 20px;
  display: grid;
}

.depoimentos-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-18 {
  padding-bottom: 10px;
}

.text-block-18 {
  flex: 1;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.text-block-18.txt-esp-4 {
  padding-bottom: 116px;
}

.text-block-18.txt-esp-5 {
  padding-bottom: 126px;
}

.div-block-15 {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 42px;
  display: grid;
}

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

.div-block-19 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block-19 {
  color: #f651db;
  font-size: 15px;
  font-weight: 900;
}

.text-block-19.txt-esp-laranja {
  color: #ff6500;
}

.voc-ganha {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.voc-ganha.voce-ganha-off {
  display: none;
}

.div-block-16 {
  border: 1px #505050;
  border-bottom-style: solid;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding-top: 20px;
  padding-bottom: 75px;
  display: flex;
}

.div-block-16.div-black {
  margin-bottom: 0;
}

.div-block-16.div-black.div-extensivo-new {
  border-bottom-color: #ffffffba;
}

.grid-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.text-block-17 {
  color: #ff6500;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 900;
}

.section-16 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-39 {
  grid-row-gap: 40px;
  border-bottom: 1px solid #ffffffba;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 60px;
}

.grid-39.grid-descontos-exclusivos {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-39.grid-descontos-exclusivos.grid-semi-esp {
  grid-row-gap: 40px;
  border: 1px #000;
  border-bottom: 1px solid #ffffff47;
  margin-bottom: 0;
}

.link-curso {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.text-span-9 {
  font-size: 35px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-span-9.txt-span-esp {
  font-weight: 700;
}

.text-span-13 {
  font-size: 23px;
  text-decoration: line-through;
}

.text-span-13.txt-tag {
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 100%;
  text-decoration: none;
}

.text-block-20 {
  text-align: center;
  align-self: center;
  font-size: 20px;
  line-height: 140%;
  text-decoration: none;
  position: relative;
  top: 100px;
}

.text-block-20.valores-curso-pinguim {
  margin-top: 19px;
  font-size: 24px;
  top: 73px;
}

.text-block-20.valores-curso-pinguim.tag-desconto {
  background-color: #000;
  border-radius: 96px;
  width: 80px;
  margin-bottom: 5px;
  padding: 15px;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
  display: none;
}

.text-block-20.valores-curso-pinguim.tag-desconto.tag-desconto-exclusivo {
  display: block;
}

.text-block-20.valores-curso-pinguim.desc-ex-esp-tag {
  margin-top: 10px;
  top: 47px;
}

.grid-40 {
  grid-column-gap: 10px;
  border-bottom: 1px solid #505050;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .9fr;
  padding-bottom: 75px;
}

.grid-40.grid-esp {
  border-bottom-style: none;
}

.text-span-65 {
  font-size: 20px;
}

.text-block-21 {
  color: #51daf3;
  padding-bottom: 4px;
  font-size: 30px;
  font-weight: 900;
  line-height: 140%;
}

.text-block-21.titulo-descontos-exclusivos-comprar {
  color: #fff;
}

.div-block-22 {
  flex: none;
  height: 0;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-10 {
  font-size: 35px;
  font-weight: 700;
  line-height: 145%;
  text-decoration: none;
}

.text-block-24 {
  padding-bottom: 45px;
  font-size: 25px;
  line-height: 135%;
}

.text-block-24.txt-espa-o-comprar {
  padding-bottom: 0;
}

.image-76 {
  padding-left: 10px;
}

.text-span-11 {
  letter-spacing: 1px;
  font-size: 35px;
  font-weight: 900;
  line-height: 100%;
}

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

.div-block-20.div-extensivo-new {
  grid-template-rows: auto;
}

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

.div-mobile-cta-valor {
  display: none;
}

.div-block-23 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.text-block-23 {
  padding-bottom: 5px;
  font-size: 25px;
  line-height: 135%;
}

.valor {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 65px;
  display: flex;
}

.valor.valor-black {
  padding-top: 77px;
}

.div-desktop-cta.cta-esp {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-desktop-cta.cta-esp.cta-base-valor {
  border-bottom: 1px solid #ffffffba;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 70px;
}

.div-desktop-cta.cta-esp.cta-base-valor.cta-desc-esp-comprar {
  border-bottom-style: none;
  align-self: flex-start;
}

.garantia {
  text-align: center;
  border: 1px #c207c8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 64px;
  font-weight: 500;
  display: flex;
}

.garantia.menor {
  background-color: var(--f70fff);
  border-width: 0;
  border-radius: 0;
  font-size: 30px;
}

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

.grid-41.grid-garantia-especial {
  border-bottom: 1px solid #ffffffba;
  padding-bottom: 60px;
}

.text-block-26 {
  font-size: 25px;
  line-height: 144%;
}

.grid-42 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.div-block-26 {
  align-items: flex-end;
  display: flex;
}

.div-block-30 {
  padding-bottom: 60px;
}

.text-block-29 {
  padding-bottom: 47px;
  font-size: 20px;
  line-height: 144%;
}

.text-block-29.texto-professor-semiextensivo-2022 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 300;
}

.professor-pinguim {
  background-color: #f750db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 80px;
  display: flex;
}

.professor-pinguim.professor-pinguim-extensivo {
  background-color: #ff6500;
}

.professor-pinguim.semiextensivo-2022 {
  background-color: #41199c;
}

.text-block-28 {
  font-size: 30px;
  font-weight: 700;
  line-height: 133%;
}

.div-respostas-4 {
  text-align: left;
  text-transform: none;
  cursor: pointer;
  background-color: #0000;
  border-color: #ff9051 #ff9051 #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 1px;
  margin-top: 0;
  padding: 15px 20px 10px;
  text-decoration: none;
  display: block;
}

.div-respostas-4:hover {
  background-color: #0300c3;
}

.div-respostas-4.borda-esp {
  border-color: #f3f3f3 #f3f3f3 #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.duvidas-extensivo {
  background-color: #ffb004;
  padding-top: 60px;
  padding-bottom: 60px;
}

.off {
  display: none;
}

.rodap-semi-new {
  color: #fff;
  background-color: #3e0b44;
  padding: 60px 80px;
}

.rodap-semi-new.rodepe-extensivo-especial {
  text-align: left;
  background-color: #000b43;
  background-image: linear-gradient(#000, #0000), url('../images/bg-semi-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 80px;
}

.body-4 {
  color: #fff;
  background-color: #0300c3;
  font-family: Poppins, sans-serif;
}

.body-4.body-descontos {
  background-color: #8300eb;
}

.cursos-extensivo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.bold-text-21.preto {
  color: #cacaca;
}

.bold-text-21.preto:hover {
  background-color: var(--magenta);
  color: #fff;
}

.div-block-231 {
  color: #51daf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-124 {
  color: #fff;
  text-align: center;
  height: 90px;
  padding-bottom: 10px;
  font-size: 16px;
}

.text-block-125 {
  font-size: 25px;
  font-weight: 900;
  line-height: 120%;
}

.text-block-125.new-txt-bonus {
  color: #fff;
}

.text-block-125.txt-bonus-semi {
  color: #e80091;
}

.grid-43 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
}

.div-block-232 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-126 {
  color: #ecc64e;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 140%;
}

.body-materiais {
  font-family: Poppins, sans-serif;
  display: block;
  overflow: visible;
}

.button-12 {
  color: #0300c3;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ecc64e;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.button-12:hover {
  background-color: #ffe287;
}

.div-block-233 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.sessao-telegram {
  background-color: #f8f7fd;
  padding-top: 40px;
}

.grid-45 {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr .5fr .25fr;
  position: relative;
}

.div-block-234 {
  justify-content: center;
  align-items: flex-end;
  height: 0;
  display: flex;
}

.text-block-127 {
  color: #0406c3;
  text-transform: uppercase;
  padding-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 145%;
}

.text-block-128 {
  font-size: 25px;
}

.image-78 {
  z-index: 0;
  display: block;
  position: relative;
}

.text-block-129 {
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 140%;
}

.button-13 {
  letter-spacing: 1px;
  background-color: #3059fd;
  border-radius: 40px;
  padding: 15px;
  font-size: 18px;
  font-weight: 900;
  line-height: 130%;
}

.menu {
  align-self: stretch;
}

.sessao-topo {
  background-color: #0300c3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.sessao-topo.topo-home.top-old {
  display: block;
}

.chamada {
  padding-top: 40px;
  text-decoration: none;
}

.grid-46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

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

.heading-31 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.text-block-130 {
  color: #ecc64e;
  font-size: 25px;
  line-height: 140%;
}

.body-5 {
  object-fit: fill;
  background-color: #eaeaea;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  display: block;
}

.text-block-131 {
  color: #0300c3;
  text-transform: uppercase;
  background-color: #ecc64e;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: inline;
}

.cta {
  padding-bottom: 20px;
  text-decoration: none;
}

.imagem-chamada-extensivo {
  padding-top: 20px;
}

.v-deo {
  background-color: #ff6400;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  font-size: 20px;
  display: block;
}

.heading-32 {
  color: #060000;
  text-align: center;
  text-transform: uppercase;
}

.imagem-thumb {
  padding-top: 60px;
}

.cta-video {
  color: #030303;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #ecc64e;
  border-radius: 10px;
  width: auto;
  margin-top: 60px;
  padding: 17px 85px;
  font-weight: 900;
  box-shadow: 0 3px 12px -3px #000;
}

.cta-video:hover {
  color: #fff;
  background-color: #e8b104;
}

.pra-quem-a-plataforma {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 94px;
  padding-bottom: 94px;
  display: flex;
}

.pra-quem-a-plataforma.black-sessao-3 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 20px;
}

.pra-quem-a-plataforma.sec-2024 {
  background-color: var(--violet);
  background-image: url('../images/rb_1006-min.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 122px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.pra-quem-a-plataforma.sec-2024.planos {
  background-color: var(--violet);
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.pra-quem-a-plataforma.sec-2024.planos.b3p {
  background-position: 0 0;
}

.chamada-pra-quem {
  padding-top: 40px;
  padding-bottom: 27px;
}

.heading-33 {
  color: #000;
  text-transform: uppercase;
  margin: 11px 12px 12px;
  font-weight: 800;
}

.heading-33.h-black {
  color: #fff;
  font-weight: 600;
}

.grid-48 {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-imagem-e-texto.linhas {
  border-left: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  padding-left: 0;
  padding-right: 0;
}

.imagem-pra-quem {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-132 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 13px;
  height: 450px;
  padding: 21px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-132.pre-o {
  font-weight: 700;
}

.text-block-132.text-block-132-menor {
  height: 160px;
}

.image-80 {
  padding-bottom: 20px;
}

.grid-49 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  margin-top: 60px;
}

.grid-49.grid-esp-bl {
  border-bottom: 1px solid #ffffff85;
  margin-top: 20px;
  padding-bottom: 20px;
}

.timeline-cursos {
  background-color: #444343;
  background-image: url('../images/rb_1006-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 122px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 81px;
  display: flex;
}

.timeline-cursos.time-black {
  background-color: #000;
  padding-top: 60px;
}

.timeline-cursos.time-cursos {
  -webkit-text-fill-color: inherit;
  background-color: #565656;
  background-clip: border-box;
}

.timeline-cursos.t-turmas-2025 {
  background-image: none;
}

.heading-34 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 37px;
  line-height: 130%;
}

.text-block-133 {
  color: #fff;
  text-align: center;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.text-block-133.br {
  color: #e1e6e6;
  font-weight: 500;
}

.text-block-133.br.amarelo {
  color: #00ff1e;
  font-weight: 700;
}

.text-block-133.br.lista-cursos {
  color: #e5e6e1;
  border: 1px solid #ffffff94;
  padding: 20px 40px;
  font-weight: 500;
  line-height: 200%;
}

.text-block-133.br.lista-cursos.lista {
  color: #fffffe;
  overflow: visible;
}

.chamada-timeline {
  justify-content: center;
  padding-bottom: 10px;
  display: block;
}

.o-que-voce-vai-encontrar {
  background-color: #1ee2cb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 140px;
  display: flex;
}

.o-que-voce-vai-encontrar.bgblack2024 {
  background-color: #f1f1f1;
  background-image: url('../images/rb_1006-min.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 144px;
  padding-bottom: 35px;
}

.o-que-voce-vai-encontrar.bg-plataforma-2025 {
  background-color: #fff;
}

.imagem-elemento-laranja {
  align-self: stretch;
  align-items: flex-start;
  height: 0;
  display: flex;
}

.image-81 {
  vertical-align: baseline;
  align-self: center;
  position: relative;
  top: -36px;
  left: -12px;
  transform: rotate(137deg);
}

.image-81.img-5 {
  top: 1px;
  left: 0;
  transform: none;
}

.grid-50 {
  grid-column-gap: 9px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  justify-items: center;
  width: 85%;
  font-size: 38px;
  font-weight: 700;
  line-height: 140%;
  display: grid;
}

.imagem-icone {
  justify-content: center;
  align-items: center;
  height: 66.6602px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-134 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-134.txt-black {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
}

.textos-icones {
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-135 {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.chamada-o-que-vai-encontrar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  border-top: 1px solid #000;
  flex-flow: column wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-35 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 800;
  line-height: 140%;
}

.heading-35.h2-black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #4200f9;
  -webkit-text-stroke-color: #120522e3;
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 60%;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: static;
}

.cursos-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 80px;
  padding-bottom: 50px;
  display: block;
}

.cursos-home.agora {
  background-color: #f1f1f1;
}

.heading-36 {
  color: #000;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 38px;
  line-height: 120%;
  display: flex;
}

.heading-36._36-menor {
  color: #cd0000;
  flex-wrap: wrap;
  font-size: 28px;
  font-weight: 600;
}

.heading-36.como-revisao {
  color: var(--f70fff);
  background-color: #000;
}

.elementos-cursos {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 10px;
  display: flex;
}

.thumb-curso {
  text-align: center;
  text-decoration: none;
}

.text-block-136 {
  font-weight: 700;
}

.text-block-137 {
  color: #070707;
  text-align: center;
  text-transform: uppercase;
  padding-top: 29px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.button-14 {
  font-weight: 500;
}

.cta-curso {
  float: none;
  clear: none;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 40px;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 25px 11px;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  display: block;
  position: relative;
}

.cta-curso:hover {
  background-color: #ec7426;
}

.cta-curso.cta-destaque {
  background-color: #ff6500;
}

.cta-curso.cta-destaque.botao-atual {
  background-color: #0301c3;
}

.cta-curso.cta-destaque.botao-atual:hover {
  background-color: #1ee2cb;
}

.curso-link-elementos {
  background-color: #f1c0f3;
  padding-left: 37px;
  padding-right: 37px;
  text-decoration: none;
}

.text-block-138 {
  color: #fdfbfb;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.text-span-66 {
  font-size: 35px;
  font-weight: 400;
}

.grid-51 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  text-decoration: none;
  display: grid;
}

.garantia-home {
  color: #fff;
  background-color: #0301c3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.garantia-home.garantia-semiextensivo-2022 {
  background-color: #6b0cb2;
}

.garantia-home.gb-home.bgblack2024 {
  background-color: #202020;
}

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

.imagem-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 68.6523px;
  display: flex;
}

.text-block-139 {
  color: #f5cd50;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-140 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
}

.o-que-os-alunos-falam {
  background-color: #ff6400;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.o-que-os-alunos-falam.depo-black {
  background-color: #000;
}

.o-que-os-alunos-falam.bgblack2024 {
  background-color: #444343;
  background-image: url('../images/rb_1006-min.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 177px;
}

.o-que-os-alunos-falam.bgblack2024.bg-depo-2025 {
  background-image: none;
}

.o-que-os-alunos-falam.bgblack2024-copy {
  background-color: #444343;
  background-image: url('../images/rb_1006-min.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 133px;
}

.o-que-os-alunos-falam.bg-2025 {
  background-color: #262626;
}

.chamada-o-que-os-alunos-falam {
  align-self: stretch;
}

.heading-37 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 38px;
  font-weight: 900;
  line-height: 140%;
}

.grid-53 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

.div-depoimento-home {
  border-radius: 10px;
  justify-content: center;
  display: flex;
}

.image-82 {
  border-radius: 10px;
  display: block;
}

.slider-depoimentos-home {
  background-color: #0000;
}

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

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

.mask-9 {
  padding-left: 0;
  padding-right: 0;
}

.right-arrow-5, .left-arrow-7 {
  display: none;
}

.quem-o-professor-pinguim {
  background-color: #1ee2cb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.quem-o-professor-pinguim.bgblack2024 {
  background-color: #d7d7d7;
}

.grid-54 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-self: stretch;
}

.heading-38 {
  color: #f7f7f7;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.heading-38.hblack2024 {
  color: #202020;
  margin-bottom: 2px;
}

.text-block-141 {
  font-size: 20px;
  line-height: 20%;
}

.text-block-142 {
  color: #000;
  text-align: left;
  font-size: 20px;
  line-height: 150%;
}

.faq-home {
  text-align: center;
  background-color: #0e0af5;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.faq-home.faq-black {
  background-color: #000;
}

.faq-home.bgblack2024 {
  background-color: #202020;
}

.dropdown-toggle {
  width: 100%;
}

.dropdown-toggle.caixa-faq {
  height: 100%;
}

.dropdown-toggle.caixa-faq.pinguim {
  box-shadow: none;
  background-color: #0000;
  border: 1px solid #fff;
  display: flex;
}

.dropdown-toggle.caixa-faq.pinguim.w--open {
  background-color: #001fa2;
  border-bottom-style: none;
}

.dropdown-toggle.caixa-faq {
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff4a;
  border-radius: 20px;
  height: 100%;
}

.dropdown-toggle.caixa-faq.w--open {
  height: auto;
}

.caixa-pergunta {
  justify-content: space-around;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.caixa-pergunta.pinguim {
  align-self: auto;
  width: 700px;
  display: block;
}

.caixa-faq {
  background-color: #fff;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 4px 8px -3px #000;
}

.caixa-faq.dropdown-link {
  display: block;
}

.caixa-faq.dropdown-link.caixa-faq-pinguim {
  box-shadow: none;
  color: #fff;
  background-color: #001fa2;
  border: 1px solid #fff;
  border-top-style: none;
  padding-top: 0;
  font-size: 14px;
  line-height: 230%;
  display: block;
  overflow: visible;
}

.dropdown {
  flex: 1;
  padding-bottom: 0;
}

.dropdown.pinguim {
  display: block;
}

.text-block-32 {
  color: #222;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.text-block-32.txt-pinguim {
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.div-block-238 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-238.pinguim {
  display: block;
}

.dropdown-list {
  background-color: #7b5858;
}

.dropdown-list.w--open {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  display: block;
  position: static;
}

.dropdown-list.drop-pinguim {
  display: none;
  overflow: visible;
}

.text-span-67 {
  padding-left: 7px;
}

.text-span-68 {
  color: #3cf300;
  font-weight: 700;
  text-decoration: none;
}

.link-21 {
  text-decoration: none;
  display: inline;
}

.link-22 {
  color: #fff;
  text-decoration: none;
}

.pagamentos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #161515;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-bottom: 0;
  padding-bottom: 30px;
  display: grid;
}

.grid-55 {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.imagem-icon-pagamento, .text-block-143 {
  text-align: center;
}

.text-block-144 {
  text-align: center;
  padding-top: 10px;
}

.text-block-145 {
  font-size: 30px;
  font-weight: 700;
}

.text-block-146 {
  color: #f5cd50;
  text-align: center;
  padding-right: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.linha-pagamentos {
  background-color: #000;
  align-self: stretch;
  height: 1px;
  margin-bottom: 30px;
}

.elementos-home {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  margin-left: 0;
  display: flex;
}

.slide-nav-15 {
  margin-bottom: -42px;
}

.timeline-mobile {
  display: none;
}

.div-imagem-fundo-topo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: start;
  height: 0;
  display: grid;
}

.image-83 {
  opacity: 0;
}

.image-84 {
  margin-left: -10px;
  padding-left: 0;
}

.text-span-69 {
  color: #ff6500;
}

.txt-esp-valor-total {
  font-size: 20px;
}

.image-85 {
  display: block;
}

.body-6 {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

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

.heading-39 {
  margin-bottom: 30px;
  font-weight: 600;
}

.bonus-semiextensivo2022 {
  background-color: #6b0cb2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.heading-40 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.text-span-70 {
  color: #f5cd50;
}

.deopoimentos-semiextensivo {
  background-color: #f5cd50;
  justify-content: center;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.direcionamento-semiextensivo-2022 {
  background-color: #6b0cb2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.txt-spam-semiextensivo-2022 {
  color: #f5cd50;
}

.text-block-147 {
  color: #f5cd50;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.text-block-148 {
  line-height: 20%;
}

.text-block-149 {
  line-height: 130%;
}

.o-que-voc-vai-estudar {
  color: #fff;
  background-color: #41199c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 60px;
  display: flex;
}

.topo-semiextensivo {
  background-image: linear-gradient(82deg, #3e199a, #6a0bb1);
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  display: flex;
}

.topo-semiextensivo.home-campanha-semi-2022 {
  background-image: linear-gradient(82deg, #000, #000);
  margin-bottom: 0;
  padding-top: 0;
}

.topo-semiextensivo.home-campanha-semi-2022.topo-fixo {
  background-image: none;
  font-size: 1px;
  position: fixed;
  inset: 0% 0% auto;
}

.banner-semiextensivo-2022 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #fff;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 60px;
  display: grid;
}

.heading-41 {
  color: #e80091;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 200%;
}

.text-span-71 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 100%;
  display: flex;
}

.paragraph-18 {
  color: #d9a950;
  text-transform: capitalize;
  padding-top: 28px;
  padding-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-19 {
  color: #e80091;
  text-transform: uppercase;
  background-color: #f5cd50;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
  display: inline;
}

.image-86 {
  margin-bottom: -1px;
}

.heading-42 {
  color: #e80091;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
}

.heading-42.h-esp {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 800;
}

.comprar-semi-das-paulistas {
  background-color: #41199c;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grid-56 {
  grid-column-gap: 106px;
  grid-row-gap: 106px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: stretch;
}

.bloco-semi-das-paulistas {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 528px;
  padding-top: 24px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.heading-43 {
  color: #e80091;
  font-size: 55px;
  line-height: 130%;
}

.text-block-150 {
  line-height: 20%;
}

.texto-comprar {
  text-align: left;
  width: 95%;
  margin-top: 25px;
  font-size: 20px;
  line-height: 160%;
}

.heading-44 {
  color: #000;
  text-align: center;
  font-size: 38px;
  line-height: 120%;
  text-decoration: none;
}

.text-block-151 {
  text-align: center;
  cursor: pointer;
  background-color: #f6b716;
  border-radius: 40px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: 65px;
  margin-top: 27px;
  margin-left: 2px;
  margin-right: -15px;
  padding: 10px 21px;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  overflow: visible;
}

.text-block-151:hover {
  color: #fff;
  background-color: #41199c;
  text-decoration: none;
}

.text-block-152 {
  color: #000;
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.text-span-72 {
  text-decoration: line-through;
}

.text-block-153 {
  color: #000;
  margin-top: 25px;
  font-size: 72px;
  font-weight: 800;
  line-height: 120%;
}

.button-15 {
  cursor: pointer;
  background-color: #e80091;
  border-radius: 60px;
  margin-top: 25px;
  padding: 20px 26px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.button-15:hover {
  background-color: #04c234;
}

.text-block-154 {
  color: #000;
  border-bottom: 1px solid #c3c3c3;
  align-self: center;
  width: 85%;
  margin-top: 27px;
  padding-top: 20px;
  padding-bottom: 22px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.grid-57 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  align-self: center;
  width: 91%;
  margin-top: 40px;
  font-size: 10px;
  line-height: 200%;
}

.grid-57.grid-lista {
  width: 69%;
}

.grid-58 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  display: flex;
}

.text-block-155 {
  color: #333;
  text-align: left;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-span-73 {
  font-size: 20px;
  font-weight: 700;
}

.link-block-28 {
  text-decoration: none;
  display: flex;
}

.text-span-74 {
  font-weight: 800;
}

.text-block-156 {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 180%;
}

.text-block-156.text-n-timer {
  color: #f750db;
  letter-spacing: 3px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56.4648px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 21px;
  display: flex;
}

.text-block-156.txt-blackweek {
  letter-spacing: 1px;
  font-size: 20px;
}

.elementos-2 {
  align-self: center;
  width: 1080px;
}

.grid-59 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .8fr;
  align-items: end;
  font-weight: 900;
}

.nav-link-7 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #ff9600;
  border-bottom: 1px #000;
}

.nav-link-7.nav-esp-bw {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link-7.nav-esp-bw.botao-sou-aluno {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-8 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 21px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-8:hover {
  color: #ff9600;
}

.nav-link-8.link-materiais-desktop {
  margin-right: 0;
}

.nav-link-8.link-materiais-desktop.link-oculto {
  display: none;
}

.nav-link-9 {
  color: #fff;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 25px;
}

.nav-link-9.cta-menu {
  border: 1px solid #ffffffd6;
  border-radius: 30px;
  align-self: center;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 900;
  line-height: 100%;
}

.nav-link-9.cta-menu.cta-compre-ja {
  background-color: #ff6500;
  font-weight: 900;
}

.nav-link-9.nav-1 {
  padding-left: 0;
}

.nav-menu-4 {
  text-align: center;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.text-block-157 {
  color: #0300c3;
  text-transform: uppercase;
  background-color: #f5cd50;
  flex: 0 auto;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
  display: inline;
}

.image-87 {
  opacity: 0;
}

.grid-60 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/bg-especial-extensivo.png');
  background-position: 100%;
  background-size: cover;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .8fr;
}

.div-block-241 {
  padding-top: 10px;
  padding-bottom: 28px;
}

.banner-topo-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.modulos-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 107px;
  padding-bottom: 100px;
  display: flex;
}

.video-2 {
  background-color: #f5cd50;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-242 {
  border-bottom: 1px solid #ffffffba;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 75px;
  display: flex;
}

.div-block-243 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.direcionamento-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 50px;
  display: flex;
}

.grid-61 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border: 1px #505050;
  border-bottom: 1px solid #ffffffba;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  align-items: start;
  margin-top: 35px;
  margin-bottom: 46px;
  padding-bottom: 70px;
}

.depoimentos-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.text-span-75 {
  color: #bdf514;
}

.text-span-76 {
  color: var(--magenta);
  border: 1px solid #030303;
}

.text-span-77 {
  color: #d0f643;
}

.text-span-78 {
  outline-offset: 0px;
  direction: ltr;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  object-fit: cover;
  background-color: #ffc30f;
  border-radius: 12px;
  outline: 3px #000;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 140%;
  display: inline;
  position: static;
  overflow: visible;
}

.text-span-79 {
  color: #fdf332;
}

.italic-text {
  color: #0a0000;
  text-align: center;
  font-style: normal;
}

.italic-text.texto-botao-atual {
  color: #f7f7f7;
}

.italic-text.texto-botao-atual:hover {
  color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span-80 {
  color: #e80091;
}

.button-16 {
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  border-radius: 16px;
  outline: 3px solid #fff;
  width: 220px;
  max-width: 80%;
  height: 80px;
  max-height: 80%;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  display: block;
  position: static;
  overflow: visible;
}

.heading-45 {
  color: #000;
  text-align: center;
  margin-bottom: 58px;
}

.paragraph-20 {
  margin-bottom: 29px;
  font-size: 20px;
}

.paragraph-21, .paragraph-22 {
  font-size: 20px;
}

.paragraph-23 {
  text-align: center;
  margin-bottom: 28px;
  font-size: 20px;
  font-style: normal;
  overflow: visible;
}

.text-block-133-copy {
  color: #e2d21f;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.text-block-137-copy {
  color: #000;
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.curso-link-elementos-copy {
  background-color: #0301c3;
  text-decoration: none;
  position: static;
}

.afiliado-home {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 61px;
  padding-bottom: 80px;
  display: flex;
}

.heading-46 {
  border: 1px solid #fff;
}

.titulo-plano {
  color: #000;
  border: 1px #fff;
  text-decoration: none;
}

.curso-link-elementos-copy {
  text-align: center;
  background-color: #1ee2cb;
  border-radius: 15px;
  padding-left: 54px;
  padding-right: 54px;
  text-decoration: none;
}

.text-block-158 {
  text-align: center;
  padding-top: 39px;
  font-size: 20px;
}

.plano-2 {
  color: #fff9f9;
  border: 1px #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

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

.bold-text-23 {
  text-align: center;
}

.antes-do-botao {
  padding-top: 14px;
  padding-bottom: 15px;
}

.heading-36-copy {
  color: #0301c3;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.quem-o-professor-pinguim-copy {
  background-color: #1ee2cb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.grid-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". Area-2" 41px
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  padding-top: 35px;
  display: grid;
}

.link-block-29 {
  text-decoration: none;
}

.link-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-color: #19f5ff;
  border-radius: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.link-block-31 {
  text-decoration: none;
}

.sub-plano {
  text-align: center;
}

.div-block-244 {
  text-decoration: none;
}

.itens-do-plano {
  text-align: center;
  padding-top: 26px;
  padding-bottom: 20px;
  font-size: 20px;
}

.grid-63 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: contain;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: -14px;
  padding-left: 0;
  display: inline;
}

.itens-cada-plano {
  font-size: 15px;
  display: flex;
}

.link-block-32, .link-block-33 {
  text-decoration: none;
}

.grid-65 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.text-block-159 {
  flex: 0 2 20%;
  font-size: 20px;
}

.section-18 {
  background-color: #f1f1f1;
}

.paragraph-24 {
  font-size: 0;
}

.grid-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #c5c5c5;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 60%;
  margin: 20px auto 2px;
  padding-top: 34px;
  padding-bottom: 61px;
  padding-left: 0;
  display: grid;
}

.button-17 {
  object-fit: fill;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 80%;
  height: 80px;
  max-height: 70%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  display: flex;
  overflow: visible;
}

.planos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f6c750;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 67px;
  display: grid;
}

.titulo-planos {
  text-align: center;
  text-transform: capitalize;
  padding-top: 45px;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.paragraph-25 {
  margin-bottom: 3px;
}

.grid-67 {
  grid-column-gap: 48px;
  grid-row-gap: 3px;
  border: 1px solid var(--f70fff);
  text-align: center;
  background-color: #fafafa;
  border-radius: 17px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto;
  grid-auto-rows: minmax(0, .25fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  align-self: center;
  place-items: stretch stretch;
  width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 27px;
  display: grid;
}

.grid-68 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: cover;
  background-color: #0000;
  border: 0 solid #000;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin: 8px 101px 30px 100px;
  padding-bottom: 0;
  padding-left: 47px;
  padding-right: 47px;
  text-decoration: none;
  display: grid;
}

.nome-plano {
  background-color: #0000;
  padding-top: 0;
  font-size: 30px;
  font-weight: 700;
}

.div-block-245 {
  grid-column-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.planos-e-pre-os {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 40px;
  display: flex;
}

.planos-e-pre-os.plano-e-pre-o-old-off {
  display: none;
}

.text-block-160 {
  justify-content: center;
  padding-top: 31px;
  padding-bottom: 19px;
  font-size: 25px;
  font-weight: 800;
  display: flex;
}

.grid-69 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center stretch;
  width: 1200px;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.grid-69.tabela {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  background-color: var(--violet);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  width: 1300px;
  display: grid;
}

.div-block-246 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 34px;
  display: flex;
}

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

.div-block-247 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.image-90 {
  max-width: 90%;
  margin: 28px 0 22px;
  padding-bottom: 21px;
  padding-left: 0;
  display: inline-block;
}

.image-91, .image-92 {
  padding-bottom: 20px;
}

.link-block-38 {
  justify-content: center;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.link-block-39 {
  place-content: stretch center;
  align-self: center;
  display: flex;
}

.link-block-40 {
  justify-content: center;
  align-self: center;
  display: block;
}

.bold-text-24 {
  padding-top: 22px;
  padding-bottom: 20px;
}

.div-block-248 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-248.div-black {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-248.div-black.comissao-off, .div-block-248.comissao-off {
  display: none;
}

.botao-compra {
  margin-top: 29px;
  font-size: 20px;
}

.grid-botao-compra {
  grid-column-gap: 50px;
  background-color: #0f0f1000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: start center;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.grid-botao-compra.gr-black {
  align-items: center;
  height: 0;
}

.grid-botao-compra.gd-compra-bl {
  background-color: var(--magenta);
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-47 {
  text-align: center;
  padding-bottom: 61px;
  font-size: 30px;
  font-weight: 500;
}

.grid-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template: "Area"
                 "."
                 / .75fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: stretch;
  place-items: center;
  padding-top: 51px;
  display: grid;
}

.grid-70.gb-topo {
  border-bottom: 1px solid #ffffff8f;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-93 {
  width: 300px;
  max-width: 90%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-19 {
  background-color: #000;
}

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

.heading-48 {
  color: var(--violet);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 4px;
  margin-bottom: 2px;
  padding-right: 0;
  font-size: 30px;
  line-height: 35px;
  display: flex;
}

.heading-48.hb {
  color: #fff;
  text-align: center;
  flex-direction: row;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.heading-48.esp-bl {
  width: 100%;
}

.image-94 {
  text-align: center;
  flex: none;
  width: 200px;
  max-width: 70%;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.grid-71 {
  grid-template-rows: auto;
}

.grid-71.gr-black {
  border: 1px #fff;
  grid-template-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-161 {
  color: #fff;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
}

.text-block-161.amarelo {
  color: #dff62f;
}

.text-block-162 {
  color: #fff;
  width: 70%;
  margin-bottom: -9px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.text-block-162.txt-preco {
  margin-top: 27px;
  font-size: 45px;
}

.div-block-249 {
  border: 2px solid #fffffd;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
}

.text-span-82 {
  font-size: 24px;
  position: relative;
  top: -6px;
}

.text-span-83 {
  font-size: 18px;
  position: relative;
  top: -4px;
}

.div-block-250 {
  padding-top: 60px;
}

.div-block-251 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  display: grid;
}

.image-95 {
  padding-top: 40px;
}

.image-96 {
  max-width: 80%;
  margin-top: 8px;
  margin-right: 13px;
  padding-left: 19px;
  padding-right: 20px;
  display: inline-block;
}

.image-97 {
  max-height: 100%;
}

.image-98 {
  display: block;
}

.image-99 {
  max-width: 80%;
  margin-bottom: 18px;
}

.image-100 {
  margin-top: 54px;
}

.text-span-84 {
  color: var(--magenta);
}

.text-span-85 {
  color: var(--f70fff);
}

.text-span-86 {
  color: #f2ff00;
}

.text-span-87 {
  font-size: 24px;
  display: inline-block;
}

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

.revisao {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 21px;
  padding-top: 34px;
  font-size: 25px;
  line-height: 35px;
  display: flex;
}

.revisao.revisaoinclusa {
  color: #adfc45;
}

.image-101 {
  margin-top: 39px;
}

.resolucao {
  color: var(--violet);
  font-style: normal;
}

.estudar {
  background-color: #050505;
  padding-top: 42px;
  padding-bottom: 0;
  display: none;
}

.complementar {
  background-color: #fc0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.texto-preco {
  margin-bottom: 39px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.texto-preco.negr {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.texto-preco.negr.pix {
  background-color: var(--violet);
  border-radius: 6px;
  padding: 5px;
  font-size: 18px;
}

.texto-preco.negr.faixa {
  text-decoration: line-through;
  display: flex;
}

.texto-preco.negr.faixa.txt-black-revisao {
  color: #fff;
}

.texto-preco.negr.txt-valor-desconto {
  font-size: 35px;
  line-height: 100%;
}

.section-20 {
  margin-top: 108px;
  margin-bottom: 66px;
}

.section-20.section-revisao-plano {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-163 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-block-164 {
  justify-content: center;
  margin-top: 45px;
  display: flex;
}

.div-block-252 {
  justify-content: center;
  display: flex;
}

.div-block-252.texto-preco {
  justify-content: center;
  align-items: center;
}

.text-block-165 {
  justify-content: center;
  margin-top: 44px;
  display: flex;
}

.grid-72 {
  justify-content: center;
  justify-items: center;
}

.grid-73 {
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
  display: flex;
}

.grid-73:hover {
  font-size: 20px;
}

.text-block-166 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-253 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.novanavbar {
  background-color: #050505;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding-top: 6px;
  display: flex;
}

.nova-tabelapreco {
  color: #050505;
  background-color: #000;
}

.div-block-254 {
  justify-content: center;
  display: flex;
}

.grid-74 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
}

.titulopreco {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 30px;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.titulopreco.tachado {
  clear: left;
  padding-bottom: 22px;
  text-decoration: line-through;
}

.titulopreco.negrito {
  text-transform: uppercase;
  font-weight: 700;
}

.text-block-167 {
  float: left;
  clear: left;
  color: var(--magenta);
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 11px;
  font-size: 26px;
  font-weight: 700;
  line-height: 145%;
  display: flex;
  position: relative;
}

.text-block-167.txt-black-revisao {
  color: var(--violet);
  letter-spacing: 2px;
  font-weight: 700;
}

.image-102.img-bl {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-103 {
  display: none;
}

.section-21 {
  background-color: #000;
  justify-content: center;
  display: flex;
}

.grid-75 {
  clear: none;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  justify-items: center;
  display: flex;
}

.section-22 {
  background-color: #000;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 16px;
}

.button-18 {
  outline-offset: 0px;
  border: 1px solid #000;
  border-radius: 7px;
  outline: 3px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body_bn {
  background-color: var(--violet);
  font-family: Poppins, sans-serif;
  display: block;
}

.image-104 {
  clear: none;
  padding: 26px 12px;
}

.navbar-4 {
  background-color: #0000;
}

.button_nav_bn {
  color: #390681;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 15px;
  padding: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

.button_nav_bn:hover {
  background-color: var(--violet);
  color: #000;
}

.div-block-255 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: var(--f70fff);
  border-radius: 14px;
  flex-direction: column;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  margin-bottom: -39px;
  padding: 30px 30px 0;
  display: flex;
}

.div-block-255.dv-plano {
  justify-content: flex-start;
  width: auto;
  margin-top: -58px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.div-block-255.dv-plano.plano-black-november {
  background-color: var(--magenta);
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-256 {
  float: none;
  clear: none;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.grid-76 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.5fr;
}

.div-block-257 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-257.txt-black-revisao {
  font-weight: 400;
}

.section-23 {
  background-color: var(--f70fff);
}

.texto_abaixo_banner {
  background-color: var(--f70fff);
  color: #390681;
  text-align: center;
  border-radius: 11px;
  margin-bottom: 1px;
  padding: 25px;
  font-family: Wotfard, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 130%;
}

.faixa_de_texto {
  background-color: #000;
}

.faixa_de_texto.fx-revisao-2 {
  background-color: #390681;
  width: 100%;
  padding-top: 0;
  padding-bottom: 36px;
}

.navbar-5 {
  background-color: var(--magenta);
}

.navbar-5.revisao-2 {
  background-color: #ffc000;
  box-shadow: -2px 2px 6px -2px #000;
}

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

.image-105 {
  display: inline-block;
}

.div-block-258 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-top: 45px;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 0;
  display: block;
}

.container-15 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.column-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.grid-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  place-items: stretch center;
  width: 400px;
  max-width: 90%;
  display: grid;
}

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

.image-107 {
  max-width: 70%;
}

.image-108 {
  width: 400px;
  max-width: 70%;
  display: block;
}

.image-109 {
  width: 300px;
  max-width: 70%;
  display: block;
}

.container-16 {
  justify-content: center;
  display: flex;
}

.image-110 {
  text-align: center;
  width: 400px;
  max-width: 90%;
  padding-bottom: 40px;
  display: inline-block;
}

.grid-78 {
  text-align: center;
  flex-direction: column;
  grid-template-columns: 1fr;
  place-content: space-between;
  place-items: center;
  padding-top: 6px;
  display: flex;
}

.div-block-261 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  margin-top: 33px;
  margin-bottom: 10px;
  display: grid;
}

.grid-79 {
  grid-template-rows: auto;
  justify-items: center;
}

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

.t-tulo_bw {
  color: var(--violet);
  text-align: center;
  justify-content: center;
  display: flex;
}

.image-111 {
  margin: 39px 44px;
  padding-top: 21px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline;
}

.image-112 {
  max-width: 80%;
  margin: 2px auto;
  padding: 25px 19px;
  display: block;
}

.topo-black {
  background-color: #000;
  border-top: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.topo-black.banner-fundo {
  background-image: linear-gradient(#000 32%, #0000), url('../images/bg-semi-1.jpg'), url('../images/bg-pinguim-2023-01.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.topo-black.banner-fundo.bg-2024 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #110f0f;
  background-image: url('../images/bg-semi-1.jpg'), url('../images/bg-pinguim-2023-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  background-clip: content-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 500px;
  padding-top: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.div-imagens-black-topo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-263 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-113 {
  padding-top: 33px;
}

.image-114 {
  margin-bottom: 33px;
}

.image-115 {
  opacity: .11;
}

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

.section-24, .section-24.bm {
  display: none;
}

.dv-esp-revisao {
  background-color: #390681;
  padding-bottom: 100px;
}

.container-17 {
  align-self: center;
}

.borda-img-depo {
  border-radius: 35px;
}

.text-block-168 {
  color: var(--magenta);
  text-align: center;
  margin-top: -26px;
  font-size: 55px;
  font-weight: 800;
  line-height: 100%;
}

.text-block-168.txt-black-revisao {
  color: var(--violet);
  font-weight: 700;
}

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

.text-block-170 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 800;
  line-height: 150%;
  display: none;
}

.text-span-90 {
  margin-top: 10px;
  font-size: 18px;
}

.text-span-90.txt-black-revisao {
  color: var(--violet);
}

.text-span-91 {
  font-size: 16px;
  font-weight: 600;
}

.text-span-91.txt-black-revisao {
  color: #fff;
}

.text-span-92 {
  font-size: 18px;
  font-weight: 700;
}

.text-span-93 {
  font-size: 25px;
  line-height: 100%;
}

.text-span-94 {
  font-size: 39px;
}

.text-span-94.txt-black-revisao {
  color: var(--violet);
  font-weight: 600;
}

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

.video-pinguim-revisao-2 {
  background-color: #791b84;
  padding-top: 80px;
  padding-bottom: 100px;
  display: none;
  overflow: hidden;
}

.html-embed-5 {
  height: auto;
  padding-top: 0;
}

.container-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.video-3 {
  margin-top: 40px;
}

.link-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-95 {
  text-align: left;
}

.heading-49 {
  color: var(--f70fff);
  text-align: center;
}

.grid-80 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template: "."
  / 1fr;
  justify-content: stretch;
  align-self: center;
  justify-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.heading-50 {
  color: #400ea2;
  text-align: center;
  background-color: #f5cd50;
  padding: 5px;
}

.image-116 {
  text-align: center;
  width: 90%;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 27px 8px;
  display: block;
  position: relative;
  left: 0;
}

.heading-51 {
  color: #000;
  text-align: center;
  flex: none;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.heading-52 {
  opacity: 1;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.heading-52.h-esp-home {
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-171 {
  background-color: #fff;
  padding: 10px;
  font-weight: 700;
  display: block;
}

.div-block-264 {
  color: #000;
  background-color: #f5cd50;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.bold-text-25 {
  color: #0600c7;
  width: 50%;
}

.bold-text-26 {
  color: #000;
}

.div-block-265 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
  position: relative;
}

.grid-81 {
  color: #fff;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.grid-82 {
  border: 1px #fff;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.div-block-266 {
  text-align: center;
  border: 1px solid #ffffff9c;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-266.div-2 {
  align-items: center;
  padding-top: 20px;
}

.div-block-267 {
  border: 1px solid #ffffff9c;
  padding: 20px 20px 0 40px;
}

.text-block-172 {
  text-align: left;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-173 {
  font-weight: 700;
}

.text-block-174, .text-block-175 {
  text-transform: none;
}

.text-block-176 {
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
}

.text-block-176.titulo-turma-curso {
  color: #f5cd50;
}

.text-span-96 {
  color: var(--ffcc00);
  font-size: 18px;
}

.text-span-97 {
  color: #f2ff00;
  font-size: 18px;
}

.text-span-98, .text-span-99, .bold-text-27, .bold-text-28 {
  font-size: 16px;
}

.text-span-100 {
  font-size: 28px;
}

.div-embed {
  border: 1px solid #fff3;
  padding: 10px;
}

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

.navbar-container {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.logo-code {
  color: #fff;
}

.navbar-menu {
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #fff;
  border-bottom: 1px #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar-link:hover {
  opacity: 1;
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #9842ee;
}

.navbar-link.bt-off {
  display: none;
}

.new-menu-semi {
  z-index: 20;
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  padding: 10px 5%;
}

.new-menu-semi.menu-home {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.new-menu-semi.menu-home.menu-esp-black-november {
  margin-top: 0;
  position: static;
}

.navbar_logo-link {
  align-self: auto;
  width: auto;
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.hamburger {
  padding: 0;
  display: none;
}

.button-19 {
  color: #fff;
  background-color: #9842ee;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  display: block;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-19:hover {
  box-shadow: none;
  color: #120522;
  background-color: #fff;
}

.button-19.nav {
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  height: auto;
  margin-left: 30px;
  padding: 9px 17px;
  font-size: 14px;
  display: block;
}

.button-19.nav:hover {
  color: #3e199a;
}

.button-19.nav.bt-off {
  display: none;
}

.paragraph-26 {
  opacity: .9;
  color: #e80091;
  text-transform: uppercase;
  background-color: #f7ff68;
  align-self: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  display: block;
}

.cta-image {
  border: 1px solid #312638;
  border-radius: 10px;
  width: 100%;
  box-shadow: 21px 21px 30px -10px #1d01501a;
}

.sess-o-top-semi {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.sess-o-top-semi.second-color {
  background-color: #0000;
  background-image: linear-gradient(#000, #0000), url('../images/bg-semi-1.jpg'), url('../images/bg-semi-2.jpg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, 100%;
  background-attachment: scroll, scroll, fixed;
}

.sess-o-top-semi.ovf-none {
  overflow: hidden;
}

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

.grid_2-1 {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
}

.subheader {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.subheader.text-brand {
  color: #e80091;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}

.container-20 {
  align-self: center;
  width: 100%;
  max-width: 98%;
}

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

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

.paragraph-27 {
  opacity: .9;
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.fade {
  background-image: linear-gradient(100deg, #120522 6%, #0000 82%);
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fade.right {
  background-image: linear-gradient(280deg, #120522 8%, #0000 87%);
  inset: 0% 0% 0% auto;
}

.testimonials-row_flip {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.csilver {
  color: #b7bbd1;
}

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

.testimonials-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.testimonial {
  background-color: #120522;
  border: 1px solid #312638;
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 300px;
  min-width: 400px;
  padding: 20px;
  display: flex;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.3;
}

.h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.testimonials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap_content-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.wrap_content-center.mw-800 {
  max-width: 800px;
}

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

.testimonial-author-img {
  object-fit: cover;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}

.cta-central-semi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.section-27 {
  background-color: var(--magenta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.o-que-vai-estudar-semi {
  background-color: #41199c;
  background-image: linear-gradient(#000, #41199c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.b-nus-semi-new {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 20px;
  display: flex;
}

.section-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sess-o-formas-de-pagamento {
  background-color: #000;
  background-image: linear-gradient(348deg, #000, #41199c);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.turma-junho-semi-new {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.section-33 {
  background-color: #41199c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

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

.caixa-pergunta-2 {
  justify-content: space-around;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.dropdown-2 {
  flex: 1;
  padding-bottom: 0;
}

.div-block-268 {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.grid-perguntas.grid-pinguim {
  width: 800px;
  margin-top: 60px;
}

.dropdown-link-2 {
  width: auto;
  display: block;
  box-shadow: -1px 3px 8px #000;
}

.dropdown-link-2.caixa-faq {
  color: #000;
}

.text-block-177 {
  color: #fff;
  letter-spacing: 1px;
  flex: 0 auto;
  align-self: center;
  font-size: 16px;
  font-weight: 500;
}

.heading-53 {
  margin-top: 100px;
}

.image-117 {
  border-radius: 15px;
  align-self: center;
  width: 70%;
}

.image-118 {
  flex: none;
  align-self: center;
  width: 18px;
}

.text-span-101 {
  font-size: 14px;
}

.icon-23 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

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

.grid_2-1-2 {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-self: center;
  align-items: start;
  width: auto;
  max-width: 99%;
  overflow: visible;
}

.price-card_name {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.price-card_name.tempo-acesso {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.h2-2 {
  color: #f5cd50;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 9px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}

.feature-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  display: flex;
}

.feature-list {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  align-self: auto;
  width: 90%;
  margin-bottom: 5px;
  display: flex;
}

.pricing-card {
  background-color: #120522;
  border: 1px solid #312638;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 25px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.pricing-card.left-align {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: #120522e3;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 24px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.pricing-card.left-align.ocultar {
  display: none;
}

.price {
  color: #f5cd50;
  text-align: center;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.frequency {
  opacity: .6;
  color: #fff;
  margin-bottom: auto;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  display: none;
}

.box_bgblur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #00000040;
  border: 1px solid #312638;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  padding: 70px 50px;
  display: flex;
}

.box_bgblur.no-mw {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 17px 4px;
}

.box_bgblur.no-mw.nw-black {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border-style: none;
  width: 100%;
}

.spacer-20 {
  width: 100%;
  height: 20px;
  min-height: 20px;
  display: block;
}

.button-20 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #9842ee;
  border-radius: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 50px;
  padding: 15px 35px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: visible;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-20:hover {
  box-shadow: none;
  color: #120522;
  background-color: #fff;
}

.button-20.outline {
  color: #9842ee;
  text-align: center;
  background-color: #0000;
  border: 1px solid #9842ee;
  padding-left: 25px;
  padding-right: 25px;
}

.button-20.outline:hover {
  color: #fff;
  border-color: #fff;
}

.button-20.outline.more {
  text-transform: uppercase;
  margin-top: 20px;
}

.button-20.cta-revis-o-2 {
  margin-top: 88px;
}

.paragraph_small {
  color: var(--violet);
  text-align: center;
  width: 80%;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 12px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.sess-o-box-planos {
  background-color: #e9e9e9;
  background-image: url('../images/rb_1006-min.png'), url('../images/rb_1006-min.png');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 244px, 133px;
  background-attachment: fixed, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 44px 5%;
  display: flex;
}

.sess-o-box-planos.sbp-2025 {
  background-image: none;
}

.feature-label {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  align-self: center;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.feature-label.taxado {
  text-decoration: line-through;
}

.feature-label.central {
  color: #f5cd50;
  text-align: center;
  padding: 0 38px;
  font-size: 18px;
}

.feature-label.taxado-oferta {
  text-decoration: line-through;
}

.feature-label.taxado-oferta.mais-escuro {
  color: #a6a5a4;
}

.feature-label.texto-amarelo {
  color: #f5cd50;
}

.feature-label.texto-mais-escuro {
  color: #a6a5a4;
}

.feature-label.central-copy {
  color: #f5cd50;
  text-align: center;
  text-align: center;
  margin-top: -2px;
  padding: 0 38px;
  font-size: 18px;
}

.price-large-span {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
}

.price-large-span.vip-menor {
  font-size: 20px;
}

.text-span-102, .text-span-103 {
  color: #f5e325;
}

.div-block-269 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  padding-left: 0;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-270 {
  justify-content: center;
  display: flex;
}

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

.text-span-104 {
  color: #fff;
  padding: 7px;
}

.text-span-105, .text-span-106 {
  color: var(--f70fff);
}

.text-span-107 {
  color: #f5e325;
}

.text-span-108 {
  color: #f79e00;
}

.text-span-109 {
  color: #deff23;
  font-size: 16px;
}

.text-span-110 {
  font-weight: 400;
}

.text-span-111 {
  color: #ffc000;
}

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

.text-block-178 {
  color: #a9a9a9;
  text-align: center;
}

.text-span-112 {
  color: #f5cd50;
}

.div-block-272 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px 13px 60px;
  display: flex;
}

.text-span-113 {
  color: var(--magenta);
  font-size: 44px;
  font-weight: 900;
  line-height: 123%;
}

.div-block-52 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 8px;
  margin-bottom: 6px;
  padding-bottom: 0;
  display: flex;
}

.div-block-53 {
  padding-right: 2px;
  font-size: 14px;
}

.timer {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.timer.bw {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.text-block-179 {
  color: #fff;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-179.bw {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.div-block-54 {
  padding-left: 7px;
  padding-right: 2px;
}

.div-block-55 {
  padding-left: 7px;
}

.text-span-114 {
  text-decoration: line-through;
}

.div-block-273 {
  background-color: #9842ee;
  background-image: linear-gradient(#44006c, #000);
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.div-block-273.p-crono-2024 {
  background-image: none;
}

.div-block-273.p-crono-2024.esp-espco-crono {
  margin-top: 60px;
}

.div-block-273.p-crono-2024.esp-espco-crono.menublack2024 {
  background-color: #161616;
  margin-top: 0;
}

.div-block-274 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.div-block-274.txt-timer-pamba {
  color: #0f3e32;
  background-color: #fff;
  border-radius: 9px;
  width: 55px;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
}

.text-block-180 {
  color: #fff;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 180%;
}

.text-block-180.text-n-timer {
  color: #f750db;
  letter-spacing: 3px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56.4648px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-180.text-n-timer.txt-timer-pamba {
  color: #000;
  font-size: 18px;
}

.text-block-180.text-n-timer.txt-timer-pamba.txt-desconto-cronometro {
  color: #0f3e32;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-180.texto-contador-pamba {
  color: #000;
  font-size: 18px;
}

.text-block-180.texto-contador-pamba.txt-desconto-cronometro {
  color: #0f3e32;
  font-size: 14px;
  font-weight: 400;
}

.div-block-275 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.25fr 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-left: 10px;
  display: grid;
}

.div-block-275.div-esp-grid {
  grid-column-gap: 4px;
  grid-template-columns: 1fr .75fr 1fr .75fr 1fr .75fr 1fr .75fr;
}

.div-block-276 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  display: flex;
}

.div-block-276.txt-timer-pamba {
  color: #000;
  width: 55px;
  font-size: 18px;
}

.div-block-277 {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
}

.div-block-277.texto-contador-pamba {
  color: #010000;
  font-size: 18px;
}

.container-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-block-181 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}

.text-block-181.black-chamada-timer {
  align-self: center;
  margin-top: 0;
  font-size: 24px;
}

.div-block-278 {
  align-items: center;
  display: flex;
}

.div-block-279 {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
}

.div-block-279.texto-contador-pamba {
  color: #010000;
  font-size: 18px;
}

.text-block-182 {
  color: #fff;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 180%;
}

.text-block-182.texto-contador-pamba {
  color: #000;
  font-size: 18px;
}

.text-block-182.texto-contador-pamba.txt-desconto-cronometro {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.div-block-280 {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
}

.div-block-280.texto-contador-pamba {
  color: #010000;
  font-size: 18px;
}

.text-block-183 {
  color: #fff;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 180%;
}

.text-block-183.texto-contador-pamba {
  color: #000;
  font-size: 18px;
}

.text-block-183.texto-contador-pamba.txt-desconto-cronometro {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.div-block-281 {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
}

.div-block-281.texto-contador-pamba {
  color: #010000;
  font-size: 18px;
}

.text-block-184 {
  color: #fff;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 180%;
}

.text-block-184.texto-contador-pamba {
  color: #000;
  font-size: 18px;
}

.text-block-184.texto-contador-pamba.txt-desconto-cronometro {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.cell {
  justify-content: center;
  align-items: flex-end;
  font-weight: 400;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: center;
  width: auto;
}

.heading-54 {
  color: #000;
}

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

.paragraph-28 {
  color: #838383;
  border-bottom: 1px solid #00000029;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.paragraph-29 {
  color: #525252;
  font-weight: 500;
}

.image-120 {
  display: none;
}

.image-121 {
  width: 100%;
}

.faixa-black-november {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-30 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.link-23 {
  color: #fff;
  text-decoration: none;
}

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

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

.bold-text-30 {
  color: #fff;
  line-height: 110%;
}

.text-span-116 {
  color: #fbff00;
  letter-spacing: 1px;
  font-weight: 500;
}

.text-span-116.alerta {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
  display: none;
}

.div-block-283 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-283.timer-off {
  display: none;
}

.text-span-117 {
  flex: none;
  font-size: 60px;
  font-weight: 500;
  line-height: 122%;
}

.h1-2024 {
  color: #fff;
  text-align: center;
  padding-bottom: 52px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 90%;
}

.text-span-118 {
  color: #25d366;
  font-weight: 700;
}

.text-span-119 {
  color: #fffefc;
}

.image-123 {
  margin-top: -60px;
  margin-bottom: -54px;
  padding-bottom: 0;
}

.image-124 {
  text-align: center;
  vertical-align: baseline;
  flex: 0 auto;
  align-self: auto;
  max-width: 100%;
  margin-right: 0;
  padding: 4px 0;
}

.text-span-120 {
  color: #000;
}

.text-span-120.hblack2024 {
  color: #202020;
  width: 80px;
}

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

.button-21 {
  border-radius: 8px;
}

.button-22 {
  background-color: var(--ffcc00);
  border-radius: 11px;
  width: 200px;
  margin-top: 8px;
  margin-bottom: 21px;
  padding-bottom: 9px;
  font-size: 20px;
}

.text-span-122 {
  color: var(--violet);
  font-size: 20px;
}

.text-span-123 {
  color: #060606;
}

.text-span-124 {
  color: var(--f70fff);
  font-size: 20px;
  font-weight: 700;
}

.text-span-125 {
  color: #d4f903;
}

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

.text-block-185 {
  color: #f5cd50;
}

.div-block-284 {
  color: #fff;
  letter-spacing: 6px;
  background-color: #c90a0a;
  border-radius: 4px;
  width: 36px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  font-weight: 700;
}

.div-block-284.div-timer-bl {
  color: #fff;
  background-color: #ffea0000;
}

.cell-8 {
  flex-flow: row;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  letter-spacing: 8px;
  padding: 10px 10px 0;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #ffea00;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.txt-timer {
  letter-spacing: 2px;
  align-self: center;
  font-size: 7px;
  font-weight: 700;
  line-height: 14px;
}

.txt-timer.txt-timer-plan {
  color: #fff;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.text-block-186 {
  color: #c90a0a;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffe139c9;
  border: 1px #000;
  border-bottom-color: #ffea00;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.n-timer {
  color: #fff;
  letter-spacing: 4px;
  background-color: #c90a0a;
  border-radius: 4px;
  align-self: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.n-timer.div-timer-bl {
  color: #fff;
  background-color: #ffea0000;
}

.cell-7 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.cell-6 {
  justify-content: center;
  align-items: flex-end;
  padding-right: 20px;
}

.timer-2 {
  z-index: 10000;
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.timer-2.timer-intensivo {
  display: none;
}

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

.text-span-127.hblack2024 {
  color: #202020;
}

.text-span-128 {
  color: var(--f70fff);
  line-height: 25px;
}

.text-span-129 {
  color: #fdc740;
  text-align: center;
  font-size: 16px;
}

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

.bold-text-33 {
  text-align: left;
  vertical-align: middle;
  display: inline;
}

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

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

.text-span-131 {
  text-decoration: line-through;
}

.buton-21 {
  background-color: var(--magenta);
  text-align: center;
  border-radius: 20px;
  padding: 14px 40px;
  font-size: 18px;
}

.div-block-285 {
  text-align: center;
  border: 1px #000;
  border-radius: 3px;
  align-self: center;
}

.text-span-132 {
  color: #fbb401;
}

.columns-2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 600px;
  display: flex;
}

.column-3, .column-4 {
  height: 90%;
}

.div-block-286 {
  flex-flow: column;
  order: 0;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.image-126 {
  text-align: left;
}

.div-block-287 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.div-block-288 {
  justify-content: center;
  display: flex;
}

.image-127 {
  margin-top: 25px;
}

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

.image-128 {
  margin-top: 1px;
}

.cell-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.div-block-289, .div-block-290 {
  align-self: center;
}

.cell-10 {
  padding-top: 18px;
}

.spacer-20-copy {
  width: 100%;
  height: 20px;
  min-height: 20px;
  display: block;
}

.topo-2024 {
  background-image: url('../images/rb_2151299641-min.png'), url('../images/rb_1006-min.png'), url('../images/rb_1006-min.png'), url('../images/rb_1006-min.png'), url('../images/imagem-topo-pinguim-home-01-min.png'), linear-gradient(to bottom, var(--violet), var(--violet));
  background-position: 50% 100%, 14px 0, 100% 0, 22px 0, 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 12%, 77px, 166px, 280px, 38%, auto;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.topo-2024.bg-2025 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/capa-site-1-2.webp');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  background-attachment: fixed;
  background-clip: border-box;
  height: 100vh;
}

.div-video-embed-plan {
  align-self: center;
  width: 90%;
  height: 250px;
  display: none;
}

.timer-esp {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 60%;
}

.heading-55 {
  color: #fff;
  width: 85%;
  font-size: 55px;
  line-height: 142%;
}

.heading-55.h-natal {
  color: #cdb111;
  text-align: center;
  align-self: stretch;
  width: auto;
  margin-top: 0;
}

.heading-55.h2025 {
  text-align: left;
  text-shadow: 1px 1px 1px #0003;
  width: 100%;
  font-size: 50px;
  line-height: 130%;
}

.paragraph-31 {
  color: #fff;
  width: 80%;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-31.p-natal {
  color: #fff;
  text-align: left;
  width: auto;
  font-size: 25px;
  line-height: 166%;
}

.heading-56 {
  font-size: 35px;
}

.sub-titulo-planos-flex {
  color: #000;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 1px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.sub-titulo-planos-flex.t-flex {
  color: #ece957;
}

.div-block-291 {
  flex-flow: column;
  align-self: stretch;
  width: auto;
  display: flex;
}

.section-34 {
  text-align: left;
  display: flex;
  position: static;
}

.image-129 {
  text-align: left;
  vertical-align: super;
  font-size: 16px;
  display: inline-block;
  position: static;
}

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

.frase-efeito-secoes {
  color: #fff;
  text-align: center;
  background-color: #f5cd50;
  justify-content: center;
  padding: 40px 0;
  display: flex;
}

.text-span-133, .text-span-134 {
  text-decoration: line-through;
}

.grupo-vip {
  color: #f5cd50;
  text-align: center;
  background-color: #202020;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.grupo-vip.vip-menor {
  font-weight: 500;
}

.bold-text-35 {
  color: #f5cd50;
}

.text-span-135 {
  text-align: left;
}

.titulo-turma-curso {
  font-size: 20px;
}

.text-span-136 {
  color: #dfec50;
}

.text-span-137 {
  color: #f5cd50;
}

.text-block-188 {
  text-align: left;
  padding: 5px 7px;
  font-size: 16px;
  text-decoration: none;
}

.descricao-planos {
  background-color: #fff;
  border-radius: 7px;
  margin: 15px 11px 11px;
  padding: 10px;
  font-size: 16px;
}

.heading-58 {
  background-color: #fff;
  border-radius: 7px;
  margin-top: 19px;
  margin-left: 11px;
  margin-right: 11px;
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.heading-58.sub-titulo-planos-flex {
  color: #6f00ff;
}

.taxado {
  color: #9a9999;
  text-align: left;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 2px;
  text-decoration: line-through;
}

.heading-59 {
  text-align: left;
  justify-content: center;
  width: 90%;
  padding: 9px 19px;
  font-weight: 500;
  display: block;
  position: static;
}

.cell-11 {
  display: block;
}

.space {
  display: none;
}

.demo-plataforma {
  padding-top: 10px;
}

.button-23 {
  text-align: center;
  letter-spacing: 2px;
  background-color: #c90a0a;
  border-radius: 100px;
  width: 350px;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
}

.button-23.bt-plan, .button-23.bt-plan.w--current {
  margin-bottom: 20px;
}

.paragraph-32 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
}

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

.text-span-138 {
  color: #c90a0a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.text-span-139 {
  color: #656363;
  font-size: 11px;
}

.container-22 {
  max-width: 100%;
}

.text-span-140 {
  color: #fffb00;
}

.div-block-292 {
  flex-flow: column;
  display: flex;
}

.text-span-141 {
  color: #f1c659;
}

.text-span-142 {
  font-weight: 500;
}

.div-block-293 {
  background-color: #f5cd50;
  padding: 7px;
}

.heading-60 {
  margin-top: 15px;
}

.text-span-143 {
  color: red;
  background-color: #0000;
  font-weight: 700;
}

.image-130 {
  max-width: 90%;
}

.div-block-294, .heading-61 {
  text-align: center;
}

.text-span-144 {
  color: var(--f70fff);
}

.text-span-145 {
  color: #333;
  font-weight: 400;
}

.text-span-146, .bold-text-37 {
  color: #f1c659;
}

@media screen and (min-width: 1440px) {
  .banner-chamada-revisao {
    background-position: 50%;
    height: 680px;
  }

  .banner-chamada-revisao.banner-revisao21 {
    height: 720px;
  }

  .div-conte-do-desktop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-elementos.ct-especial-rodape.ct-esp-rodape-full {
    width: 1100px;
  }

  .topo-lp-black-week-2 {
    background-position: 50% 20%;
  }

  .button-9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 21px;
  }

  .text-block-106 {
    font-size: 31px;
  }

  .div-block-209 {
    padding-top: 100px;
  }

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

  .grid-31 {
    width: 1220px;
  }

  .div-block-8 {
    padding-top: 0;
  }

  .button-11.cta-video.cta-semiextensivo-2022-acao {
    margin-top: -67px;
    margin-bottom: -21px;
    padding-top: 25px;
    padding-bottom: 18px;
  }

  .button-13 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .body-5 {
    text-align: center;
    display: block;
  }

  .cursos-home {
    background-color: #0000;
    text-decoration: none;
  }

  .chamada-cursos-home {
    flex: none;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 19px;
    text-decoration: none;
    display: block;
  }

  .heading-36 {
    margin-top: 10px;
    text-decoration: none;
  }

  .cta-curso {
    border-radius: 7px;
  }

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

  .grid-54 {
    flex: 1;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 38px;
    display: flex;
  }

  .elementos-home {
    max-width: 1300px;
  }

  .heading-41 {
    text-align: left;
  }

  .image-86 {
    margin-bottom: 117px;
  }

  .button-16 {
    flex: 1;
    height: 45px;
    max-height: 90%;
    display: block;
  }

  .afiliado-home {
    text-align: center;
    justify-content: center;
    font-style: normal;
  }

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

  .link-block-30 {
    object-fit: fill;
    flex: 1;
    margin-top: 5px;
    margin-left: 0;
    padding-bottom: 0;
    text-decoration: none;
  }

  .grid-63 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: start center;
    justify-items: center;
    margin-left: 0;
    padding-bottom: 22px;
    padding-right: 0;
    font-style: normal;
    text-decoration: none;
    display: grid;
  }

  .link-block-34 {
    background-color: #eaeaea;
    flex: 1;
    text-decoration: none;
  }

  .link-block-35 {
    flex: 1;
    text-decoration: none;
  }

  .link-block-36 {
    background-color: #e8f83c;
    flex: 1;
    text-decoration: none;
  }

  .link-block-37 {
    flex: 1;
  }

  .link-plano {
    background-color: var(--f70fff);
    flex: 1;
    display: block;
  }

  .section-17 {
    background-color: var(--f70fff);
    margin-top: -5px;
  }

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

  .image-94 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-258 {
    margin-top: 28px;
    display: inline-block;
  }

  .container-15, .div-block-260 {
    display: inline-block;
  }

  .topo-black.banner-fundo.bg-2024 {
    background-image: none;
  }

  .container-20 {
    max-width: 1300%;
  }

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

  .button-20 {
    width: 80%;
  }

  .sess-o-box-planos {
    background-color: #e9e9e9;
    background-image: url('../images/rb_1006-min.png'), url('../images/rb_1006-min.png');
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 155px, 333px;
    background-attachment: scroll, scroll;
  }

  .image-122 {
    max-width: 89%;
  }

  .image-123, .image-124, .image-125 {
    max-width: 90%;
  }

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

  .quick-stack-3 {
    width: 100%;
  }

  .cell-6 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-55.h2025 {
    font-size: 65px;
  }

  .space {
    display: none;
  }

  .button-23 {
    width: 380px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
  }

  .paragraph-32 {
    font-size: 14px;
  }

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

  .container-22 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    height: 800px;
  }

  .titulo-sessao.sessao-depoimento-chamada {
    font-size: 33px;
    line-height: 33px;
  }

  .container-6 {
    padding-bottom: 60px;
  }

  .banner-chamada-revisao {
    background-position: 50%;
    height: 800px;
  }

  .banner-chamada-revisao.banner-revisao21 {
    height: 850px;
  }

  .div-conte-do-desktop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .depoimentos-home {
    padding-top: 130px;
    padding-bottom: 140px;
  }

  .topo-lp-black-week-2 {
    background-position: 50% 10%;
    background-size: cover;
  }

  .div-block-208 {
    grid-template-columns: 1.25fr 1fr;
  }

  .section-14 {
    background-image: url('../images/elemento.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .button-9 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .text-block-106 {
    font-size: 32px;
  }

  .div-block-209 {
    width: 85%;
    left: 20px;
  }

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

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

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

  .image-72 {
    opacity: 0;
  }

  .grid-31 {
    width: 80%;
  }

  .grid-45 {
    grid-template-columns: .5fr 1.25fr .5fr .5fr;
    justify-content: space-around;
    place-items: start stretch;
  }

  .body-5 {
    display: block;
  }

  .elementos-home {
    max-width: 1222px;
  }

  .topo-2024.bg-2025 {
    width: auto;
  }

  .heading-55.h-natal {
    font-size: 57px;
    line-height: 140%;
  }

  .heading-55.h2025 {
    font-size: 70px;
  }

  .paragraph-31 {
    text-align: left;
  }

  .paragraph-31.p-natal {
    font-size: 22px;
  }

  .button-23 {
    width: 450px;
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 22px;
  }

  .paragraph-32, .text-span-139 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-color: #3e0b44;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .nav-link {
    text-align: center;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .nav-link.nav-esp-bw.botao-sou-aluno {
    width: auto;
    display: block;
  }

  .nav-link-2 {
    text-align: center;
    margin-bottom: 0;
  }

  .link-block {
    height: 400px;
  }

  .nav-menu {
    text-align: center;
    background-color: #3e0b44;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .nav-menu.open-materiais {
    background-color: #3059fd;
    padding-bottom: 0;
  }

  .botao-sou-aluno {
    text-align: center;
    border-style: none;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
    left: 0;
  }

  .botao-sou-aluno:hover {
    color: #ff9600;
    background-color: #0000;
  }

  .botao-sou-aluno.cta-aluno-materiais, .botao-sou-aluno.cta-esp {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }

  .botao-sou-aluno.cta-esp.menu-cta {
    display: inline;
  }

  .botao-assine-ja {
    text-align: center;
    background-color: #0000;
    flex: 1;
    align-self: auto;
    width: 180.5px;
    margin-left: 0;
    margin-right: 0;
    display: none;
    top: 27px;
    left: 0;
  }

  .botao-assine-ja:hover {
    color: #ff9600;
    background-color: #0000;
  }

  .botao-assine-ja.bt-black-esp {
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    display: block;
  }

  .botao-assine-ja.bt-black-esp.bt-home {
    background-color: #96f;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .botao-assine-ja.cta-clabk {
    background-color: #96f;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: 80%;
    padding: 14px 0;
    display: inline-block;
    position: relative;
  }

  .para-quem-e {
    padding-left: 40px;
    padding-right: 20px;
  }

  .image-2 {
    width: 80%;
  }

  .beneficios-desktop {
    display: none;
  }

  .div-imagem-curso {
    border-right-style: none;
  }

  .imagem-curso {
    padding-left: 0;
  }

  .div-elementos-curso {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-6 {
    width: 100%;
  }

  .div-professores {
    border-bottom: 6px solid #fff;
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .div-professores.professores-right {
    border-top: 6px solid #fff;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .text-block-15.texto-assinatura-sonhos {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-44 {
    margin-top: 10px;
  }

  .text-block-36 {
    text-align: center;
    font-family: Montserrat, sans-serif;
  }

  .text-block-37, .text-block-37.linha-02 {
    display: none;
  }

  .div-block-98 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-98.depo-2 {
    margin-top: 32px;
    padding-top: 60px;
  }

  .div-block-98.depo-3 {
    background-size: cover;
    align-items: center;
    margin-top: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-46 {
    flex: none;
    position: relative;
    top: 60px;
  }

  .text-block-46.depo-centro {
    top: 92px;
  }

  .text-block-46.depo-3-text {
    padding-bottom: 58px;
    padding-left: 3px;
    padding-right: 0;
    top: 89px;
    left: 44px;
  }

  .grid-8 {
    grid-template-columns: 1.5fr 1fr;
    display: block;
  }

  .div-block-101 {
    padding-left: 10px;
  }

  .text-block-47 {
    left: 10px;
  }

  .image-8 {
    padding-top: 40px;
  }

  .div-block-102 {
    text-align: left;
    padding-left: 20px;
  }

  .icon-footer {
    float: none;
    text-align: left;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .bet-logo {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .white-text.footer-text {
    font-size: 9px;
  }

  .white-text.footer-text.love {
    margin: 0 auto;
    padding-left: 20px;
    line-height: 27px;
    display: block;
  }

  .div-block-137.materiais-icons-betminds {
    flex-direction: column;
  }

  .heading-8 {
    line-height: 28px;
  }

  .div-programacao-respostas-2, .text-left.text-icon {
    display: none;
  }

  .grid-11 {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .slider-desktop {
    height: auto;
    display: none;
  }

  .mask-3 {
    height: 100%;
  }

  .grid-13 {
    width: 100%;
    display: none;
  }

  .heading-9 {
    line-height: 28px;
  }

  .image-26 {
    width: 80%;
    margin-left: 20px;
    padding-left: 20px;
  }

  .div-block-141, .div-block-142 {
    display: none;
  }

  .div-block-143 {
    flex: 0 auto;
  }

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

  .beneficios-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .beneficios-mobile.beneficios-2 {
    display: none;
  }

  .div-chamada {
    text-align: center;
    display: block;
  }

  .div-block-149 {
    display: block;
  }

  .div-block-150 {
    flex: 0 auto;
  }

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

  .slide-5 {
    padding-left: 100px;
  }

  .div-block-153 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 49%;
    display: flex;
  }

  .slider-depoimento-mobile {
    background-color: #0000;
    height: auto;
    display: block;
  }

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

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #3e0b44;
  }

  .menu-button.open-materiais.w--open {
    background-color: #3059fd;
  }

  .nav-link-5 {
    background-color: #0000;
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
  }

  .nav-link-5:hover {
    color: #ff9600;
    background-color: #0000;
  }

  .nav-link-5.cta-extensivo-menu {
    border-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .banner-chamada-revisao {
    height: 500px;
  }

  .link-block-18 {
    flex: 1;
  }

  .div-conte-do-desktop {
    display: block;
  }

  .grid-14 {
    grid-column-gap: 20px;
  }

  .grid-14.grid-itens-mobile-revisao-oculto {
    display: none;
  }

  .conte-do-1 {
    width: 50%;
  }

  .text-block-60.text-esp-resumos {
    margin-left: 0;
    font-size: 14px;
    display: block;
  }

  .grid-16.grid-esp-revisao {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .conteudo-estudo-dirigido {
    width: 30%;
  }

  .imagem-estudo-dirigido {
    border-right-style: none;
  }

  .container-desktop-estudo-dirigido, .div-geral-depoimentos-semiextensivo {
    display: none;
  }

  .elementos-depoimentos-semi {
    width: 50%;
  }

  .icon-8.icon-extensivo, .right-arrow-2.arrow-ext-right {
    top: -150px;
  }

  .button-3.cta-revisao {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .slider-9 {
    background-color: #0000;
    height: auto;
  }

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

  .div-block-158 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .mask-6 {
    height: auto;
  }

  .slider-mobile-estudo-dirigido {
    display: block;
  }

  .slider-10 {
    background-color: #0000;
    display: none;
  }

  .slider-10.slider--mobile-estudo-dirigido, .slider-10.slider-semi, .slider-10.slider-exte {
    display: block;
  }

  .div-block-159 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

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

  .mobile-conteudos {
    display: block;
  }

  .mobile-conteudos.mobile-extensivo {
    display: none;
  }

  .mobile-depoimentos {
    background-color: #0000;
    display: block;
  }

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

  .slider-12 {
    background-color: #0000;
    height: auto;
  }

  .left-arrow-5 {
    margin-left: -90px;
  }

  .right-arrow-3 {
    margin-right: -90px;
  }

  .slider-13 {
    background-color: #0000;
    height: auto;
  }

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

  .div-block-163 {
    color: #fff;
    text-align: left;
    background-color: #ff6601;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-163.rv2 {
    background-color: #791b84;
  }

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

  .banner-chamada-materiais {
    height: 500px;
  }

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

  .cta-compre-agora {
    background-color: #0000;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    display: inline;
    top: 12px;
  }

  .cta-compre-agora:hover {
    color: #fff;
    background-color: #0000;
  }

  .header-2 {
    height: 5%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-chamada-semi-2 {
    height: 500px;
  }

  .link-block-20.link-banner-extensivo {
    height: 100%;
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .inner-content {
    height: 100%;
  }

  .modal-exercicios-ext, .div-block-177, .div-block-178 {
    display: none;
  }

  .container-9.container-esp-home-mobile {
    padding-bottom: 40px;
  }

  .heading-5 {
    direction: ltr;
    letter-spacing: 1px;
  }

  .heading-5.texto-politica.texto-politica-pinguim {
    display: inline;
  }

  .div-block-113 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-26 {
    direction: ltr;
    letter-spacing: 1px;
    font-size: 9px;
    line-height: 22px;
  }

  .close {
    width: 20vw;
  }

  .elementos-whatsapp {
    margin-right: 40px;
  }

  .container-elementos {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .container-elementos.ct-especial-rodape.ct-esp-rodape-full {
    grid-template-rows: auto;
  }

  .text-block-104 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-206 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-208 {
    padding-bottom: 60px;
  }

  .section-14 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .div-block-209 {
    left: 0;
  }

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

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

  .image-72 {
    opacity: 1;
  }

  .grid-31 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-222 {
    font-size: 20px;
  }

  .div-block-223 {
    color: #f750db;
    font-size: 20px;
  }

  .elementos {
    width: 95%;
  }

  .div-block-224.text-n-timer {
    font-size: 20px;
  }

  .text-block-114 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .div-block-225 {
    font-size: 20px;
  }

  .contador-regressivo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-32 {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .navbar-3 {
    display: block;
  }

  .botao-sou-aluno-2 {
    text-align: center;
    border-style: none;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline;
    left: 0;
  }

  .botao-sou-aluno-2:hover {
    color: #ff9600;
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #0300c3;
  }

  .nav-menu-2.nav-esp {
    display: none;
  }

  .nav-menu-3 {
    text-align: center;
    background-color: #3e0b44;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 35px;
    display: block;
  }

  .nav-link-6.cta-menu {
    border-style: none;
    align-items: stretch;
    display: none;
  }

  .nav-link-6.cta-menu.cta-compre-ja {
    background-color: #0000;
    border-style: none;
  }

  .nav-link-6.cta-menu.cta-semi-compre {
    flex-direction: row;
    display: none;
  }

  .nav-link-6.nav-1 {
    padding-left: 17px;
  }

  .nav-link-6.hide {
    display: block;
  }

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

  .txt-secundario {
    width: auto;
  }

  .cta-topo {
    padding-bottom: 40px;
  }

  .grid-33 {
    background-image: none;
    background-size: auto;
    grid-template-columns: 1fr;
  }

  .div-block-226 {
    padding-top: 20px;
  }

  .image-75 {
    opacity: 1;
    width: 50%;
  }

  .text-block-116 {
    width: auto;
    font-size: 28px;
  }

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

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

  .div-block-8 {
    margin-top: -95px;
    margin-bottom: -23px;
    padding-top: 0;
  }

  .modulos {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-119.txt-esp.box-2 {
    padding-left: 5px;
    font-size: 18px;
  }

  .button-11 {
    font-size: 18px;
  }

  .button-11.cta-esp-valores {
    width: auto;
  }

  .button-11.cta-rodape {
    text-align: center;
  }

  .v-deo-curso {
    padding-bottom: 60px;
  }

  .text-block-120 {
    padding-bottom: 40px;
    font-size: 26px;
  }

  .direcionamento {
    padding-top: 60px;
  }

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

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

  .grid-37 {
    padding-bottom: 60px;
  }

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

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

  .div-block-15 {
    grid-column-gap: 60px;
  }

  .div-block-16 {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .text-span-9, .text-span-13 {
    font-size: 20px;
  }

  .text-block-20 {
    top: 0;
  }

  .grid-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }

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

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

  .div-block-22, .div-block-21 {
    height: auto;
  }

  .text-span-10 {
    font-size: 30px;
  }

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

  .text-span-11 {
    font-size: 30px;
  }

  .div-block-20 {
    padding-bottom: 20px;
  }

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

  .div-mobile-cta-valor {
    display: none;
  }

  .div-block-23 {
    flex: none;
    justify-content: flex-end;
    height: 0;
    display: flex;
    position: relative;
    top: -100px;
  }

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

  .garantia {
    padding-bottom: 60px;
  }

  .grid-41 {
    font-size: 12px;
  }

  .text-block-26, .text-block-29 {
    font-size: 18px;
  }

  .professor-pinguim {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .menu-button-2 {
    background-color: #0300c3;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .menu-button-2.menu-esp {
    background-color: #0000;
    display: none;
  }

  .menu-button-2.menu-esp.w--open {
    display: none;
  }

  .text-block-125.txt-bonus-semi {
    text-align: center;
  }

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

  .grid-44 {
    align-self: flex-start;
  }

  .text-block-126 {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .button-12 {
    align-self: flex-start;
    width: auto;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .div-block-233 {
    padding-top: 40px;
  }

  .grid-45 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-234 {
    height: auto;
  }

  .div-block-235 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-79 {
    width: 90%;
  }

  .div-block-236, .div-block-237 {
    display: none;
  }

  .heading-32, .heading-33 {
    text-align: center;
  }

  .text-block-132 {
    height: auto;
  }

  .caixa-pergunta.pinguim {
    width: 96%;
  }

  .elementos-home {
    width: 95%;
  }

  .topo-semiextensivo {
    padding-top: 10px;
  }

  .banner-semiextensivo-2022 {
    margin-top: 0;
  }

  .chamada-semiextensivo-2022 {
    margin-bottom: 22px;
  }

  .image-86 {
    margin-bottom: 68px;
  }

  .heading-42.h-esp {
    text-align: center;
    font-size: 34px;
  }

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

  .heading-43, .texto-comprar {
    text-align: center;
  }

  .text-block-156 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .elementos-2 {
    width: 95%;
  }

  .grid-59 {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .nav-link-7 {
    text-align: center;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .nav-link-7.nav-esp-bw.botao-sou-aluno {
    width: auto;
    display: block;
  }

  .nav-link-8 {
    text-align: center;
    margin-bottom: 10px;
  }

  .image-87 {
    opacity: 1;
    width: 50%;
  }

  .grid-60 {
    background-image: none;
    background-size: auto;
    grid-template-columns: 1fr;
  }

  .modulos-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-2 {
    padding-bottom: 60px;
  }

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

  .direcionamento-2 {
    padding-top: 60px;
  }

  .grid-61 {
    padding-bottom: 60px;
  }

  .icon-21 {
    display: none;
  }

  .text-span-81 {
    text-align: center;
    object-fit: fill;
    height: auto;
    padding-left: 0;
  }

  .grid-botao-compra.gd-compra-bl {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #96f;
    border-radius: 34px;
    align-self: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

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

  .texto_abaixo_banner {
    font-size: 30px;
  }

  .div-embed {
    align-self: stretch;
    width: 100%;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-menu {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #120522;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .navbar-menu.nav-home {
    background-color: #0000;
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .hamburger_line-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hamburger_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hamburger_line-middle-in {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .hamburger_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .grid_2-1 {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .grid-perguntas.grid-pinguim {
    width: 90%;
  }

  .grid_2-1-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .div-block-274 {
    font-size: 20px;
  }

  .text-block-180 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .div-block-276 {
    color: #f750db;
    font-size: 20px;
  }

  .div-block-277, .div-block-279 {
    font-size: 20px;
  }

  .text-block-182 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .div-block-280 {
    font-size: 20px;
  }

  .text-block-183 {
    padding-bottom: 5px;
    font-size: 20px;
  }

  .div-block-281 {
    font-size: 20px;
  }

  .text-block-184 {
    padding-bottom: 5px;
    font-size: 20px;
  }

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

  .topo-2024 {
    background-color: #f4f4f4;
    background-image: url('../images/rb_2151299641-min.png'), url('../images/rb_1006-min.png'), url('../images/rb_1006-min.png');
    background-position: 50% 144%, 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 50%, 22%, 144px;
    height: 90vh;
  }

  .space {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .nav-link.nav-esp-bw {
    padding-top: 10px;
  }

  .botao-assine-ja {
    display: none;
    left: 0;
  }

  .botao-assine-ja.cta-clabk {
    font-size: 18px;
  }

  .video {
    padding-left: 60px;
    padding-right: 60px;
  }

  .para-quem-e {
    display: none;
  }

  .texto {
    text-align: center;
    margin-left: 0;
    padding-top: 20px;
  }

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

  .div-block {
    left: 10px;
  }

  .image {
    margin-bottom: 23px;
    margin-left: -274px;
  }

  .div-block-2, .div-block-3, .div-block-4 {
    border-right-style: none;
  }

  .div-imagem-time-line {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titulo-sessao.titulo-beneficios {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 25px;
    line-height: 35px;
  }

  .titulo-sessao.titulo-sessao-escolha {
    font-size: 22px;
  }

  .beneficios-desktop {
    display: none;
  }

  .div-imagem-beneficios {
    border-right-style: none;
  }

  .div-textos-beneficios, .text-block-6 {
    text-align: center;
  }

  .cursos {
    display: none;
  }

  .cursos.cursos-desk-e-mobile-extensivo {
    display: block;
  }

  .grid-4.grid-home.g-esp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-imagem-curso {
    border: 1px #000;
  }

  .div-elementos-curso {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-elementos-curso.div-oculta {
    display: none;
  }

  .text-block-8 {
    padding-bottom: 0;
  }

  .div-professores.professores-right {
    border-top-style: none;
    padding: 0 100px 60px;
  }

  .div-block-97 {
    padding-top: 60px;
  }

  .titlulo-professores-2 {
    text-align: center;
  }

  .text-block-36 {
    margin-top: 10px;
  }

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

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

  .text-block-47 {
    padding-right: 20px;
    top: 348px;
    left: 18px;
  }

  .image-8 {
    margin-left: 0;
    padding-top: 0;
  }

  .text-block-49 {
    font-size: 40px;
    line-height: 45px;
  }

  .grid-9 {
    justify-content: center;
  }

  .div-block-105 {
    text-align: center;
    margin-left: 0;
    padding-left: 20px;
  }

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

  .icon-footer {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .bet-logo {
    margin: 0 auto;
    padding-bottom: 0;
    display: block;
  }

  .white-text.footer-text {
    text-align: center;
  }

  .white-text.footer-text.love {
    float: none;
    margin-bottom: 0;
    display: block;
  }

  .div-block-137 {
    padding-top: 10px;
  }

  .grid-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icones-footer {
    text-align: center;
  }

  .texto-footer {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 0;
    display: block;
  }

  .text-block-50 {
    text-align: center;
    display: inline;
  }

  .heading-8 {
    flex: 1;
    font-size: 15px;
  }

  .link-block-16 {
    justify-content: space-between;
  }

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

  .text-left.text-icon {
    display: none;
  }

  .heading-9 {
    flex: 1;
    font-size: 15px;
  }

  .text-block-54 {
    padding-right: 20px;
    font-size: 12px;
  }

  .div-block-144 {
    flex: 0 auto;
  }

  .brand {
    width: 30%;
    padding-left: 0;
  }

  .para-quem-e-mobile {
    background-color: #ee2a7b;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-147 {
    flex-direction: column;
    padding-top: 40px;
    display: block;
  }

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

  .slider-5 {
    background-color: #0000;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-148 {
    text-align: center;
    padding-left: 0;
  }

  .cursos-mobile {
    padding: 60px 10px;
    display: block;
  }

  .cursos-mobile.cursos-mobile-extensivo, .div-geral-slider-cursos-mobile {
    display: none;
  }

  .slider-6 {
    background-color: #0000;
    height: 100%;
  }

  .mask-4 {
    height: 100%;
  }

  .icon-2, .icon-3 {
    color: #ee2a7b;
  }

  .beneficios-mobile {
    color: #fff;
    background-color: #ff8600;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .beneficios-mobile.beneficios-2 {
    display: block;
  }

  .slider-7 {
    background-color: #0000;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-nav-4, .slider-depoimento-mobile.depoimentos-old, .slide-nav-6 {
    display: none;
  }

  .conte-do-1 {
    width: 70%;
  }

  .texto-t-pico.txt-bf {
    font-size: 16px;
  }

  .bot-o-alunos.cta-alunos-extensivo.div-esp-mobile-ementa {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-60.text-esp-resumos {
    font-size: 12px;
  }

  .text-span-23.texto-ementa-extensivo {
    font-size: 14px;
  }

  .div-elementos-turma-junho.div-valor-plano-extensivo {
    width: 80%;
  }

  .grid-19.grid-bonus-revisao {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-31 {
    margin-left: -4px;
    margin-right: -38px;
  }

  .depoimentos-semiextensivo {
    padding-top: 0;
  }

  .depoimentos-semiextensivo.rv-depoimento {
    height: 0;
  }

  .elementos-depoimentos-semi {
    width: 70%;
  }

  .textos-depoimentos {
    padding-left: 60px;
  }

  .button-3.cta-esp-extensivo.cta-oculto-extensivo.cta-rv2 {
    width: 58.2565%;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .slide-nav-11 {
    display: block;
  }

  .slide-7 {
    width: 454px;
  }

  .section-2 {
    color: #fff;
    background-color: #ff6601;
  }

  .div-block-162 {
    width: 60%;
  }

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

  .banner-chamada-materiais {
    background-image: url('../images/Banner-Mobile-materiais-gratuitos_1000x1200_min.png');
    background-position: 50% 100%;
    height: 600px;
  }

  .grid-22 {
    grid-column-gap: 50px;
  }

  .conte-do-material {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contador-enem-pinguim {
    font-size: 16px;
  }

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

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

  .header-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-20.link-banner-extensivo {
    padding-top: 220px;
    padding-bottom: 100px;
  }

  .img-exercicio {
    width: 95%;
  }

  .inner-content.overlay-content-cema {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .inner-content.overlay-content {
    font-size: 14px;
  }

  .modal-exercicios-ext {
    display: none;
  }

  .grid-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-10.heading-especial-home, .text-span-39 {
    font-size: 30px;
    line-height: 45px;
  }

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

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

  .text-block-89 {
    font-size: 10px;
  }

  .container-9.container-esp-home-mobile {
    padding-bottom: 40px;
  }

  .div-block-43 {
    text-align: left;
    justify-content: center;
    padding-bottom: 20px;
  }

  .div-block-43.div-termos {
    align-items: center;
    padding-bottom: 0;
  }

  .heading-5 {
    font-size: 16px;
  }

  .tabs {
    flex-direction: column-reverse;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .tab-pane-tab-1 {
    padding-bottom: 20px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding-left: 60px;
  }

  .div-passo-mini-fuvest, .container-passos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-caixa-passos {
    padding-right: 0;
  }

  .texto-chamada-passos {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-193 {
    text-align: left;
    justify-content: center;
    padding-bottom: 20px;
  }

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

  .div-block-113 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-26 {
    text-align: left;
    font-size: 11px;
    line-height: 15px;
  }

  .div-block-44 {
    display: block;
  }

  .social-icons {
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 0;
  }

  .close {
    width: 25vw;
  }

  .elementos-whatsapp {
    margin-right: 20px;
  }

  .texto-whatsapp {
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-202 {
    place-items: center start;
    padding-left: 20px;
  }

  .image-59 {
    width: 74.6942%;
  }

  .image-58 {
    width: 60%;
  }

  .container-elementos {
    width: auto;
    padding-top: 0;
  }

  .text-block-104 {
    padding-bottom: 20px;
  }

  .div-block-206 {
    padding-top: 0;
  }

  .topo-lp-black-week-2 {
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
  }

  .div-block-208 {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 0;
    display: flex;
  }

  .button-9 {
    z-index: 1;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .button-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-71 {
    width: 60%;
  }

  .image-72 {
    z-index: 0;
    position: relative;
    top: -123px;
  }

  .div-block-218 {
    flex: none;
  }

  .div-modulo {
    width: 70%;
  }

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

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

  .text-block-113, .text-block-113.txt-esp {
    font-size: 19px;
  }

  .elementos {
    width: 90%;
  }

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

  .navbar-2 {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .botao-sou-aluno-2 {
    width: auto;
    display: block;
  }

  .div-block-8 {
    margin-top: -102px;
    margin-bottom: -34px;
    padding-top: 18px;
  }

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

  .modulos {
    padding-bottom: 80px;
  }

  .text-block-119, .text-block-119.txt-esp {
    font-size: 19px;
  }

  .button-11 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-modulo-2 {
    width: 70%;
  }

  .div-modulo-2.div-modulo-central.div-lista-central, .div-modulo-2.div-especial-modulos.div-down {
    margin-bottom: 20px;
  }

  .text-block-120 {
    padding-bottom: 20px;
    font-size: 22px;
  }

  .text-block-120.txt-video {
    width: 70%;
  }

  .text-block-120.txt-direcionamento {
    width: auto;
  }

  .text-block-120.txt-resultados {
    width: auto;
    padding-bottom: 0;
  }

  .div-block-9 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-27 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-37 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .div-block-13 {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
  }

  .div-block-16 {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .grid-39.grid-descontos-exclusivos.grid-semi-esp {
    margin-bottom: 0;
  }

  .text-block-20.valores-curso-pinguim {
    top: -6px;
  }

  .grid-40 {
    padding-bottom: 40px;
  }

  .div-block-20 {
    grid-template-rows: auto;
  }

  .div-mobile-cta-valor {
    display: none;
  }

  .valor {
    padding-bottom: 40px;
  }

  .div-desktop-cta {
    display: none;
  }

  .image-77 {
    width: 50%;
  }

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

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

  .rodap-semi-new {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .text-block-126 {
    padding-top: 20px;
  }

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

  .grid-45 {
    padding-left: 40px;
  }

  .text-block-127 {
    padding-bottom: 20px;
    font-size: 25px;
  }

  .text-block-129 {
    font-size: 23px;
  }

  .image-79 {
    width: 90%;
  }

  .div-imagem-e-texto.linhas {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-35.h2-black {
    font-size: 22px;
  }

  .text-block-138 {
    text-align: center;
    font-size: 16px;
  }

  .dropdown {
    flex: 1;
  }

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

  .div-block-238 {
    flex: none;
  }

  .topo-semiextensivo {
    padding-top: 0;
  }

  .chamada-semiextensivo-2022 {
    padding-bottom: 40px;
  }

  .elementos-2 {
    width: 90%;
  }

  .nav-link-7.nav-esp-bw {
    padding-top: 10px;
  }

  .modulos-2 {
    padding-bottom: 80px;
  }

  .div-block-242 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-243 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-61 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .grid-70.gb-topo {
    display: flex;
  }

  .grid-71.gr-black {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-161 {
    font-size: 22px;
  }

  .text-block-162 {
    font-size: 32px;
  }

  .div-block-250 {
    padding-top: 0;
  }

  .image-96 {
    padding-top: 20px;
  }

  .div-block-255.dv-plano {
    width: 90%;
  }

  .faixa_de_texto.fx-revisao-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-50 {
    font-size: 30px;
    line-height: 33px;
  }

  .image-116 {
    width: 127%;
  }

  .heading-51 {
    width: 80%;
  }

  .heading-52 {
    font-size: 30px;
  }

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

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

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

  .navbar-container {
    position: relative;
    inset: auto 0% 0%;
  }

  .navbar-menu {
    padding: 1rem 5% 2rem;
  }

  .navbar-menu.nav-home {
    background-color: #3e00e8;
    flex-direction: column;
    flex: none;
    justify-content: center;
    display: block;
  }

  .navbar-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .new-menu-semi {
    height: 4rem;
  }

  .new-menu-semi.menu-home.menu-esp-black-november {
    position: relative;
  }

  .hamburger_line-middle, .hamburger_line-top, .hamburger_line-bottom {
    background-color: #9842ee;
  }

  .button-19.nav {
    align-self: center;
    width: auto;
    margin-left: 0;
    display: inline;
  }

  .h2 {
    font-size: 34px;
  }

  .caixa-pergunta-2 {
    width: 100%;
  }

  .dropdown-2 {
    flex: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-268 {
    flex: none;
  }

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

  .feature-list {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .pricing-card {
    max-width: 350px;
  }

  .pricing-card.left-align {
    order: 0;
  }

  .icon-24 {
    color: #fff;
    display: none;
  }

  .image-120 {
    display: block;
  }

  .image-121 {
    display: none;
  }

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

  .quick-stack-3 {
    padding-top: 20px;
  }

  .text-block-186 {
    align-self: center;
  }

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

  .topo-2024 {
    background-position: 50% 122%, 0 0, 100% 0;
  }

  .heading-57 {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .header.header-intensivo {
    padding-bottom: 10px;
  }

  .header.header-home {
    background-position: 0 0;
  }

  .header.header-home.black.bw {
    padding-top: 0;
  }

  .logo-e-menu.bw {
    align-self: stretch;
  }

  .navbar {
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .navbar.novo-navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-esp-bw {
    padding-top: 10px;
  }

  .banner-e-chamada {
    background-color: #3e0b44;
    display: none;
    overflow: visible;
  }

  .banner-e-chamada.baner_2 {
    display: block;
  }

  .link-block {
    background-image: url('../images/Extensivo2022-1000x1200-ProfessorPinguim-1.png');
    background-size: cover;
    height: 368px;
    margin-top: 0;
    padding-top: 0;
  }

  .link-block.link-bg-banner-revisao {
    background-image: url('../images/BF_Pinguim_Banner_Mobile_Revisao_1Fasev2.jpg');
  }

  .link-block.link-bg-banner-revisao.revisa0-2-banner {
    background-image: url('../images/FEED-45-R2.png');
    background-position: 50%;
    background-size: cover;
    height: 400px;
    margin-top: 0;
    padding-top: 20px;
  }

  .nav-menu {
    height: auto;
    padding-bottom: 10px;
  }

  .botao-sou-aluno.cta-esp.menu-cta {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .botao-assine-ja {
    display: none;
    left: 0;
  }

  .botao-assine-ja.bt-black-esp {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
    display: block;
  }

  .botao-assine-ja.cta-clabk {
    margin-top: 2px;
    margin-bottom: 36px;
    padding: 0;
    display: inline-block;
  }

  .video {
    padding: 60px 10px;
  }

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

  .para-quem-e {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .texto {
    margin-left: 0;
    padding-top: 60px;
  }

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

  .div-imagem-time-line {
    padding: 40px 0 0;
  }

  .image-2 {
    width: 98%;
  }

  .image-2.timeline-mobile {
    display: none;
  }

  .titulo-sessao {
    margin-left: 10px;
    margin-right: 10px;
  }

  .titulo-sessao.titulo-beneficios {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .titulo-sessao.titulo-sessao-escolha {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .beneficios-desktop {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .div-elementos {
    text-align: center;
    padding-bottom: 0;
  }

  .div-imagem-beneficios {
    text-align: center;
    align-items: center;
    width: 80%;
    height: auto;
  }

  .div-textos-beneficios {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cursos {
    display: none;
  }

  .cursos.cursos-desk-e-mobile-extensivo {
    display: block;
  }

  .grid-4.grid-home {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4.grid-home.g-esp {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-imagem-curso {
    border-style: none;
  }

  .imagem-curso {
    width: 100%;
  }

  .div-elementos-curso {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bonus {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid-6 {
    display: block;
  }

  .div-imagem-garantia {
    padding-top: 10px;
  }

  .texto-garantia {
    text-align: center;
  }

  .text-block-14 {
    width: auto;
    padding-left: 0;
  }

  .text-block-14.cor-depoimentos-sublinhado {
    flex: none;
    width: auto;
    display: block;
  }

  .div-professores.professores-right {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .text-block-15.texto-assinatura-sonhos {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 35px;
  }

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

  .text-block-36 {
    color: #000;
    text-align: center;
    padding-left: 10px;
    font-size: 16px;
  }

  .text-block-37.linha-02 {
    left: 0;
  }

  .div-block-98.depo-2 {
    padding-right: 40px;
  }

  .div-block-98.depo-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-46.depo-centro {
    padding-left: 20px;
    left: 13px;
  }

  .text-block-46.depo-3-text {
    padding-left: 0;
    left: 10px;
  }

  .professor {
    padding-bottom: 100px;
  }

  .grid-8 {
    padding-right: 0;
  }

  .text-block-47 {
    top: 294px;
  }

  .image-8 {
    margin-top: -62px;
  }

  .div-block-102 {
    order: 1;
    display: none;
  }

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

  .grid-9 {
    text-align: center;
    flex: 1;
    align-content: center;
    place-items: center;
    display: flex;
  }

  .div-block-105 {
    margin-left: 0;
    padding-left: 0;
  }

  .rodap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-footer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .bet-logo {
    float: none;
    text-align: right;
    margin: 0 auto 10px;
    display: block;
  }

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

  .white-text.footer-text {
    text-align: center;
    line-height: 23px;
  }

  .white-text.footer-text.love {
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    display: block;
  }

  .div-block-137 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .grid-10 {
    align-self: center;
    align-items: center;
  }

  .icones-footer {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

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

  .text-block-50.txt-materiais-new {
    text-align: center;
    display: block;
  }

  .text-block-51 {
    padding-left: 0;
  }

  .heading-8 {
    font-size: 13px;
    line-height: 20px;
    display: flex;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .div-programacao-respostas-2 {
    display: none;
  }

  .link-block-16 {
    display: flex;
  }

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

  .text-left.text-icon {
    padding-left: 20px;
    font-size: 15px;
    line-height: 25px;
    display: none;
  }

  .div-respostas-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text {
    float: none;
  }

  .bold-text-4 {
    font-size: 13px;
  }

  .text-block-52 {
    padding-bottom: 113px;
    padding-left: 40px;
    padding-right: 74px;
    left: 0;
  }

  .grid-11 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .slider-desktop {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-left: 0;
    margin-right: 10px;
    left: -10px;
  }

  .heading-9 {
    font-size: 13px;
    line-height: 20px;
    display: flex;
  }

  .div-respostas-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-54 {
    flex-direction: column;
    width: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 17px;
    display: inline;
  }

  .brand {
    padding-left: 0;
  }

  .image-27 {
    top: -128px;
    left: 0;
  }

  .slider-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cursos-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cursos-mobile.cursos-mobile-extensivo {
    display: none;
  }

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

  .icon-2.icon-home {
    display: none;
  }

  .icon-2.icon-home.icon-ativo-home {
    display: block;
  }

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

  .icon-3.icon-home {
    display: none;
  }

  .icon-3.icon-home.icon-ativo-home {
    display: block;
  }

  .left-arrow-3 {
    padding-left: 0;
  }

  .left-arrow-3.seta-oculta {
    display: block;
  }

  .slider-7 {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-4 {
    color: #3e0b44;
    margin-left: 0;
  }

  .icon-5 {
    color: #3e0b44;
    margin-right: 0;
  }

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

  .div-block-150 {
    flex: 0 auto;
  }

  .slide-4, .slide-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .icon-6 {
    margin-right: 0;
    right: -10px;
  }

  .slider-depoimento-mobile.depoimentos-old {
    display: none;
  }

  .banner-chamada-revisao {
    background-image: url('../images/banner-mobile-semiextensivo-paulista-2021.png');
    background-position: 50%;
    background-size: cover;
    height: 370px;
  }

  .banner-chamada-revisao.banner-revisao21 {
    background-image: url('../images/PINGUIM_CURSO_BANNERS_670x670-1.jpg');
  }

  .text-block-56 {
    font-size: 22px;
  }

  .grid-14.grid-revisao-1 {
    display: none;
  }

  .conte-do-1 {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .imagem-conte-do {
    height: 60px;
  }

  .grid-15.grid-bf {
    align-self: stretch;
  }

  .texto-t-pico {
    font-size: 14px;
  }

  .text-block-57 {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .image-29 {
    top: -47px;
  }

  .div-textos-complementares {
    padding-top: 120px;
  }

  .text-block-58 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-58.texto-espe-semi-sessao {
    line-height: 25px;
  }

  .chamada-provas {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .estudo-dirigido {
    padding-top: 11px;
  }

  .bot-o-alunos {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .bot-o-alunos.cta-alunos-extensivo {
    padding-top: 10px;
  }

  .bot-o-alunos.cta-alunos-extensivo.div-esp-mobile-ementa {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .bot-o-alunos.cta-alunos-extensivo.cta-oculto {
    padding: 40px 20px;
  }

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

  .text-block-60.text-esp-resumos {
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    overflow: visible;
  }

  .text-block-61 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .text-block-62 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-span-23 {
    text-transform: uppercase;
    font-size: 11px;
  }

  .text-span-23.texto-ementa-extensivo {
    font-size: 14px;
    display: inline;
  }

  .button-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-2.cta-ext-alunos {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
    display: inline-block;
  }

  .button-2.cta-ext-alunos.botao-ementa {
    line-height: 16px;
  }

  .button-2.cta-ext-alunos.botao-ementa.hide {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid-16.grid-esp-revisao {
    flex-direction: column;
    display: flex;
  }

  .conteudo-estudo-dirigido {
    width: 90%;
  }

  .imagem-estudo-dirigido.imagem-right-icones-estudo-dirigido {
    margin-bottom: 26px;
    display: block;
  }

  .div-elementos-turma-junho {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-elementos-turma-junho.div-valor-plano-extensivo {
    width: 90%;
    display: inline-block;
  }

  .grid-17 {
    grid-template-columns: 1fr 1fr;
    padding-right: 0;
    display: block;
  }

  .grid-17.grid-valor-extensivo {
    padding-right: 0;
  }

  .imagem-planos {
    text-align: center;
  }

  .chamada-plano-estudos {
    margin-bottom: 0;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid-18.grid-revisao {
    text-align: center;
    font-size: 12px;
  }

  .texto-1-plano-estudo {
    padding-right: 0;
  }

  .text-block-65 {
    line-height: 24px;
  }

  .text-block-65.texto-nome-extensivo {
    margin-bottom: 0;
  }

  .text-block-68 {
    border-left-style: none;
    padding-left: 10px;
  }

  .text-span-29, .text-span-30 {
    font-size: 11px;
  }

  .bonus-semi {
    padding-bottom: 0;
  }

  .bonus-semi.sessao-bonus-extensivo {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icones-bonus {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .icones-bonus.icon-revisao {
    display: block;
  }

  .grid-19 {
    grid-column-gap: 0px;
  }

  .grid-19.grid-bonus-revisao {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .elementos-bonus {
    padding-bottom: 20px;
  }

  .elementos-bonus.bonus-esp {
    padding-bottom: 40px;
  }

  .texto-bonus {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 10px;
  }

  .text-block-69 {
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-69.texto-bonus-grupo {
    font-size: 12px;
  }

  .text-block-70 {
    font-size: 10px;
    line-height: 15px;
  }

  .text-block-70.subtitulo-grupo-vip-elemento {
    font-size: 11px;
  }

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

  .div-block-156 {
    height: 0;
  }

  .image-32 {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .depoimentos-semiextensivo {
    padding-top: 0;
  }

  .elementos-depoimentos-semi {
    width: 90%;
  }

  .textos-depoimentos {
    padding-left: 20px;
  }

  .text-block-73 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-34 {
    margin-top: 34px;
    display: none;
  }

  .depoimento-youtube {
    margin-top: -28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-slider-depoimento-youtube {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .grid-21 {
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
    padding-top: 23px;
  }

  .grid-21.grid-esp-extensivo-exercicios {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .elemento-imagem {
    width: 80%;
  }

  .icon-8.icon-extensivo, .right-arrow-2.arrow-ext-right {
    top: -90px;
  }

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-3.cta-video {
    width: 80%;
    padding: 14px 10px;
    font-size: 18px;
  }

  .button-3.cta-esp-extensivo.cta-oculto-extensivo {
    object-fit: fill;
    width: auto;
    margin-top: -55px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    top: 24px;
  }

  .button-3.cta-esp-extensivo.cta-oculto-extensivo.cta-rv2 {
    margin-top: 0;
    top: 0;
  }

  .button-3.cta-esp-extensivo.cta-oculto-extensivo.dw {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    top: -47px;
  }

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

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

  .div-block-159 {
    padding-top: 60px;
  }

  .image-38, .image-39 {
    padding-bottom: 10px;
  }

  .slider-bonus-mobile {
    flex: none;
    align-self: stretch;
    display: none;
  }

  .div-block-161 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .slider-11 {
    background-color: #0000;
    height: auto;
  }

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

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

  .div-block-164 {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .icon-13 {
    color: #3e0b44;
    margin-left: 0;
  }

  .icon-14 {
    color: #3e0b44;
    margin-right: 0;
  }

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

  .slider-14 {
    background-color: #0000;
  }

  .div-block-165, .div-block-166 {
    align-self: center;
  }

  .div-block-167 {
    display: block;
  }

  .banner-chamada-materiais {
    background-size: cover;
    height: 330px;
  }

  .materiais {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-22 {
    grid-column-gap: 6px;
  }

  .button-4 {
    width: 100%;
    padding: 6px 8px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
  }

  .button-4.cta-experimente {
    padding-left: 6px;
    padding-right: 6px;
    font-weight: 500;
  }

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

  .text-block-76 {
    font-size: 10px;
    line-height: 16px;
  }

  .chamada-conteudos {
    margin-bottom: 40px;
  }

  .text-block-77 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .text-block-78 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .image-40, .image-41, .image-42 {
    width: 90%;
  }

  .mask-7 {
    height: auto;
  }

  .image-43 {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .contador-enem-pinguim {
    text-align: left;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph {
    text-align: left;
    align-self: center;
    font-size: 11px;
    display: block;
  }

  .paragraph-2 {
    align-self: center;
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 11px;
  }

  .paragraph-4 {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 15px;
  }

  .lightbox-link-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span-35 {
    font-size: 55px;
  }

  .text-span-36 {
    font-size: 35px;
    top: -16px;
  }

  .header-2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-chamada-semi-2 {
    background-image: url('../images/BNNR-TOPPO-1000x1200px_MOBILE-min.png');
    background-size: cover;
    height: 350px;
  }

  .link-block-20.link-banner-extensivo {
    background-image: url('../images/Extensivo2022-Feed-1000x1000-ProfessorPinguim-min-1.png');
    background-position: 25% 100%;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .link-block-20.link-banner-extensivo.banner-preparatorio-extensivo {
    background-image: url('../images/extensivo-pinguim-vestibulares-paulistas.png');
  }

  .img-esp-resumos {
    padding-top: 14px;
  }

  .div-block-174 {
    padding-top: 20px;
    padding-right: 0;
  }

  .div-geral-exercicios {
    width: 90%;
  }

  .img-exercicio {
    width: 95%;
    padding: 10px;
  }

  .overlay-extensivo-pinguim {
    justify-content: flex-start;
    padding-top: 15vh;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 11px;
    line-height: 16px;
  }

  .inner-content.overlay-content-cema {
    width: 95%;
    margin-top: 2vh;
    margin-left: 7px;
    margin-right: 10px;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 17px;
  }

  .inner-content.overlay-content {
    width: 80vw;
    margin-top: 2vh;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    line-height: 17px;
  }

  .modal-exercicios-ext {
    display: none;
  }

  .div-block-177, .div-block-178 {
    display: block;
  }

  .div-block-180.dv-revisao {
    justify-content: center;
  }

  .grid-25 {
    grid-column-gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-10.heading-especial-home {
    font-size: 17px;
    line-height: 27px;
  }

  .text-span-39 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-87 {
    font-size: 11px;
  }

  .text-block-88, .div-block-183 {
    font-size: 12px;
  }

  .text-block-89 {
    width: auto;
    margin-top: 10px;
    line-height: 20px;
  }

  .div-block-184 {
    padding-top: 10px;
  }

  .container-9.container-esp-home-mobile {
    padding-bottom: 40px;
  }

  .div-block-185 {
    padding-left: 0;
  }

  .div-block-186, .div-block-187 {
    height: 70px;
  }

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

  .button-6 {
    font-size: 14px;
  }

  .bold-text-16, .bold-text-17 {
    font-size: 20px;
  }

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

  .div-textos-politica {
    width: 90%;
  }

  .div-block-43 {
    text-align: left;
    flex-direction: row;
    margin-top: 20px;
  }

  .div-block-43.div-termos {
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .div-block-43.div-termos.div-termos-pinguim {
    justify-content: center;
    align-items: center;
    font-family: Wotfard, sans-serif;
  }

  .heading-5 {
    font-size: 11px;
    line-height: 14px;
  }

  .heading-5.texto-termos-pinguim {
    text-align: left;
  }

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

  .tabs {
    flex-direction: column-reverse;
    padding-top: 20px;
  }

  .container-chamada {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .tab-pane-tab-1 {
    padding-bottom: 10px;
  }

  .text-block-91 {
    font-size: 11px;
    font-weight: 500;
  }

  .image-50 {
    display: block;
  }

  .bold-text-20 {
    font-size: 11px;
    font-weight: 600;
  }

  .text-block-92 {
    font-size: 11px;
  }

  .tab-link-tab-1 {
    padding: 5px 10px 5px 15px;
  }

  .tab-link-tab-1.w--current {
    padding: 4px 10px 5px 15px;
  }

  .div-passo-mini-fuvest {
    text-align: center;
    flex-direction: row;
    display: block;
  }

  .div-passo-mini-fuvest.div-passo-1-fuvest, .div-passo-mini-fuvest.div-passo-3-fuvest, .div-passo-mini-fuvest.div-passo-4-fuvest {
    text-align: center;
  }

  .image-51 {
    margin-top: 5px;
  }

  .text-block-93 {
    text-align: center;
    display: inline;
  }

  .text-caixa-passos {
    display: inline;
  }

  .texto-chamada-passos {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-96 {
    display: inline;
  }

  .button-7.cta-aula {
    width: 280px;
  }

  .div-block-108 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .div-block-83 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icones-rodape {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

  .div-block-193 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-113 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-26 {
    text-align: center;
    order: 0;
    align-self: center;
    margin-right: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-107 {
    text-align: center;
    justify-content: center;
    align-self: center;
  }

  .div-block-44 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .social-icons {
    align-items: center;
  }

  .section-5 {
    margin-bottom: 0;
  }

  .html-embed {
    width: auto;
  }

  .vagas-esgotadas {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-preparatorio-extensivo-sp {
    background-image: url('../images/extensivo-pinguim-vestibulares-paulistas.png');
    background-size: cover;
    height: 400px;
  }

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

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

  .text-span-46, .text-span-47 {
    font-size: 16px;
  }

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

  .elementos-depoimentos.depo-lateral {
    display: none;
  }

  .slider-15 {
    width: 95%;
  }

  .mask-8 {
    width: 90%;
  }

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

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

  .overlay {
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 11px;
    line-height: 16px;
  }

  .close {
    width: 90vw;
  }

  .modal-wrapper-2 {
    padding-top: 10px;
    display: none;
  }

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

  .elementos-whatsapp {
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .texto-whatsapp {
    padding-left: 19px;
    padding-right: 14px;
  }

  .texto-whatsapp.new-home-whatsapp {
    font-size: 10px;
  }

  .seta-oculta {
    display: block;
  }

  .image-59 {
    order: 1;
  }

  .image-58 {
    width: 80%;
    padding-bottom: 20px;
  }

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

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

  .container-elementos.ct-especial-rodape.ct-esp-rodape-full {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    align-self: stretch;
    width: auto;
  }

  .text-block-104 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .text-block-105 {
    line-height: 110%;
  }

  .div-block-205 {
    padding-top: 0;
  }

  .div-block-206 {
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
  }

  .topo-lp-black-week-2 {
    background-position: 100% 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .div-block-208 {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 0;
  }

  .button-9 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-106 {
    padding-right: 20px;
  }

  .div-block-209 {
    align-self: stretch;
    width: auto;
  }

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

  .div-block-212 {
    padding-bottom: 0;
  }

  .button-10 {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
  }

  .text-block-108 {
    font-size: 30px;
  }

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

  .div-block-213 {
    margin-top: 60px;
  }

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

  .container-13 {
    padding-top: 60px;
  }

  .image-71 {
    width: 80%;
    padding-bottom: 20px;
  }

  .image-72 {
    display: inline;
    top: -39px;
  }

  .div-block-218 {
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-219 {
    align-self: flex-start;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .image-73 {
    display: block;
  }

  .div-block-34 {
    align-self: stretch;
  }

  .div-modulo {
    width: 90%;
  }

  .div-modulo.div-extensivo {
    width: auto;
  }

  .div-block-33, .div-block-32 {
    align-self: stretch;
    width: auto;
  }

  .image-74 {
    margin-top: 10px;
  }

  .text-block-113, .text-block-113.txt-esp {
    padding-left: 10px;
  }

  .div-block-221 {
    grid-column-gap: 3px;
    margin-left: 0;
  }

  .div-block-222 {
    font-size: 16px;
  }

  .div-block-223 {
    width: 40px;
    font-size: 16px;
  }

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

  .div-block-224.text-n-timer {
    width: 40px;
    font-size: 16px;
  }

  .text-block-114 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 160%;
  }

  .text-block-114.text-n-timer {
    width: auto;
  }

  .text-block-114.txt-blackweek {
    font-size: 20px;
  }

  .text-block-114.txt-blackweek.txt-home-cronometro {
    font-size: 18px;
  }

  .text-block-114.txt-blackweek.text-esp-extensivo {
    font-size: 20px;
  }

  .div-block-225 {
    width: 40px;
    font-size: 16px;
  }

  .grid-32.grid-esp {
    grid-row-gap: 10px;
  }

  .logo-menu {
    align-self: stretch;
  }

  .navbar-2 {
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .botao-sou-aluno-2 {
    width: auto;
    display: block;
  }

  .botao-sou-aluno-2.cta-especial-login {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-2.nav-esp {
    background-color: #8300eb;
  }

  .nav-menu-3 {
    height: 200px;
    padding-bottom: 0;
  }

  .nav-menu-3.nav-menu-black {
    height: auto;
    padding-top: 24px;
    padding-bottom: 35px;
  }

  .nav-link-6 {
    line-height: 120%;
  }

  .nav-link-6.cta-menu.cta-semi-compre {
    background-color: #0000;
  }

  .banner-topo {
    padding-top: 20px;
  }

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

  .text-block-4.txt-esp-chamada {
    width: 100%;
  }

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

  .image-75 {
    width: 100%;
  }

  .textos {
    padding-top: 60px;
  }

  .text-block-116, .text-block-117 {
    font-size: 22px;
  }

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

  .div-block-8 {
    margin-top: -58px;
    padding-top: 0;
  }

  .div-block-8.div-esp-curso {
    padding-top: 60px;
  }

  .modulos {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-119, .text-block-119.txt-esp {
    padding-left: 10px;
  }

  .div-block-227, .div-block-228 {
    align-self: stretch;
    width: auto;
  }

  .button-11 {
    text-align: center;
    justify-content: center;
    padding: 15px 10px;
    font-size: 15px;
  }

  .button-11.cta-ementa.ementa-semiextensivo-2022 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-11.cta-video {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button-11.cta-video.cta-semiextensivo-2022-acao.semi-esp {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-11.cta-video.cta-semiextensivo-2022-acao.semi-esp.cta-off-mobile {
    display: none;
  }

  .button-11.cta-video.cta-semiextensivo-2022-acao.semi-esp.cta-esp-mobile {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block;
  }

  .button-11.cta-esp-valores {
    display: block;
  }

  .button-11.cta-rodape {
    width: auto;
  }

  .div-modulo-2 {
    width: 90%;
  }

  .div-modulo-2.div-modulo-central.div-lista-central {
    padding-bottom: 30px;
  }

  .div-block-229 {
    align-self: stretch;
  }

  .div-block-28.bloco-semi-extensivo-2022 {
    margin-top: 0;
  }

  .text-block-120 {
    width: auto;
  }

  .text-block-120.txt-video {
    width: 95%;
  }

  .text-block-120.titulo-esp-ganha {
    padding-bottom: 20px;
    font-size: 19px;
  }

  .div-block-12, .direcionamento, .text-block-121 {
    padding-bottom: 0;
  }

  .div-block-11 {
    padding-bottom: 60px;
  }

  .div-block-11.div-esp-2022-semi {
    padding-bottom: 41px;
  }

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

  .grid-37 {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

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

  .div-block-13 {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .depoimentos-2 {
    padding-top: 60px;
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .text-block-18, .text-block-18.txt-esp-4 {
    padding-bottom: 20px;
  }

  .text-block-18.txt-esp-5 {
    padding-bottom: 40px;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .grid-39 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    padding-left: 10px;
    padding-right: 20px;
    display: grid;
  }

  .grid-39.grid-descontos-exclusivos {
    grid-template-columns: 1fr;
  }

  .link-curso {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-span-9 {
    font-size: 18px;
    line-height: 140%;
  }

  .text-span-13, .text-span-13.txt-tag {
    font-size: 18px;
  }

  .text-block-20.valores-curso-pinguim {
    flex: none;
    line-height: 128%;
    top: -19px;
  }

  .text-block-20.valores-curso-pinguim.tag-desconto {
    padding: 14px;
  }

  .text-block-20.valores-curso-pinguim.tag-desconto.tag-desconto-exclusivo {
    top: -38px;
  }

  .text-block-20.valores-curso-pinguim.desc-ex-esp-tag {
    margin-top: 0;
    top: -29px;
  }

  .text-span-65 {
    font-size: 16px;
  }

  .text-span-10 {
    font-size: 28px;
    line-height: 130%;
  }

  .text-block-24 {
    padding-bottom: 20px;
  }

  .image-76 {
    padding-left: 0;
  }

  .text-span-11 {
    font-size: 28px;
    line-height: 135%;
  }

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

  .div-mobile-cta-valor {
    text-align: center;
    display: none;
  }

  .div-block-23 {
    height: 0;
    top: -40px;
  }

  .valor.valor-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-desktop-cta.cta-esp.cta-base-valor.cta-desc-esp-comprar {
    align-self: center;
  }

  .garantia {
    text-align: center;
    padding-bottom: 0;
    font-size: 18px;
    display: block;
  }

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

  .grid-41.grid-garantia-especial {
    padding-bottom: 40px;
  }

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

  .image-77 {
    width: 90%;
  }

  .div-block-30 {
    align-self: flex-start;
  }

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

  .professor-pinguim.professor-pinguim-extensivo {
    padding-bottom: 60px;
  }

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

  .div-respostas-4, .rodap-semi-new {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-231 {
    padding-top: 40px;
  }

  .text-block-124 {
    height: 70px;
  }

  .text-block-125.txt-bonus-semi {
    text-align: center;
    font-weight: 700;
    line-height: 100%;
  }

  .text-block-126 {
    padding-top: 10px;
  }

  .button-12 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .text-block-127 {
    font-size: 23px;
  }

  .image-78 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button-13 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .image-79 {
    width: 100%;
  }

  .chamada {
    padding-top: 40px;
  }

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

  .heading-31 {
    line-height: 140%;
  }

  .text-block-130 {
    font-size: 22px;
  }

  .v-deo {
    padding-top: 60px;
    padding-bottom: 70px;
  }

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

  .imagem-thumb {
    padding-top: 40px;
  }

  .cta-video {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pra-quem-a-plataforma {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pra-quem-a-plataforma.sec-2024 {
    display: block;
  }

  .pra-quem-a-plataforma.sec-2024.planos {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .chamada-pra-quem {
    padding-bottom: 10px;
  }

  .heading-33 {
    margin-top: 0;
    font-size: 20px;
  }

  .grid-48 {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
    position: static;
  }

  .div-imagem-e-texto.linhas {
    border-left-style: none;
    border-right-style: none;
  }

  .div-imagem-e-texto.linha-mobile {
    border-left: 1px solid #d8d8d8;
  }

  .text-block-132 {
    height: 181.934px;
    font-size: 14px;
    line-height: 100%;
  }

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

  .timeline-cursos {
    padding-top: 70px;
  }

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

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

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

  .text-block-133.br.lista-cursos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .o-que-voce-vai-encontrar {
    padding-bottom: 60px;
  }

  .image-81 {
    left: 0;
  }

  .grid-50 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-block-134 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 130%;
    display: flex;
  }

  .text-block-135 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .chamada-o-que-vai-encontrar {
    padding: 22px;
  }

  .heading-35 {
    text-align: center;
    font-size: 20px;
  }

  .heading-35.h2-black {
    width: 90%;
    margin: 17px;
    padding-top: 0;
    font-size: 18px;
  }

  .cursos-home {
    padding: 70px 20px;
  }

  .heading-36 {
    background-color: #0000;
    margin-top: 0;
    padding-top: 31px;
    padding-bottom: 31px;
    font-size: 25px;
  }

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

  .cta-curso {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-span-66 {
    font-size: 24px;
    line-height: 120%;
  }

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

  .garantia-home {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .text-block-139 {
    padding: 9px;
    font-size: 20px;
  }

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

  .o-que-os-alunos-falam {
    padding-bottom: 90px;
  }

  .o-que-os-alunos-falam.bgblack2024-copy {
    padding-top: 52px;
    padding-bottom: 66px;
  }

  .o-que-os-alunos-falam.bg-2025 {
    padding-top: 61px;
  }

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

  .grid-53 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .slider-depoimentos-home, .mask-9 {
    height: auto;
  }

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

  .heading-38 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-block-142 {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .dropdown-toggle.caixa-faq {
    align-items: flex-start;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle.caixa-faq.pinguim {
    padding-left: 0;
    padding-right: 5px;
  }

  .dropdown-toggle.caixa-faq {
    align-items: flex-start;
    width: 99.9999%;
    padding-left: 6px;
    padding-right: 6px;
    position: static;
  }

  .dropdown-toggle.caixa-faq.w--open {
    justify-content: space-between;
    width: 99.9999%;
    margin-left: 0;
    margin-right: 0;
  }

  .caixa-pergunta.pinguim {
    justify-content: space-between;
    align-self: stretch;
    width: auto;
  }

  .caixa-faq.dropdown-link.caixa-faq-pinguim {
    font-size: 13px;
  }

  .text-block-32 {
    flex: none;
    justify-content: flex-start;
    width: auto;
    font-size: 11px;
    font-weight: 600;
    display: flex;
  }

  .text-block-32.txt-pinguim {
    flex: none;
    padding-left: 10px;
    font-size: 10px;
    font-weight: 500;
    display: block;
  }

  .div-block-238 {
    align-self: flex-start;
  }

  .dropdown-list.drop-pinguim {
    width: auto;
  }

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

  .text-block-146 {
    text-align: center;
    font-size: 30px;
  }

  .elementos-home {
    width: 94%;
    margin-left: 10px;
  }

  .div-block-239, .div-block-240 {
    display: none;
  }

  .slide-8 {
    height: auto;
  }

  .slide-nav-15 {
    top: 631.758px;
  }

  .timeline-mobile {
    display: block;
  }

  .timeline-geral, .div-imagem-fundo-topo {
    display: none;
  }

  .image-83 {
    opacity: 1;
  }

  .txt-esp-valor-total {
    font-size: 16px;
  }

  .o-que-voc-vai-estudar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-semiextensivo-2022 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .chamada-semiextensivo-2022 {
    margin-bottom: 31px;
    padding-bottom: 14px;
  }

  .heading-41 {
    margin-top: 4px;
    font-size: 24px;
  }

  .text-span-71 {
    text-align: center;
    justify-content: flex-start;
    margin-top: 21px;
    margin-bottom: 22px;
    font-size: 45px;
    display: inline;
  }

  .paragraph-18 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .paragraph-19 {
    font-size: 15px;
  }

  .image-86 {
    margin-top: -15px;
    margin-bottom: 21px;
  }

  .heading-42 {
    text-align: center;
    font-size: 24px;
  }

  .bloco-semi-das-paulistas {
    width: 98%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .texto-comprar {
    font-size: 22px;
  }

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

  .text-block-152 {
    font-size: 19px;
  }

  .text-block-153 {
    font-size: 69px;
  }

  .button-15 {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .text-block-154, .text-block-155 {
    font-size: 14px;
  }

  .text-block-156 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 160%;
  }

  .text-block-156.text-n-timer {
    width: auto;
  }

  .text-block-156.txt-blackweek {
    font-size: 20px;
  }

  .elementos-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-link-7.nav-esp-bw {
    padding-top: 10px;
  }

  .image-87 {
    width: 80%;
  }

  .modulos-2 {
    padding-top: 80px;
  }

  .button-16 {
    max-width: 60%;
  }

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

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

  .afiliado-home {
    padding: 70px 20px;
  }

  .heading-36-copy {
    margin-top: 0;
    font-size: 25px;
  }

  .grid-67 {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .div-block-245 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
    display: grid;
  }

  .text-block-160 {
    justify-content: center;
    display: flex;
  }

  .grid-69 {
    display: block;
  }

  .grid-70 {
    height: auto;
  }

  .grid-70.gb-topo {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

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

  .heading-48.hb {
    width: 90%;
  }

  .heading-48.esp-bl {
    width: 90%;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
  }

  .image-94 {
    margin-top: 0;
  }

  .grid-71.gr-black {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-162 {
    margin-bottom: 0;
    font-weight: 500;
  }

  .div-block-249 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-250 {
    padding-top: 60px;
  }

  .image-96 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-97 {
    display: none;
  }

  .image-98 {
    padding-top: 60px;
    display: block;
  }

  .text-span-87 {
    font-size: 20px;
    font-weight: 500;
  }

  .image-102 {
    display: block;
  }

  .div-block-255.dv-plano.plano-black-november {
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto_abaixo_banner {
    font-size: 22px;
  }

  .div-block-258 {
    margin-top: 13px;
    margin-left: 17px;
    margin-right: 17px;
    display: block;
  }

  .container-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .grid-77 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    padding-left: 0;
    display: grid;
  }

  .image-108 {
    width: 300px;
    max-width: 80%;
    display: inline;
  }

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

  .grid-78 {
    place-content: center;
    padding-left: 0;
    padding-right: 7px;
  }

  .icon-22 {
    color: var(--f70fff);
  }

  .t-tulo_bw {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
  }

  .image-111 {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .topo-black.banner-fundo {
    background-image: linear-gradient(344deg, #0000, #000), url('../images/bg-semi-1.jpg'), url('../images/bg-pinguim-2023-01.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, 100%;
    height: 90vh;
    padding-top: 40px;
  }

  .topo-black.banner-fundo.bg-2024 {
    height: auto;
  }

  .div-imagens-black-topo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-113 {
    max-width: 65%;
  }

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

  .image-115 {
    padding-top: 18px;
  }

  .section-24.bm {
    display: none;
  }

  .text-block-168 {
    font-size: 40px;
    line-height: 110%;
  }

  .video-pinguim-revisao-2 {
    display: none;
  }

  .grid-80 {
    padding-top: 18px;
  }

  .heading-50 {
    font-size: 22px;
    line-height: 155%;
  }

  .image-116 {
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    position: static;
    left: -16px;
  }

  .heading-51 {
    width: 90%;
  }

  .heading-52 {
    text-align: center;
    font-size: 15px;
    line-height: 36px;
  }

  .heading-52.h-esp-home {
    margin-top: 0;
    font-size: 18px;
  }

  .grid-81 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-82 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-266 {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .div-block-267 {
    margin-bottom: 20px;
    padding-right: 20px;
  }

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

  .text-block-176 {
    text-align: left;
    flex: none;
    order: 0;
    display: block;
  }

  .text-block-176.titulo-turma-curso {
    flex: none;
    align-self: auto;
  }

  .navbar-menu.nav-home {
    background-color: #3e00e8;
  }

  .new-menu-semi.menu-home.menu-esp-black-november {
    margin-top: 20px;
  }

  .button-19.nav {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .flex-vertical {
    text-align: center;
    align-items: center;
  }

  .flex-vertical.flex-mobile {
    height: 75vh;
  }

  .grid_2-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .h1 {
    text-align: center;
    align-self: auto;
    font-size: 38px;
  }

  .h2 {
    align-self: auto;
    font-size: 26px;
    font-weight: 600;
  }

  .grid-83 {
    grid-template-columns: 1fr;
    align-self: center;
    place-items: center;
  }

  .dropdown-2 {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-268 {
    align-self: flex-start;
  }

  .grid-perguntas {
    grid-row-gap: 10px;
  }

  .grid-perguntas.grid-pinguim {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

  .dropdown-link-2 {
    padding: 20px 10px;
    font-size: 10px;
    line-height: 130%;
    display: block;
  }

  .text-block-177 {
    letter-spacing: .4px;
    flex: none;
    justify-content: flex-start;
    width: auto;
    font-size: 9px;
    font-weight: 500;
    display: flex;
  }

  .grid_2-1-2 {
    grid-template-rows: auto;
    align-items: center;
  }

  .h2-2 {
    text-align: center;
    font-size: 20px;
  }

  .feature-list {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 97%;
  }

  .pricing-card.left-align {
    max-width: none;
    display: flex;
  }

  .box_bgblur.no-mw {
    padding: 6px;
  }

  .button-20 {
    text-align: center;
    flex-direction: row;
    width: 90%;
    height: 70px;
    padding: 11px;
    font-size: 14px;
    display: flex;
    position: static;
  }

  .button-20.outline {
    text-align: center;
  }

  .button-20.outline.more {
    flex: 1;
    margin-top: 29px;
  }

  .button-20.cta-revis-o-2 {
    width: auto;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .sess-o-box-planos {
    text-align: left;
    background-image: none;
    padding-bottom: 100px;
  }

  .icon-24 {
    display: none;
  }

  .text-span-113 {
    font-size: 38px;
  }

  .div-block-273 {
    padding-top: 10px;
  }

  .div-block-274 {
    width: 40px;
    font-size: 16px;
  }

  .div-block-274.txt-timer-pamba {
    font-size: 20px;
  }

  .text-block-180 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .text-block-180.text-n-timer {
    width: auto;
  }

  .text-block-180.text-n-timer.txt-timer-pamba, .text-block-180.texto-contador-pamba {
    font-size: 20px;
  }

  .div-block-275 {
    grid-column-gap: 3px;
    margin-left: 0;
  }

  .div-block-275.div-esp-grid {
    width: 89%;
  }

  .div-block-276 {
    width: 40px;
    font-size: 16px;
  }

  .div-block-276.txt-timer-pamba {
    font-size: 20px;
  }

  .div-block-277 {
    font-size: 16px;
  }

  .text-block-181 {
    text-align: center;
    flex: 1;
    align-self: center;
  }

  .text-block-181.black-chamada-timer {
    padding-bottom: 6px;
    font-size: 18px;
  }

  .div-block-278 {
    justify-content: center;
    align-self: center;
  }

  .div-block-279 {
    font-size: 16px;
  }

  .text-block-182 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .text-block-182.texto-contador-pamba {
    font-size: 20px;
  }

  .div-block-280 {
    font-size: 16px;
  }

  .text-block-183 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .text-block-183.texto-contador-pamba {
    font-size: 20px;
  }

  .div-block-281 {
    font-size: 16px;
  }

  .text-block-184 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .text-block-184.texto-contador-pamba, .paragraph-28 {
    font-size: 20px;
  }

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

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

  .div-block-283 {
    flex-direction: column;
    justify-content: center;
  }

  .text-span-117 {
    font-size: 40px;
  }

  .h1-2024 {
    padding: 11px;
    font-size: 30px;
  }

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

  .bold-text-32 {
    font-size: 24px;
  }

  .quick-stack-2 {
    padding-top: 10px;
  }

  .text-block-186 {
    text-align: center;
    font-size: 10px;
  }

  .cell-6 {
    padding-right: 0;
  }

  .div-block-290 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .topo-2024 {
    background-image: url('../images/imagem-topo-chamada-min.png'), url('../images/rb_2151299641-min.png'), url('../images/rb_1006-min.png'), url('../images/rb_1006-min.png');
    background-position: 50% 100%, 50% 122%, 0 0, 100% 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 43%, 50%, 22%, 144px;
  }

  .topo-2024.bg-2025 {
    text-align: center;
    background-image: url('../images/banne-apoio-min.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 70vh;
  }

  .heading-55 {
    width: auto;
    font-size: 35px;
    display: flex;
  }

  .heading-55.h-natal {
    font-size: 24px;
    line-height: 120%;
  }

  .heading-55.h2025 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 90%;
    margin-top: 10px;
    font-size: 40px;
  }

  .paragraph-31 {
    width: 95%;
    font-size: 18px;
    line-height: 160%;
    display: flex;
  }

  .paragraph-31.p-natal {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 96%;
    margin-bottom: 3px;
    font-size: 16px;
    display: block;
  }

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

  .descricao-planos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .space {
    background-color: var(--magenta);
    height: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .demo-plataforma {
    margin-right: 5px;
    padding-left: 5px;
  }

  .button-23 {
    text-align: center;
    align-self: stretch;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .div-block-292 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-130 {
    max-width: 90%;
  }

  .bold-text-36 {
    font-size: 30px;
    line-height: 120%;
  }

  .italic-text-3 {
    text-align: center;
    font-style: italic;
    text-decoration: none;
    overflow: visible;
  }
}

#w-node-b2282af0-be02-f0d0-d199-e67bc62fc017-3e7b5607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c48710a4-69e2-d0c5-5d14-af0f2510ea63-3e7b5607 {
  align-self: auto;
}

#w-node-_8e6352c2-4a1a-741e-8156-23c8609b5907-3e7b5607, #w-node-_03d52ec6-b5ca-7d9c-6361-fc45d95311e0-3e7b5607, #w-node-_38ae8dfd-47e5-a863-7bec-29081e35f7a1-3e7b5607, #w-node-_38ae8dfd-47e5-a863-7bec-29081e35f7a5-3e7b5607, #w-node-d35442c8-7b6b-372d-91df-9c9f5ffce8e3-3e7b5607, #w-node-d35442c8-7b6b-372d-91df-9c9f5ffce8e9-3e7b5607, #w-node-d794e3f6-8527-56d5-e75d-478b5f222f6b-3e7b5607, #w-node-d794e3f6-8527-56d5-e75d-478b5f222f6f-3e7b5607, #w-node-_785c22b5-57e7-a7b5-7134-a04af682b657-3e7b5607, #w-node-_785c22b5-57e7-a7b5-7134-a04af682b65b-3e7b5607, #w-node-c87003ec-951d-0b75-abda-4288fc04fe77-3e7b5607, #w-node-c87003ec-951d-0b75-abda-4288fc04fe7b-3e7b5607, #w-node-a85e954d-21e5-6a7e-e4ab-cab5a3e8f913-3e7b5607, #w-node-a85e954d-21e5-6a7e-e4ab-cab5a3e8f917-3e7b5607, #w-node-_015ddcd7-c0b7-733a-53df-968db11b697b-3e7b5607, #w-node-_015ddcd7-c0b7-733a-53df-968db11b697f-3e7b5607, #w-node-_97808f64-0a4a-017b-3887-43bffcc69839-3e7b5607, #w-node-_97808f64-0a4a-017b-3887-43bffcc6983d-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b623458-be63-3f36-bb79-8fbe547612c4-3e7b5607 {
  justify-self: auto;
}

#PLANO.w-node-_38d8055f-bf3c-d750-7cba-08b376b71cd7-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cff83ff0-c088-f4af-e714-dd6b9e21e7a9-3e7b5607, #w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a7d5-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a820-3e7b5607 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a822-3e7b5607, #w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a82b-3e7b5607, #w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a834-3e7b5607, #w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a83d-3e7b5607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_59be86c9-608a-0d2e-1e01-c579a027777b-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_59be86c9-608a-0d2e-1e01-c579a02777c1-3e7b5607 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_59be86c9-608a-0d2e-1e01-c579a02777c3-3e7b5607, #w-node-_59be86c9-608a-0d2e-1e01-c579a02777cc-3e7b5607, #w-node-_59be86c9-608a-0d2e-1e01-c579a02777d5-3e7b5607, #w-node-_59be86c9-608a-0d2e-1e01-c579a02777de-3e7b5607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7da5-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7dcb-3e7b5607 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7dcd-3e7b5607, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7dd6-3e7b5607, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7ddf-3e7b5607, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7de8-3e7b5607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-daaa5d93-1c25-00fb-a051-1cf1d843f87c-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-daaa5d93-1c25-00fb-a051-1cf1d843f8c5-3e7b5607 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-daaa5d93-1c25-00fb-a051-1cf1d843f8c7-3e7b5607, #w-node-daaa5d93-1c25-00fb-a051-1cf1d843f8d0-3e7b5607, #w-node-daaa5d93-1c25-00fb-a051-1cf1d843f8d9-3e7b5607, #w-node-daaa5d93-1c25-00fb-a051-1cf1d843f8e2-3e7b5607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_76671b75-4a53-32cf-8c77-ac003f797ef2-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_76671b75-4a53-32cf-8c77-ac003f797f41-3e7b5607 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_76671b75-4a53-32cf-8c77-ac003f797f43-3e7b5607, #w-node-_76671b75-4a53-32cf-8c77-ac003f797f4c-3e7b5607, #w-node-_76671b75-4a53-32cf-8c77-ac003f797f55-3e7b5607, #w-node-_76671b75-4a53-32cf-8c77-ac003f797f5e-3e7b5607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0ca2f-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0ca83-3e7b5607 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0ca85-3e7b5607, #w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0ca8e-3e7b5607, #w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0ca97-3e7b5607, #w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0caa0-3e7b5607 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7d45-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ca8955a6-ecd7-de00-1411-3be6d89371ed-3e7b5607 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3477bf64-d341-49a5-91c2-dcc598b431ad-3e7b5607, #w-node-_583ad335-46b8-88af-e34b-dea987259b73-3e7b5607 {
  place-self: center;
}

#w-node-_9aa7fbd2-a18e-cfbd-3997-150a45d1bc91-3e7b5607, #w-node-_1e991e8f-c028-96d6-b237-7ef123d9449e-3e7b5607 {
  align-self: start;
}

#w-node-b14d6584-5519-2339-43b4-db3675d318c3-3e7b5607, #w-node-b14d6584-5519-2339-43b4-db3675d318d6-3e7b5607, #w-node-b14d6584-5519-2339-43b4-db3675d318e1-3e7b5607, #w-node-b14d6584-5519-2339-43b4-db3675d318ec-3e7b5607, #w-node-b14d6584-5519-2339-43b4-db3675d318f7-3e7b5607, #w-node-b14d6584-5519-2339-43b4-db3675d31902-3e7b5607, #w-node-b14d6584-5519-2339-43b4-db3675d3190d-3e7b5607, #w-node-b14d6584-5519-2339-43b4-db3675d31918-3e7b5607 {
  justify-self: stretch;
}

#w-node-_6c8be840-af44-f184-0e39-74eec9c48e1a-3e7b5607 {
  place-self: center;
}

#w-node-_008f3eee-f61f-148b-9818-24902c68d4d6-3e7b5607, #w-node-_008f3eee-f61f-148b-9818-24902c68d4d8-3e7b5607, #w-node-_008f3eee-f61f-148b-9818-24902c68d4db-3e7b5607, #w-node-_008f3eee-f61f-148b-9818-24902c68d4dd-3e7b5607 {
  justify-self: center;
}

#w-node-_41c998d6-1680-5f7a-f0b1-c4a92b1925bd-a47b5605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_41c998d6-1680-5f7a-f0b1-c4a92b1925ca-a47b5605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f675063f-9707-67e2-6e91-310d619908d4-a47b5605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a50f5982-a7c8-09ee-1f56-0cc5cef3d134-a47b5605, #w-node-ff1e49ea-8b17-c184-09c9-127e6db9d3c2-a47b5605, #w-node-ff1e49ea-8b17-c184-09c9-127e6db9d3c4-a47b5605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b623458-be63-3f36-bb79-8fbe547612c4-a47b5605 {
  justify-self: auto;
}

#w-node-_7ec6a977-4a3f-916f-2297-05d9be10f96d-a47b5605, #w-node-_7ec6a977-4a3f-916f-2297-05d9be10f96f-a47b5605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_583ad335-46b8-88af-e34b-dea987259b73-a47b5605 {
  place-self: center;
}

#w-node-_9aa7fbd2-a18e-cfbd-3997-150a45d1bc91-a47b5605, #w-node-_1e991e8f-c028-96d6-b237-7ef123d9449e-a47b5605 {
  align-self: start;
}

#w-node-_6c8be840-af44-f184-0e39-74eec9c48e1a-a47b5605 {
  place-self: center;
}

#w-node-_6c8be840-af44-f184-0e39-74eec9c48e1f-a47b5605 {
  place-self: center end;
}

#w-node-_008f3eee-f61f-148b-9818-24902c68d4d6-a47b5605, #w-node-_008f3eee-f61f-148b-9818-24902c68d4d8-a47b5605, #w-node-_008f3eee-f61f-148b-9818-24902c68d4db-a47b5605, #w-node-_008f3eee-f61f-148b-9818-24902c68d4dd-a47b5605 {
  justify-self: center;
}

#w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106db7-557b5608 {
  align-self: stretch;
}

#w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dc8-557b5608 {
  align-self: center;
}

#w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dca-557b5608, #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dcb-557b5608 {
  justify-self: start;
}

#w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dcd-557b5608 {
  align-self: center;
}

#w-node-_76e9b608-8ecf-570c-c13b-741c1f38eb70-557b5608 {
  place-self: stretch end;
}

#w-node-_53ca6e82-1a09-1111-33d3-b18ba5abb080-557b5608, #w-node-f07a055c-7c3c-828f-f3ce-c75c353b91cc-557b5608, #w-node-d2361c22-3726-5eb9-6540-074c2e5846a8-557b5608, #w-node-d2361c22-3726-5eb9-6540-074c2e5846b0-557b5608, #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106db7-ef7b560b {
  align-self: stretch;
}

#w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dc8-ef7b560b {
  align-self: center;
}

#w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dca-ef7b560b, #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dcb-ef7b560b {
  justify-self: start;
}

#w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dcd-ef7b560b {
  align-self: center;
}

#w-node-_76e9b608-8ecf-570c-c13b-741c1f38eb70-ef7b560b {
  place-self: stretch end;
}

#w-node-_53ca6e82-1a09-1111-33d3-b18ba5abb080-ef7b560b, #w-node-f07a055c-7c3c-828f-f3ce-c75c353b91cc-ef7b560b, #w-node-d2361c22-3726-5eb9-6540-074c2e5846a8-ef7b560b, #w-node-d2361c22-3726-5eb9-6540-074c2e5846b0-ef7b560b {
  align-self: stretch;
}

#w-node-_34db3c63-929a-f586-111b-877a258e4fde-3a7b560c {
  place-self: center start;
}

#the-final-countdown.w-node-_34db3c63-929a-f586-111b-877a258e4fe2-3a7b560c, #w-node-_34db3c63-929a-f586-111b-877a258e4fe4-3a7b560c, #w-node-_9a3306fa-2eb5-7174-9267-fd4c02b49b66-3a7b560c {
  place-self: center;
}

#w-node-_14ae9b24-b178-0b3c-b077-a3222d6459e3-3a7b560c {
  justify-self: end;
}

#w-node-_14ae9b24-b178-0b3c-b077-a3222d6459eb-3a7b560c, #w-node-_14ae9b24-b178-0b3c-b077-a3222d6459f6-3a7b560c, #w-node-_14ae9b24-b178-0b3c-b077-a3222d645a01-3a7b560c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b814ee8-cfcb-f761-b49f-44b3ba5d1eb3-3a7b560c, #w-node-_47b9e3f2-d9e3-1a1c-e4e7-2771dfd7b60d-3a7b560c, #w-node-_98dfa7d0-f690-f2fc-5ce8-4f6111c8785f-3a7b560c, #w-node-b516499b-56c2-3fe0-5953-d9fe85ada754-3a7b560c {
  align-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f5-3a7b560c {
  place-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f7-3a7b560c {
  align-self: center;
}

#w-node-b551b6a6-4edd-c034-3756-293415dbeba3-3a7b560c, #w-node-f13e79ed-3db4-de96-d53f-3c5d23327a72-3a7b560c {
  align-self: end;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4d9-3a7b560c, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4de-3a7b560c, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e3-3a7b560c, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e8-3a7b560c {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4eb-3a7b560c {
  place-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4ed-3a7b560c {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4f2-3a7b560c, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4f7-3a7b560c {
  align-self: end;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4587b-3a7b560c, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45880-3a7b560c, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45885-3a7b560c, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588a-3a7b560c {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588d-3a7b560c {
  place-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588f-3a7b560c {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c45894-3a7b560c, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45899-3a7b560c, #w-node-d6952ad3-0b4d-8e01-2869-abee28fb1c26-3a7b560c {
  align-self: end;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8db-3a7b560c, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e0-3a7b560c, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e5-3a7b560c, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ea-3a7b560c {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ed-3a7b560c {
  place-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ef-3a7b560c {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f4-3a7b560c, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f9-3a7b560c {
  align-self: end;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e5c-3a7b560c, #w-node-ae824665-300e-4037-6037-cc50f6397e61-3a7b560c, #w-node-ae824665-300e-4037-6037-cc50f6397e66-3a7b560c, #w-node-ae824665-300e-4037-6037-cc50f6397e6b-3a7b560c {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e6e-3a7b560c {
  place-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e70-3a7b560c {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e75-3a7b560c, #w-node-ae824665-300e-4037-6037-cc50f6397e7a-3a7b560c {
  align-self: end;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5adf-3a7b560c, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae4-3a7b560c, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae9-3a7b560c, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5aee-3a7b560c {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af1-3a7b560c {
  place-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af3-3a7b560c {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af8-3a7b560c, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5afd-3a7b560c, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5b02-3a7b560c {
  align-self: end;
}

#w-node-_5ddcb1d7-139c-8823-0980-a032adf2d791-3a7b560c {
  place-self: center;
}

#w-node-c9f190e2-d3d2-dd0e-20c7-d2b41cb99631-3a7b560c {
  place-self: center stretch;
}

#w-node-a947614f-cb73-38ef-83c2-d732b5585767-3a7b560c, #w-node-_483816e3-0f66-30ee-6149-1121db0b1702-3a7b560c, #w-node-_4a047eb2-b01f-65ee-f5af-f8cf20b4a1c0-3a7b560c, #w-node-_3a8248c2-d6f0-a75a-f0ee-4cb9ba45a523-3a7b560c, #w-node-_4877425b-b5ae-86fe-adaf-83cc840a63b5-3a7b560c, #w-node-cbf33951-7b4e-b401-599b-211fd44e38db-3a7b560c, #w-node-ee3475f8-e1ae-8dcd-b0d5-c6475cd2395c-3a7b560c {
  place-self: center;
}

#w-node-ee3475f8-e1ae-8dcd-b0d5-c6475cd2395e-3a7b560c {
  place-self: start stretch;
}

#w-node-_88ed108d-d232-7e84-02e5-2c4049ada66a-3a7b560c {
  align-self: stretch;
}

#w-node-_31cc7083-ecae-646b-9596-5c4ca1457be4-3a7b560c, #w-node-bf9cad0d-0ba2-e408-a2f5-411ad4facea1-3a7b560c {
  align-self: start;
}

#w-node-_3b0f6b8b-1424-d4aa-cc41-762cfdacf2d1-3a7b560c, #w-node-_2d0afadc-cc49-cfb7-452e-853f47849aa7-3a7b560c, #w-node-ed2a4de6-6654-9280-d030-10a2b540ce87-3a7b560c, #w-node-ed2a4de6-6654-9280-d030-10a2b540ce93-3a7b560c, #w-node-_1da53487-8ddb-c6d1-40e0-63c68d37bc42-3a7b560c, #w-node-_40841a2f-9eb4-2305-e8f1-4de9751b0003-3a7b560c, #w-node-_16893eac-df81-ef66-9160-5bd1fc877a42-3a7b560c, #w-node-_350ce29c-a2b8-113e-5fdf-5d13c2c81e04-3a7b560c, #w-node-_3e46b525-d0ca-e396-0abe-47ca29f49b09-3a7b560c {
  place-self: center;
}

#w-node-_3e46b525-d0ca-e396-0abe-47ca29f49b0d-3a7b560c {
  place-self: center end;
}

#w-node-_1aeee76b-8658-3cb4-ec04-818d84c52e97-b27b560e {
  place-self: center;
}

#w-node-_7b814ee8-cfcb-f761-b49f-44b3ba5d1eb3-b27b560e, #w-node-_47b9e3f2-d9e3-1a1c-e4e7-2771dfd7b60d-b27b560e, #w-node-_98dfa7d0-f690-f2fc-5ce8-4f6111c8785f-b27b560e, #w-node-b516499b-56c2-3fe0-5953-d9fe85ada754-b27b560e {
  align-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f5-b27b560e {
  place-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f7-b27b560e {
  align-self: center;
}

#w-node-b551b6a6-4edd-c034-3756-293415dbeba3-b27b560e, #w-node-f13e79ed-3db4-de96-d53f-3c5d23327a72-b27b560e {
  align-self: end;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4d9-b27b560e, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4de-b27b560e, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e3-b27b560e, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e8-b27b560e {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4eb-b27b560e {
  place-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4ed-b27b560e {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4f2-b27b560e, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4f7-b27b560e {
  align-self: end;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4587b-b27b560e, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45880-b27b560e, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45885-b27b560e, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588a-b27b560e {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588d-b27b560e {
  place-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588f-b27b560e {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c45894-b27b560e, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45899-b27b560e, #w-node-d6952ad3-0b4d-8e01-2869-abee28fb1c26-b27b560e {
  align-self: end;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8db-b27b560e, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e0-b27b560e, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e5-b27b560e, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ea-b27b560e {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ed-b27b560e {
  place-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ef-b27b560e {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f4-b27b560e, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f9-b27b560e {
  align-self: end;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e5c-b27b560e, #w-node-ae824665-300e-4037-6037-cc50f6397e61-b27b560e, #w-node-ae824665-300e-4037-6037-cc50f6397e66-b27b560e, #w-node-ae824665-300e-4037-6037-cc50f6397e6b-b27b560e {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e6e-b27b560e {
  place-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e70-b27b560e {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e75-b27b560e, #w-node-ae824665-300e-4037-6037-cc50f6397e7a-b27b560e {
  align-self: end;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5adf-b27b560e, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae4-b27b560e, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae9-b27b560e, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5aee-b27b560e {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af1-b27b560e {
  place-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af3-b27b560e {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af8-b27b560e, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5afd-b27b560e, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5b02-b27b560e {
  align-self: end;
}

#w-node-_5ddcb1d7-139c-8823-0980-a032adf2d791-b27b560e {
  place-self: center;
}

#w-node-c9f190e2-d3d2-dd0e-20c7-d2b41cb99631-b27b560e {
  place-self: center stretch;
}

#w-node-f57b579c-c16f-2f4c-8f64-1701491cace9-b27b560e {
  place-self: center;
}

#w-node-f57b579c-c16f-2f4c-8f64-1701491caceb-b27b560e {
  place-self: start stretch;
}

#w-node-_3b0f6b8b-1424-d4aa-cc41-762cfdacf2d1-b27b560e, #w-node-_2d0afadc-cc49-cfb7-452e-853f47849aa7-b27b560e, #w-node-_3af61090-1315-58ce-bd8c-3282599b5080-b27b560e {
  place-self: center;
}

#w-node-_3af61090-1315-58ce-bd8c-3282599b5084-b27b560e, #w-node-_145f92da-2451-0b6f-b499-dbd4ecff21d8-2c7b5610 {
  place-self: center end;
}

#w-node-_145f92da-2451-0b6f-b499-dbd4ecff21db-2c7b5610 {
  place-self: center start;
}

#the-final-countdown-h.w-node-_145f92da-2451-0b6f-b499-dbd4ecff21dc-2c7b5610, #w-node-_145f92da-2451-0b6f-b499-dbd4ecff21df-2c7b5610, #the-final-countdown-min.w-node-_145f92da-2451-0b6f-b499-dbd4ecff21e2-2c7b5610, #w-node-_145f92da-2451-0b6f-b499-dbd4ecff21e5-2c7b5610, #the-final-countdown-sec.w-node-_145f92da-2451-0b6f-b499-dbd4ecff21e8-2c7b5610, #w-node-_145f92da-2451-0b6f-b499-dbd4ecff21eb-2c7b5610 {
  place-self: center;
}

#w-node-b3da8631-f36c-4009-72ae-6f3d82e0f433-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d673d1c-f22f-fbc8-0837-0a35da01f42f-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f33f6ae-0c74-6ec0-38ab-4599727ba982-2c7b5610 {
  justify-self: center;
}

#w-node-_9f33f6ae-0c74-6ec0-38ab-4599727ba988-2c7b5610 {
  place-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf2-2c7b5610 {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf4-2c7b5610 {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf6-2c7b5610 {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d04-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d09-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d0e-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d13-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d18-2c7b5610, #w-node-_90a1be77-9309-6641-2412-c18295c7d2b8-2c7b5610, #w-node-a8103470-abff-39fc-b8d5-36841ff4b039-2c7b5610 {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1a-2c7b5610 {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1c-2c7b5610 {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1e-2c7b5610 {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d2b-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d30-2c7b5610 {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d33-2c7b5610 {
  justify-self: auto;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d35-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d3a-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d3f-2c7b5610, #w-node-_6290b70e-4314-876e-20a9-9de2e1c3576e-2c7b5610, #w-node-_0f5ecae3-46cf-9a94-4d98-413be4484083-2c7b5610 {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d41-2c7b5610 {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d43-2c7b5610 {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d45-2c7b5610 {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d52-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d57-2c7b5610, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d5c-2c7b5610, #w-node-_48f06238-0fd9-f3d1-208d-f855ee8023c0-2c7b5610, #w-node-d4565cea-15ec-0804-a4fd-d07324a0d5f1-2c7b5610, #w-node-_8ab27880-ed86-f7f8-e090-89cf5a86b256-2c7b5610, #w-node-_159c41e6-1032-85db-d375-87fc0c8ddb27-2c7b5610, #w-node-_6f735f34-1ae7-0436-3f7c-27d3a013c21a-2c7b5610 {
  align-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267e2-2c7b5610 {
  justify-self: auto;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267ea-2c7b5610 {
  align-self: auto;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267f7-2c7b5610 {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267f9-2c7b5610 {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267fe-2c7b5610 {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26800-2c7b5610 {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2680d-2c7b5610 {
  place-self: stretch center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2680f-2c7b5610 {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26811-2c7b5610 {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2681b-2c7b5610, #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26822-2c7b5610, #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26829-2c7b5610 {
  align-self: center;
}

#w-node-_0c7bc00d-2ca4-1756-335d-9734c98f7447-2c7b5610 {
  place-self: center;
}

#w-node-_0c7bc00d-2ca4-1756-335d-9734c98f7449-2c7b5610 {
  place-self: start;
}

#w-node-_709f566e-58e5-62e7-70f6-ad16723f2c72-2c7b5610, #w-node-_709f566e-58e5-62e7-70f6-ad16723f2c7e-2c7b5610, #w-node-_709f566e-58e5-62e7-70f6-ad16723f2c8b-2c7b5610 {
  place-self: auto;
}

#w-node-_5429e672-c801-5464-d407-f070ca3a689f-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-db0ec5c2-352e-19f6-da13-d71064548038-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_538ad7d3-a1ce-36ad-191d-db7d229905bd-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c6d2a745-154a-6fb8-4f20-eab001b89b0d-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c988fc5-0417-57fa-e033-5777848e0d1f-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f0-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f1-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f2-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a34-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a35-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a36-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e0-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e1-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e2-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff7-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff8-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff9-2c7b5610 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a017c15-180d-86f1-dc0f-039f56ee49a9-2c7b5610 {
  place-self: center end;
}

#w-node-_7a017c15-180d-86f1-dc0f-039f56ee49bd-2c7b5610 {
  align-self: start;
}

#w-node-_271fc857-5d3e-be73-36f4-22dc6a175e59-2c7b5610 {
  align-self: stretch;
}

#w-node-d0c323aa-3821-e591-2f0c-ff789628aa72-2c7b5610 {
  place-self: start;
}

#w-node-d0c323aa-3821-e591-2f0c-ff789628aa77-2c7b5610 {
  place-self: start end;
}

#w-node-_505006eb-73ca-f2e5-9d56-7584ed892557-487b5612 {
  place-self: center end;
}

#w-node-_505006eb-73ca-f2e5-9d56-7584ed89255a-487b5612 {
  place-self: end start;
}

#dday.w-node-_505006eb-73ca-f2e5-9d56-7584ed89255b-487b5612, #w-node-_505006eb-73ca-f2e5-9d56-7584ed89255e-487b5612, #the-final-countdown-h.w-node-_505006eb-73ca-f2e5-9d56-7584ed892561-487b5612, #w-node-_505006eb-73ca-f2e5-9d56-7584ed892564-487b5612, #the-final-countdown-min.w-node-_505006eb-73ca-f2e5-9d56-7584ed892567-487b5612, #w-node-_505006eb-73ca-f2e5-9d56-7584ed89256a-487b5612 {
  place-self: center;
}

#w-node-_3b547676-52b4-130e-4237-14da01b5d15f-487b5612 {
  justify-self: center;
}

#w-node-_3b547676-52b4-130e-4237-14da01b5d16c-487b5612 {
  place-self: end start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6447-487b5612 {
  place-self: stretch center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6449-487b5612 {
  place-self: start center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f644b-487b5612 {
  place-self: start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6459-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f645e-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6463-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6468-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f646d-487b5612 {
  align-self: center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f646f-487b5612 {
  place-self: stretch center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6471-487b5612 {
  place-self: start center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6473-487b5612 {
  place-self: start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6480-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6485-487b5612 {
  align-self: center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6488-487b5612 {
  justify-self: auto;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f648a-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f648f-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6494-487b5612 {
  align-self: center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6496-487b5612 {
  place-self: stretch center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6498-487b5612 {
  place-self: start center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f649a-487b5612 {
  place-self: start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f64a7-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f64ac-487b5612, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f64b1-487b5612 {
  align-self: center;
}

#w-node-_9cd7fafe-85fa-e7cb-262e-a44b02f8de48-487b5612 {
  justify-self: center;
}

#w-node-_9cd7fafe-85fa-e7cb-262e-a44b02f8de4e-487b5612 {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab99f-487b5612 {
  justify-self: auto;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9aa-487b5612 {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ac-487b5612 {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9b4-487b5612 {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9b6-487b5612 {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9bb-487b5612 {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9bd-487b5612 {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ca-487b5612 {
  place-self: stretch center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9cc-487b5612 {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ce-487b5612 {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9d8-487b5612, #w-node-c01185d1-85bc-fcab-6a95-116d367ab9df-487b5612, #w-node-c01185d1-85bc-fcab-6a95-116d367ab9e6-487b5612 {
  align-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ea-487b5612 {
  place-self: stretch center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ec-487b5612 {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ee-487b5612 {
  place-self: start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6ba-487b5612 {
  place-self: stretch start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6bc-487b5612 {
  place-self: center start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6c3-487b5612 {
  place-self: stretch start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6c5-487b5612 {
  place-self: center start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6cc-487b5612 {
  place-self: stretch start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6ce-487b5612 {
  place-self: center start;
}

#w-node-_87583d55-900d-2a64-acea-2b46d95ddbac-487b5612, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbaf-487b5612, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbc2-487b5612, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbc5-487b5612, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbd1-487b5612 {
  align-self: stretch;
}

#w-node-b5ce185d-2c11-0cae-2f5b-8ec92acf3fcf-487b5612, #w-node-_75c4f54e-0e05-167b-7f69-f986aaab575a-487b5612 {
  place-self: auto;
}

#w-node-_75c4f54e-0e05-167b-7f69-f986aaab5760-487b5612 {
  place-self: stretch;
}

#w-node-_75c4f54e-0e05-167b-7f69-f986aaab575d-487b5612 {
  place-self: auto;
}

#w-node-df709ca6-d6f2-e1db-cfad-6332469a1f4f-487b5612 {
  place-self: start center;
}

#w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-487b5612 {
  justify-self: start;
}

#w-node-_775f0b2d-4dfe-f822-7375-10a393384721-487b5612 {
  place-self: center end;
}

#w-node-_775f0b2d-4dfe-f822-7375-10a393384735-487b5612 {
  align-self: start;
}

#w-node-_890928ef-cb8f-bbbe-6e03-b3a7383c0c48-487b5612 {
  align-self: stretch;
}

#w-node-f4ed8486-511a-cf55-4f8a-4714c2d03297-487b5612, #w-node-f4ed8486-511a-cf55-4f8a-4714c2d03299-487b5612, #w-node-f4ed8486-511a-cf55-4f8a-4714c2d0329c-487b5612, #w-node-f4ed8486-511a-cf55-4f8a-4714c2d0329e-487b5612 {
  justify-self: center;
}

#w-node-b4078315-34fe-ca81-a6d8-5899f97ff0fd-487b5612 {
  place-self: start;
}

#w-node-b4078315-34fe-ca81-a6d8-5899f97ff104-487b5612 {
  place-self: start end;
}

#w-node-_34db3c63-929a-f586-111b-877a258e4fde-7e7b5613 {
  place-self: center start;
}

#the-final-countdown.w-node-_34db3c63-929a-f586-111b-877a258e4fe2-7e7b5613, #w-node-_34db3c63-929a-f586-111b-877a258e4fe4-7e7b5613, #w-node-_9a3306fa-2eb5-7174-9267-fd4c02b49b66-7e7b5613 {
  place-self: center;
}

#w-node-_14ae9b24-b178-0b3c-b077-a3222d6459e3-7e7b5613 {
  justify-self: end;
}

#w-node-_14ae9b24-b178-0b3c-b077-a3222d6459eb-7e7b5613, #w-node-_14ae9b24-b178-0b3c-b077-a3222d6459f6-7e7b5613, #w-node-_14ae9b24-b178-0b3c-b077-a3222d645a01-7e7b5613, #w-node-_14ae9b24-b178-0b3c-b077-a3222d645a0c-7e7b5613 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b814ee8-cfcb-f761-b49f-44b3ba5d1eb3-7e7b5613, #w-node-_47b9e3f2-d9e3-1a1c-e4e7-2771dfd7b60d-7e7b5613, #w-node-_98dfa7d0-f690-f2fc-5ce8-4f6111c8785f-7e7b5613, #w-node-b516499b-56c2-3fe0-5953-d9fe85ada754-7e7b5613 {
  align-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f5-7e7b5613 {
  place-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f7-7e7b5613 {
  align-self: center;
}

#w-node-b551b6a6-4edd-c034-3756-293415dbeba3-7e7b5613, #w-node-f13e79ed-3db4-de96-d53f-3c5d23327a72-7e7b5613 {
  align-self: end;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4d9-7e7b5613, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4de-7e7b5613, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e3-7e7b5613, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e8-7e7b5613 {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4eb-7e7b5613 {
  place-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4ed-7e7b5613 {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4f2-7e7b5613, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4f7-7e7b5613 {
  align-self: end;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4587b-7e7b5613, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45880-7e7b5613, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45885-7e7b5613, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588a-7e7b5613 {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588d-7e7b5613 {
  place-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588f-7e7b5613 {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c45894-7e7b5613, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45899-7e7b5613, #w-node-d6952ad3-0b4d-8e01-2869-abee28fb1c26-7e7b5613 {
  align-self: end;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5ab-7e7b5613 {
  place-self: stretch center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5ad-7e7b5613 {
  place-self: start center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5af-7e7b5613 {
  place-self: start;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5bd-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5c2-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5c7-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5cc-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5d1-7e7b5613 {
  align-self: center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5d3-7e7b5613 {
  place-self: stretch center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5d5-7e7b5613 {
  place-self: start center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5d7-7e7b5613 {
  place-self: start;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5e4-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5e9-7e7b5613 {
  align-self: center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5ec-7e7b5613 {
  justify-self: auto;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5ee-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5f3-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5f8-7e7b5613 {
  align-self: center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5fa-7e7b5613 {
  place-self: stretch center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5fc-7e7b5613 {
  place-self: start center;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa5fe-7e7b5613 {
  place-self: start;
}

#w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa60b-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa610-7e7b5613, #w-node-_2bfdc3f5-2d93-241a-0fec-5d26421fa615-7e7b5613, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8db-7e7b5613, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e0-7e7b5613, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e5-7e7b5613, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ea-7e7b5613 {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ed-7e7b5613 {
  place-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ef-7e7b5613 {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f4-7e7b5613, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f9-7e7b5613 {
  align-self: end;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e5c-7e7b5613, #w-node-ae824665-300e-4037-6037-cc50f6397e61-7e7b5613, #w-node-ae824665-300e-4037-6037-cc50f6397e66-7e7b5613, #w-node-ae824665-300e-4037-6037-cc50f6397e6b-7e7b5613 {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e6e-7e7b5613 {
  place-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e70-7e7b5613 {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e75-7e7b5613, #w-node-ae824665-300e-4037-6037-cc50f6397e7a-7e7b5613 {
  align-self: end;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5adf-7e7b5613, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae4-7e7b5613, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae9-7e7b5613, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5aee-7e7b5613 {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af1-7e7b5613 {
  place-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af3-7e7b5613 {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af8-7e7b5613, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5afd-7e7b5613, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5b02-7e7b5613 {
  align-self: end;
}

#w-node-_5ddcb1d7-139c-8823-0980-a032adf2d791-7e7b5613 {
  place-self: center;
}

#w-node-c9f190e2-d3d2-dd0e-20c7-d2b41cb99631-7e7b5613 {
  place-self: center stretch;
}

#w-node-a947614f-cb73-38ef-83c2-d732b5585767-7e7b5613, #w-node-_483816e3-0f66-30ee-6149-1121db0b1702-7e7b5613, #w-node-_4a047eb2-b01f-65ee-f5af-f8cf20b4a1c0-7e7b5613, #w-node-_3a8248c2-d6f0-a75a-f0ee-4cb9ba45a523-7e7b5613, #w-node-_4877425b-b5ae-86fe-adaf-83cc840a63b5-7e7b5613, #w-node-cbf33951-7b4e-b401-599b-211fd44e38db-7e7b5613, #w-node-ee3475f8-e1ae-8dcd-b0d5-c6475cd2395c-7e7b5613 {
  place-self: center;
}

#w-node-ee3475f8-e1ae-8dcd-b0d5-c6475cd2395e-7e7b5613 {
  place-self: start stretch;
}

#w-node-_7fb05e1c-b141-5736-e4d3-52b4634ee143-7e7b5613 {
  align-self: stretch;
}

#w-node-_7fb05e1c-b141-5736-e4d3-52b4634ee16b-7e7b5613, #w-node-_7fb05e1c-b141-5736-e4d3-52b4634ee157-7e7b5613, #w-node-_7fb05e1c-b141-5736-e4d3-52b4634ee174-7e7b5613 {
  align-self: start;
}

#w-node-_3b0f6b8b-1424-d4aa-cc41-762cfdacf2d1-7e7b5613, #w-node-_2d0afadc-cc49-cfb7-452e-853f47849aa7-7e7b5613, #w-node-ed2a4de6-6654-9280-d030-10a2b540ce87-7e7b5613, #w-node-ed2a4de6-6654-9280-d030-10a2b540ce93-7e7b5613, #w-node-_1da53487-8ddb-c6d1-40e0-63c68d37bc42-7e7b5613, #w-node-_40841a2f-9eb4-2305-e8f1-4de9751b0003-7e7b5613, #w-node-_16893eac-df81-ef66-9160-5bd1fc877a42-7e7b5613, #w-node-_350ce29c-a2b8-113e-5fdf-5d13c2c81e04-7e7b5613, #w-node-_3e46b525-d0ca-e396-0abe-47ca29f49b09-7e7b5613 {
  place-self: center;
}

#w-node-_3e46b525-d0ca-e396-0abe-47ca29f49b0d-7e7b5613 {
  place-self: center end;
}

#w-node-ff7742e8-89e8-f4b5-c49b-963d56c5055a-3c7b5615 {
  place-self: center;
}

#w-node-d91370ce-95d9-5b25-bebc-b964c69cf057-3c7b5615 {
  place-self: auto center;
}

#w-node-_8525b603-fabe-ef43-206e-199e073233ab-3c7b5615 {
  justify-self: center;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0c58-3c7b5615 {
  align-self: stretch;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0c72-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0c77-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0c7c-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0c81-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0c86-3c7b5615 {
  align-self: center;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0c8b-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0c90-3c7b5615 {
  align-self: end;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0c92-3c7b5615 {
  align-self: stretch;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0cab-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0cb0-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0cb5-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0cba-3c7b5615 {
  align-self: center;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0cbf-3c7b5615 {
  place-self: center;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0cc4-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0cc9-3c7b5615 {
  align-self: end;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0ccb-3c7b5615 {
  align-self: stretch;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0ce3-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0ce8-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0ced-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0cf2-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0cf7-3c7b5615 {
  align-self: center;
}

#w-node-cc241a70-1bdf-a71f-3929-d851b35e0cfc-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0d01-3c7b5615, #w-node-cc241a70-1bdf-a71f-3929-d851b35e0d06-3c7b5615 {
  align-self: end;
}

#w-node-_1aeee76b-8658-3cb4-ec04-818d84c52e97-297b5617 {
  place-self: center;
}

#w-node-_7b814ee8-cfcb-f761-b49f-44b3ba5d1eb3-297b5617, #w-node-_47b9e3f2-d9e3-1a1c-e4e7-2771dfd7b60d-297b5617, #w-node-_98dfa7d0-f690-f2fc-5ce8-4f6111c8785f-297b5617, #w-node-b516499b-56c2-3fe0-5953-d9fe85ada754-297b5617 {
  align-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f5-297b5617 {
  place-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f7-297b5617 {
  align-self: center;
}

#w-node-b551b6a6-4edd-c034-3756-293415dbeba3-297b5617, #w-node-f13e79ed-3db4-de96-d53f-3c5d23327a72-297b5617 {
  align-self: end;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4d9-297b5617, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4de-297b5617, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e3-297b5617, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e8-297b5617 {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4eb-297b5617 {
  place-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4ed-297b5617 {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4f2-297b5617, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4f7-297b5617 {
  align-self: end;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4587b-297b5617, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45880-297b5617, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45885-297b5617, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588a-297b5617 {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588d-297b5617 {
  place-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588f-297b5617 {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c45894-297b5617, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45899-297b5617, #w-node-d6952ad3-0b4d-8e01-2869-abee28fb1c26-297b5617 {
  align-self: end;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8db-297b5617, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e0-297b5617, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e5-297b5617, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ea-297b5617 {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ed-297b5617 {
  place-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ef-297b5617 {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f4-297b5617, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f9-297b5617 {
  align-self: end;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e5c-297b5617, #w-node-ae824665-300e-4037-6037-cc50f6397e61-297b5617, #w-node-ae824665-300e-4037-6037-cc50f6397e66-297b5617, #w-node-ae824665-300e-4037-6037-cc50f6397e6b-297b5617 {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e6e-297b5617 {
  place-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e70-297b5617 {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e75-297b5617, #w-node-ae824665-300e-4037-6037-cc50f6397e7a-297b5617 {
  align-self: end;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5adf-297b5617, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae4-297b5617, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae9-297b5617, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5aee-297b5617 {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af1-297b5617 {
  place-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af3-297b5617 {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af8-297b5617, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5afd-297b5617, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5b02-297b5617 {
  align-self: end;
}

#w-node-_5ddcb1d7-139c-8823-0980-a032adf2d791-297b5617 {
  place-self: center;
}

#w-node-c9f190e2-d3d2-dd0e-20c7-d2b41cb99631-297b5617 {
  place-self: center stretch;
}

#w-node-f57b579c-c16f-2f4c-8f64-1701491cace9-297b5617 {
  place-self: center;
}

#w-node-f57b579c-c16f-2f4c-8f64-1701491caceb-297b5617 {
  place-self: start stretch;
}

#w-node-_3b0f6b8b-1424-d4aa-cc41-762cfdacf2d1-297b5617, #w-node-_2d0afadc-cc49-cfb7-452e-853f47849aa7-297b5617 {
  place-self: center;
}

#w-node-d770f4ea-2e16-bc11-dc2b-1c3d93d63dcf-6b7b5619 {
  align-self: end;
}

#w-node-ea77632a-e163-ac24-e44d-b39a3ace1791-6b7b5619 {
  align-self: auto;
}

#w-node-_6997a43d-5479-c059-7583-a5ae2e856a88-6b7b5619, #w-node-a65b9e48-e65c-a05b-dff3-de746fc02a2e-6b7b5619 {
  place-self: center;
}

#w-node-a65b9e48-e65c-a05b-dff3-de746fc02a32-6b7b5619 {
  place-self: center end;
}

#w-node-a8022bf8-aacc-7254-ab02-075515fcaf4a-6b7b5619, #w-node-a8022bf8-aacc-7254-ab02-075515fcaf4c-6b7b5619, #w-node-a8022bf8-aacc-7254-ab02-075515fcaf4f-6b7b5619, #w-node-a8022bf8-aacc-7254-ab02-075515fcaf51-6b7b5619 {
  justify-self: center;
}

#w-node-a65b9e48-e65c-a05b-dff3-de746fc02a2e-2d7b561a {
  place-self: center;
}

#w-node-a65b9e48-e65c-a05b-dff3-de746fc02a32-2d7b561a {
  place-self: center end;
}

#w-node-fbc52ac3-13c9-9d8c-60c6-18e6a9a9bb1c-207b561c {
  place-self: center;
}

#w-node-fbc52ac3-13c9-9d8c-60c6-18e6a9a9bb21-207b561c, #w-node-_505006eb-73ca-f2e5-9d56-7584ed892557-f17b561d {
  place-self: center end;
}

#w-node-_505006eb-73ca-f2e5-9d56-7584ed89255a-f17b561d {
  place-self: end start;
}

#the-final-countdown-h.w-node-_505006eb-73ca-f2e5-9d56-7584ed892561-f17b561d, #w-node-_505006eb-73ca-f2e5-9d56-7584ed892564-f17b561d, #the-final-countdown-min.w-node-f080d6d1-3de7-9931-8331-67793ef42ff0-f17b561d, #w-node-_505006eb-73ca-f2e5-9d56-7584ed89256a-f17b561d, #the-final-countdown-sec.w-node-_505006eb-73ca-f2e5-9d56-7584ed892567-f17b561d, #w-node-_345413ae-350f-c170-ed73-6022f8ba1e26-f17b561d {
  place-self: center;
}

#w-node-_3b547676-52b4-130e-4237-14da01b5d15f-f17b561d {
  justify-self: center;
}

#w-node-_3b547676-52b4-130e-4237-14da01b5d16c-f17b561d {
  place-self: end start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6447-f17b561d {
  place-self: stretch center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6449-f17b561d {
  place-self: start center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f644b-f17b561d {
  place-self: start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6459-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f645e-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6463-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6468-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f646d-f17b561d {
  align-self: center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f646f-f17b561d {
  place-self: stretch center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6471-f17b561d {
  place-self: start center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6473-f17b561d {
  place-self: start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6480-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6485-f17b561d {
  align-self: center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6488-f17b561d {
  justify-self: auto;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f648a-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f648f-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6494-f17b561d {
  align-self: center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6496-f17b561d {
  place-self: stretch center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f6498-f17b561d {
  place-self: start center;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f649a-f17b561d {
  place-self: start;
}

#w-node-_7a2338b6-1184-d9ad-5199-9ec4353f64a7-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f64ac-f17b561d, #w-node-_7a2338b6-1184-d9ad-5199-9ec4353f64b1-f17b561d {
  align-self: center;
}

#w-node-_9cd7fafe-85fa-e7cb-262e-a44b02f8de48-f17b561d {
  justify-self: center;
}

#w-node-_9cd7fafe-85fa-e7cb-262e-a44b02f8de4e-f17b561d {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab99f-f17b561d {
  justify-self: auto;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9aa-f17b561d {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ac-f17b561d {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9b4-f17b561d {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9b6-f17b561d {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9bb-f17b561d {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9bd-f17b561d {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ca-f17b561d {
  place-self: stretch center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9cc-f17b561d {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ce-f17b561d {
  place-self: start;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9d8-f17b561d, #w-node-c01185d1-85bc-fcab-6a95-116d367ab9df-f17b561d, #w-node-c01185d1-85bc-fcab-6a95-116d367ab9e6-f17b561d {
  align-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ea-f17b561d {
  place-self: stretch center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ec-f17b561d {
  place-self: center;
}

#w-node-c01185d1-85bc-fcab-6a95-116d367ab9ee-f17b561d {
  place-self: start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6ba-f17b561d {
  place-self: stretch start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6bc-f17b561d {
  place-self: center start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6c3-f17b561d {
  place-self: stretch start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6c5-f17b561d {
  place-self: center start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6cc-f17b561d {
  place-self: stretch start;
}

#w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6ce-f17b561d {
  place-self: center start;
}

#w-node-_87583d55-900d-2a64-acea-2b46d95ddbac-f17b561d, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbaf-f17b561d, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbc2-f17b561d, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbc5-f17b561d, #w-node-_87583d55-900d-2a64-acea-2b46d95ddbd1-f17b561d {
  align-self: stretch;
}

#w-node-_75c4f54e-0e05-167b-7f69-f986aaab575a-f17b561d, #w-node-_75c4f54e-0e05-167b-7f69-f986aaab5760-f17b561d, #w-node-_75c4f54e-0e05-167b-7f69-f986aaab575d-f17b561d {
  place-self: auto;
}

#w-node-df709ca6-d6f2-e1db-cfad-6332469a1f4f-f17b561d {
  place-self: start center;
}

#w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-f17b561d {
  justify-self: start;
}

#w-node-_73cebb14-8f2b-9563-1759-9e84af73e466-f17b561d {
  place-self: center end;
}

#w-node-_73cebb14-8f2b-9563-1759-9e84af73e47a-f17b561d {
  align-self: start;
}

#w-node-_890928ef-cb8f-bbbe-6e03-b3a7383c0c48-f17b561d {
  align-self: stretch;
}

#w-node-f4ed8486-511a-cf55-4f8a-4714c2d03297-f17b561d, #w-node-f4ed8486-511a-cf55-4f8a-4714c2d03299-f17b561d, #w-node-f4ed8486-511a-cf55-4f8a-4714c2d0329c-f17b561d, #w-node-f4ed8486-511a-cf55-4f8a-4714c2d0329e-f17b561d {
  justify-self: center;
}

#w-node-b4078315-34fe-ca81-a6d8-5899f97ff0fd-f17b561d {
  place-self: center start;
}

#w-node-b4078315-34fe-ca81-a6d8-5899f97ff104-f17b561d, #w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ab5-237b561f {
  place-self: center end;
}

#w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ab8-237b561f {
  place-self: end start;
}

#dday.w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ab9-237b561f, #w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66abc-237b561f, #the-final-countdown-h.w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66abf-237b561f, #w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ac2-237b561f, #the-final-countdown-min.w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ac5-237b561f, #w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ac8-237b561f {
  place-self: center;
}

#w-node-f8d92c22-6024-4ce4-d78b-fef0c3770639-237b561f {
  place-self: center start;
}

#the-final-countdown.w-node-_36e3fdb5-18df-d646-fb9f-4487f2a731c0-237b561f, #w-node-d29f88d7-93a5-fd85-6202-114facc588e7-237b561f {
  place-self: center;
}

#w-node-_7a52eddd-f768-e580-26ff-cfaa97fc31f2-237b561f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa23ca65-9225-3cee-071d-7802f14e44ba-237b561f {
  place-self: center end;
}

#w-node-_1b6414fe-8bde-6f87-656b-6555582fe6a6-237b561f {
  justify-self: center;
}

#w-node-cab00560-dde5-0a27-a061-0d48e0348ca5-237b561f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79a3ace4-c8e0-98c2-1047-c233f9d0b0e7-237b561f {
  place-self: center;
}

#w-node-_79a3ace4-c8e0-98c2-1047-c233f9d0b0e9-237b561f {
  justify-self: start;
}

#w-node-_414d7cd2-302b-6511-a9c7-6cd49bed3c22-237b561f {
  place-self: center;
}

#w-node-a34080f3-2299-0198-573a-4363b2934b30-237b561f {
  justify-self: end;
}

#w-node-a2a350b0-d220-bbdc-607f-cec5b960177f-237b561f, #w-node-aff4bae0-3f8a-acc7-0a16-ed0a027870d1-237b561f, #w-node-_2c02ffd4-260a-64a0-46e6-4814b6cf6ac3-237b561f, #w-node-_99ed0d64-e7dc-d24e-f3ab-6296a00e6bcb-237b561f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fa8780b-b8f6-1487-46c0-915e0dc2c20b-237b561f {
  align-self: auto;
}

#w-node-e3683c5e-a936-6d53-19e7-db0dfd016bea-237b561f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e88cf21-217a-aa39-95d5-38c2815f797e-237b561f {
  grid-area: 1 / 1 / 1 / 1;
  align-self: auto;
}

#w-node-d1a652d3-1ce6-99b8-70fe-b9df1db37df5-237b561f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5804167a-c69c-4323-1374-3057688db3c0-237b561f {
  place-self: stretch center;
}

#w-node-cccba04e-12c9-abdb-15c5-65108d480090-237b561f, #w-node-bf5100f0-a2e3-8da0-35cb-bd38002b80aa-237b561f {
  place-self: center;
}

#w-node-d10987de-6a8a-e79a-b639-d280a30c5286-237b561f, #w-node-d10987de-6a8a-e79a-b639-d280a30c529a-237b561f, #w-node-d10987de-6a8a-e79a-b639-d280a30c52a3-237b561f {
  align-self: start;
}

#w-node-_3e5a81b2-c72e-127b-58a4-88f35c3b3480-237b561f, #w-node-_3e5a81b2-c72e-127b-58a4-88f35c3b3482-237b561f, #w-node-_3e5a81b2-c72e-127b-58a4-88f35c3b3484-237b561f, #w-node-ce255b43-7fc8-5384-9b17-941b629ac1d7-237b561f, #w-node-e1f2d2a0-ca34-8639-ea73-ccfbf564dba0-237b561f, #w-node-d1f68627-c31b-2c41-7902-68ba9f9d8218-237b561f, #w-node-_3a1ad7d9-335e-ad96-2e77-36787cb93f15-237b561f, #w-node-_3a1ad7d9-335e-ad96-2e77-36787cb93f17-237b561f, #w-node-_3a1ad7d9-335e-ad96-2e77-36787cb93f19-237b561f, #w-node-ec0f1674-29fe-6bed-78fe-2035f5fbc247-237b561f, #w-node-ec0f1674-29fe-6bed-78fe-2035f5fbc249-237b561f, #w-node-ec0f1674-29fe-6bed-78fe-2035f5fbc24b-237b561f, #w-node-_024d1fcd-de52-fdaf-c4ed-2af651ceb760-237b561f, #w-node-_024d1fcd-de52-fdaf-c4ed-2af651ceb762-237b561f, #w-node-_024d1fcd-de52-fdaf-c4ed-2af651ceb764-237b561f, #w-node-b233d0a9-ab44-6c31-fb1b-28dc60570dc2-237b561f, #w-node-b233d0a9-ab44-6c31-fb1b-28dc60570dc4-237b561f, #w-node-b233d0a9-ab44-6c31-fb1b-28dc60570dc6-237b561f, #w-node-d3e88e1a-2fdd-7342-bde2-641936cf9d28-237b561f, #w-node-d3e88e1a-2fdd-7342-bde2-641936cf9d2a-237b561f, #w-node-d3e88e1a-2fdd-7342-bde2-641936cf9d2c-237b561f, #w-node-_554d72aa-910b-058c-ec2f-bd66416b4e73-237b561f, #w-node-_554d72aa-910b-058c-ec2f-bd66416b4e75-237b561f, #w-node-_554d72aa-910b-058c-ec2f-bd66416b4e77-237b561f, #w-node-_7195d8c0-9c48-04fe-dac4-0e4c8eb260d6-237b561f, #w-node-_7195d8c0-9c48-04fe-dac4-0e4c8eb260d8-237b561f, #w-node-_7195d8c0-9c48-04fe-dac4-0e4c8eb260da-237b561f, #w-node-d45b27e3-1204-9ea0-32f3-d89ea3d6e31f-237b561f, #w-node-d45b27e3-1204-9ea0-32f3-d89ea3d6e321-237b561f, #w-node-d45b27e3-1204-9ea0-32f3-d89ea3d6e323-237b561f, #w-node-_69d0993a-dbc8-7589-8326-87107a3362a2-237b561f, #w-node-_69d0993a-dbc8-7589-8326-87107a3362a4-237b561f, #w-node-_69d0993a-dbc8-7589-8326-87107a3362a6-237b561f, #w-node-ac97f310-19a9-c685-0fc3-dda77002ca1e-237b561f, #w-node-ac97f310-19a9-c685-0fc3-dda77002ca20-237b561f, #w-node-ac97f310-19a9-c685-0fc3-dda77002ca22-237b561f, #w-node-_58e9efdc-08d5-daf7-587b-5a9fb716163c-237b561f, #w-node-_58e9efdc-08d5-daf7-587b-5a9fb716163e-237b561f, #w-node-_58e9efdc-08d5-daf7-587b-5a9fb7161640-237b561f, #w-node-efe649e6-ca4b-37d5-cc78-812813b199e3-237b561f, #w-node-efe649e6-ca4b-37d5-cc78-812813b199e5-237b561f, #w-node-efe649e6-ca4b-37d5-cc78-812813b199e7-237b561f, #w-node-_68c5a96a-d6f1-acfe-d629-3428e1c896b9-237b561f, #w-node-_68c5a96a-d6f1-acfe-d629-3428e1c896bb-237b561f, #w-node-_68c5a96a-d6f1-acfe-d629-3428e1c896bd-237b561f, #w-node-_3e7e5be6-4a5c-a5cc-87ba-254d3f1a60f5-237b561f, #w-node-_3e7e5be6-4a5c-a5cc-87ba-254d3f1a60f7-237b561f, #w-node-_3e7e5be6-4a5c-a5cc-87ba-254d3f1a60f9-237b561f, #w-node-_6505e5e9-9ea7-a9da-16dd-ad5ccc4587ff-237b561f, #w-node-_6505e5e9-9ea7-a9da-16dd-ad5ccc458801-237b561f, #w-node-_6505e5e9-9ea7-a9da-16dd-ad5ccc458803-237b561f, #w-node-c98f7cc8-89e8-0ed4-d532-fb9c8202fbc9-237b561f, #w-node-c98f7cc8-89e8-0ed4-d532-fb9c8202fbcb-237b561f, #w-node-c98f7cc8-89e8-0ed4-d532-fb9c8202fbcd-237b561f, #w-node-_72b91e19-b8cb-264f-7867-d198f7178d5c-237b561f, #w-node-_72b91e19-b8cb-264f-7867-d198f7178d5e-237b561f, #w-node-_72b91e19-b8cb-264f-7867-d198f7178d60-237b561f, #w-node-_75f98ad1-4280-d43a-cfc2-49aa59a6b9a2-237b561f, #w-node-_75f98ad1-4280-d43a-cfc2-49aa59a6b9a4-237b561f, #w-node-_75f98ad1-4280-d43a-cfc2-49aa59a6b9a6-237b561f, #w-node-f385cc36-f276-7ae4-b45f-e5d290e357ac-237b561f, #w-node-f385cc36-f276-7ae4-b45f-e5d290e357ae-237b561f, #w-node-f385cc36-f276-7ae4-b45f-e5d290e357b0-237b561f, #w-node-_7e0438ce-821b-581b-8c02-f92e44743c27-237b561f, #w-node-_7e0438ce-821b-581b-8c02-f92e44743c29-237b561f, #w-node-_7e0438ce-821b-581b-8c02-f92e44743c2b-237b561f, #w-node-ed715ccc-fa8e-d44e-44f8-87677a45c83d-237b561f, #w-node-ed715ccc-fa8e-d44e-44f8-87677a45c83f-237b561f, #w-node-ed715ccc-fa8e-d44e-44f8-87677a45c841-237b561f, #w-node-_778a764c-0bee-d953-d1cf-ab2fabfa2230-237b561f {
  place-self: center;
}

#w-node-_7b2ace09-2215-f6d8-08a7-95111e6d6531-237b561f {
  place-self: stretch start;
}

#w-node-_85c2a33d-9be5-b488-5a9e-c61abce96d4e-237b561f, #w-node-eb1e8ba7-0cfc-546b-9515-d50de087a2b3-237b561f, #w-node-caef134f-0d2c-97c8-cedd-aa4a59776c1b-237b561f {
  place-self: center start;
}

#w-node-_8f24c033-195a-6674-c4c9-7e4f1c159165-237b561f {
  place-self: center;
}

#w-node-b5fa665a-0f67-6423-a55f-02b80a37b558-237b561f {
  place-self: center end;
}

#w-node-_8c1a6aaa-6a6d-aa28-b2f0-eefa32956265-237b561f, #w-node-_20156fc8-d940-ab7c-8f18-89d6b9dbd0fd-237b561f, #w-node-_58833b8c-0036-7039-ac2d-a20184c42b97-237b561f, #w-node-_229b746b-ec24-1d0e-0003-09787f91e3dd-237b561f {
  justify-self: center;
}

#w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abba-b27b5627 {
  place-self: center end;
}

#w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abbd-b27b5627 {
  place-self: end start;
}

#dday.w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abbe-b27b5627, #w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abc1-b27b5627, #the-final-countdown-h.w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abc4-b27b5627, #w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abc7-b27b5627, #the-final-countdown-min.w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abca-b27b5627, #w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abcd-b27b5627 {
  place-self: center;
}

#w-node-_123639da-2d45-d895-c3b8-2d9ebfe9ba85-b27b5627, #w-node-_937d95c9-40c2-7638-d7ef-a7b7d285973e-b27b5627 {
  align-self: center;
}

#w-node-_7a27137f-529f-609c-f816-9c8e9eccc5fa-b27b5627 {
  place-self: center;
}

#w-node-_240c698f-1ed2-78d1-6f47-933970a20bff-b27b5627, #w-node-_02f08113-aa1d-b404-9e20-3dd65f7ff03e-b27b5627, #w-node-a7fed40a-329b-aa7e-b64b-47659e81a1b0-b27b5627 {
  align-self: start;
}

#w-node-_3b0f6b8b-1424-d4aa-cc41-762cfdacf2d1-b27b5627 {
  place-self: center;
}

#w-node-b9544229-26dc-971e-9bec-2e5fa920c57f-b27b5627, #w-node-_9ce17fe0-4977-ad61-fc93-180724acee90-b27b5627, #w-node-b40a1df4-511f-1b1c-996a-305d5b3d3eca-b27b5627, #w-node-b00fa379-bda9-2907-cd76-e2301db7938d-b27b5627, #w-node-f6bfbdab-5647-2cf3-eb50-9ede6776aac2-b27b5627, #w-node-_18cf7086-ae8b-e3b7-703a-c9a3c513d75f-b27b5627, #w-node-fb69acc0-2c94-8acb-b1ae-b1db3d9b9eb9-b27b5627, #w-node-_872d0f8c-83d6-1bea-423a-5ffb1cfc0a12-b27b5627, #w-node-_965f8fae-b4e1-430c-bd24-7ed26a7a65d6-b27b5627, #w-node-a615be38-424c-2d67-507c-274a75efdad8-b27b5627, #w-node-_07b5b274-2f19-b3f6-d05e-cad1c042a257-b27b5627, #w-node-_9ecf86ad-814e-2c6c-53a8-3df6e9ef97da-b27b5627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d0afadc-cc49-cfb7-452e-853f47849aa7-b27b5627, #w-node-_4a14064e-c192-9fdb-8266-81212238c636-b27b5627 {
  place-self: center;
}

#w-node-_3f175a55-81ea-f750-c487-71deba0218f4-b27b5627, #w-node-_3f175a55-81ea-f750-c487-71deba0218f6-b27b5627, #w-node-_3f175a55-81ea-f750-c487-71deba0218f9-b27b5627, #w-node-_3f175a55-81ea-f750-c487-71deba0218fb-b27b5627 {
  justify-self: center;
}

#w-node-_2c456b82-05c5-d84e-f99a-8e9151b3cbf7-f87b5629 {
  place-self: center;
}

#w-node-_7b814ee8-cfcb-f761-b49f-44b3ba5d1eb3-f87b5629, #w-node-_47b9e3f2-d9e3-1a1c-e4e7-2771dfd7b60d-f87b5629, #w-node-_98dfa7d0-f690-f2fc-5ce8-4f6111c8785f-f87b5629, #w-node-b516499b-56c2-3fe0-5953-d9fe85ada754-f87b5629 {
  align-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f5-f87b5629 {
  place-self: center;
}

#w-node-_5c4b161e-b19d-a3f1-9dc4-5f656f22b8f7-f87b5629 {
  align-self: center;
}

#w-node-b551b6a6-4edd-c034-3756-293415dbeba3-f87b5629, #w-node-f13e79ed-3db4-de96-d53f-3c5d23327a72-f87b5629 {
  align-self: end;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4d9-f87b5629, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4de-f87b5629, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e3-f87b5629, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4e8-f87b5629 {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4eb-f87b5629 {
  place-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4ed-f87b5629 {
  align-self: center;
}

#w-node-f2407972-817b-d158-1702-3b7b3fd2b4f2-f87b5629, #w-node-f2407972-817b-d158-1702-3b7b3fd2b4f7-f87b5629 {
  align-self: end;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4587b-f87b5629, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45880-f87b5629, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45885-f87b5629, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588a-f87b5629 {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588d-f87b5629 {
  place-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c4588f-f87b5629 {
  align-self: center;
}

#w-node-_9ca0df35-2c74-c60f-0015-0afb83c45894-f87b5629, #w-node-_9ca0df35-2c74-c60f-0015-0afb83c45899-f87b5629, #w-node-d6952ad3-0b4d-8e01-2869-abee28fb1c26-f87b5629 {
  align-self: end;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8db-f87b5629, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e0-f87b5629, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8e5-f87b5629, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ea-f87b5629 {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ed-f87b5629 {
  place-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8ef-f87b5629 {
  align-self: center;
}

#w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f4-f87b5629, #w-node-_04fcaf49-9ab9-cfdf-0e17-f44e327eb8f9-f87b5629 {
  align-self: end;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e5c-f87b5629, #w-node-ae824665-300e-4037-6037-cc50f6397e61-f87b5629, #w-node-ae824665-300e-4037-6037-cc50f6397e66-f87b5629, #w-node-ae824665-300e-4037-6037-cc50f6397e6b-f87b5629 {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e6e-f87b5629 {
  place-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e70-f87b5629 {
  align-self: center;
}

#w-node-ae824665-300e-4037-6037-cc50f6397e75-f87b5629, #w-node-ae824665-300e-4037-6037-cc50f6397e7a-f87b5629 {
  align-self: end;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5adf-f87b5629, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae4-f87b5629, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5ae9-f87b5629, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5aee-f87b5629 {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af1-f87b5629 {
  place-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af3-f87b5629 {
  align-self: center;
}

#w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5af8-f87b5629, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5afd-f87b5629, #w-node-c60aa77a-1dca-3815-e66f-54b5bdfa5b02-f87b5629 {
  align-self: end;
}

#w-node-_5ddcb1d7-139c-8823-0980-a032adf2d791-f87b5629 {
  place-self: center;
}

#w-node-c9f190e2-d3d2-dd0e-20c7-d2b41cb99631-f87b5629 {
  place-self: center stretch;
}

#w-node-_9a7e621d-e102-34c7-2b78-061786ea3f79-f87b5629 {
  place-self: center;
}

#w-node-_9a7e621d-e102-34c7-2b78-061786ea3f7b-f87b5629 {
  place-self: start stretch;
}

#w-node-_3b0f6b8b-1424-d4aa-cc41-762cfdacf2d1-f87b5629, #w-node-bf9422a5-e360-3dce-12b8-0912bf2e878e-f87b5629 {
  place-self: center;
}

#w-node-bf9422a5-e360-3dce-12b8-0912bf2e8792-f87b5629 {
  place-self: center end;
}

#w-node-b3da8631-f36c-4009-72ae-6f3d82e0f433-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2d673d1c-f22f-fbc8-0837-0a35da01f42f-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_339caec8-af47-8405-258a-15294ac4a4b7-017b562a {
  place-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf2-017b562a {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf4-017b562a {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf6-017b562a {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d04-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d09-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d0e-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d13-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d18-017b562a, #w-node-_90a1be77-9309-6641-2412-c18295c7d2b8-017b562a, #w-node-a8103470-abff-39fc-b8d5-36841ff4b039-017b562a {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1a-017b562a {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1c-017b562a {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1e-017b562a {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d2b-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d30-017b562a {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d33-017b562a {
  justify-self: auto;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d35-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d3a-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d3f-017b562a, #w-node-_6290b70e-4314-876e-20a9-9de2e1c3576e-017b562a, #w-node-_0f5ecae3-46cf-9a94-4d98-413be4484083-017b562a {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d41-017b562a {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d43-017b562a {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d45-017b562a {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d52-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d57-017b562a, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d5c-017b562a, #w-node-_48f06238-0fd9-f3d1-208d-f855ee8023c0-017b562a, #w-node-d4565cea-15ec-0804-a4fd-d07324a0d5f1-017b562a, #w-node-_8ab27880-ed86-f7f8-e090-89cf5a86b256-017b562a, #w-node-_159c41e6-1032-85db-d375-87fc0c8ddb27-017b562a, #w-node-_6f735f34-1ae7-0436-3f7c-27d3a013c21a-017b562a {
  align-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267e2-017b562a {
  justify-self: auto;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267ea-017b562a {
  align-self: auto;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267f7-017b562a {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267f9-017b562a {
  place-self: start;
}

#w-node-d8524aad-dcc2-2dd4-a328-fbe34c03f257-017b562a {
  place-self: center;
}

#w-node-d8524aad-dcc2-2dd4-a328-fbe34c03f259-017b562a {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267fe-017b562a {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26800-017b562a {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2680d-017b562a {
  place-self: stretch center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2680f-017b562a {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26811-017b562a {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2681b-017b562a, #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26822-017b562a, #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26829-017b562a {
  align-self: center;
}

#w-node-_0c7bc00d-2ca4-1756-335d-9734c98f7447-017b562a {
  place-self: center;
}

#w-node-_0c7bc00d-2ca4-1756-335d-9734c98f7449-017b562a {
  place-self: start;
}

#w-node-_5429e672-c801-5464-d407-f070ca3a689f-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_538ad7d3-a1ce-36ad-191d-db7d229905bd-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c6d2a745-154a-6fb8-4f20-eab001b89b0d-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c988fc5-0417-57fa-e033-5777848e0d1f-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f0-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f1-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f2-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a34-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a35-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a36-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e0-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e1-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e2-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff7-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff8-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff9-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4941f6fb-8e86-b7aa-6c92-c26f2918fce7-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4941f6fb-8e86-b7aa-6c92-c26f2918fce8-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4941f6fb-8e86-b7aa-6c92-c26f2918fce9-017b562a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f33f6ae-0c74-6ec0-38ab-4599727ba982-017b562a {
  justify-self: center;
}

#w-node-_9f33f6ae-0c74-6ec0-38ab-4599727ba988-017b562a {
  place-self: center;
}

#w-node-_7a017c15-180d-86f1-dc0f-039f56ee49a9-017b562a {
  place-self: center end;
}

#w-node-_7a017c15-180d-86f1-dc0f-039f56ee49bd-017b562a {
  align-self: start;
}

#w-node-_271fc857-5d3e-be73-36f4-22dc6a175e59-017b562a {
  align-self: stretch;
}

#w-node-d0c323aa-3821-e591-2f0c-ff789628aa72-017b562a {
  place-self: start;
}

#w-node-d0c323aa-3821-e591-2f0c-ff789628aa77-017b562a {
  place-self: start end;
}

#w-node-_06902eab-3656-6c56-bab6-b22ca07fd814-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_560102cc-ae73-a4cb-d766-0420cb53cd1e-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf2-cd0493f1 {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf4-cd0493f1 {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752cf6-cd0493f1 {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d04-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d09-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d0e-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d13-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d18-cd0493f1, #w-node-_90a1be77-9309-6641-2412-c18295c7d2b8-cd0493f1, #w-node-a8103470-abff-39fc-b8d5-36841ff4b039-cd0493f1 {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1a-cd0493f1 {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1c-cd0493f1 {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d1e-cd0493f1 {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d2b-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d30-cd0493f1 {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d33-cd0493f1 {
  justify-self: auto;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d35-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d3a-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d3f-cd0493f1, #w-node-_6290b70e-4314-876e-20a9-9de2e1c3576e-cd0493f1, #w-node-_0f5ecae3-46cf-9a94-4d98-413be4484083-cd0493f1 {
  align-self: center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d41-cd0493f1 {
  place-self: stretch center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d43-cd0493f1 {
  place-self: start center;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d45-cd0493f1 {
  place-self: start;
}

#w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d52-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d57-cd0493f1, #w-node-_28d88d8a-4981-2192-beb6-cdf7c7752d5c-cd0493f1, #w-node-_48f06238-0fd9-f3d1-208d-f855ee8023c0-cd0493f1, #w-node-d4565cea-15ec-0804-a4fd-d07324a0d5f1-cd0493f1, #w-node-_8ab27880-ed86-f7f8-e090-89cf5a86b256-cd0493f1, #w-node-_159c41e6-1032-85db-d375-87fc0c8ddb27-cd0493f1, #w-node-_6f735f34-1ae7-0436-3f7c-27d3a013c21a-cd0493f1 {
  align-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267e2-cd0493f1 {
  justify-self: auto;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267ea-cd0493f1 {
  align-self: auto;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267f7-cd0493f1 {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267f9-cd0493f1 {
  place-self: start;
}

#w-node-d8524aad-dcc2-2dd4-a328-fbe34c03f257-cd0493f1 {
  place-self: center;
}

#w-node-d8524aad-dcc2-2dd4-a328-fbe34c03f259-cd0493f1 {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267fe-cd0493f1 {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26800-cd0493f1 {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2680d-cd0493f1 {
  place-self: stretch center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2680f-cd0493f1 {
  place-self: center;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26811-cd0493f1 {
  place-self: start;
}

#w-node-_4bdfafa3-d749-ca38-4a14-79dc89d2681b-cd0493f1, #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26822-cd0493f1, #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d26829-cd0493f1 {
  align-self: center;
}

#w-node-_0c7bc00d-2ca4-1756-335d-9734c98f7447-cd0493f1 {
  place-self: center;
}

#w-node-_0c7bc00d-2ca4-1756-335d-9734c98f7449-cd0493f1 {
  place-self: start;
}

#w-node-_5429e672-c801-5464-d407-f070ca3a689f-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_538ad7d3-a1ce-36ad-191d-db7d229905bd-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-c6d2a745-154a-6fb8-4f20-eab001b89b0d-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0c988fc5-0417-57fa-e033-5777848e0d1f-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f0-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9949965a-0e76-3c4f-4b62-f58f09b8c5f2-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a34-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9b42a1f6-b044-3703-5972-d959aaaf9a36-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e0-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b2e9adf1-4508-3468-3ad8-a7429b6a07e2-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff7-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_5735105f-f37c-5a90-26e4-9d965222cff9-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4941f6fb-8e86-b7aa-6c92-c26f2918fce7-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4941f6fb-8e86-b7aa-6c92-c26f2918fce9-cd0493f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a017c15-180d-86f1-dc0f-039f56ee49a9-cd0493f1 {
  place-self: center start;
}

#w-node-_7a017c15-180d-86f1-dc0f-039f56ee49bd-cd0493f1 {
  align-self: start;
}

#w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba4726170-cd0493f1, #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba472617e-cd0493f1, #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba4726189-cd0493f1, #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba4726197-cd0493f1, #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba47261a5-cd0493f1, #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba47261b3-cd0493f1, #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba47261c1-cd0493f1, #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba47261cf-cd0493f1 {
  justify-self: stretch;
}

#w-node-_271fc857-5d3e-be73-36f4-22dc6a175e59-cd0493f1 {
  align-self: stretch;
}

#w-node-d0c323aa-3821-e591-2f0c-ff789628aa6b-cd0493f1 {
  place-self: center;
}

#w-node-d0c323aa-3821-e591-2f0c-ff789628aa73-cd0493f1 {
  place-self: auto end;
}

#w-node-_9b0aa8bf-6612-37b0-7797-7702d4f8bdd3-ddf9c971 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b0aa8bf-6612-37b0-7797-7702d4f8bdd8-ddf9c971, #w-node-_71a9fbab-dd9b-74f9-0897-579bcd048440-ddf9c971, #w-node-_9b0aa8bf-6612-37b0-7797-7702d4f8bde0-ddf9c971, #w-node-_9b0aa8bf-6612-37b0-7797-7702d4f8bde8-ddf9c971, #w-node-b2282af0-be02-f0d0-d199-e67bc62fc017-ddf9c971 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_99bf8d14-c194-2ffd-e8f6-6407acf6df6a-ddf9c971 {
  justify-self: center;
}

#w-node-c48710a4-69e2-d0c5-5d14-af0f2510ea63-ddf9c971 {
  align-self: auto;
}

#w-node-_8e6352c2-4a1a-741e-8156-23c8609b5907-ddf9c971, #w-node-_03d52ec6-b5ca-7d9c-6361-fc45d95311e0-ddf9c971, #w-node-d35442c8-7b6b-372d-91df-9c9f5ffce8e3-ddf9c971, #w-node-d35442c8-7b6b-372d-91df-9c9f5ffce8e9-ddf9c971, #w-node-_38ae8dfd-47e5-a863-7bec-29081e35f7a1-ddf9c971, #w-node-_38ae8dfd-47e5-a863-7bec-29081e35f7a5-ddf9c971, #w-node-c87003ec-951d-0b75-abda-4288fc04fe77-ddf9c971, #w-node-c87003ec-951d-0b75-abda-4288fc04fe7b-ddf9c971, #w-node-a85e954d-21e5-6a7e-e4ab-cab5a3e8f913-ddf9c971, #w-node-a85e954d-21e5-6a7e-e4ab-cab5a3e8f917-ddf9c971, #w-node-_015ddcd7-c0b7-733a-53df-968db11b697b-ddf9c971, #w-node-_015ddcd7-c0b7-733a-53df-968db11b697f-ddf9c971, #w-node-_97808f64-0a4a-017b-3887-43bffcc69839-ddf9c971, #w-node-_97808f64-0a4a-017b-3887-43bffcc6983d-ddf9c971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b623458-be63-3f36-bb79-8fbe547612c4-ddf9c971 {
  justify-self: auto;
}

#PLANO.w-node-_38d8055f-bf3c-d750-7cba-08b376b71cd7-ddf9c971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7d45-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7da5-ddf9c971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7dcb-ddf9c971 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7dcd-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7dd6-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7ddf-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7de8-ddf9c971 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7e51-ddf9c971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c55466cd-739d-b9ee-6eb5-f18adb3840c6-ddf9c971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-ca8955a6-ecd7-de00-1411-3be6d89371ed-ddf9c971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3477bf64-d341-49a5-91c2-dcc598b431ad-ddf9c971, #w-node-_583ad335-46b8-88af-e34b-dea987259b73-ddf9c971 {
  place-self: center;
}

#w-node-_9aa7fbd2-a18e-cfbd-3997-150a45d1bc91-ddf9c971, #w-node-_1e991e8f-c028-96d6-b237-7ef123d9449e-ddf9c971 {
  align-self: start;
}

#w-node-b14d6584-5519-2339-43b4-db3675d318c3-ddf9c971, #w-node-b14d6584-5519-2339-43b4-db3675d318d6-ddf9c971, #w-node-b14d6584-5519-2339-43b4-db3675d318e1-ddf9c971, #w-node-b14d6584-5519-2339-43b4-db3675d318ec-ddf9c971, #w-node-b14d6584-5519-2339-43b4-db3675d318f7-ddf9c971, #w-node-b14d6584-5519-2339-43b4-db3675d31902-ddf9c971, #w-node-b14d6584-5519-2339-43b4-db3675d3190d-ddf9c971, #w-node-b14d6584-5519-2339-43b4-db3675d31918-ddf9c971 {
  justify-self: stretch;
}

#w-node-_6c8be840-af44-f184-0e39-74eec9c48e1a-ddf9c971 {
  place-self: center;
}

#w-node-_008f3eee-f61f-148b-9818-24902c68d4d6-ddf9c971, #w-node-_008f3eee-f61f-148b-9818-24902c68d4d8-ddf9c971, #w-node-_008f3eee-f61f-148b-9818-24902c68d4db-ddf9c971, #w-node-_008f3eee-f61f-148b-9818-24902c68d4dd-ddf9c971 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-b2282af0-be02-f0d0-d199-e67bc62fc017-3e7b5607 {
    justify-self: stretch;
  }

  #w-node-_339caec8-af47-8405-258a-15294ac4a4b7-017b562a {
    place-self: center;
  }

  #w-node-_9b0aa8bf-6612-37b0-7797-7702d4f8bdd3-ddf9c971 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cff83ff0-c088-f4af-e714-dd6b9e21e7a9-3e7b5607, #w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a7d5-3e7b5607, #w-node-_59be86c9-608a-0d2e-1e01-c579a027777b-3e7b5607, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7da5-3e7b5607, #w-node-daaa5d93-1c25-00fb-a051-1cf1d843f87c-3e7b5607, #w-node-_76671b75-4a53-32cf-8c77-ac003f797ef2-3e7b5607, #w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0ca2f-3e7b5607, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7d45-3e7b5607 {
    order: -9999;
  }

  #w-node-_41c998d6-1680-5f7a-f0b1-c4a92b1925ca-a47b5605 {
    align-self: end;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dba-557b5608 {
    place-self: center;
  }

  #w-node-_6119783e-c6e7-f925-088c-51b574fb203a-557b5608 {
    align-self: center;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dba-ef7b560b {
    place-self: center;
  }

  #w-node-_6119783e-c6e7-f925-088c-51b574fb203a-ef7b560b {
    align-self: center;
  }

  #w-node-_145f92da-2451-0b6f-b499-dbd4ecff21d8-2c7b5610 {
    justify-self: center;
  }

  #w-node-_145f92da-2451-0b6f-b499-dbd4ecff21db-2c7b5610 {
    justify-self: auto;
  }

  #w-node-_2d673d1c-f22f-fbc8-0837-0a35da01f42f-2c7b5610 {
    align-self: end;
  }

  #w-node-db0ec5c2-352e-19f6-da13-d71064548038-2c7b5610, #w-node-_505006eb-73ca-f2e5-9d56-7584ed892557-487b5612 {
    justify-self: center;
  }

  #w-node-_505006eb-73ca-f2e5-9d56-7584ed89255a-487b5612 {
    justify-self: auto;
  }

  #w-node-_3b547676-52b4-130e-4237-14da01b5d16c-487b5612 {
    justify-self: center;
  }

  #w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-487b5612 {
    justify-self: start;
  }

  #w-node-_505006eb-73ca-f2e5-9d56-7584ed892557-f17b561d {
    justify-self: center;
  }

  #w-node-_505006eb-73ca-f2e5-9d56-7584ed89255a-f17b561d {
    justify-self: auto;
  }

  #w-node-_3b547676-52b4-130e-4237-14da01b5d16c-f17b561d {
    justify-self: center;
  }

  #w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-f17b561d {
    justify-self: start;
  }

  #w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ab5-237b561f {
    justify-self: center;
  }

  #w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ab8-237b561f {
    justify-self: auto;
  }

  #w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abba-b27b5627 {
    justify-self: center;
  }

  #w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abbd-b27b5627 {
    justify-self: auto;
  }

  #w-node-_2d673d1c-f22f-fbc8-0837-0a35da01f42f-017b562a {
    align-self: end;
  }

  #w-node-db0ec5c2-352e-19f6-da13-d71064548038-cd0493f1 {
    justify-self: center;
  }

  #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7d45-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7da5-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7e51-ddf9c971, #w-node-c55466cd-739d-b9ee-6eb5-f18adb3840c6-ddf9c971 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dbd-557b5608 {
    place-self: center;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dca-557b5608 {
    justify-self: stretch;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dbd-ef7b560b {
    place-self: center;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dca-ef7b560b {
    justify-self: stretch;
  }

  #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267e2-2c7b5610 {
    justify-self: center;
  }

  #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267ea-2c7b5610, #w-node-_24dbff79-10d7-e444-c0d4-86f039784538-2c7b5610 {
    place-self: center;
  }

  #w-node-_271fc857-5d3e-be73-36f4-22dc6a175e70-2c7b5610, #w-node-c01185d1-85bc-fcab-6a95-116d367ab99f-487b5612 {
    justify-self: center;
  }

  #w-node-c01185d1-85bc-fcab-6a95-116d367ab9a7-487b5612 {
    place-self: center;
  }

  #w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6ba-487b5612, #w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6c3-487b5612, #w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6cc-487b5612 {
    justify-self: center;
  }

  #w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-487b5612 {
    justify-self: stretch;
  }

  #w-node-_890928ef-cb8f-bbbe-6e03-b3a7383c0c5f-487b5612 {
    justify-self: center;
  }

  #w-node-d770f4ea-2e16-bc11-dc2b-1c3d93d63dcf-6b7b5619 {
    order: 9999;
  }

  #w-node-c01185d1-85bc-fcab-6a95-116d367ab99f-f17b561d {
    justify-self: center;
  }

  #w-node-c01185d1-85bc-fcab-6a95-116d367ab9a7-f17b561d {
    place-self: center;
  }

  #w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6ba-f17b561d, #w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6c3-f17b561d, #w-node-_9e7a8878-0366-01da-8fba-94f6aa79e6cc-f17b561d {
    justify-self: center;
  }

  #w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-f17b561d {
    justify-self: stretch;
  }

  #w-node-_890928ef-cb8f-bbbe-6e03-b3a7383c0c5f-f17b561d {
    justify-self: center;
  }

  #w-node-_7e88cf21-217a-aa39-95d5-38c2815f797e-237b561f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d1a652d3-1ce6-99b8-70fe-b9df1db37df5-237b561f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267e2-017b562a {
    justify-self: center;
  }

  #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267ea-017b562a, #w-node-_24dbff79-10d7-e444-c0d4-86f039784538-017b562a {
    place-self: center;
  }

  #w-node-_271fc857-5d3e-be73-36f4-22dc6a175e70-017b562a, #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267e2-cd0493f1 {
    justify-self: center;
  }

  #w-node-_4bdfafa3-d749-ca38-4a14-79dc89d267ea-cd0493f1, #w-node-_24dbff79-10d7-e444-c0d4-86f039784538-cd0493f1 {
    place-self: center;
  }

  #w-node-_271fc857-5d3e-be73-36f4-22dc6a175e70-cd0493f1 {
    justify-self: center;
  }

  #w-node-_9b0aa8bf-6612-37b0-7797-7702d4f8bdd3-ddf9c971 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b2282af0-be02-f0d0-d199-e67bc62fc017-3e7b5607 {
    justify-self: auto;
  }

  #w-node-cff83ff0-c088-f4af-e714-dd6b9e21e7a9-3e7b5607, #w-node-_77c8f476-0ca8-f450-1b58-ae7b0276a7d5-3e7b5607, #w-node-_59be86c9-608a-0d2e-1e01-c579a027777b-3e7b5607, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7da5-3e7b5607, #w-node-daaa5d93-1c25-00fb-a051-1cf1d843f87c-3e7b5607, #w-node-_76671b75-4a53-32cf-8c77-ac003f797ef2-3e7b5607, #w-node-_0bf9a1eb-e1be-62e0-5b06-10d720a0ca2f-3e7b5607, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7d45-3e7b5607 {
    order: -9999;
    align-self: auto;
  }

  #w-node-b14d6584-5519-2339-43b4-db3675d318ec-3e7b5607 {
    justify-self: auto;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106db7-557b5608 {
    order: 9999;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dbd-557b5608 {
    justify-self: start;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106db7-ef7b560b {
    order: 9999;
  }

  #w-node-_5b903bc3-eaaf-106c-fc5d-e527ab106dbd-ef7b560b {
    justify-self: start;
  }

  #w-node-_145f92da-2451-0b6f-b499-dbd4ecff21db-2c7b5610, #w-node-_505006eb-73ca-f2e5-9d56-7584ed89255a-487b5612 {
    justify-self: auto;
  }

  #w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-487b5612 {
    justify-self: center;
  }

  #w-node-_505006eb-73ca-f2e5-9d56-7584ed89255a-f17b561d {
    justify-self: auto;
  }

  #w-node-df709ca6-d6f2-e1db-cfad-6332469a1f6c-f17b561d {
    justify-self: center;
  }

  #w-node-_9abfbb5e-a2cb-44e2-cc89-30a432c66ab8-237b561f {
    justify-self: auto;
  }

  #w-node-_7e88cf21-217a-aa39-95d5-38c2815f797e-237b561f, #w-node-d1a652d3-1ce6-99b8-70fe-b9df1db37df5-237b561f {
    place-self: center;
  }

  #w-node-_85c2a33d-9be5-b488-5a9e-c61abce96d4e-237b561f, #w-node-eb1e8ba7-0cfc-546b-9515-d50de087a2b3-237b561f, #w-node-caef134f-0d2c-97c8-cedd-aa4a59776c1b-237b561f {
    justify-self: center;
  }

  #w-node-_263b17ca-75f3-0dce-8fa4-2bd4fda5abbd-b27b5627 {
    justify-self: auto;
  }

  #w-node-b9544229-26dc-971e-9bec-2e5fa920c57f-b27b5627, #w-node-_9ce17fe0-4977-ad61-fc93-180724acee90-b27b5627 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bdea34b-f303-86bc-e1c3-72c2e3ac9e1b-cd0493f1 {
    order: 9999;
  }

  #w-node-_18ea2c7e-8a79-ca21-b80f-dc8ba4726197-cd0493f1 {
    justify-self: auto;
  }

  #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7d45-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7da5-ddf9c971, #w-node-_3bd81f69-888f-bc4f-a51c-bd67636b7e51-ddf9c971, #w-node-c55466cd-739d-b9ee-6eb5-f18adb3840c6-ddf9c971 {
    order: -9999;
    align-self: auto;
  }

  #w-node-b14d6584-5519-2339-43b4-db3675d318ec-ddf9c971 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-Light.ttf') format('truetype'), url('../fonts/Wotfard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-BoldItalic.ttf') format('truetype'), url('../fonts/Wotfard-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-ExtraLight.ttf') format('truetype'), url('../fonts/Wotfard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-LightItalic.ttf') format('truetype'), url('../fonts/Wotfard-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-ExtraLightItalic.ttf') format('truetype'), url('../fonts/Wotfard-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-MediumItalic.ttf') format('truetype'), url('../fonts/Wotfard-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-Medium.ttf') format('truetype'), url('../fonts/Wotfard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-RegularItalic.ttf') format('truetype'), url('../fonts/Wotfard-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-Regular.ttf') format('truetype'), url('../fonts/Wotfard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-SemiBold.ttf') format('truetype'), url('../fonts/Wotfard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-Thin.ttf') format('truetype'), url('../fonts/Wotfard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-ThinItalic.ttf') format('truetype'), url('../fonts/Wotfard-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-SemiBoldItalic.ttf') format('truetype'), url('../fonts/Wotfard-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-Bold.ttf') format('truetype'), url('../fonts/Wotfard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Bemio';
  src: url('../fonts/Bemio-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bemio';
  src: url('../fonts/Bemio.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}