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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

.navbar {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 2.5svw;
  padding-bottom: 1svw;
  display: flex;
}

.hero-section {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: visible;
}

.benefits-section {
  min-height: 90svh;
  margin-top: 10svw;
}

.big-h1 {
  color: #f7f5ee;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4svw;
  font-weight: 300;
  line-height: 4.5svw;
}

.big-h1.footer {
  margin-top: 6svh;
  margin-bottom: 4svh;
}

.big-h1.mentors {
  margin-bottom: 58svh;
  position: sticky;
  top: 16svh;
}

.big-h1.mentors._80 {
  margin-bottom: 20svh;
}

.big-h1.mentors._80.en {
  width: 90%;
}

.hero-line2 {
  color: #f7f5ee;
  max-width: 37svw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7svw;
  font-weight: 300;
  line-height: 2.2svw;
}

.body {
  color: #152644;
  font-family: Fustat, sans-serif;
}

.hero-text-block {
  grid-column-gap: 4svh;
  grid-row-gap: 4svh;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cta-main {
  color: #152644;
  text-align: center;
  cursor: pointer;
  background-color: #b1fa52;
  border-radius: 100px;
  flex: 0 auto;
  margin-top: 2svh;
  padding: 1.8svw 2.2svw;
  font-size: 1.4svw;
  font-weight: 800;
  line-height: 1.4svw;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.cta-main:hover {
  color: #fff;
  background-color: #30b7d8;
}

.hero-bg70 {
  z-index: -3;
  background-color: #101e35;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0 0 0%;
}

.hero-bg30 {
  z-index: -2;
  background-color: #152644;
  width: 33%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo {
  width: 8.5svw;
  min-width: 110px;
}

.grid-2c {
  grid-column-gap: 7.5vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start stretch;
  place-items: stretch stretch;
  min-width: 100%;
  padding: 0 5svw;
  display: grid;
  position: relative;
}

.grid-2c.extra-space {
  padding-bottom: 10svw;
}

.grid-2c.hero {
  align-items: start;
  max-width: none;
  height: auto;
  max-height: none;
}

.grid-2c.footer {
  color: #152644;
  height: 85svh;
}

.benefits-image {
  vertical-align: top;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 70svh;
}

.h3 {
  color: #152644;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4svw;
  font-weight: 300;
  line-height: 3.7svw;
}

.h3.benefits {
  margin-top: 20svh;
}

.h3.benefits.en1 {
  width: 90%;
}

.h3.benefits.pt1 {
  width: 80%;
}

.h3.mentors {
  color: #f7f5ee;
  background-color: #0000;
  width: 100%;
}

.h3.themes {
  color: #fff;
  margin-top: 16svh;
  margin-bottom: 12svh;
}

.paragraph-text {
  color: #152644;
  margin-top: 3svh;
  margin-bottom: 0;
  font-size: 1.45svw;
  font-weight: 300;
  line-height: 2svw;
}

.paragraph-text.mentors {
  color: #f7f5eecc;
  background-color: #0000;
  margin-top: 3svh;
  margin-bottom: 0;
  font-weight: 300;
}

.paragraph-text.mentors.victor {
  margin-bottom: 12svh;
}

.benefits-text-block {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.customer-quote {
  color: #152644;
  border-left: 0 #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Ovo, sans-serif;
  font-size: 2.3svw;
  font-weight: 400;
  line-height: 3svw;
}

.customer-quote.benefits {
  min-height: 0;
  margin-top: 60svh;
  margin-bottom: 60svh;
}

.customer-quote.testimonials {
  color: #f7f5ee;
  text-align: center;
  background-color: #0000;
  margin-bottom: 6svh;
  padding-top: 0;
}

.quote-footnote {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2svh;
  display: flex;
}

.quote-footnote.right {
  justify-content: flex-end;
}

.quote-footnote.right.desktop {
  align-items: flex-end;
}

.quote-footnote.mobile {
  display: none;
}

.quote-logos {
  object-fit: scale-down;
  flex: none;
}

.quote-logos.rd {
  max-width: 6svw;
  margin-top: 0;
}

.quote-logos.acc {
  order: 1;
  max-width: 8svw;
  margin-top: 0;
}

.quote-logos.itau {
  max-width: 3.5svw;
  margin-top: 5px;
}

.quote-footnote-text {
  color: #152644;
  margin-top: .5svh;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.quote-footnote-text.white-center {
  color: #f7f5ee;
  text-align: center;
  margin-bottom: 5svh;
}

.benefits-image-block {
  flex: none;
  margin-bottom: 30svh;
  position: sticky;
  top: 8svh;
}

.cell {
  align-items: stretch;
}

.benefits-offwhite-strip {
  z-index: -2;
  background-color: #f7f5ee;
  width: 100svw;
  height: 8svh;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.benefits-color {
  position: relative;
}

.mentors-section {
  z-index: 1;
  background-color: #101e35;
  width: 100%;
  padding-top: 24svh;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.container {
  min-width: 100%;
  padding-left: 5svw;
  padding-right: 5svw;
  display: flex;
}

.mentors-image {
  box-sizing: content-box;
  vertical-align: top;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 10px;
  flex: none;
  max-width: 16svw;
  min-height: 25svh;
  max-height: 70svh;
  overflow: hidden;
}

.links-block {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  margin-top: 1.5svh;
  margin-bottom: 3svh;
  display: none;
}

.testimonials-section {
  z-index: 1;
  background-color: #172845;
  width: 100%;
  position: relative;
  overflow: visible;
}

.slide-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 85svh;
  display: flex;
}

.mask {
  flex: 0 auto;
}

.themes-section {
  position: relative;
}

.testimonanial-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  margin-bottom: 0;
}

.slide-nav {
  position: absolute;
  bottom: 10svh;
}

.icon {
  display: block;
  inset: auto 0% 10svh auto;
}

.icon-2 {
  display: block;
  inset: auto auto 10svh 0%;
}

.themes-bg70 {
  z-index: -2;
  background-color: #30b7d8;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0 0 0%;
}

.themes-bg30 {
  z-index: -1;
  background-color: #3bc1e2;
  width: 33%;
  height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.themes-list-item {
  grid-column-gap: 2.4svh;
  grid-row-gap: 2.4svh;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1.6svh;
  padding: 2.9svh 2svh 2.75svh 2.5svh;
  display: flex;
}

.themes-list-item-text {
  font-size: 1.35svw;
  line-height: 1.35svw;
}

.themes-list-item-emoji {
  font-size: 1.8svw;
  line-height: 1.8svw;
}

.how-section {
  justify-content: center;
  padding-top: 16svh;
  display: flex;
}

.grid-3c {
  grid-column-gap: 7.5vw;
  grid-row-gap: .6vh;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start stretch;
  place-items: stretch stretch;
  min-width: 100%;
  padding: 0 5svw 16svh;
  display: grid;
  position: relative;
}

.how-steps {
  grid-column-gap: 1.5svw;
  grid-row-gap: 1.5svw;
  border-top: 1px solid #989898;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.6svh;
  padding-bottom: 5svh;
}

.how-steps-number {
  color: #89d12b;
  width: 4svw;
  font-size: 3.5svw;
  font-weight: 800;
  line-height: 3svw;
}

.how-steps-text {
  align-self: baseline;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.5svw;
  font-weight: 300;
  line-height: 2svw;
}

.footer-section {
  z-index: 1;
  background-color: #152644;
  width: 100%;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.footer-text-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 16svh;
  margin-bottom: 0;
  display: flex;
}

.footer-bar {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  background-color: #101e35;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 10svh;
  padding-left: 5svw;
  padding-right: 5svw;
  display: flex;
}

.footer-contact-text {
  color: #ffffff80;
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
}

.cell-hero-mosaic {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-mosaic {
  grid-column-gap: 3svw;
  grid-row-gap: 3svh;
  margin-top: 0;
  padding: 0;
}

.mosaic-img {
  object-fit: cover;
  border-radius: 10px;
  min-height: 41svh;
}

.cell-2 {
  justify-content: center;
  align-items: stretch;
  padding-bottom: 6svh;
}

.hero-footnote-text {
  color: #ffffffa6;
  flex: none;
  margin-top: 3svh;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.footer-contact {
  grid-column-gap: 4svh;
  grid-row-gap: 4svh;
  display: flex;
}

.mentors-block {
  grid-column-gap: 4svw;
  grid-row-gap: 4svw;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20svh;
  display: flex;
}

.mentors-block.victor {
  min-height: 80svh;
  margin-bottom: 0;
}

.mentors-text {
  height: 100%;
}

.link-style {
  color: #fff;
  text-underline-position: under;
  text-decoration: underline;
}

.link-style.mentors {
  margin-right: 3svh;
  font-size: 1.1svw;
}

.cell-4 {
  align-items: stretch;
  padding-top: 0;
}

.mosaic-img-footer {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 75svh;
}

.emoji-h {
  font-size: 3.8svw;
}

.hero-cell-full-height {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77svh;
  padding-bottom: 0;
  display: flex;
}

.benefits-white-strip {
  z-index: -2;
  background-color: #fff;
  width: 100svw;
  height: 8svh;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.benefits-offwhite-bg {
  z-index: -3;
  background-color: #f7f5ee;
  width: 100svw;
  height: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-white-strip {
  z-index: -2;
  background-color: #fff;
  width: 100svw;
  height: 6svh;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-white-strip {
  z-index: -1;
  background-color: #fff;
  width: 100svw;
  height: 8svh;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.utility-page-wrap {
  background-color: #101e35;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  width: 320px;
  display: flex;
}

._404h {
  color: #f7f5ee;
  font-family: Fustat, sans-serif;
  font-weight: 800;
}

._404t {
  color: #f7f5ee;
  font-family: Fustat, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

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

.right-floating-cookie {
  z-index: 10;
  background-color: #000;
  border-radius: 10px;
  width: 625px;
  padding: 25px;
  display: none;
  position: absolute;
  inset: auto 30px 30px auto;
}

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.cookie-button-blue {
  color: #000;
  background-color: #b5e3f4;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.white-text {
  color: #fff;
}

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

.right-cookie-image {
  align-self: flex-start;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.right-floating-cookie-2 {
  background-color: #000;
  border-radius: 10px;
  width: 625px;
  padding: 25px;
  position: absolute;
  inset: auto 30px 30px auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 3vh;
    padding-bottom: 3svh;
  }

  .benefits-section {
    margin-top: 15svw;
  }

  .big-h1 {
    font-size: 4.4svw;
    line-height: 4.7svw;
  }

  .big-h1.footer.en {
    width: 90%;
  }

  .big-h1.mentors {
    margin-bottom: 6svh;
    position: static;
    top: 12svh;
  }

  .big-h1.mentors._80 {
    margin-bottom: 6svh;
  }

  .big-h1.mentors._80.en {
    width: 100%;
    min-height: 0;
  }

  .hero-line2 {
    max-width: none;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-text-block {
    grid-column-gap: 2svh;
    grid-row-gap: 2svh;
  }

  .cta-main {
    margin-top: 1svh;
    padding: 22px 26px;
    font-size: 16px;
    line-height: 16px;
  }

  .logo {
    width: 13svw;
  }

  .grid-2c {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .grid-2c.hero {
    max-height: none;
  }

  .grid-2c.footer {
    height: 60svh;
    min-height: 0;
    max-height: none;
  }

  .benefits-image {
    max-height: 60svh;
  }

  .h3 {
    margin-bottom: 6svh;
    font-size: 3.5svw;
    line-height: 3.8svw;
  }

  .h3.benefits {
    margin-top: 10svh;
    margin-bottom: 2.5svh;
  }

  .h3.mentors {
    margin-bottom: 2.5svh;
  }

  .h3.themes {
    margin-top: 12svh;
    margin-bottom: 6svh;
  }

  .paragraph-text {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-text.mentors {
    margin-top: 2svh;
    margin-bottom: 2svh;
  }

  .benefits-text-block {
    display: flex;
  }

  .customer-quote {
    font-size: 2.5svw;
    line-height: 3.3svw;
  }

  .customer-quote.benefits {
    margin-top: 40svh;
    margin-bottom: 40svh;
  }

  .quote-footnote.right.desktop {
    justify-content: space-between;
  }

  .quote-logos.rd {
    width: 60px;
    max-width: none;
  }

  .quote-logos.acc {
    width: 90px;
    max-width: none;
  }

  .quote-logos.itau {
    width: 40px;
    max-width: none;
  }

  .quote-footnote-text {
    margin-top: .5svh;
    font-size: 13px;
    line-height: 16px;
  }

  .benefits-image-block {
    margin-bottom: 22svh;
  }

  .cell {
    align-items: stretch;
  }

  .benefits-offwhite-strip {
    height: 4svh;
  }

  .mentors-section {
    padding-top: 12svh;
  }

  .mentors-image {
    width: 28svw;
    max-width: none;
    height: 25svh;
    min-height: 0;
    max-height: none;
  }

  .slider {
    height: 60svh;
    min-height: 500px;
  }

  .icon, .icon-2 {
    display: none;
  }

  .themes-list-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 10px;
    padding: 20px;
  }

  .themes-list-item-text {
    font-size: 16px;
    line-height: 22px;
  }

  .themes-list-item-emoji {
    font-size: 22px;
    line-height: 20px;
  }

  .how-section {
    padding-top: 12svh;
  }

  .grid-3c {
    padding-bottom: 10svh;
  }

  .how-steps {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-color: #d3d7d8;
    padding-top: 1.6svh;
    padding-bottom: 3svh;
  }

  .how-steps-number {
    flex: none;
    width: 40px;
    font-size: 30px;
    line-height: 30px;
  }

  .how-steps-text {
    padding-top: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .footer-section {
    padding-top: 0;
  }

  .footer-text-block {
    margin-top: 12svh;
    margin-bottom: 0;
  }

  .footer-bar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-contact-text {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-mosaic {
    grid-column-gap: 5svw;
    grid-row-gap: 5svw;
  }

  .mosaic-img {
    min-height: 30svh;
  }

  .hero-footnote-text {
    margin-top: 2svh;
    font-size: 11px;
    line-height: 13px;
    display: block;
  }

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

  .footer-contact {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mentors-block {
    grid-column-gap: 6svw;
    grid-row-gap: 6svw;
    margin-bottom: 10svh;
  }

  .mentors-block.victor {
    min-height: 0;
    margin-bottom: 6svh;
  }

  .cell-4 {
    padding-top: 0;
  }

  .mosaic-img-footer {
    object-position: 50% 26%;
    height: 22svh;
    min-height: 0;
  }

  .hero-cell-full-height {
    height: 60svh;
  }

  .benefits-white-strip {
    height: 4svh;
  }

  .footer-white-strip {
    height: 4svh;
    display: block;
  }

  .hero-white-strip {
    height: 4svh;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .benefits-section {
    margin-top: 0;
    padding-top: 80px;
  }

  .big-h1 {
    max-width: 100%;
    font-size: 42px;
    line-height: 48px;
  }

  .big-h1.footer {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .big-h1.footer.en {
    width: 60%;
  }

  .big-h1.mentors._80 {
    max-width: 80%;
    margin-bottom: 40px;
  }

  .big-h1.mentors._80.en {
    max-width: 100%;
  }

  .hero-line2 {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-text-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .cta-main {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
  }

  .hero-bg30 {
    width: 100%;
    height: 300px;
    display: none;
    inset: auto 0% 0%;
  }

  .logo {
    width: 110px;
    min-width: 0;
    max-width: none;
  }

  .grid-2c {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 0;
  }

  .grid-2c.extra-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 60px;
  }

  .grid-2c.footer {
    height: auto;
  }

  .benefits-image {
    object-position: 50% 30%;
    border-radius: 15px;
    width: 120px;
    height: 120px;
    max-height: none;
  }

  .h3 {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 40px;
  }

  .h3.benefits {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h3.benefits.pt1 {
    width: 100%;
  }

  .h3.mentors {
    margin-bottom: 25px;
  }

  .h3.themes {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .paragraph-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-text.mentors {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .benefits-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-bottom: 0;
    display: flex;
  }

  .customer-quote {
    font-size: 24px;
    line-height: 32px;
  }

  .customer-quote.benefits {
    margin-top: 0;
    margin-bottom: 0;
  }

  .customer-quote.testimonials {
    margin-bottom: 50px;
  }

  .quote-footnote {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 15px;
  }

  .quote-footnote.right.desktop {
    align-items: flex-start;
  }

  .quote-footnote.right.mobile {
    justify-content: flex-start;
  }

  .quote-footnote.desktop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-top: 0;
  }

  .quote-footnote.mobile {
    width: 100%;
    margin-top: 0;
  }

  .quote-logos.rd {
    order: 1;
    margin-top: 0;
    margin-left: -7px;
  }

  .quote-logos.itau {
    order: 1;
  }

  .quote-footnote-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .quote-footnote-text.white-center {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .benefits-image-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 100px;
    display: flex;
    position: static;
  }

  .benefits-offwhite-strip {
    height: 170px;
    display: none;
  }

  .benefits-color {
    padding-top: 80px;
  }

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

  .mentors-image {
    object-position: 50% 30%;
    width: 100%;
    max-width: none;
    height: 340px;
    min-height: auto;
    max-height: none;
  }

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

  .slider {
    align-items: stretch;
    width: 100%;
    min-height: 500px;
  }

  .testimonanial-block {
    width: 100%;
  }

  .slide-nav {
    bottom: 0;
  }

  .icon, .icon-2 {
    display: none;
    bottom: 30px;
  }

  .themes-bg30 {
    display: none;
  }

  .how-section {
    padding-top: 80px;
  }

  .grid-3c {
    padding-bottom: 80px;
  }

  .how-steps {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .how-steps-number {
    flex: none;
    width: 50px;
    font-size: 28px;
    line-height: 28px;
  }

  .how-steps-text, .footer-section {
    padding-top: 0;
  }

  .footer-text-block {
    margin-top: 30px;
    margin-bottom: 80px;
  }

  .footer-bar {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 30px;
  }

  .footer-contact-text {
    font-size: 14px;
  }

  .cell-hero-mosaic {
    display: none;
  }

  .hero-mosaic {
    grid-column-gap: 5svw;
    grid-row-gap: 5svw;
  }

  .mosaic-img {
    object-position: 50% 30%;
    width: 100%;
    max-width: none;
    min-height: 140px;
    max-height: 200px;
  }

  .cell-2 {
    padding-bottom: 60px;
  }

  .cell-3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer-contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .mentors-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    margin-bottom: 100px;
  }

  .mentors-block.victor {
    margin-bottom: 80px;
  }

  .mosaic-img-footer {
    object-position: 50% 30%;
    height: 220px;
    min-height: 0;
  }

  .emoji-h {
    font-size: 36px;
  }

  .hero-cell-full-height {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .benefits-white-strip {
    height: 170px;
    display: none;
  }

  .footer-white-strip {
    height: 50px;
  }

  .hero-white-strip {
    height: 50px;
    display: none;
  }

  .right-floating-cookie {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }

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

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .right-floating-cookie-2 {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .benefits-section {
    padding-top: 70px;
  }

  .big-h1 {
    font-size: 9.5svw;
    line-height: 10.5svw;
  }

  .big-h1.footer.en {
    width: 100%;
  }

  .big-h1.mentors._80 {
    margin-bottom: 30px;
  }

  .hero-line2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-line2.en {
    margin-bottom: 20px;
  }

  .hero-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    padding-top: 0;
  }

  .cta-main {
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
  }

  .hero-bg70 {
    z-index: -3;
  }

  .hero-bg30 {
    z-index: -2;
    height: 185px;
    display: block;
    inset: 0% 0% auto;
  }

  .logo {
    width: 100px;
  }

  .grid-2c {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-2c.hero {
    height: auto;
    max-height: none;
  }

  .grid-2c.hero.en {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .benefits-image {
    width: 120px;
    height: 120px;
  }

  .h3.benefits {
    font-size: 32px;
    line-height: 38px;
  }

  .paragraph-text.mentors {
    margin-bottom: 0;
  }

  .customer-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .customer-quote.testimonials {
    font-size: 20px;
    line-height: 28px;
  }

  .quote-footnote.desktop {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
  }

  .quote-logos.acc {
    width: 80px;
  }

  .quote-logos.itau {
    width: 35px;
  }

  .benefits-image-block {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 80px;
  }

  .benefits-color {
    padding-top: 70px;
  }

  .mentors-section {
    padding-top: 80px;
  }

  .testimonials-section {
    height: auto;
    padding-top: 40px;
  }

  .slider {
    height: 65svh;
  }

  .how-steps-number {
    width: 40px;
  }

  .how-steps-text {
    line-height: 23px;
  }

  .cell-hero-mosaic {
    display: block;
  }

  .hero-mosaic {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mosaic-img {
    height: 90px;
    min-height: 0;
    max-height: none;
  }

  .cell-2 {
    padding-bottom: 0;
  }

  .hero-footnote-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 15px;
    display: none;
  }

  .cell-3 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .mentors-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-cell-full-height {
    margin-bottom: 30px;
  }

  .hero-white-strip {
    z-index: -1;
    height: 40px;
    inset: auto 0% 0%;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .right-floating-cookie {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .cookie-button-blue {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

  .right-cookie-image {
    margin-bottom: 20px;
  }

  .right-floating-cookie-2 {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }
}

#w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5f8-92e7cd8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dc509cce-a0a3-7462-e8d0-c598cc395855-92e7cd8f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#hero-title.w-node-_5b9eadb1-eb9a-9f36-5e8b-d480617e0ae1-92e7cd8f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#hero-subtitle.w-node-a267eaaa-ad02-d72f-5aa7-1c1c16a51cd8-92e7cd8f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49ebe4e7-f762-130a-78ef-06454d8a4bd0-92e7cd8f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d4b919fb-d296-a851-aa2e-8657f96f651d-92e7cd8f {
  grid-row: span 2 / span 2;
}

#w-node-_22df7923-5a42-4f3a-abaf-ca32bf348113-92e7cd8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fbec6ecf-bfee-3031-6d9b-37f098c9f21d-92e7cd8f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_50c1ad39-c805-003c-c83f-1ce392d5c5bc-92e7cd8f, #w-node-_05b1c05e-262b-b464-82c2-d22e495dab95-92e7cd8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_05b1c05e-262b-b464-82c2-d22e495dab98-92e7cd8f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_76b6c603-d1aa-85c0-9926-b30d48bf7f51-92e7cd8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_7e91e487-4d17-0e58-b890-adfb98cd623f-92e7cd8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5d40743-c171-0f89-19b5-d40f3c109ced-92e7cd8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc6-92e7cd8f {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

#w-node-ad96bd0b-d260-8f52-b7ae-ad8a6388e20e-92e7cd8f, #w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5f8-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dc509cce-a0a3-7462-e8d0-c598cc395855-02105967 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#hero-title.w-node-_5b9eadb1-eb9a-9f36-5e8b-d480617e0ae1-02105967 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#hero-subtitle.w-node-a267eaaa-ad02-d72f-5aa7-1c1c16a51cd8-02105967 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49ebe4e7-f762-130a-78ef-06454d8a4bd0-02105967 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d4b919fb-d296-a851-aa2e-8657f96f651d-02105967 {
  grid-row: span 2 / span 2;
}

#w-node-_22df7923-5a42-4f3a-abaf-ca32bf348113-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fbec6ecf-bfee-3031-6d9b-37f098c9f21d-02105967 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_50c1ad39-c805-003c-c83f-1ce392d5c5bc-02105967, #w-node-_05b1c05e-262b-b464-82c2-d22e495dab95-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_05b1c05e-262b-b464-82c2-d22e495dab98-02105967 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_76b6c603-d1aa-85c0-9926-b30d48bf7f51-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_7e91e487-4d17-0e58-b890-adfb98cd623f-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5d40743-c171-0f89-19b5-d40f3c109ced-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc6-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

#w-node-ad96bd0b-d260-8f52-b7ae-ad8a6388e20e-02105967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5f8-92e7cd8f {
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_76b6c603-d1aa-85c0-9926-b30d48bf7f51-92e7cd8f, #w-node-f5d40743-c171-0f89-19b5-d40f3c109ced-92e7cd8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc6-92e7cd8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ad96bd0b-d260-8f52-b7ae-ad8a6388e20e-92e7cd8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5f8-02105967 {
    grid-template-rows: 100%;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_76b6c603-d1aa-85c0-9926-b30d48bf7f51-02105967, #w-node-f5d40743-c171-0f89-19b5-d40f3c109ced-02105967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc6-02105967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ad96bd0b-d260-8f52-b7ae-ad8a6388e20e-02105967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5f8-92e7cd8f, #w-node-_22df7923-5a42-4f3a-abaf-ca32bf348113-92e7cd8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22df7923-5a42-4f3a-abaf-ca32bf348114-92e7cd8f {
    order: 9999;
  }

  #w-node-_50c1ad39-c805-003c-c83f-1ce392d5c5bc-92e7cd8f, #w-node-_05b1c05e-262b-b464-82c2-d22e495dab95-92e7cd8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_05b1c05e-262b-b464-82c2-d22e495dab96-92e7cd8f {
    order: 9999;
  }

  #w-node-_7e91e487-4d17-0e58-b890-adfb98cd623f-92e7cd8f, #w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc6-92e7cd8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc7-92e7cd8f {
    order: -9999;
  }

  #w-node-ad96bd0b-d260-8f52-b7ae-ad8a6388e20e-92e7cd8f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5f8-02105967, #w-node-_22df7923-5a42-4f3a-abaf-ca32bf348113-02105967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_22df7923-5a42-4f3a-abaf-ca32bf348114-02105967 {
    order: 9999;
  }

  #w-node-_50c1ad39-c805-003c-c83f-1ce392d5c5bc-02105967, #w-node-_05b1c05e-262b-b464-82c2-d22e495dab95-02105967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_05b1c05e-262b-b464-82c2-d22e495dab96-02105967 {
    order: 9999;
  }

  #w-node-_7e91e487-4d17-0e58-b890-adfb98cd623f-02105967, #w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc6-02105967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a7b2f28-97b5-1888-6d95-4029aee4efc7-02105967 {
    order: -9999;
  }

  #w-node-ad96bd0b-d260-8f52-b7ae-ad8a6388e20e-02105967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5fa-92e7cd8f, #w-node-_7a44ac69-b544-146b-8ad9-5c736e07b5fa-02105967 {
    order: -9999;
  }
}


