:root {
  --black: black;
  --white: white;
  --grey-background: #f6f6f6;
  --green: #41cb6d;
  --dark-green: #084418;
  --grey: #999;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--black);
  font-family: Circular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
}

.c-nav {
  z-index: 1000;
  width: 100%;
  transition: opacity .3s, background-color .4s;
  position: fixed;
  top: 0;
}

.c-nav.cc-active {
  background-color: var(--white);
}

.c-container {
  width: 100%;
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto;
}

.c-container.cc-hero {
  max-width: none;
}

.c-nav_inner {
  justify-content: space-between;
  align-items: center;
  padding: 35px 60px;
  display: flex;
}

.c-logo {
  width: 184px;
  height: 30px;
}

.c-logo.cc-active {
  flex: none;
}

.c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.c-img.cc-cover {
  object-fit: cover;
}

.nav-link_wrapper {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  max-width: 700px;
  margin-right: 4%;
  transition: width .3s;
  display: flex;
  overflow: hidden;
}

.nav-link_wrapper.cc-show {
  z-index: 99;
}

.nav-link_wrapper.cc-active {
  width: 0;
}

.nav-link {
  border-radius: 90px;
  flex: none;
  padding: 12px 24px;
  transition: transform .5s, background-color .5s;
}

.nav-link:hover {
  clear: left;
  background-color: var(--grey-background);
}

.nav-link.w--current {
  background-color: var(--green);
  color: var(--white);
  font-weight: 700;
}

.nav-link.cc-active {
  transform: translate(-100%);
}

.c-nav_flex {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-badge {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 30px;
  flex: none;
  justify-content: space-between;
  padding: 16px 24px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.nav-badge.uc-mobilehide.cc-hide {
  display: none;
}

.c-hero {
  background-color: #f9fffc;
  position: relative;
}

.c-hero.cc-inner {
  background-color: var(--white);
}

.c-hero_inner {
  padding-top: 180px;
  position: relative;
}

.hero-text_wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
  position: relative;
}

.hero-text_wrapper.cc-inner {
  grid-row-gap: 64px;
}

.hero-text_wrapper.cc-hiring {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.hero-text {
  position: relative;
}

.hero-text.cc-inner {
  max-width: 720px;
}

.hero-text.cc-program {
  z-index: 10;
  color: #1a512c;
  max-width: 950px;
}

.hero-text.cc-page-transition {
  z-index: 5;
  opacity: 1;
  text-align: center;
  width: 950px;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translate(-50%);
}

.hero-text.cc-page-transition.cc-active {
  opacity: 1;
  visibility: visible;
}

.hero-text.cc-hiring {
  max-width: 704px;
}

.uc-green-text {
  color: var(--green);
}

.home-h1 {
  letter-spacing: -.11em;
  text-transform: uppercase;
  font-size: 211px;
  font-weight: 900;
  line-height: .8;
}

.hero-text_badge {
  border: 1px solid var(--green);
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-8.8deg)translate(-50%, -50%);
}

.hero-subtext {
  z-index: 1;
  letter-spacing: .03em;
  max-width: 450px;
  margin-top: 24px;
  position: relative;
}

.hero-subtext.cc-inner {
  max-width: 540px;
}

.hero-subtext.cc-program {
  letter-spacing: 0;
  text-transform: capitalize;
  width: auto;
  min-width: 700px;
  max-width: none;
  margin-top: -12px;
  margin-bottom: 30px;
  font-size: 30px;
}

.hero-subtext.cc-team {
  max-width: 600px;
  margin-top: 48px;
}

.hero-img {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.hero-img.cc-bottom {
  z-index: 3;
  width: 17vw;
  max-width: 250px;
  height: 18vw;
  max-height: 264px;
  position: absolute;
  bottom: -150%;
  left: -60px;
  transform: rotate(-9.4deg);
}

.hero-img.cc-top {
  z-index: 3;
  width: 16vw;
  max-width: 228px;
  height: 15vw;
  max-height: 212px;
  position: absolute;
  top: 90px;
  right: -150px;
}

.hero-img.cc-inner {
  border-radius: 208px;
  width: 74%;
  max-width: 1060px;
  height: 260px;
}

.hero-illustration {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-btn.cc-active {
  border-top-left-radius: 200vw;
  border-top-right-radius: 200vw;
  position: absolute;
}

.hero-btn_wrapper {
  z-index: 3;
  grid-row-gap: 10px;
  background-color: var(--green);
  letter-spacing: .2em;
  border-top-left-radius: 300vw;
  border-top-right-radius: 300vw;
  flex-flow: column;
  align-items: center;
  width: 38px;
  height: 50px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 20px;
}

.hero-btn_wrapper.cc-active {
  width: 100vw;
  height: 100vw;
  top: -100vh;
  transform: scale(10);
}

.hero-btn_icon {
  width: 22px;
  height: 18px;
}

.embed-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-illustration_path {
  z-index: 2;
  background-image: url('../images/hero-illustration-path.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 630px;
  height: 120px;
  margin-top: 71px;
  position: relative;
  overflow: hidden;
  transform: translate(22.7%, -2px);
}

.hero-btn_text {
  position: absolute;
  bottom: -20px;
}

.c-vision {
  z-index: 2;
  background-color: var(--white);
  background-image: url('../images/vision-section-curve.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -10px;
  position: relative;
}

.c-vision_inner {
  padding: 160px 7% 50px;
}

.section-header {
  color: var(--grey);
  letter-spacing: .27em;
  text-transform: uppercase;
  flex: none;
  font-size: 16px;
  font-weight: 500;
}

.section-header.cc-black-text {
  color: var(--black);
}

.h2 {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.2;
}

.h2.cc-alt {
  font-weight: 700;
}

.vision-subtext_wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.vision-subtext_block {
  max-width: 360px;
  font-size: 16px;
}

.vision-subtext_block.cc-small {
  max-width: 300px;
}

.vision-wrapper {
  flex-flow: column;
  align-items: center;
  margin-bottom: 25%;
  display: flex;
  position: relative;
}

.vision-heading {
  text-align: center;
  align-self: stretch;
  margin-top: 30px;
  margin-bottom: 56px;
}

.timeline_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-header {
  background-color: var(--white);
  color: var(--grey);
  letter-spacing: .27em;
  text-transform: uppercase;
  max-width: 43%;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.timeline-header.cc-hide-desktop {
  display: none;
}

.timeline-line {
  background-color: #0000001a;
  flex: 1;
  height: 1px;
}

.timeline-line.cc-one-active {
  top: 10px;
}

.timeline-line.cc-two-active {
  margin-top: 4.6px;
  top: 50%;
}

.timeline-line.cc-three-active {
  top: auto;
  bottom: 0;
}

.timeline-year_wrapper {
  border-left: 1px solid #0000004d;
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  height: 355px;
  margin-top: -28px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.timeline-year_block {
  text-align: right;
  cursor: pointer;
  border-bottom: 1px solid #0000001a;
  padding-bottom: 16px;
  padding-right: 26px;
}

.timeline-text_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.timeline-text_block {
  flex: none;
  width: 100%;
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 10%;
  font-size: 56px;
  position: relative;
}

.timeline-text_block.cc-active {
  opacity: 1;
}

.timeline-text_block.swiper-slide {
  z-index: 2;
}

.timeline-tag {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 24px;
  line-height: .8;
  display: flex;
  position: absolute;
  inset: -30px auto auto -90px;
  transform: rotate(-10.8deg);
}

.timeline-tag.cc-lightgreen-bg {
  background-color: var(--green);
}

.timeline-tag.cc-darkgeen-bg {
  background-color: #366644;
}

.c-offer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.c-offer_inner {
  background-color: var(--dark-green);
  max-width: 1960px;
  margin-top: 230px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 100px 220px;
  position: relative;
}

.offer-text {
  z-index: 3;
  color: var(--white);
  max-width: 1250px;
  margin-top: 48px;
  font-size: 116px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.offer-img {
  z-index: 2;
  border-radius: 8px;
  position: absolute;
  overflow: hidden;
}

.offer-img.cc-bottom {
  z-index: 3;
  width: 360px;
  height: 210px;
  left: 100px;
  right: auto;
  transform: rotate(9.6deg);
}

.offer-img.cc-top {
  width: 260px;
  height: 270px;
  top: 200px;
  right: 15%;
}

.c-courses {
  margin-top: -10px;
  position: relative;
}

.c-courses_inner {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 120px 100px 110px;
}

.courses-header {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.h3 {
  font-size: 64px;
  line-height: 1.1;
}

.courses-heading {
  max-width: 590px;
}

.courses-header_text {
  width: 33.194vw;
  min-width: 400px;
  max-width: 480px;
  margin-bottom: 35px;
}

.courses-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 140px;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.courses-accordion_wrapper {
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  min-width: 30%;
  display: flex;
}

.courses-accordion_block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.courses-accordion_header {
  grid-column-gap: 24px;
  cursor: pointer;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.courses-accordion_icon {
  z-index: 1;
  background-color: #d1edda;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 13px 12px;
  display: flex;
  position: relative;
}

.courses-accordion_icon.cc-inactive {
  background-color: var(--grey-background);
  padding-left: 18px;
  padding-right: 18px;
}

.courses-accordion_content {
  color: var(--grey);
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-width: 200px;
  max-width: 300px;
  margin-top: 8px;
  margin-left: 74px;
  font-size: 14px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: grid;
}

.courses-accordion_content.cc-expanded {
  grid-template-rows: 1fr;
}

.courses-accordion_line {
  border: 1px dashed #08441840;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 25px;
}

.courses-video_wrapper {
  border-radius: 8px;
  flex: 1;
  min-width: 62%;
  height: 490px;
  position: relative;
}

.courses-video_block {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.courses-cover_image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.courses-stats {
  grid-column-gap: 3%;
  grid-row-gap: 3%;
  background-color: #366644;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 600px;
  padding: 22px 24px;
  display: flex;
  position: absolute;
  inset: -46px 32px auto auto;
}

.courses-stats_inner {
  grid-column-gap: 12px;
  color: var(--white);
  align-items: center;
  display: flex;
}

.courses-stats_text {
  color: var(--white);
  font-size: 24px;
}

.courses-stats_divider {
  background-color: #ffffff80;
  flex: none;
  width: 1px;
  height: 28px;
}

.courses-stats_figure {
  letter-spacing: -.08em;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}

.c-tutors_inner {
  padding-top: 80px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.tutors-header {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 545px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tutors-header_text {
  margin-top: 14px;
  margin-bottom: 30px;
}

.tutors-header_subtext {
  letter-spacing: .03em;
  max-width: 420px;
  margin-bottom: 48px;
  font-size: 16px;
}

.tutors-header_tag {
  background-color: var(--green);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 16px;
  display: flex;
  position: absolute;
}

.tutors-header_tag.cc-left {
  top: 134px;
  bottom: auto;
  left: -100px;
  transform: rotate(10.2deg);
}

.tutors-header_tag.cc-right {
  top: 74px;
  right: -87px;
  transform: rotate(-3.7deg);
}

.tutors-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 600px;
  display: flex;
}

.c-testimonials_inner {
  color: var(--white);
  background-color: #366644;
  justify-content: space-between;
  margin-top: -1px;
  padding: 30px 100px 130px;
  display: flex;
}

.testimonials-left_block {
  flex-flow: column;
  justify-content: space-between;
  width: 36%;
  min-width: 300px;
  max-width: 392px;
  display: flex;
}

.testimonials-img_wrapper {
  width: 100%;
  height: 308px;
  position: relative;
  overflow: hidden;
}

.testimonials-right_block {
  grid-row-gap: 0px;
  flex-flow: column;
  width: 52%;
  display: flex;
}

.testimonials-title {
  font-size: 52px;
  font-weight: 500;
  transition: color .4s;
}

.testimonials-text {
  margin-bottom: 36px;
}

.testimonials-details {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonials-author {
  font-size: 24px;
  font-weight: 500;
}

.testimonials-role {
  font-size: 16px;
}

.testimonials-divider {
  background-color: #ffffff80;
  width: 1px;
  height: 18px;
}

.testimonials-content {
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: grid;
}

.testimonials-content.cc-expanded {
  grid-template-rows: 1fr;
  padding-bottom: 40px;
}

.testimonials-img_block {
  opacity: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonials-img_block.cc-active {
  opacity: 1;
}

.c-partner {
  z-index: 1;
  margin-top: -10px;
  position: relative;
}

.c-partner_inner {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  display: flex;
}

.c-partner_inner.cc-opportunities {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 0;
}

.partner-logo-wrapper {
  flex: none;
  display: flex;
}

.partner-logo_block {
  grid-column-gap: 80px;
  align-items: center;
  padding-right: 80px;
  display: flex;
}

.partner-logo {
  opacity: .7;
  flex: none;
  max-width: 135px;
}

.c-cta_wrapper {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  overflow: hidden;
}

.cta-block {
  flex-flow: column;
  width: 25%;
  display: flex;
  position: relative;
}

.cta-block.cc-opportunity {
  background-image: url('../images/partnership-opportunity-bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-block.cc-partner {
  cursor: pointer;
  min-height: 500px;
}

.cta-block_img {
  height: 315px;
}

.cta-block_content {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-right: 1px solid #0000001a;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-height: 190px;
  padding: 40px;
  display: flex;
}

.cta-block_content.cc-partner {
  grid-row-gap: 10px;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}

.lg-paragraph {
  font-size: 24px;
}

.cta-link {
  grid-column-gap: 16px;
  color: var(--green);
  align-items: center;
  display: flex;
}

.cta-link_icon {
  width: 24px;
  height: 24px;
}

.c-footer {
  z-index: 1;
  margin-top: -10px;
  position: relative;
}

.c-footer_inner {
  background-color: #f5fcf8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 80px 100px 40px;
}

.footer-newsletter_block {
  flex-flow: column;
  flex: 1;
  align-items: stretch;
  max-width: 570px;
  display: flex;
}

.footer-logo {
  width: 250px;
  height: 40px;
}

.footer-newsletter {
  margin-top: 70px;
}

.footer-form {
  background-color: var(--white);
  border: 1px solid #aee5bf;
  border-radius: 8px;
  flex-flow: row;
  align-items: center;
  padding: 14px;
  display: flex;
}

.c-button {
  background-color: var(--black);
  color: var(--white);
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 176px;
  min-height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-button.cc-white {
  background-color: var(--white);
  color: var(--black);
}

.c-button.cc-white:hover {
  color: var(--white);
}

.c-button.cc-apply {
  min-width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.c-button.cc-apply.cc-disabled {
  color: var(--grey);
  cursor: not-allowed;
  background-color: #efefef;
}

.c-button.cc-404 {
  margin-left: -30px;
}

.c-button.cc-green {
  background-color: var(--green);
}

.c-button.cc-alt {
  color: var(--black);
  background-color: #f6f6f6;
  border-style: none;
  border-radius: 90px;
  min-width: auto;
  min-height: auto;
  padding: 20px 40px;
  font-size: 24px;
}

.c-input::placeholder {
  color: var(--grey);
}

.c-input {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #0006;
  min-height: 38px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 18px;
  font-size: 16px;
}

.c-input:focus {
  border-bottom-color: var(--green);
}

.c-input::placeholder {
  color: var(--grey);
}

.c-input.cc-subscribe {
  border-bottom-style: none;
  padding-top: 8px;
  padding-left: 12px;
}

.c-input.cc-textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 78px;
  max-height: 500px;
}

.footer-form_block {
  border-radius: 8px;
  margin-bottom: 0;
}

.footer-newsletter_text {
  max-width: 350px;
  margin-bottom: 24px;
  font-size: 24px;
}

.footer-link_container {
  grid-column-gap: 50px;
  display: flex;
}

.footer-link_wrapper {
  min-width: 100px;
  max-width: 220px;
}

.footer-heading {
  font-size: 22px;
  font-weight: 700;
}

.footer-link_block {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 22px;
  display: flex;
}

.footer-link {
  font-size: 16px;
  transition: color .5s;
}

.footer-link:hover {
  color: var(--green);
}

.footer-top_block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.footer-bottom_block {
  color: var(--grey);
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  display: flex;
}

.copyright {
  margin-bottom: 0;
}

.social-link_block {
  grid-column-gap: 24px;
  display: flex;
}

.social-link_block.cc-contact {
  grid-column-gap: 16px;
  align-items: center;
}

.social-link {
  background-color: #41cb6d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.social-link.cc-contact {
  flex: none;
  width: 40px;
  height: 40px;
}

.c-talent_inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: .75fr .25fr .75fr .25fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px;
  display: grid;
}

.h4 {
  font-size: 40px;
  line-height: 1;
}

.talent-block {
  grid-row-gap: 64px;
  background-color: #f6f6f6;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 56px 30px 64px;
  display: flex;
}

.talent-block.cc-two {
  grid-row-gap: 0px;
  background-color: #aee5bf;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
}

.talent-block.cc-four {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: var(--black);
  color: var(--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px 24px 24px 40px;
}

.talent-block.cc-three {
  background-color: var(--dark-green);
  color: var(--white);
  background-image: url('../images/Map_1_.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.talent-logo_wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 45px;
  flex-flow: wrap;
  justify-content: center;
  max-width: 470px;
  display: flex;
}

.talent-acquisition_text {
  text-align: center;
  max-width: 490px;
}

.uc-grey-text {
  color: var(--grey);
}

.talent-text_block {
  grid-row-gap: 40px;
  background-color: #aee5bf;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.sub-heading {
  font-size: 30px;
}

.uc-darkgreen-text {
  color: var(--dark-green);
}

.talent-testimonial_header {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  min-width: 200px;
  max-width: 240px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.talent-testimonial_block {
  grid-row-gap: 30px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 56%;
  padding: 50px 8% 30px;
  display: flex;
  position: relative;
}

.sm-paragraph {
  font-size: 16px;
}

.testimonial-block_details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-quote_icon {
  background-image: url('../images/“.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 48px;
  height: 40px;
  position: absolute;
  top: 30px;
  left: 8%;
}

.talent-img_wrapper {
  min-width: 350px;
  min-height: 300px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%);
}

.talent-img {
  outline-offset: -1.5px;
  border-radius: 50%;
  outline: 1.5px solid #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.talent-img.cc-one {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
}

.talent-img.cc-two {
  opacity: 0;
  transform: scale(.1);
}

.talent-img_line {
  background-color: var(--green);
  width: .5px;
  position: absolute;
}

.talent-img_line.cc-one {
  height: 28px;
  bottom: 29%;
  left: 32%;
  transform: rotate(-123deg);
}

.talent-img_line.cc-three {
  height: 68px;
  top: 27%;
  left: 44%;
  transform: rotate(-172deg);
}

.talent-img_line.cc-two {
  height: 66px;
  top: 33%;
  left: 31%;
  transform: rotate(142deg);
}

.talent-img_line.cc-four {
  height: 18px;
  top: 45%;
  left: 47%;
  transform: rotate(-148deg);
}

.talent-img_line.cc-five {
  height: 88px;
  top: 31%;
  left: 60%;
  transform: rotate(-129deg);
}

.talent-img_line.cc-six {
  height: 68px;
  bottom: 28%;
  left: 60%;
  transform: rotate(-88deg);
}

.talent-img_line.cc-seven {
  height: 28px;
  bottom: 27%;
  left: 52%;
  transform: rotate(-45deg);
}

.c-why_inner {
  background-color: var(--grey-background);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  padding-left: 100px;
  display: flex;
}

.why-left_block {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 140px;
  display: flex;
}

.why-header {
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 555px;
  display: flex;
}

.why-slider {
  background-color: #efefef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.why-slide {
  flex: none;
  width: 100%;
  padding: 80px 60px 140px 65px;
}

.why-slider_img {
  border-radius: 8px;
  height: 230px;
  margin-top: 70px;
  margin-bottom: 120px;
  overflow: hidden;
}

.why-slider_img.cc-mt-0 {
  height: 310px;
  margin-top: 0;
}

.why-slider_text {
  color: var(--dark-green);
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 700;
}

.why-heading_container {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 340px;
  display: flex;
}

.why-heading_block {
  flex-flow: column;
  display: flex;
}

.swiper-pagination {
  background-color: var(--dark-green);
  border-radius: 10px;
  width: 100%;
  height: 3px;
  position: absolute;
  top: -1px;
}

.why-arrow {
  cursor: pointer;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 140px;
}

.why-arrow.cc-prev {
  left: -25%;
}

.why-arrow.cc-next {
  left: -16%;
}

.c-roi {
  margin-top: -10px;
  position: relative;
}

.c-roi_inner {
  grid-column-gap: 24px;
  background-image: url('../images/roi-bg-img_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 120px 100px;
  display: flex;
}

.roi-left_block {
  background-color: var(--white);
  border-radius: 8px;
  align-items: flex-end;
  width: 36%;
  padding-bottom: 60px;
  padding-left: 4%;
  padding-right: 6%;
  font-size: 64px;
  line-height: 1;
  display: flex;
}

.roi-slider_container {
  background-color: var(--green);
  color: var(--white);
  border-radius: 8px;
  width: 62%;
  padding: 48px 40px;
  position: relative;
}

.roi-slider {
  width: 100%;
  margin-top: 76px;
  position: relative;
  overflow: hidden;
}

.roi-slider_wrapper {
  width: 100%;
  display: flex;
}

.roi-slide {
  flex-flow: column;
  flex: none;
  width: 100%;
  display: flex;
}

.why-slider_wrapper {
  width: 100%;
  display: flex;
}

.roi-percent {
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
  overflow: hidden;
}

.roi-percent_text {
  max-width: 246px;
}

.uc-white-text {
  color: var(--white);
}

.roi-pagination {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  display: flex;
}

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

.roi-slide_info {
  align-self: flex-end;
  width: 42%;
  min-width: 250px;
  margin-top: 32px;
}

.roi-arrow {
  cursor: pointer;
  width: 26px;
  height: 26px;
  transition: background-color .4s, color .4s;
  position: absolute;
  bottom: 50px;
}

.roi-arrow.cc-next {
  left: 100px;
}

.partner-heading {
  max-width: 420px;
}

.cta-block_inner {
  background-color: var(--white);
  border-radius: 6px;
  align-items: flex-end;
  width: 79%;
  height: 85%;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 20px;
  font-size: 32px;
  display: flex;
}

.cta-block_text {
  max-height: 0;
  font-size: 14px;
  transition: padding-bottom .5s, padding-top .5s, max-height .5s;
  overflow: hidden;
}

.cta-block_text.cc-active {
  max-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-impact_inner {
  padding: 100px;
}

.impact-header {
  justify-content: space-between;
  margin-bottom: 120px;
  display: flex;
}

.impact-header_text {
  width: 52vw;
  max-width: 746px;
}

.impact-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.impact-block {
  display: flex;
}

.impact-stats_block {
  cursor: pointer;
  background-color: #e4f2e8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 16.8vw;
  max-width: 322px;
  min-height: 280px;
  padding: 34px 24px 24px;
  transition: color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.impact-stats_block.cc-active {
  background-color: var(--dark-green);
  color: var(--white);
}

.impact-stats_text {
  color: var(--dark-green);
  font-size: 80px;
  font-weight: 900;
}

.impact-icon_wrapper {
  flex: none;
  align-self: flex-end;
  position: absolute;
  inset: auto 24px 24px auto;
}

.impact-icon {
  max-width: 62px;
  height: 32px;
  transition: opacity .3s;
}

.impact-arrow {
  opacity: 0;
  width: 26px;
  height: 26px;
  transition: opacity .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.impact-content_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 0;
  transition: padding-left .4s, max-width .4s;
  display: flex;
  overflow: hidden;
}

.impact-content_block.cc-active {
  flex: 1;
  max-width: 414px;
  padding-left: 24px;
}

.impact-content_img {
  border-radius: 8px;
  height: 200px;
  margin-bottom: 24px;
  overflow: hidden;
}

.impact-cta_block {
  grid-column-gap: 80px;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.impact-cta_text {
  max-width: 670px;
}

.hero-content {
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
  position: relative;
}

.hero-ring {
  cursor: pointer;
  background-image: url('../images/hero-ring-1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 100px;
  position: absolute;
  bottom: 110px;
}

.hero-ring.cc-two {
  background-image: url('../images/hero-ring-2.svg');
  width: 154px;
  height: 174px;
  bottom: 74px;
}

.hero-ring.cc-three {
  background-image: url('../images/hero-ring-3.svg');
  width: 252px;
  height: 240px;
  bottom: 22px;
}

.hero-ring.cc-four {
  background-image: url('../images/hero-ring-4.svg');
  width: 500px;
  height: 400px;
  bottom: 20px;
}

.vision-img_wrapper {
  width: 1440px;
  max-width: 1750px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 100px;
}

.vision-img {
  background-image: url('../images/vision-img.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.c-change_inner {
  padding: 90px 100px 200px;
  position: relative;
}

.change-header {
  justify-content: flex-end;
  margin-bottom: 70px;
  display: flex;
}

.change-wrapper {
  grid-column-gap: 6.25%;
  display: flex;
}

.change-llist_wrapper {
  width: 38%;
}

.change-list_block {
  grid-column-gap: 14px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.change-list_number {
  flex: none;
  width: 8vw;
  max-width: 152px;
}

.change-list {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.change-list_item {
  grid-column-gap: 10px;
  border-bottom: 2px solid var(--green);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
}

.change-list_icon {
  width: 3.889vw;
  max-width: 56px;
  height: 3.889vw;
  max-height: 56px;
}

.change-slider {
  align-self: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.change-slider_wrapper {
  height: 100%;
  display: flex;
}

.change-slide {
  border-radius: 8px;
  flex: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.change-text {
  width: 34vw;
  max-width: 492px;
}

.c-po1 {
  margin-top: -1px;
}

.c-po1_inner {
  background-color: #366644;
  padding-top: 40px;
  padding-bottom: 120px;
}

.change-pagination {
  grid-column-gap: 6px;
  height: 10px;
  display: flex;
  position: absolute;
  inset: auto 24px 24px auto;
}

.po1-text_container {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.po1-logo {
  flex: none;
  width: 23.75vw;
  max-width: 342px;
}

.po1-text_wrapper {
  flex-flow: column;
  align-items: flex-start;
  max-width: 676px;
  display: flex;
}

.po1-text {
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.po1-img_container {
  flex: none;
  display: flex;
}

.po1-img_container.cc-bottom {
  flex-flow: row-reverse;
  margin-top: 24px;
}

.po1-img_wrapper {
  display: flex;
}

.po1-img_flex {
  grid-column-gap: 24px;
  flex: none;
  padding-right: 24px;
  display: flex;
}

.po1-img {
  border-radius: 8px;
  flex: none;
  width: 150px;
  height: 150px;
}

.c-legacy {
  z-index: 2;
  margin-top: -10px;
  position: relative;
}

.c-legacy_inner {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.legacy-header {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.legacy-heading {
  max-width: 564px;
}

.legacy-header_text {
  max-width: 492px;
}

.legacy-testimonial_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0000001a;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.2fr .7fr .7fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 46px 100px;
  transition: color .4s, background-color .4s;
  display: grid;
  position: relative;
}

.legacy-testimonial_block.cc-active {
  background-color: var(--dark-green);
  color: var(--white);
}

.legacy-img_block {
  position: relative;
}

.legacy-img {
  z-index: 2;
  opacity: 0;
  border-radius: 8px;
  width: 15.833vw;
  max-width: 228px;
  height: 16.806vw;
  max-height: 242px;
  transition: opacity .4s;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.legacy-img.cc-active {
  opacity: 1;
}

.legacy-audio {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 20px;
  transition: opacity .4s;
  position: relative;
}

.legacy-pauseplay_btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
}

.c-info {
  z-index: 1;
  margin-top: -10px;
  position: relative;
}

.c-info_inner {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 60px 100px 64px;
}

.info-wrapper {
  grid-column-gap: 24px;
  justify-content: center;
  max-height: 480px;
  display: flex;
}

.info-text_block {
  grid-row-gap: 32px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding: 50px;
  display: flex;
}

.info-img_block {
  border-radius: 8px;
  width: 43%;
  overflow: hidden;
}

.program-h1 {
  letter-spacing: -.03em;
  font-size: 100px;
  font-weight: 500;
  line-height: .9;
}

.program-img_wrapper {
  height: 100%;
  position: relative;
}

.program-wrapper {
  width: 100%;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.program-text_wrapper {
  z-index: 1;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  max-width: 730px;
  display: flex;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translate(-50%);
}

.podium-top {
  z-index: 1;
  background-image: url('../images/programs-podium-img.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 114%;
  width: 90%;
  max-width: 1100px;
  height: 184px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.podium-bottom {
  background-image: url('../images/podium-stalk.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 130px;
}

.c-program {
  position: relative;
}

.c-program_inner {
  background-color: var(--green);
  flex-flow: column;
  align-items: center;
  padding: 200px 100px 100px;
  display: flex;
}

.program-header {
  color: var(--white);
  text-align: center;
  max-width: 708px;
  margin-bottom: 60px;
}

.program-block_wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.program-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
}

.program-block.cc-green {
  background-color: var(--dark-green);
  color: var(--white);
}

.program-img_block {
  border-radius: 8px;
  flex: 1;
  width: 296px;
  height: 248px;
  overflow: hidden;
}

.program-left_block {
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: space-between;
  width: 31.5%;
  min-width: 270px;
  max-width: 360px;
  display: flex;
}

.program-right_block {
  width: 29%;
  min-width: 250px;
  max-width: 364px;
}

.program-list {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 32px;
  display: flex;
}

.program-list_item {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.program-list_no {
  background-color: #d1edda;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.472vw;
  max-width: 50px;
  height: 3.472vw;
  max-height: 50px;
  display: flex;
}

.program-list_no.cc-white {
  background-color: var(--white);
  color: var(--dark-green);
}

.program-block_inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-requirements {
  margin-top: -10px;
  position: relative;
}

.c-requirements_inner {
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 100px;
}

.requirements-header {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
  display: flex;
}

.requirements-header_text {
  max-width: 480px;
}

.requirements-header_heading {
  max-width: 500px;
}

.requirements-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  height: 500px;
  margin-bottom: 80px;
  display: flex;
}

.requirements-accordion_wrapper {
  width: 35vw;
}

.requirements-accordion_block {
  border-bottom: 1px solid #0000001a;
}

.requirements-accordion_header {
  color: var(--grey);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 30px;
  transition: margin-bottom .5s, color .5s;
  display: flex;
}

.requirements-accordion_header.cc-active {
  color: var(--black);
}

.requirements-accordion_icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.requirements-accordion_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: grid;
}

.requirements-accordion_content.cc-active {
  grid-template-rows: 1fr;
  max-height: 500px;
  padding-bottom: 32px;
}

.requirements-img_wrapper {
  width: 43.681vw;
  height: 466px;
  position: relative;
}

.requirements-img_block {
  opacity: 0;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.requirements-img_block.cc-active {
  opacity: 1;
}

.requirements-prompt {
  grid-column-gap: 26px;
  background-color: #e4f2e8;
  border-radius: 8px;
  padding: 40px 84px 40px 56px;
  display: flex;
}

.requirements-prompt_icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.c-structure_inner {
  padding: 80px 100px;
  position: relative;
}

.structure-header {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.structure-heading {
  max-width: 455px;
}

.structure-header_text {
  max-width: 400px;
  display: none;
}

.structure-wrapper {
  grid-column-gap: 50px;
  background-color: #f6f6f6;
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-top: 50px;
  padding-bottom: 120px;
  padding-left: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.structure-text_wrapper {
  flex: none;
  width: 34vw;
  max-width: 500px;
  font-size: 40px;
}

.structure-slider {
  width: 32vw;
  max-width: 480px;
  min-height: 352px;
}

.structure-slider_wrapper {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.structure-slide {
  background-color: var(--white);
  border-radius: 8px;
  flex: none;
  width: 285px;
  min-height: 320px;
  padding: 32px 28px;
  transition: margin .5s, transform .5s;
}

.structure-slide_icon {
  width: 50px;
  height: 50px;
}

.structure-slide_name {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
}

.structure-slide_text {
  font-size: 14px;
}

.structure-arrow {
  cursor: pointer;
  color: #999;
  width: 26px;
  height: 26px;
  transition-property: background-color, color;
  transition-duration: .4s, .4s;
  transition-timing-function: ease, ease;
  position: absolute;
  inset: auto auto 70px 70px;
}

.structure-arrow.cc-next {
  left: 115px;
}

.structure-arrow.cc-active {
  color: var(--black);
}

.footer-cta {
  padding-top: 100px;
}

.footer-cta_text {
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-illustration {
  background-image: url('../images/footer-illustration.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 220px;
  margin-top: 32px;
}

.c-header_inner {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 64px;
  display: flex;
}

.c-header_inner.cc-promo {
  padding-bottom: 125px;
}

.tab-link {
  background-color: #0000;
  margin-left: -16px;
  padding: 20px 40px;
  font-size: 24px;
}

.tab-link.w--current {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 90px;
  margin-left: 0;
}

.c-tab {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tab-menu {
  background-color: #f6f6f6;
  border-radius: 80px;
  justify-content: center;
  margin-bottom: 100px;
  padding: 4px;
  display: flex;
}

.tab-content {
  width: 100%;
}

.c-news_inner {
  padding-bottom: 64px;
}

.article-wrapper {
  grid-row-gap: 48px;
  flex-flow: column;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.article-block {
  grid-column-gap: 48px;
  border-top: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  display: flex;
}

.article-img {
  border-radius: 8px;
  flex: none;
  width: 25.278vw;
  max-width: 364px;
  height: 200px;
  overflow: hidden;
}

.article-details {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  /* max-width: 400px; */
  display: flex;
}

.article-title {
   display: -webkit-box;          /* Use a flexbox layout */
    -webkit-box-orient: vertical; /* Set the box orientation to vertical */
    -webkit-line-clamp: 3;        /* Limit to 3 lines */
    overflow: hidden;              /* Hide any overflow text */
    text-overflow: ellipsis; 
}

.article-link {
  grid-column-gap: 12px;
  color: var(--green);
  flex: none;
  align-items: center;
  display: inline-flex;
}

.article-details_wrapper {
  grid-column-gap: 48px;
  display: flex;
}

.article-link_icon {
  width: 24px;
  height: 24px;
}

.press-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.press-grid {
  background-color: #f6f6f6;
  border-radius: 8px;
  justify-content: center;
  padding-top: 46px;
  padding-bottom: 46px;
  display: flex;
}

.press-img {
  border-radius: 8px;
  height: 282px;
  margin-bottom: 40px;
  overflow: hidden;
}

.press-grid_inner {
  width: 84%;
}

.press-logo {
  max-width: 304px;
  height: 100px;
  margin-top: 22px;
  margin-bottom: 60px;
}

.application-info_wrapper {
  grid-column-gap: 80px;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.application-info_block {
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.application-info_divider {
  background-color: var(--grey);
  width: 1px;
  height: 38px;
}

.c-application {
  margin-top: -10px;
  position: relative;
}

.c-application_inner {
  background-color: var(--grey-background);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 100px;
}

.application-header {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.application-header_text {
  max-width: 478px;
}

.application-wrapper {
  flex-flow: column;
  display: flex;
}

.application-accordion_header {
  cursor: pointer;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.application-accordion_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 8px;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: grid;
}

.application-accordion_content.cc-expanded {
  grid-template-rows: 1fr;
  margin-top: 44px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.application-accordion_inner {
  grid-column-gap: 70px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  overflow: hidden;
}

.application-accordion_flex {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.application-accordion_bullet {
  flex: none;
  width: 32px;
  height: 32px;
}

.application-accordion_text {
  align-items: center;
  font-size: 48px;
  font-weight: 400;
  line-height: .9;
  display: flex;
}

.batch {
  background-color: var(--green);
  color: var(--white);
  border-radius: 90px;
  flex: none;
  margin-left: 16px;
  padding: 12px 18px;
  font-size: 14px;
}

.batch.cc-promo {
  visibility: hidden;
}

.c-contact_inner {
  grid-column-gap: 12%;
  padding: 200px 100px 50px;
  display: flex;
}

.contact-left_block {
  width: 44%;
}

.contact-header {
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 448px;
  margin-bottom: 80px;
  display: flex;
}

.c-form {
  grid-row-gap: 56px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contact-right_block {
  width: 38%;
}

.contact-img_block {
  border-radius: 800px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.contact-info_block {
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.c-selection {
  z-index: 1;
  margin-top: -10px;
  position: relative;
}

.c-selection_inner {
  background-image: url('../images/Easter-at-School-Games.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.c-selection_inner.cc-promo {
  position: relative;
}

.selection-wrapper {
  grid-column-gap: 24px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.selection-wrapper.cc-promo {
  z-index: 1;
  position: relative;
}

.selection-text_block {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  width: 39vw;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.selection-list_block {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  width: 45vw;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.selection-list {
  width: 80%;
}

.selection-list_item {
  grid-column-gap: 18px;
  border-bottom: 1px solid #0003;
  margin-bottom: 42px;
  padding-bottom: 42px;
  display: flex;
}

.selection-list_icon {
  flex: none;
  width: 25px;
  height: 25px;
}

.selection-text {
  color: var(--dark-green);
  flex-flow: column;
  justify-content: space-between;
  width: 78%;
  height: 100%;
  display: flex;
}

.cc-empty {
  background-color: #0000;
}

.empty-illustration {
  background-image: url('../images/empty-illustration.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 900px;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.empty-illustration.cc-404 {
  width: 780px;
  height: 565px;
}

.empty-illustration_text {
  grid-row-gap: 32px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 320px;
  display: flex;
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translate(-34%);
}

.empty-illustration_text.cc-404 {
  grid-row-gap: 24px;
  max-width: 290px;
  bottom: 130px;
}

.empty-illustration_heading {
  font-size: 48px;
  font-weight: 700;
  line-height: .9;
}

.offer-illustration {
  z-index: 2;
  background-image: url('../images/offer-illustration.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1960px;
  height: 300px;
  margin-left: -100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.socket-img_wrapper {
  width: 1960px;
  height: 100%;
}

.socket-img.cc-left {
  z-index: 1;
  background-image: url('../images/left-socket-img.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 126px;
  height: 106px;
  margin-left: -50px;
  position: absolute;
  top: 144px;
  left: 46%;
}

.socket-img.cc-right {
  background-image: url('../images/right-socket-img.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 98px;
  margin-right: -60px;
  position: absolute;
  top: 140px;
  right: 43%;
}

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

.c-404_inner {
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 50px;
  display: flex;
}

.social-link_wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.info-button_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 10px;
  align-items: center;
  padding: 10px 16px 10px 10px;
  display: flex;
}

.info-button_wrapper.cc-hide {
  display: none;
}

.info-button_text {
  color: var(--dark-green);
  font-size: 14px;
}

.info-email_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  background-color: var(--grey-background);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 24px 24px 24px 60px;
  display: flex;
}

.info-email_text {
  flex: 1;
  min-width: 250px;
  max-width: 430px;
}

.testimonials-curve {
  background-color: #366644;
  width: 100%;
  overflow: hidden;
}

.why-slider_container {
  width: 46%;
  position: relative;
}

.why-heading_text {
  color: #0006;
  cursor: pointer;
  margin-bottom: 24px;
  font-size: 30px;
  transition: color .4s;
}

.why-heading_text.cc-active {
  color: var(--black);
}

.swiper-bar {
  background-color: #0006;
  width: 100%;
  height: 1px;
  position: relative;
}

.talent-img_block {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 33%;
  left: 36%;
}

.talent-img_block.cc-three {
  bottom: 20%;
  left: 14.5%;
}

.talent-img_block.cc-two {
  top: 20%;
  bottom: auto;
  left: 14.5%;
}

.talent-img_block.cc-four {
  width: 44px;
  height: 44px;
  top: 20%;
  left: 14.5%;
}

.talent-img_block.cc-five {
  width: 57px;
  height: 57px;
  top: 7%;
  bottom: auto;
  left: 39%;
}

.talent-img_block.cc-one {
  width: 44px;
  height: 44px;
  bottom: 31%;
  left: auto;
  right: 16%;
}

.talent-img_block.cc-two {
  width: 44px;
  height: 44px;
  inset: auto 34% 13% auto;
}

.talent-img_block.cc-six {
  width: 36px;
  height: 36px;
  inset: 33% 43% auto auto;
}

.talent-img_block.cc-seven {
  width: 60px;
  height: 60px;
  inset: 18% 14.5% auto auto;
}

.h1 {
  padding-bottom: 5px;
  font-size: 80px;
  font-weight: 900;
  line-height: 1.1;
}

.h1.cc-alt {
  font-weight: 700;
}

.uc-hide, .uc-desktophide {
  display: none;
}

.application-info_date {
  font-size: 40px;
}

.application-open_date {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.nav-hamburger_flex {
  grid-column-gap: 16px;
  border-radius: 30px;
  align-items: center;
  padding: 5px;
  transition: padding .5s, background-color .3s;
  display: flex;
  position: relative;
}

.nav-hamburger_flex.cc-active {
  background-color: #f3f6f4;
  padding-left: 77px;
}

.nav-hamburger {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 14px;
}

.tutors-block {
  border-radius: 12px;
  flex: none;
  width: 21%;
  transition: width .5s, background-color .5s, padding .5s, transform .5s;
  position: relative;
  overflow: hidden;
}

.tutors-block.swiper-slide-prev {
  transform: translate(0, -88px);
}

.tutors-block.swiper-slide-active {
  width: 23%;
  padding: 18px 18px 140px;
  transform: translate(0, -76px);
}

.tutors-block.swiper-slide-next {
  transform: translate(0, -88px);
}

.tutors-img_block {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 304px;
  position: relative;
  overflow: hidden;
}

.testimonials-block_inner {
  color: #86a38f;
  cursor: pointer;
  border-top: 1px solid #fff6;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: border-color .4s, color .4s;
  display: flex;
}

.testimonials-block_inner.cc-active {
  border-top-color: var(--white);
  color: var(--white);
}

.testimonials-icon {
  width: 24px;
  height: 24px;
  display: none;
}

.partner-logo_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 40px;
  display: flex;
  overflow: hidden;
}

.courses-inactive_header {
  color: var(--green);
  letter-spacing: .27em;
  margin-bottom: 6px;
  font-size: 14px;
}

.courses-inactive_text {
  color: #cfcfcf;
}

.legacy-play_btn {
  position: absolute;
  inset: 0%;
}

.legacy-pause_btn {
  display: none;
  position: static;
  inset: 0%;
}

.article-title {
  font-size: 40px;
}

.c-divider {
  background-color: #0000001a;
  width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.c-divider.cc-fullwidth {
  width: 100%;
}

.c-divider.cc-blog {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.timeline-slider {
  display: none;
}

.timeline-slide {
  position: absolute;
  inset: 0% 25% 0% 0%;
  overflow: hidden;
}

.timeline-header_wrapper {
  flex: 1;
  align-items: center;
  max-width: 75%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.application-accordion_icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.c-popup {
  z-index: 90000;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0%;
}

.c-popup.cc-show {
  opacity: 1;
  visibility: visible;
}

.c-popup_inner {
  z-index: 2147483647;
  background-color: var(--grey-background);
  background-image: url('../images/form-bg.svg');
  background-position: 50% 280px;
  background-repeat: no-repeat;
  background-size: 2272px;
  border-radius: 10px;
  width: 70%;
  max-width: 1200px;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 140px;
  position: relative;
  overflow: auto;
}

.popup-block {
  z-index: 100000000;
  background-color: #f6f6f6;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.popup-header {
  background-color: var(--white);
  border: 1px solid #dbdce0;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.popup-close {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 90px;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 32px;
  margin-right: 30px;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 1.16667;
  display: inline-flex;
}

.popup-close_icon {
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.legacy-title {
  font-size: 24px;
}

.audio-embed {
  position: absolute;
  inset: 0%;
}

.impact-content_inner {
  flex-flow: column;
  justify-content: space-between;
  min-width: 200px;
  height: 100%;
  display: flex;
}

.c-ripples_inner {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ripple-circle {
  border: 1px solid #08441880;
  border-radius: 640px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 105px;
  display: flex;
}

.ripple-circle.cc-two {
  border-radius: 562px;
}

.ripple-circle.cc-three {
  border-radius: 483px;
}

.ripple-circle.cc-four, .ripple-circle.cc-five {
  border-radius: 400px;
}

.ripple-circle.cc-one {
  width: 1710px;
  height: 824px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.ripple-text {
  z-index: 20;
  width: 618px;
  height: 192px;
  font-size: 80px;
  font-weight: 700;
  position: absolute;
}

.ripple-text_span {
  width: 400px;
  margin-left: 109px;
  transform: none;
}

.change-heading {
  display: none;
}

.ripple-circle_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.courses-video {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-close_btn {
  cursor: pointer;
  display: none;
}

.close-btn_icon {
  width: 15px;
  height: 15px;
}

.talent-text {
  max-width: 325px;
}

.tutors-block_details {
  color: var(--green);
  text-align: center;
  min-height: 108px;
  padding-top: 33px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  transition: transform .7s;
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(0, -100%);
}

.tutor-name {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.16667;
}

.talent-testimonial_subtext {
  max-width: 184px;
}

.legacy-name {
  padding-left: 15%;
  font-size: 40px;
}

.button-overlay {
  background-color: var(--dark-green);
  width: 0%;
  height: 100%;
  transition: width .4s;
  position: absolute;
}

.button-overlay.cc-black-bg {
  background-color: var(--black);
}

.button-overlay.cc-lightgreen-bg {
  background-color: var(--green);
}

.button-text {
  transition: color .3s;
  position: relative;
}

.uc-italics {
  font-style: italic;
}

.border-line {
  background-color: #0000001a;
  height: 1px;
  position: absolute;
  inset: 0% 100px auto;
}

.nav-hamburger_line {
  background-color: #0000001a;
  width: 1px;
  height: 40px;
  position: absolute;
  left: 60px;
}

.vision-text {
  max-width: 576px;
  margin-left: auto;
  margin-right: auto;
}

.vision-text.cc-sm {
  max-width: 514px;
}

.timeline-header_container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline-header_container.cc-one-active {
  top: .5px;
}

.timeline-header_container.cc-two-active {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin-top: -5px;
  top: 50%;
}

.timeline-header_container.cc-three-active {
  margin-top: -9.5px;
  top: 100%;
}

.timeline-text_inner {
  z-index: 2;
  background-color: var(--white);
  width: 70%;
  max-width: 550px;
  margin-left: auto;
  padding-left: 10px;
  position: relative;
}

.timeline-pagination {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  display: none;
}

.tutors-slide {
  justify-content: center;
  align-items: center;
}

.tutors-slide.swiper-2 {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.shape-round {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.shape-inner {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 10%;
  padding-top: 10%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transform: scale3d(1, 0, 1);
}

.c-teams {
  padding-top: 50px;
}

.team-accordion {
  margin-bottom: 100px;
  padding-left: 90px;
  padding-right: 90px;
}

.team-accordion_header {
  cursor: pointer;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.team-accordion_text {
  align-items: center;
  font-size: 48px;
  font-weight: 500;
  line-height: .9;
  display: flex;
}

.team-accordion_icon {
  flex: none;
  width: 40px;
  height: 40px;
}

.team-accordion_content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white);
  border-radius: 8px;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: grid;
  overflow: hidden;
}

.team-accordion_content.cc-expanded {
  grid-template-rows: 1fr;
  margin-top: 72px;
}

.team-accordion_content.cc-guest {
  padding-left: 0;
  padding-right: 0;
}

.c-tutor {
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.tutor-image {
  height: 242px;
}

.tutor-details {
  background-color: #f6f6f6;
  flex: 1;
  padding: 45px 24px;
}

.tutor-details_name {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 500;
}

.team-accordion_inner {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.team-accordion_inner.cc-guest {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tutor-details_wrapper {
  background-color: var(--dark-green);
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  padding: 42px 36px;
  transition: transform .3s;
  display: flex;
  position: relative;
  top: 1px;
  transform: translate(0, 100%);
}

.tutor-inner {
  flex-flow: column;
  display: flex;
}

.c-guest_tutor {
  background-color: #f6f6f6;
  border: 1px solid #0000;
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  transition-property: border-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.c-guest_tutor:hover {
  border-color: var(--green);
}

.guest-tutor_image {
  border-radius: 6px;
  width: 100%;
  height: 220px;
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
}

.guest-linkedin {
  z-index: 2;
  background-color: var(--green);
  opacity: 0;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  top: 34px;
  left: 32px;
}

.guest-tutor_details {
  font-size: 12px;
}

.guest-tutor_name {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
}

.program-mgt_header {
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 555px;
  margin-bottom: 40px;
  display: flex;
}

.role {
  color: var(--black);
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.legal-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.legal-body {
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 100%;
  max-width: 990px;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
  position: relative;
  overflow: auto;
}

.hero-svg {
  z-index: 2;
  width: 1568px;
  height: 900px;
  margin-top: -150px;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.footer-link_inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.popup-logo {
  width: 350px;
  height: 80px;
}

.path.line-1 {
  opacity: 1;
}

.ring-two_icon {
  background-color: #aee5bf;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
}

.ring-one_icons {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  position: absolute;
}

.ring-one_icons.cc-figma {
  background-image: url('../images/figma-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}

.ring-one_icons.cc-green {
  background-color: #41cb6d;
  width: 25px;
  height: 25px;
}

.ring-one_icons.cc-slack {
  background-image: url('../images/slack-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ring-one_icons.cc-other-green {
  background-color: #aee5bf;
  width: 25px;
  height: 25px;
}

.ring-one_icons.cc-webflow {
  background-image: url('../images/webflow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-rings_wrapper {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-ring_outer {
  border: .2px solid #0844181a;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  width: 808px;
  height: 1243px;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translate(-50%);
}

.hero-ring_outer.cc-four {
  border-color: #0844180d;
  border-top-left-radius: 660px;
  border-top-right-radius: 660px;
  width: 500px;
  height: 400px;
  top: auto;
  bottom: 0;
}

.hero-ring_outer.cc-five {
  border: .5px solid #08441833;
  border-top-left-radius: 784px;
  border-top-right-radius: 784px;
  width: 1568px;
  height: 1764px;
  top: -148px;
}

.hero-ring_outer.cc-two {
  border: .5px solid #08441833;
  border-top-left-radius: 554px;
  border-top-right-radius: 540px;
  width: 1106px;
  height: 1243px;
  top: 112px;
}

.hero-ring_outer.cc-three {
  border-color: #0844181a;
  border-top-left-radius: 660px;
  border-top-right-radius: 660px;
  justify-content: flex-end;
  align-items: center;
  width: 1320px;
  height: 1483px;
  top: -8px;
}

.ring-three_icons {
  background-color: #084418;
  border: .27px solid #97baa2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
}

.ring-three_icons.cc-ai {
  background-color: #0000;
  background-image: url('../images/ai-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 72px;
}

.ring-three_icons.cc-other-green {
  background-color: #366644;
}

.ring-three_icons.cc-ae {
  background-color: #0000;
  background-image: url('../images/ae-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 72px;
}

.ring-three_icons.cc-webflow {
  background-color: #0000;
  background-image: url('../images/webflow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 72px;
}

.ring-two_icons {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  position: absolute;
}

.ring-two_icons.cc-figma {
  background-image: url('../images/figma-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.ring-two_icons.cc-green {
  background-color: #41cb6d;
  width: 25px;
  height: 25px;
}

.ring-two_icons.cc-slack {
  background-image: url('../images/slack-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ring-two_icons.cc-other-green {
  background-color: #aee5bf;
  width: 25px;
  height: 25px;
}

.ring-two_icons.cc-webflow {
  background-image: url('../images/webflow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ring-two_icons.cc-ai {
  background-image: url('../images/ai-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.ring-four_icons {
  border-radius: 50%;
  width: 72px;
  height: 72px;
  position: absolute;
}

.ring-four_icons.cc-figma {
  background-image: url('../images/figma-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ring-four_icons.cc-green {
  background-color: #41cb6d;
  width: 25px;
  height: 25px;
}

.ring-four_icons.cc-slack {
  background-image: url('../images/slack-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ring-four_icons.cc-other-green {
  background-color: #aee5bf;
  width: 25px;
  height: 25px;
}

.ring-four_icons.cc-webflow {
  background-image: url('../images/webflow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ring-four_icons.cc-ai {
  background-image: url('../images/ai-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}

.uc-lightgreen-text {
  color: var(--green);
}

.page-wrapper {
  overflow: hidden;
}

.transititon {
  z-index: 99;
  background-color: var(--white);
  pointer-events: none;
  transform-style: preserve-3d;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.partner-logo_inner {
  flex: none;
  display: flex;
  overflow: hidden;
}

.partner-logo_inner.uc-hide {
  display: none;
}

.scrollable {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.scrollable.cc-right {
  justify-content: flex-end;
}

.hero-img_overlay {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-illustration_overlay {
  background-color: #f9fffc;
  position: absolute;
  inset: 0%;
}

.legal-embed {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo_container {
  border-radius: 8px;
  transition: padding .5s, background-color .5s;
}

.nav-logo_container.cc-active {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 20px 15px;
  box-shadow: 0 2px 100px #0000001a;
}

.nav-logo_wrapper {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.nav-logo_block {
  transition: margin-left .5s;
}

.nav-logo_block.cc-active {
  margin-left: -164px;
}

.form-success {
  text-align: left;
  background-color: #0000;
  padding: 0;
  display: none;
}

.footer-link.w--current {
  color: #41cb6d;
}

.form-success,.form-error {
  display: none;
}

.form-success.cc-contact {
  font-size: 32px;
}

.form-error {
  color: red;
  background-color: #0000;
  padding: 0;
}

.promo-header_subtext {
  text-align: center;
  max-width: 640px;
}

.link-underline {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.inline-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: inline-flex;
}

.h-line {
  background-color: var(--black);
  width: 25px;
  height: 1px;
}

.inline-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.inline-links.cc-contact {
  grid-column-gap: 16px;
  align-items: center;
}

.social-link-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 18px;
  display: flex;
}

.social-link-icon.cc-contact {
  flex: none;
  width: 40px;
  height: 40px;
}

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

.promo-btn_group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dark-green);
  align-items: center;
  max-width: 480px;
  font-size: 14px;
  display: flex;
}

.video-block {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.promo-video {
  width: 150%;
  height: 120%;
  position: absolute;
  top: -20%;
  left: -40%;
}

.promo-group_text {
  max-width: 176px;
}

.submit-group_text {
  max-width: 230px;
}

.accordion-content_inner, .testimonials-content_inner {
  overflow: hidden;
}

.transition-overlay {
  z-index: 1000;
  pointer-events: none;
  background-color: #b3eac5;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.blog-wrapper {
  width: 86%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 180px;
}

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

.c-breadcrumb {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.blog-heading {
  text-align: center;
  font-size: 48px;
  line-height: 1.11628;
}

.blog-date {
  color: var(--grey);
  letter-spacing: .27em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
}

.blog-featured_image {
  border-radius: 8px;
  width: 92%;
  height: 455px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.blog-body_content {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.blog-body_content p {
  margin-bottom: 40px;
  font-size: 16px;
}

.blog-body_content h1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11111;
}

.blog-slider_wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 80px;
}

.blog-slide_container {
  width: 100%;
  overflow: hidden;
}

.blog-slide_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.blog-slide_inner {
  display: flex;
  position: relative;
}

.blog-slide {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-slide_image {
  border-radius: 8px;
  flex: none;
  width: 370px;
  height: 202px;
  margin-right: 50px;
  overflow: hidden;
}

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

.blog-arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 55px;
  transition: background-color .4s, color .4s;
  display: flex;
}

.blog-arrow.cc-next {
  left: 115px;
}

.blog-arrow.cc-active {
  color: var(--black);
}

.blog-arrow.swiper-button-disabled {
  color: #999;
}

.blog-slide_arrows {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.talent-pool_header {
  text-align: center;
  padding: 50px 50px 80px;
}

.talent-grid {
  grid-column-gap: 25px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 91%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.talent-profile_wrapper {
  background-color: #f9f9f9;
  border-radius: 20px;
  height: 100%;
}

.talent-profile_img {
  border-radius: 10px;
  flex: none;
  width: 114px;
  height: 156px;
  margin-right: 16px;
  overflow: hidden;
}

.talent-profile_inner {
  flex: 1;
  font-size: 16px;
}

.talent-profile_details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.talent-profile_toggle {
  cursor: pointer;
  background-image: url('../images/page-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 20px;
  height: 20px;
  transition: transform .4s;
}

.talent-profile_toggle.cc-active {
  transform: rotate(180deg);
}

.talent-profile_name {
  word-break: break-all;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.talent-profile_flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.talent-flex_inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.talent-location_icon {
  background-image: url('../images/map-pin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
}

.rating {
  color: #e8e8e8;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.talent-btn_flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.talent-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #bcbcbc;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 8px;
  font-size: 14px;
  display: flex;
}

.talent-btn_icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.talent-btn_arrow {
  flex: none;
  width: 14px;
  height: 14px;
}

.pagination-btn_wrapper {
  margin-bottom: 60px;
}

.talent-grid_container {
  align-self: stretch;
}

.talent-profile_block {
  padding: 12px 16px 12px 12px;
  display: flex;
}

.talent-details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9f9f9;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 26px;
  padding-right: 26px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: grid;
}

.talent-details.cc-active {
  grid-template-rows: 1fr;
  padding-top: 32px;
  padding-bottom: 20px;
}

.talent-details_inner {
  overflow: hidden;
}

.talent-details_bio {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 14px;
}

.talent-details_header {
  color: var(--grey);
  font-size: 16px;
  font-weight: 700;
}

.test {
  height: 100%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .c-nav_inner {
    padding: 25px 30px;
  }

  .c-img.cc-left-align {
    object-position: 0% 50%;
  }

  .nav-link_wrapper {
    grid-column-gap: 10px;
    width: auto;
    min-width: auto;
    margin-right: 2%;
  }

  .nav-link {
    padding: 10px 12px;
  }

  .c-nav_flex {
    width: auto;
    min-width: auto;
  }

  .nav-badge {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .c-hero_inner {
    padding-top: 160px;
  }

  .hero-text_wrapper.cc-inner {
    grid-row-gap: 50px;
  }

  .hero-text.cc-inner {
    max-width: 600px;
  }

  .hero-text.cc-program {
    max-width: 700px;
  }

  .hero-text.cc-page-transition {
    width: 700px;
    top: 160px;
  }

  .hero-text_badge {
    width: 80px;
    height: 40px;
  }

  .hero-subtext {
    width: auto;
    max-width: 420px;
  }

  .hero-subtext.cc-program {
    min-width: 600px;
    font-size: 24px;
  }

  .hero-subtext.cc-team {
    max-width: 500px;
  }

  .hero-img.cc-bottom {
    left: -90px;
  }

  .hero-img.cc-top {
    top: 50px;
    right: -100px;
  }

  .hero-img.cc-inner {
    height: 200px;
  }

  .hero-illustration {
    min-height: 190px;
  }

  .hero-illustration_path {
    background-position: 0 0;
    background-size: cover;
    width: 520px;
    height: 90px;
    margin-top: 33px;
  }

  .c-vision {
    background-position: 50% 0;
    background-size: contain;
    margin-top: -42px;
  }

  .c-vision_inner {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .h2 {
    font-size: 60px;
  }

  .vision-subtext_wrapper {
    grid-column-gap: 100px;
  }

  .vision-subtext_block {
    max-width: 270px;
    font-size: 14px;
  }

  .vision-subtext_block.cc-small {
    max-width: 250px;
  }

  .vision-wrapper {
    margin-bottom: 23%;
  }

  .timeline-header {
    max-width: 45%;
    padding-right: 8px;
    font-size: 14px;
  }

  .timeline-year_block {
    padding-right: 16px;
  }

  .timeline-text_block {
    padding-right: 5%;
    font-size: 40px;
  }

  .timeline-tag {
    padding: 12px 24px;
    font-size: 20px;
  }

  .c-offer_inner {
    margin-top: 150px;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .offer-text {
    font-size: 86px;
  }

  .c-courses_inner {
    padding: 80px 50px;
  }

  .courses-header {
    grid-column-gap: 50px;
  }

  .h3 {
    font-size: 50px;
  }

  .courses-header_text {
    min-width: 320px;
    margin-bottom: 15px;
  }

  .courses-wrapper {
    grid-column-gap: 50px;
    padding-bottom: 60px;
  }

  .courses-accordion_header {
    font-size: 20px;
  }

  .courses-stats {
    width: 90%;
    max-width: 420px;
    right: 5%;
  }

  .c-tutors_inner {
    padding-bottom: 100px;
  }

  .tutors-header_tag {
    width: 170px;
    height: 40px;
    font-size: 14px;
  }

  .c-testimonials_inner {
    padding: 80px 50px;
  }

  .testimonials-left_block {
    width: 40%;
    min-width: 240px;
  }

  .testimonials-img_wrapper {
    height: 240px;
  }

  .testimonials-title {
    font-size: 40px;
  }

  .c-partner_inner {
    padding-left: 50px;
  }

  .partner-logo_block {
    grid-column-gap: 50px;
  }

  .partner-logo {
    max-width: 120px;
  }

  .c-cta_wrapper {
    flex-flow: wrap;
  }

  .cta-block {
    width: 50%;
  }

  .cta-block.cc-partner {
    min-height: auto;
  }

  .cta-block_content {
    min-height: 120px;
    padding: 20px 20px 30px;
  }

  .lg-paragraph {
    font-size: 20px;
  }

  .c-footer_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-logo {
    width: 200px;
  }

  .c-button.cc-green {
    width: 100%;
  }

  .c-button.cc-alt {
    font-size: 20px;
  }

  .footer-top_block {
    flex-flow: column;
    justify-content: flex-end;
  }

  .c-talent_inner {
    padding: 80px 50px;
  }

  .h4 {
    font-size: 32px;
  }

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

  .talent-block.cc-two {
    padding-left: 24px;
    padding-right: 24px;
  }

  .talent-block.cc-four {
    flex-flow: column;
    padding-left: 24px;
  }

  .talent-block.cc-three {
    padding-left: 20px;
  }

  .talent-acquisition_text {
    max-width: 400px;
  }

  .sub-heading {
    font-size: 24px;
  }

  .talent-testimonial_header {
    min-width: auto;
    max-width: none;
  }

  .talent-testimonial_block {
    width: auto;
    margin-bottom: 24px;
  }

  .c-why_inner {
    padding-left: 50px;
  }

  .why-left_block {
    max-width: 40%;
    padding-bottom: 80px;
  }

  .why-header {
    max-width: 440px;
  }

  .why-slide {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 40px;
  }

  .why-slider_img {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .why-slider_text {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .why-heading_container {
    grid-row-gap: 20px;
  }

  .why-arrow {
    bottom: 80px;
  }

  .c-roi_inner {
    grid-column-gap: 16px;
    padding: 80px 50px;
  }

  .roi-left_block {
    font-size: 40px;
  }

  .roi-slider_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .roi-percent {
    font-size: 100px;
  }

  .roi-arrow.cc-next {
    left: 70px;
  }

  .cta-block_inner {
    font-size: 28px;
  }

  .c-impact_inner {
    padding: 80px 50px;
  }

  .impact-header {
    margin-bottom: 80px;
  }

  .impact-wrapper {
    grid-column-gap: 16px;
    margin-bottom: 60px;
  }

  .impact-stats_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impact-icon_wrapper {
    right: 20px;
  }

  .impact-icon {
    max-width: 50px;
    height: 24px;
  }

  .impact-content_block.cc-active {
    max-width: 350px;
    padding-left: 16px;
  }

  .impact-content_img {
    height: 180px;
  }

  .hero-content {
    width: auto;
    max-width: 750px;
  }

  .hero-ring {
    width: 80px;
    height: 90px;
  }

  .hero-ring.cc-two {
    width: 144px;
    height: 164px;
  }

  .hero-ring.cc-three {
    width: 242px;
    height: 230px;
  }

  .hero-ring.cc-four {
    width: 400px;
    height: 300px;
  }

  .vision-img_wrapper {
    width: 1000px;
    height: 350px;
    top: 150px;
  }

  .c-change_inner {
    padding: 70px 50px 160px;
  }

  .change-header {
    grid-column-gap: 50px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }

  .change-list_item {
    font-size: 24px;
  }

  .change-text {
    width: 60vw;
    max-width: 400px;
  }

  .c-po1_inner {
    padding-bottom: 80px;
  }

  .po1-text_container {
    margin-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .po1-img_flex {
    grid-column-gap: 20px;
    padding-right: 20px;
  }

  .po1-img {
    width: 120px;
    height: 120px;
  }

  .c-legacy_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .legacy-header {
    margin-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .legacy-testimonial_block {
    grid-template-columns: 1.5fr 1.2fr .7fr .25fr;
    padding: 30px 50px;
  }

  .legacy-img_block {
    display: none;
  }

  .legacy-audio {
    padding-right: 20px;
  }

  .legacy-pauseplay_btn {
    width: 32px;
    height: 32px;
  }

  .c-info_inner {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .info-wrapper {
    max-height: 500px;
  }

  .info-text_block {
    padding: 30px;
  }

  .program-h1 {
    font-size: 72px;
  }

  .program-wrapper {
    height: 340px;
  }

  .program-text_wrapper {
    min-width: 580px;
  }

  .podium-bottom {
    background-size: auto;
    top: 96px;
  }

  .c-program_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .program-right_block {
    width: auto;
    max-width: none;
  }

  .c-requirements_inner {
    padding: 80px 50px;
  }

  .requirements-header {
    grid-column-gap: 50px;
    margin-bottom: 80px;
  }

  .requirements-header_text {
    max-width: 400px;
  }

  .requirements-wrapper {
    height: auto;
  }

  .requirements-accordion_header {
    font-size: 24px;
  }

  .requirements-img_wrapper {
    height: 400px;
  }

  .requirements-prompt {
    padding: 30px 50px 30px 30px;
  }

  .requirements-prompt_icon {
    width: 30px;
    height: 30px;
  }

  .c-structure_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .structure-header {
    margin-bottom: 56px;
  }

  .structure-wrapper {
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .structure-text_wrapper {
    font-size: 30px;
  }

  .structure-slider {
    width: 40vw;
  }

  .structure-arrow.cc-prev {
    left: 50px;
  }

  .footer-cta {
    padding-top: 80px;
  }

  .c-header_inner {
    padding-top: 200px;
    padding-bottom: 56px;
  }

  .tab-link {
    font-size: 20px;
  }

  .tab-menu {
    margin-bottom: 80px;
  }

  .article-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .article-block {
    grid-column-gap: 24px;
  }

  .article-img {
    height: 150px;
  }

  .article-details {
    grid-row-gap: 20px;
    max-width: 300px;
  }

  .article-details_wrapper {
    grid-column-gap: 24px;
  }

  .press-wrapper {
    padding-top: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .press-grid {
    padding-top: 32px;
  }

  .press-img {
    height: 250px;
  }

  .press-logo {
    max-width: 250px;
    height: 80px;
    margin-bottom: 40px;
  }

  .c-application_inner {
    padding: 80px 50px;
  }

  .application-header {
    margin-bottom: 80px;
  }

  .application-accordion_header {
    padding-bottom: 30px;
  }

  .application-accordion_content.cc-expanded {
    margin-top: 40px;
    padding-top: 50px;
  padding-bottom: 50px;
  }

 

  .application-accordion_bullet {
    width: 28px;
    height: 28px;
  }

  .application-accordion_text {
    font-size: 40px;
  }

  .c-contact_inner {
    padding-top: 180px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .c-selection_inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .selection-text_block, .selection-list_block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .selection-list_item {
    grid-column-gap: 12px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .empty-illustration {
    width: 700px;
    height: 500px;
  }

  .empty-illustration.cc-404 {
    width: 750px;
  }

  .empty-illustration_text {
    max-width: 280px;
    bottom: 130px;
    transform: translate(-36%);
  }

  .empty-illustration_heading {
    font-size: 40px;
  }

  .offer-illustration {
    width: 992px;
    height: 150px;
    margin-left: 0;
  }

  .socket-img.cc-left {
    width: 90px;
    height: 80px;
    top: 62px;
    left: 44%;
  }

  .socket-img.cc-right {
    box-sizing: border-box;
    width: 120px;
    height: 65px;
    margin-right: -30px;
    top: 64px;
    right: 40%;
  }

  .social-link_wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .info-email_wrapper {
    grid-column-gap: 30px;
    padding-left: 30px;
  }

  .why-heading_text {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .h1 {
    font-size: 70px;
  }

  .application-info_date {
    font-size: 30px;
  }

  .application-open_date {
    font-size: 60px;
  }

  .nav-hamburger_flex {
    grid-column-gap: 5px;
  }

  .nav-hamburger_flex.cc-active {
    padding: 3px 3px 3px 50px;
  }

  .nav-hamburger {
    width: 24px;
    height: 24px;
  }

  .tutors-block {
    width: 28%;
  }

  .tutors-block.swiper-slide-active {
    width: 40%;
  }

  .article-title {
    font-size: 30px;
  }

  .application-accordion_icon {
    width: 28px;
    height: 28px;
  }

  .c-popup_inner {
    width: 90%;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .popup-block {
    width: auto;
  }

  .popup-close {
    padding: 15px 25px;
    font-size: 18px;
    right: 69px;
  }

  .popup-close_icon {
    width: 20px;
    height: 20px;
    margin-left: 6px;
  }

  .legacy-title {
    font-size: 20px;
  }

  .c-ripples {
    display: none;
  }

  .change-heading {
    max-width: 500px;
    display: block;
  }

  .legacy-name {
    padding-left: 0%;
    font-size: 32px;
  }

  .border-line {
    left: 50px;
    right: 50px;
  }

  .nav-hamburger_line {
    height: 30px;
    left: 42px;
  }

  .vision-text {
    max-width: 432px;
  }

  .vision-text.cc-sm {
    max-width: 390px;
  }

  .timeline-header_container.cc-one-active {
    top: -.6px;
  }

  .timeline-header_container.cc-two-active {
    margin-top: -4.5px;
  }

  .timeline-header_container.cc-three-active {
    margin-top: -9px;
  }

  .timeline-text_inner {
    width: 80%;
    max-width: 400px;
  }

  .tutors-slide.swiper-2 {
    width: auto;
  }

  .shape-inner {
    height: 100px;
    padding-top: 100px;
  }

  .c-teams {
    padding-top: 20px;
  }

  .team-accordion {
    margin-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .team-accordion_header {
    padding-bottom: 30px;
  }

  .team-accordion_text {
    font-size: 40px;
  }

  .team-accordion_icon {
    width: 28px;
    height: 28px;
  }

  .team-accordion_content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-accordion_content.cc-expanded {
    margin-top: 40px;
  }

  .c-tutor {
    border-radius: 0;
  }

  .tutor-image {
    border-radius: 8px;
    overflow: hidden;
  }

  .tutor-details {
    background-color: #0000;
    padding: 24px 0;
  }

  .tutor-details_name {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .team-accordion_inner {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .team-accordion_inner.cc-guest {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tutor-details_wrapper {
    color: var(--black);
    background-color: #0000;
    padding: 0;
    transform: translate(0);
  }

  .guest-linkedin {
    opacity: 1;
    margin-top: 25px;
    position: relative;
    top: 0;
    left: 0;
  }

  .program-mgt_header {
    max-width: 440px;
  }

  .uc-hide-mobile {
    display: none;
  }

  .legal-inner {
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .legal-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-svg {
    width: 120%;
    height: auto;
    margin-top: 0;
  }

  .footer-link_inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .popup-logo {
    width: 250px;
  }

  .ring-two_icon {
    width: 20px;
    height: 20px;
  }

  .ring-one_icons {
    width: 54px;
    height: 54px;
  }

  .ring-one_icons.cc-green, .ring-one_icons.cc-other-green {
    width: 20px;
    height: 20px;
  }

  .hero-ring_outer {
    top: 280px;
  }

  .hero-ring_outer.cc-two {
    top: 200px;
  }

  .hero-ring_outer.cc-three {
    top: 120px;
  }

  .ring-three_icons {
    width: 20px;
    height: 20px;
  }

  .ring-three_icons.cc-ai {
    width: 54px;
    height: 54px;
  }

  .ring-three_icons.cc-ae {
    width: 64px;
    height: 54px;
  }

  .ring-two_icons {
    width: 54px;
    height: 54px;
  }

  .ring-two_icons.cc-green, .ring-two_icons.cc-other-green {
    width: 20px;
    height: 20px;
  }

  .ring-four_icons {
    width: 54px;
    height: 54px;
  }

  .ring-four_icons.cc-green, .ring-four_icons.cc-other-green {
    width: 20px;
    height: 20px;
  }

  .scrollable {
    margin-bottom: 20px;
  }

  .legal-embed {
    width: 90%;
  }

  .nav-logo_container.cc-active {
    padding: 8px 15px 10px;
  }

  .promo-btn_group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-wrapper {
    width: 90%;
  }

  .blog-heading {
    font-size: 40px;
  }

  .blog-featured_image {
    height: 400px;
  }

  .blog-body_content {
    width: 80%;
  }

  .blog-slide_header {
    font-size: 48px;
  }

  .blog-slide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-arrow.cc-prev {
    left: 50px;
  }

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

  .talent-profile_name {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
.timeline-text_wrapper {
  height: 240px;
}

  .c-nav {
    background-color: #0000;
  }

  .c-nav_inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .c-logo {
    z-index: 1;
    width: 130px;
    position: relative;
  }

  .nav-link_wrapper {
    grid-row-gap: 25px;
    background-color: var(--white);
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-right: 0%;
    padding-top: 100px;
    padding-bottom: 40px;
    transition: all .6s;
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    transform: translate(0, -100%);
  }

  .nav-link_wrapper.cc-show {
    transform: translate(0);
  }

  .nav-badge {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-self: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .nav-badge.uc-desktophide {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    display: flex;
  }

  .nav-badge.uc-desktophide.cc-hide {
    display: none;
  }

  .c-hero_inner {
    padding-top: 140px;
  }

  .hero-text_wrapper.cc-inner {
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-text.cc-inner {
    max-width: 500px;
  }

  .hero-text.cc-program {
    width: 500px;
  }

  .hero-text.cc-page-transition {
    width: 500px;
    top: 125px;
  }

  .hero-subtext {
    letter-spacing: normal;
    margin-top: 32px;
  }

  .hero-subtext.cc-inner {
    margin-top: 0;
  }

  .hero-subtext.cc-program {
    min-width: 500px;
  }

  .hero-subtext.cc-team {
    margin-top: 24px;
  }

  .hero-img.cc-bottom, .hero-img.cc-top {
    display: none;
  }

  .hero-img.cc-inner {
    width: auto;
    max-width: 600px;
  }

  .hero-btn_wrapper {
    top: 5px;
  }

  .hero-illustration_path {
    background-image: url('../images/hero-illustration-path-mobile.svg');
    background-size: auto;
    width: 624px;
    height: 300px;
    margin-top: 56px;
  }

  .c-vision {
    margin-top: -180px;
  }

  .c-vision_inner {
    padding: 80px 30px 40px;
    overflow: hidden;
  }

  .section-header {
    font-size: 14px;
  }

  .section-header.cc-article {
    font-size: 12px;
  }

  .h2 {
    font-size: 50px;
  }

  .vision-subtext_wrapper {
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    width: auto;
  }

  .vision-subtext_block {
    max-width: none;
    font-size: 16px;
  }

  .vision-subtext_block.cc-small {
    max-width: none;
  }

  .vision-wrapper {
    margin-bottom: 100px;
  }

  .vision-heading {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .timeline_wrapper {
    flex-flow: column;
  }

  .timeline-header {
    margin-bottom: 44px;
    font-size: 14px;
    position: static;
  }

  .timeline-header.cc-hide-desktop {
    display: block;
  }

  .timeline-year_wrapper {
    border: 1px #000;
    flex-flow: row;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 16px;
    overflow: hidden;
  }

  .timeline-year_block {
    text-align: left;
    border-bottom-style: none;
    flex: none;
    width: 33.3333%;
    min-width: 140px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .timeline-text_block {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0%;
    display: flex;
    background: #fff;
  }

  .timeline-tag {
    padding: 10px 16px;
    font-size: 16px;
    top: -20px;
    left: 0;
  }

  .c-offer_inner {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .offer-text {
    margin-top: 40px;
    font-size: 70px;
  }

  .offer-img.cc-bottom {
    width: 300px;
    height: 176px;
    left: 30px;
    bottom: 0;
  }

  .offer-img.cc-top {
    display: none;
    top: 0;
  }

  .c-courses_inner {
    padding: 60px 30px;
  }

  .courses-header {
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .h3 {
    font-size: 45px;
  }

  .courses-heading {
    margin-top: 24px;
  }

  .courses-header_text {
    width: auto;
    max-width: 600px;
  }

  .courses-wrapper {
    grid-row-gap: 60px;
    flex-flow: column;
    padding-bottom: 32px;
  }

  .courses-accordion_wrapper {
    grid-row-gap: 32px;
    flex: 1;
    width: auto;
    min-width: auto;
  }

  .courses-accordion_block {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 32px;
  }

  .courses-accordion_header {
    grid-row-gap: 24px;
    flex-flow: column;
    align-self: stretch;
    align-items: flex-start;
  }

  .courses-accordion_icon {
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .courses-accordion_icon.cc-inactive {
    padding-left: 14px;
    padding-right: 14px;
  }

  .courses-accordion_content {
    grid-template-rows: 1fr;
    min-width: auto;
    max-width: none;
    max-height: none;
    margin-top: 24px;
    margin-left: 0;
  }

  .courses-accordion_content.cc-expanded {
    margin-top: 24px;
  }

  .courses-accordion_line {
    display: none;
  }

  .courses-video_wrapper {
    flex: 0 auto;
    order: -1;
    width: 100%;
    height: 380px;
  }

  .courses-stats {
    grid-column-gap: 32px;
    width: auto;
    right: 50%;
    transform: translate(50%);
  }

  .courses-stats_inner {
    flex-flow: column;
  }

  .courses-stats_text {
    font-size: 18px;
  }

  .courses-stats_figure {
    font-size: 50px;
  }

  .c-tutors_inner {
    padding: 60px 30px 80px;
  }

  .tutors-header {
    max-width: 400px;
  }

  .tutors-header_tag {
    width: auto;
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .tutors-header_tag.cc-left {
    padding-left: 14px;
    padding-right: 14px;
    left: -80px;
  }

  .tutors-header_tag.cc-right {
    top: 60px;
    right: -50px;
  }

  .tutors-wrapper.swiper-wrapper {
    min-height: 500px;
  }

  .c-testimonials_inner {
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonials-left_block {
    margin-bottom: 54px;
  }

  .testimonials-img_wrapper {
    display: none;
  }

  .testimonials-right_block {
    width: auto;
  }

  .testimonials-title {
    font-size: 32px;
  }

  .testimonials-text, .testimonials-details {
    margin-bottom: 32px;
  }

  .testimonials-content.cc-expanded {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonials-img_block {
    opacity: 1;
    height: 250px;
    position: static;
  }

  .c-partner_inner {
    flex-flow: column;
    align-items: flex-start;
    padding: 40px 30px;
  }

  .c-partner_inner.cc-opportunities {
    text-align: left;
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 30px;
  }

  .partner-logo-wrapper.cc-hide-mobile {
    display: none;
  }

  .partner-logo_block {
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 30px;
  }

  .partner-logo {
    opacity: 1;
    flex: 0 auto;
    max-width: 100px;
  }

  .c-cta_wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .cta-block {
    border-top: 1px solid #0000001a;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-block.cc-opportunity {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cta-block.cc-partner {
    min-height: auto;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-block_img {
    display: none;
  }

  .cta-block_content {
    grid-row-gap: 24px;
    border-right-style: none;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .cta-block_content.cc-partner {
    grid-row-gap: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .cta-link {
    font-size: 18px;
  }

  .c-footer_inner {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-logo {
    height: 30px;
  }

  .footer-newsletter {
    width: 100%;
    margin-top: 60px;
  }

  .footer-form {
    grid-row-gap: 18px;
    background-color: #0000;
    border-style: none;
    flex-flow: column;
    align-items: stretch;
    max-width: 500px;
    padding: 0;
  }

  .c-button.cc-alt {
    padding: 15px 30px;
    font-size: 16px;
  }

  .c-input.cc-subscribe {
    background-color: var(--white);
    border-style: solid;
    border-color: #aee5bf;
    border-radius: 8px;
    width: 100%;
    min-width: auto;
    min-height: 70px;
    padding-left: 24px;
  }

  .footer-form_block {
    flex: 1;
    align-self: stretch;
  }

  .footer-newsletter_text {
    max-width: 300px;
    font-size: 20px;
  }

  .footer-link_container {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    min-width: auto;
  }

  .footer-top_block {
    margin-bottom: 40px;
  }

  .footer-bottom_block {
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .c-talent_inner {
    grid-template-rows: .25fr 1fr .5fr 1fr;
    grid-template-columns: 1fr;
    padding: 60px 30px;
  }

  .h4 {
    font-size: 28px;
  }

  .talent-block {
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .talent-block.cc-two {
    grid-row-gap: 24px;
    text-align: center;
    align-items: center;
  }

  .talent-block.cc-four {
    text-align: center;
    justify-content: center;
    padding-top: 32px;
  }

  .talent-block.cc-three {
    grid-row-gap: 40px;
    text-align: center;
  }

  .talent-logo_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 26px;
  }

  .talent-logo {
    max-height: 24px;
  }

  .talent-testimonial_header {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
  }

  .talent-testimonial_block {
    flex: 0 auto;
    width: auto;
    margin-bottom: 0;
    padding-top: 78px;
  }

  .testimonial-block_details {
    justify-content: center;
  }

  .testimonial-quote_icon {
    left: 50%;
    transform: translate(-50%);
  }

  .talent-img_wrapper {
    width: auto;
  }

  .c-why_inner {
    flex-flow: column;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-left_block {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .why-header {
    grid-row-gap: 24px;
    text-align: center;
    align-items: center;
    max-width: 390px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-slide {
    padding: 40px 24px;
  }

  .why-slider_img {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .why-slider_text {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .why-heading_container {
    flex-flow: row;
    max-width: none;
    overflow: auto;
  }

  .why-heading_block {
    flex: none;
  }

  .c-roi_inner {
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 60px 30px;
  }

  .roi-left_block {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .roi-slider_container {
    width: auto;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .roi-slider {
    margin-top: 56px;
  }

  .roi-slide {
    padding-bottom: 124px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .roi-percent {
    margin-bottom: 24px;
    font-size: 72px;
  }

  .roi-pagination {
    margin-bottom: 12px;
  }

  .roi-slide_info {
    align-self: flex-start;
    width: auto;
    min-width: auto;
  }

  .roi-arrow {
    background-color: var(--white);
    color: var(--green);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: flex;
  }

  .roi-arrow.cc-prev {
    margin-left: 20px;
  }

  .roi-arrow.cc-next {
    left: 95px;
  }

  .roi-arrow.swiper-button-disabled {
    color: var(--white);
    background-color: #fff6;
  }

  .cta-block_inner {
    width: 100%;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 30px;
  }

  .cta-block_text {
    max-height: none;
    margin-top: 24px;
    margin-bottom: 32px;
  }

  .c-impact_inner {
    padding: 60px 30px;
  }

  .impact-header {
    flex-flow: column;
    margin-bottom: 80px;
  }

  .impact-header_text {
    width: auto;
    margin-top: 24px;
  }

  .impact-wrapper {
    grid-row-gap: 48px;
    flex-flow: column;
    margin-bottom: 48px;
  }

  .impact-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 1px solid #0000001a;
    flex-flow: column;
    padding-bottom: 48px;
  }

  .impact-stats_block {
    background-color: var(--dark-green);
    color: var(--white);
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    min-height: auto;
    padding-bottom: 34px;
  }

  .impact-stats_text {
    color: var(--white);
  }

  .impact-icon_wrapper {
    align-self: center;
    margin-right: 24px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .impact-icon {
    max-width: 62px;
    height: 40px;
  }

  .impact-content_block {
    max-width: none;
    display: block;
  }

  .impact-content_block.cc-active {
    max-width: none;
    padding-left: 0;
  }

  .impact-content_img {
    display: none;
  }

  .impact-cta_block {
    grid-row-gap: 32px;
    border-top-style: none;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
  }

  .hero-content {
    max-width: 500px;
  }

  .hero-ring {
    width: 62px;
    height: 70px;
    top: -12px;
    bottom: auto;
  }

  .hero-ring.cc-two {
    width: 94px;
    height: 106px;
    top: -30px;
    bottom: auto;
  }

  .hero-ring.cc-three {
    top: -73px;
    bottom: auto;
  }

  .hero-ring.cc-four {
    top: -179px;
    bottom: auto;
  }

  .vision-img_wrapper {
    width: 100vw;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 60px;
  }

  .vision-img {
    background-size: cover;
  }

  .c-change_inner {
    padding: 60px 30px 150px;
  }

  .change-header {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }

  .change-wrapper {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .change-llist_wrapper {
    width: auto;
    max-width: none;
  }

  .change-list_block {
    grid-column-gap: 24px;
    margin-top: 0;
  }

  .change-list_number {
    width: 85px;
  }

  .change-list_icon {
    width: 40px;
    height: 40px;
  }

  .change-text {
    width: auto;
  }

  .c-po1_inner {
    padding-bottom: 60px;
  }

  .po1-text_container {
    grid-row-gap: 40px;
    flex-flow: column;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .po1-logo {
    width: 250px;
  }

  .po1-img_flex {
    grid-column-gap: 16px;
    padding-right: 16px;
  }

  .po1-img {
    width: 100px;
    height: 100px;
  }

  .c-legacy_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .legacy-header {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .legacy-testimonial_block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 5fr 1fr;
    padding: 26px 30px;
  }

  .legacy-img_block, .legacy-audio {
    display: none;
  }

  .c-info_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-text_block {
    width: 100%;
  }

  .info-img_block {
    display: none;
  }

  .program-h1 {
    font-size: 60px;
  }

  .program-wrapper {
    height: auto;
  }

  .program-text_wrapper {
    z-index: 3;
    background-color: var(--green);
    width: 100%;
    min-width: auto;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
    transform: none;
  }

  .podium-top {
    background-position: 50% 100%;
    background-size: 100%;
    width: 100%;
    height: 320px;
  }

  .podium-bottom {
    display: none;
  }

  .c-program_inner {
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .program-img_block {
    flex: 0 auto;
    width: 100%;
  }

  .program-left_block {
    grid-row-gap: 24px;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .program-list {
    grid-row-gap: 32px;
  }

  .program-list_item {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 32px;
  }

  .program-list_no {
    display: none;
  }

  .program-block_inner {
    width: 86%;
  }

  .c-requirements_inner {
    padding: 60px 30px;
  }

  .requirements-header {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .requirements-header_text {
    max-width: none;
  }

  .requirements-header_heading {
    max-width: 320px;
  }

  .requirements-wrapper {
    height: auto;
    margin-bottom: 50px;
  }

  .requirements-accordion_wrapper {
    width: 100%;
  }

  .requirements-img_wrapper {
    display: none;
  }

  .requirements-prompt {
    grid-column-gap: 16px;
    padding: 24px;
  }

  .requirements-prompt_icon {
    width: 24px;
    height: 24px;
  }

  .c-structure_inner {
    padding: 60px 30px;
  }

  .structure-header {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 48px;
  }

  .structure-heading {
    max-width: 300px;
  }

  .structure-wrapper {
    flex-flow: column;
    justify-content: space-between;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .structure-text_wrapper {
    width: auto;
    max-width: 450px;
    font-size: 24px;
  }

  .structure-slider {
    width: 100%;
    max-width: none;
    margin-top: 114px;
    padding-left: 20px;
    position: static;
    transform: none;
  }

  .structure-slide {
    width: 300px;
  }

  .structure-slide_name {
    font-size: 20px;
  }

  .structure-arrow {
    color: var(--white);
    background-color: #999;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    top: 200px;
    bottom: auto;
  }

  .structure-arrow.cc-prev {
    left: 30px;
  }

  .structure-arrow.cc-next {
    left: 85px;
  }

  .structure-arrow.cc-active {
    background-color: var(--green);
    color: var(--white);
  }

  .footer-cta {
    padding-top: 60px;
  }

  .footer-cta_text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-header_inner {
    text-align: center;
    padding: 150px 30px 48px;
  }

  .tab-link {
    margin-left: -8px;
    padding: 16px 20px;
    font-size: 18px;
  }

  .tab-menu {
    margin-bottom: 60px;
  }

  .c-news_inner {
    padding-bottom: 48px;
  }

  .article-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .article-block {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .article-img {
    width: 100%;
    max-width: none;
    height: 30vw;
  }

  .article-details {
    grid-row-gap: 16px;
    max-width: none;
  }

  .article-link {
    font-size: 14px;
  }

  .article-details_wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .article-link_icon {
    width: 18px;
    height: 18px;
  }

  .press-wrapper {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .press-grid {
    height: 100%;
    padding-top: 24px;
  }

  .press-img {
    height: 30vw;
  }

  .press-logo {
    max-width: 180px;
    height: 60px;
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .application-info_wrapper {
    grid-column-gap: 32px;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
  }

  .c-application_inner {
    padding: 60px 30px;
  }

  .application-header {
    grid-row-gap: 28px;
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .application-wrapper {
    grid-row-gap: 45px;
  }

  .application-accordion_header {
    padding-bottom: 24px;
  }

  .application-accordion_header.cc-active {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .application-accordion_content.cc-expanded {
    margin-top: 32px;
      padding-top: 40px;
  padding-bottom: 40px;
  }

  .application-accordion_inner {
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .application-accordion_flex {
    grid-column-gap: 12px;
    font-size: 14px;
  }

  .application-accordion_bullet {
    width: 24px;
    height: 24px;
  }

  .application-accordion_text {
    font-size: 32px;
  }

  .application-accordion_text.uc-desktophide {
    display: flex;
  }

  .batch {
    padding: 10px 14px;
    font-size: 12px;
  }

  .c-contact_inner {
    grid-row-gap: 56px;
    flex-flow: column;
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-left_block {
    width: auto;
    max-width: none;
  }

  .contact-header {
    grid-row-gap: 24px;
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 50px;
  }

  .contact-right_block {
    width: auto;
  }

  .contact-img_block {
    border-radius: 230px;
    max-width: 600px;
    height: 200px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-selection_inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .selection-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .selection-text_block, .selection-list_block {
    width: 100%;
  }

  .selection-list {
    width: 82%;
  }

  .selection-list_icon {
    width: 18px;
    height: auto;
  }

  .selection-text {
    width: 82%;
  }

  .empty-illustration {
    left: 50%;
    transform: translate(-50%);
  }

  .empty-illustration_heading {
    font-size: 36px;
  }

  .offer-illustration {
    width: 767px;
  }

  .socket-img.cc-left {
    width: 80px;
    height: 70px;
    margin-left: -30px;
    top: 46px;
    left: 40%;
  }

  .socket-img.cc-right {
    width: 100px;
    height: 55px;
    top: 49px;
    right: 42%;
  }

  .social-link_wrapper {
    flex-flow: wrap;
    align-items: center;
  }

  .info-email_wrapper {
    grid-column-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
  }

  .why-slider_container {
    width: auto;
  }

  .why-heading_text {
    padding-right: 32px;
    font-size: 20px;
  }

  .h1 {
    font-size: 60px;
  }

  .uc-desktophide {
    display: block;
  }

  .uc-mobilehide {
    display: none;
  }

  .application-info_date {
    font-size: 24px;
  }

  .application-open_date {
    font-size: 42px;
  }

  .nav-hamburger {
    background-color: #f6f6f6;
    border-radius: 43px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 32px;
    padding-top: 3.5px;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
  }

  .tutors-block {
    width: 40%;
  }

  .tutors-block.swiper-slide-active {
    width: 50%;
  }

  .testimonials-block_inner {
    grid-column-gap: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .testimonials-block_inner.cc-active {
    border-bottom: 1px solid var(--white);
    padding-bottom: 24px;
  }

  .testimonials-icon {
    display: block;
  }

  .partner-logo_container {
    margin-top: 32px;
    margin-left: 0;
  }

  .article-title {
    font-size: 26px;
  }

  .c-divider.cc-blog {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timeline-slider {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .timeline-slider_wrapper {
    width: 100%;
    margin-bottom: 48px;
    display: flex;
  }

  .timeline-slide {
    flex: none;
    width: 100%;
    padding-top: 60px;
    position: relative;
  }

  .timeline-header_wrapper {
    display: none;
  }

  .timeline-slider_arrow {
    grid-column-gap: 32px;
    justify-content: center;
    padding-top: 48px;
    display: flex;
  }

  .timeline-arrow {
    color: var(--black);
    width: 26px;
    height: 26px;
    transition: color .4s;
    overflow: hidden;
  }

  .timeline-arrow.swiper-button-disabled {
    color: var(--grey);
  }

  .application-accordion_icon {
    width: 24px;
    height: 24px;
  }

  .c-popup {
    padding: 24px 5vw 50px;
  }

  .c-popup_inner {
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .popup-header {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .popup-close {
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    top: 30px;
    right: 8vw;
  }

  .popup-close_icon {
    width: 18px;
    height: 18px;
  }

  .legacy-title {
    font-size: 16px;
  }

  .impact-content_inner {
    min-width: auto;
  }

  .change-heading {
    max-width: 400px;
  }

  .nav-close_btn {
    z-index: 2000;
    grid-column-gap: 6px;
    background-color: var(--grey-background);
    border-radius: 50px;
    align-items: center;
    padding: 12px 22px;
    font-size: 14px;
    display: flex;
    position: absolute;
    inset: 24px 30px auto auto;
  }

  .close-btn_icon {
    background-image: url('../images/x-4.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .talent-testimonial_subtext {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .legacy-name {
    font-size: 28px;
  }

  .border-line {
    left: 30px;
    right: 30px;
  }

  .nav-hamburger_line {
    display: none;
  }

  .vision-text {
    max-width: 362px;
  }

  .vision-text.cc-sm {
    max-width: 322px;
  }

  .timeline-text_inner {
    max-width: 350px;
    margin-left: 0;
  }

  .timeline-pagination {
    background-color: #9999994d;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .team-accordion {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-accordion_header {
    padding-bottom: 24px;
  }

  .team-accordion_header.cc-active {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .team-accordion_text {
    font-size: 32px;
  }

  .team-accordion_text.uc-desktophide {
    display: flex;
  }

  .team-accordion_icon {
    width: 24px;
    height: 24px;
  }

  .team-accordion_content.cc-expanded {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .tutor-image {
    height: 40vw;
  }

  .tutor-details {
    font-size: 12px;
  }

  .tutor-details_name {
    margin-bottom: 12px;
    font-size: 18px;
    overflow: hidden;
  }

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

  .team-accordion_inner.cc-guest {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .c-guest_tutor {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .guest-tutor_image {
    height: 40vw;
  }

  .program-mgt_header {
    grid-row-gap: 24px;
    text-align: center;
    align-items: center;
    max-width: 390px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .legal-inner {
    padding-bottom: 48px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .popup-logo {
    width: 200px;
    height: 50px;
  }

  .ring-two_icon {
    width: 18px;
    height: 18px;
  }

  .ring-one_icons {
    width: 40px;
    height: 40px;
  }

  .ring-one_icons.cc-figma {
    display: none;
  }

  .ring-one_icons.cc-green, .ring-one_icons.cc-other-green {
    width: 18px;
    height: 18px;
  }

  .hero-ring_outer {
    width: 350px;
    height: 600px;
  }

  .hero-ring_outer.cc-four {
    border-top-left-radius: 350.79px;
    border-top-right-radius: 350.79px;
    width: 701.58px;
    height: 788.22px;
    top: 62px;
  }

  .hero-ring_outer.cc-five {
    border-top-left-radius: 395.72px;
    border-top-right-radius: 395.72px;
    width: 791.43px;
    height: 889.16px;
    top: 12px;
  }

  .hero-ring_outer.cc-two {
    border-top-left-radius: 260.66px;
    border-top-right-radius: 260.66px;
    width: 521.31px;
    height: 585.68px;
    top: 163px;
  }

  .hero-ring_outer.cc-three {
    border-top-left-radius: 302.77px;
    border-top-right-radius: 302.77px;
    width: 605.54px;
    height: 680.31px;
    display: none;
    top: 115.95px;
  }

  .hero-ring_outer.cc-one {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
  }

  .ring-three_icons {
    width: 18px;
    height: 18px;
  }

  .ring-three_icons.cc-ai, .ring-three_icons.cc-ae, .ring-three_icons.cc-webflow, .ring-two_icons {
    width: 40px;
    height: 40px;
  }

  .ring-two_icons.cc-figma {
    display: block;
  }

  .ring-two_icons.cc-green, .ring-two_icons.cc-other-green {
    width: 18px;
    height: 18px;
  }

  .ring-two_icons.cc-ai {
    display: block;
  }

  .ring-four_icons {
    width: 40px;
    height: 40px;
  }

  .ring-four_icons.cc-green, .ring-four_icons.cc-other-green {
    width: 18px;
    height: 18px;
  }

  .ring-four_icons.cc-ai {
    display: block;
  }

  .scrollable {
    margin-bottom: 16px;
  }

  .legal-embed {
    width: auto;
  }

  .nav-logo_container.cc-active {
    padding-top: 5px;
    padding-bottom: 8px;
  }

  .nav-logo_block.cc-active {
    margin-left: -118px;
  }

  .promo-btn_group.cc-rules {
    margin-top: 16px;
  }

  .blog-wrapper {
    padding-top: 140px;
  }

  .c-breadcrumb {
    flex-flow: column;
  }

  .blog-date {
    margin-bottom: 26px;
  }

  .blog-featured_image {
    width: 95%;
    height: 50vw;
    margin-bottom: 45px;
  }

  .blog-body_content {
    width: 92%;
  }

  .blog-slider_wrapper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .blog-slide {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .blog-arrow {
    background-color: var(--black);
    color: var(--white);
    border-radius: 50%;
    height: 40px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-arrow.cc-prev {
    left: 30px;
  }

  .blog-arrow.cc-next {
    left: 85px;
  }

  .blog-arrow.cc-active {
    background-color: var(--green);
    color: var(--white);
  }

  .blog-slide_arrows {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .talent-details.cc-active {
    padding-top: 22px;
  }
}

@media screen and (max-width: 479px) {

  .timeline-text_wrapper {
  height: 308px;
}
  .c-nav_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-hero_inner {
    padding-top: 120px;
  }

  .hero-text_wrapper.cc-inner {
    margin-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-text.cc-program {
    width: 300px;
  }

  .hero-text.cc-page-transition {
    width: 300px;
    top: 91px;
  }

  .hero-subtext {
    max-width: 305px;
  }

  .hero-subtext.cc-program {
    min-width: 260px;
    max-width: 250px;
  }

  .hero-subtext.cc-team {
    max-width: 300px;
  }

  .hero-img.cc-inner {
    height: 162px;
  }

  .c-vision_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .h2 {
    font-size: 40px;
  }

  .timeline-year_block {
    min-width: auto;
    font-size: 14px;
  }

  .timeline-text_block {
    font-size: 32px;
  }

  .timeline-tag {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .c-offer_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .offer-text {
    font-size: 48px;
  }

  .offer-img.cc-bottom {
    width: 278px;
    height: 162px;
  }

  .c-courses_inner {
    padding: 40px 5vw;
  }

  .h3 {
    font-size: 40px;
  }

  .courses-header_text {
    min-width: auto;
  }

  .courses-video_wrapper {
    min-height: 370px;
  }

  .courses-stats {
    grid-column-gap: 20px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .courses-stats_text {
    font-size: 14px;
  }

  .courses-stats_figure {
    font-size: 32px;
  }

  .c-tutors_inner {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tutors-header {
    max-width: 300px;
  }

  .tutors-header_tag {
    font-size: 10px;
  }

  .tutors-header_tag.cc-left {
    top: 96px;
    left: -14px;
  }

  .tutors-header_tag.cc-right {
    right: -41px;
  }

  .c-testimonials_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .testimonials-title {
    font-size: 24px;
  }

  .c-partner_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-partner_inner.cc-opportunities {
    padding-left: 5vw;
  }

  .cta-block, .c-footer_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-logo {
    height: 24px;
  }

  .c-button.cc-green {
    width: 100%;
  }

  .footer-newsletter_text {
    max-width: 280px;
    font-size: 18px;
  }

  .footer-link_container {
    grid-row-gap: 30px;
    justify-content: space-between;
  }

  .c-talent_inner {
    grid-template-rows: .25fr .95fr .75fr 1fr;
    padding: 40px 5vw;
  }

  .h4 {
    font-size: 24px;
  }

  .talent-logo {
    max-height: 20px;
  }

  .talent-testimonial_block {
    min-width: auto;
    padding-left: 36px;
    padding-right: 26px;
  }

  .c-why_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .why-left_block {
    padding-top: 40px;
  }

  .why-slide {
    padding: 32px 18px;
  }

  .why-slider_img {
    height: 200px;
  }

  .why-slider_text {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .c-roi_inner {
    padding: 40px 5vw 50px;
  }

  .roi-left_block {
    font-size: 40px;
  }

  .roi-pagination_text {
    font-size: 14px;
  }

  .c-impact_inner {
    padding: 40px 5vw;
  }

  .impact-header {
    margin-bottom: 60px;
  }

  .impact-wrapper {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .impact-block {
    padding-bottom: 40px;
  }

  .hero-content {
    max-width: 350px;
  }

  .c-change_inner {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .change-header {
    margin-bottom: 40px;
  }

  .change-list_block {
    grid-column-gap: 18px;
  }

  .c-po1_inner {
    padding-top: 40px;
  }

  .po1-text_container {
    margin-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .po1-text_wrapper {
    align-items: stretch;
  }

  .po1-img {
    width: 80px;
    height: 80px;
  }

  .c-legacy_inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .legacy-header {
    margin-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .legacy-testimonial_block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-info_inner {
    padding: 40px 5vw;
  }

  .info-text_block {
    align-items: stretch;
  }

  .program-h1 {
    font-size: 48px;
  }

  .podium-top {
    height: 180px;
  }

  .c-program_inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .program-img_block {
    height: 200px;
  }

  .c-requirements_inner {
    padding: 40px 5vw;
  }

   .application-accordion_content.cc-expanded {
    margin-top: 32px;
      padding-top: 32px;
  padding-bottom: 32px;
  }


  .requirements-header {
    margin-bottom: 40px;
  }

  .requirements-prompt_icon {
    width: 18px;
  }

  .c-structure_inner {
    padding: 40px 5vw;
  }

  .structure-header {
    margin-bottom: 40px;
  }

  .structure-wrapper {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .structure-text_wrapper {
    max-width: 300px;
    font-size: 18px;
  }

  .structure-slide_name {
    font-size: 18px;
  }

  .structure-arrow {
    top: 160px;
  }

  .footer-cta {
    padding-top: 40px;
  }

  .footer-cta_text {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .c-header_inner {
    padding: 110px 5vw 40px;
  }

  .tab-link {
    font-size: 16px;
  }

  .tab-link.cc-legal {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

   .tab-link.cc-legal.cc-current{
    background-color: #084418;
  }

  .tab-menu {
    margin-bottom: 40px;
  }

  .article-wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .article-img {
    height: 40vw;
  }

  .press-wrapper {
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .press-grid {
    padding-top: 12px;
  }

  .press-img {
    height: 140px;
  }

  .press-logo {
    max-width: 120px;
    height: 40px;
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .application-info_wrapper {
    grid-column-gap: 24px;
    max-width: 320px;
  }

  .application-info_block {
    font-size: 12px;
  }

  .c-application_inner {
    padding: 40px 5vw;
  }

  .application-header {
    margin-bottom: 40px;
  }

  .application-wrapper {
    grid-row-gap: 40px;
  }

  .application-accordion_header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .application-accordion_inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .application-accordion_flex {
    grid-column-gap: 8px;
  }

  .application-accordion_bullet {
    width: 18px;
    height: auto;
  }

  .application-accordion_text {
    font-size: 24px;
  }

  .batch {
    margin-left: 8px;
    padding: 8px 12px;
    font-size: 10px;
  }

  .c-contact_inner {
    padding-top: 110px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .contact-img_block {
    height: 160px;
  }

  .c-selection_inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .selection-list_item {
    grid-column-gap: 8px;
  }

  .selection-text {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .empty-illustration {
    background-size: cover;
    width: 580px;
    height: 460px;
  }

  .empty-illustration_text {
    max-width: 220px;
    bottom: 96px;
    left: 48%;
  }

  .empty-illustration_heading {
    font-size: 30px;
  }

  .offer-illustration {
    width: 479px;
  }

  .socket-img.cc-left {
    width: 60px;
    height: 50px;
    top: 24px;
  }

  .socket-img.cc-right {
    width: 70px;
    top: 19px;
    right: 39%;
  }

  .info-email_wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .why-heading_text {
    font-size: 16px;
  }

  .h1 {
    font-size: 48px;
  }

  .application-info_date {
    font-size: 18px;
  }

  .application-open_date {
    font-size: 32px;
  }

  .tutors-block {
    width: 80%;
  }

  .tutors-block.swiper-slide-active {
    width: 90%;
  }

  .tutors-img_block {
    height: 250px;
  }

  .article-title {
    font-size: 18px;
  }

  .legacy-title {
    font-size: 14px;
  }

  .change-heading {
    max-width: 350px;
  }

  .nav-close_btn {
    right: 5vw;
  }

  .tutors-block_details {
    padding-top: 25px;
    font-size: 12px;
  }

  .tutor-name {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .legacy-name {
    font-size: 24px;
  }

  .border-line {
    left: 5vw;
    right: 5vw;
  }

  .vision-text {
    max-width: 290px;
  }

  .vision-text.cc-sm {
    max-width: 264px;
  }

  .team-accordion {
    margin-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .team-accordion_text {
    font-size: 24px;
  }

  .c-tutor {
    border-bottom: 1px solid #0003;
    border-radius: 0;
    padding-bottom: 40px;
  }

  .tutor-image {
    height: 50vw;
  }

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

  .legal-inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .popup-logo {
    width: 170px;
  }

  .nav-logo_block.cc-active {
    margin-left: -117px;
  }

  .promo-btn_group {
    flex-flow: column;
  }

  .promo-group_text, .submit-group_text {
    max-width: none;
  }

  .blog-slide_header {
    margin-bottom: 40px;
    font-size: 38px;
  }

  .blog-arrow {
    padding-bottom: 8px;
    top: 160px;
  }

  .blog-slide_arrows {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .talent-profile_img {
    width: 92px;
    height: 126px;
    margin-right: 12px;
  }

  .talent-profile_inner {
    font-size: 12px;
  }

  .talent-profile_name {
    font-size: 18px;
  }

  .talent-profile_flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .rating {
    width: 12px;
    height: 12px;
  }

  .talent-btn {
    padding: 5px 6px;
    font-size: 12px;
  }

  .talent-btn_icon {
    width: 16px;
    height: 16px;
  }

  .talent-btn_arrow {
    width: 12px;
    height: 12px;
  }

  .talent-profile_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .talent-details {
    padding-left: 16px;
    padding-right: 16px;
  }

  .talent-details.cc-active {
    padding-top: 10px;
  }

  .talent-details_bio {
    margin-bottom: 20px;
  }
}

#w-node-_756ba79f-cae0-d869-3d4a-b378e1b5f2ba-5af9a469, #w-node-_902dc59f-f007-ea01-55e6-264699ee67f2-5af9a469 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a239716b-4b51-f3bb-3c78-4e7871f8e75e-ef93950b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_77902e35-19e7-4485-7b1b-b726a944d6b6-ef93950b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba62ffb-f212-c025-0d20-01d1c19c1dfe-ef93950b {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a39cc915-cd06-d1f3-f4a4-3b93509dfe2c-ef93950b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_067b04f0-8bcc-7de5-a35e-74772390bf95-a44533e3, #w-node-c383e72c-8d16-747e-ddf8-59e74c464f86-a44533e3, #w-node-ad9ab31e-6e23-52e0-90e0-abcaff3a0942-a44533e3, #w-node-cc8cca84-5aa6-40d4-82a4-c256a1e888a9-a44533e3, #w-node-dc53e818-9423-e58a-5777-11dc9c7bb43b-a44533e3 {
  justify-self: end;
}

#w-node-_02d984b3-efe5-0e90-654d-c2dbef51d32b-93d8c466, #w-node-d7e6cac2-0cb7-6099-b327-6d249d8574b1-93d8c466, #w-node-_8a139718-a50e-9c23-a055-65b2852112d6-93d8c466, #w-node-_8a139718-a50e-9c23-a055-65b2852112de-93d8c466, #w-node-_61374c75-e816-c66a-4e89-b318eb0c2258-93d8c466, #w-node-_61374c75-e816-c66a-4e89-b318eb0c2260-93d8c466, #w-node-_17f76566-4ee7-7e94-c668-ce084524ae8d-93d8c466, #w-node-_17f76566-4ee7-7e94-c668-ce084524ae95-93d8c466, #w-node-_3d5e5f71-a8d7-f155-df23-326bd8f17499-93d8c466, #w-node-_3d5e5f71-a8d7-f155-df23-326bd8f174a1-93d8c466, #w-node-_6b1655a6-f629-acd2-12fa-fcd0f67a4d36-93d8c466, #w-node-_5e99837d-e945-2f7d-38b6-9fce1dfd7ab7-93d8c466, #w-node-_7253f673-958a-85b5-72b7-37648343cbab-0b6dd513 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_281a124b-6c2c-f1fa-8b2b-daba33f3c1ec-0b6dd513 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: auto;
}

#w-node-a239716b-4b51-f3bb-3c78-4e7871f8e75e-7f5e0e6a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_77902e35-19e7-4485-7b1b-b726a944d6b6-7f5e0e6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba62ffb-f212-c025-0d20-01d1c19c1dfe-7f5e0e6a {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-a39cc915-cd06-d1f3-f4a4-3b93509dfe2c-7f5e0e6a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d7e6cac2-0cb7-6099-b327-6d249d8574b1-93d8c466, #w-node-_8a139718-a50e-9c23-a055-65b2852112de-93d8c466, #w-node-_61374c75-e816-c66a-4e89-b318eb0c2260-93d8c466, #w-node-_17f76566-4ee7-7e94-c668-ce084524ae95-93d8c466, #w-node-_3d5e5f71-a8d7-f155-df23-326bd8f174a1-93d8c466 {
    grid-row-start: 2;
  }

  #w-node-_5e99837d-e945-2f7d-38b6-9fce1dfd7ab7-93d8c466 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a239716b-4b51-f3bb-3c78-4e7871f8e75e-ef93950b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_77902e35-19e7-4485-7b1b-b726a944d6b6-ef93950b {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2ba62ffb-f212-c025-0d20-01d1c19c1dfe-ef93950b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a39cc915-cd06-d1f3-f4a4-3b93509dfe2c-ef93950b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-bd30d595-0857-070c-edb9-0a311c24eb5b-a44533e3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bd30d595-0857-070c-edb9-0a311c24eb5c-a44533e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_067b04f0-8bcc-7de5-a35e-74772390bf95-a44533e3 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-c3b9dcfb-8043-011d-409b-63f9dbf725c4-a44533e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c383e72c-8d16-747e-ddf8-59e74c464f86-a44533e3 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-ad9ab31e-6e23-52e0-90e0-abcaff3a093e-a44533e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ad9ab31e-6e23-52e0-90e0-abcaff3a0942-a44533e3 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-cc8cca84-5aa6-40d4-82a4-c256a1e888a5-a44533e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cc8cca84-5aa6-40d4-82a4-c256a1e888a9-a44533e3 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-dc53e818-9423-e58a-5777-11dc9c7bb437-a44533e3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dc53e818-9423-e58a-5777-11dc9c7bb43b-a44533e3 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-a239716b-4b51-f3bb-3c78-4e7871f8e75e-7f5e0e6a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_77902e35-19e7-4485-7b1b-b726a944d6b6-7f5e0e6a {
    order: -9999;
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2ba62ffb-f212-c025-0d20-01d1c19c1dfe-7f5e0e6a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a39cc915-cd06-d1f3-f4a4-3b93509dfe2c-7f5e0e6a {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ba62ffb-f212-c025-0d20-01d1c19c1dfe-ef93950b, #w-node-_2ba62ffb-f212-c025-0d20-01d1c19c1dfe-7f5e0e6a {
    grid-area: 2 / 1 / 3 / 3;
  }
}


@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}