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

@font-face {
  font-family: Twklausanne;
  src: url('../fonts/TWKLausanne-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: black;
  --white: white;
  --green: #29d984;
}

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80rem;
  font-weight: 500;
  line-height: 1;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56rem;
  font-weight: 500;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40rem;
  font-weight: 500;
  line-height: 1;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

.global-styles {
  display: none;
}

.main {
  position: relative;
  overflow: hidden;
}

.hero {
  background-color: var(--black);
  color: #fff;
  position: relative;
}

.hero__wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1600px;
  height: 100vh;
  min-height: 800rem;
  max-height: 1000rem;
  margin-left: auto;
  margin-right: auto;
  padding: 200rem 80rem;
  display: flex;
  position: relative;
}

.hero__headline {
  z-index: 1;
  grid-row-gap: 48rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero__para {
  width: 765rem;
}

.text-1 {
  letter-spacing: .01em;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.4;
}

.header {
  z-index: 3;
  background-color: var(--black);
  color: var(--white);
  position: absolute;
  inset: 0% 0% auto;
}

.header__wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  height: 136rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80rem;
  padding-right: 80rem;
  display: flex;
}

.header__menu {
  grid-column-gap: 40rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: var(--black);
  background-color: #29d984;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 64rem;
  padding: 23rem 40rem 25rem;
  display: flex;
}

.button.button--small {
  height: 56rem;
  padding: 19rem 32rem 21rem;
}

.button.button--text {
  background-color: #0000;
  border-radius: 0;
  height: auto;
  padding: 0;
  position: relative;
}

.button.button--white {
  background-color: #fff;
}

.button.button--round {
  border-radius: 2rem;
}

.header__logo-image {
  width: 198rem;
  height: 56rem;
}

.text--button {
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 13rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.about {
  color: var(--black);
}

.about__wrapper {
  grid-row-gap: 96rem;
  flex-direction: column;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 160rem 80rem;
  display: flex;
}

.about__headline {
  grid-column-gap: 136rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 487rem;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.about__list {
  grid-column-gap: 40rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.caption {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.2;
}

.about__heading {
  grid-row-gap: 24rem;
  flex-direction: column;
  display: flex;
}

.text-2 {
  letter-spacing: .01em;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.4;
}

.about__item {
  grid-row-gap: 56rem;
  border: 2rem solid var(--white);
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  padding: 56rem;
  display: flex;
}

.about__item-headline {
  grid-row-gap: 24rem;
  flex-direction: column;
  display: flex;
}

.about__item-icon {
  width: 48rem;
  height: 48rem;
}

.about__item-info {
  grid-row-gap: 54rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text--button_big {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1.2;
}

.program {
  background-color: #29d984;
  position: relative;
}

.program__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160rem;
  padding-bottom: 160rem;
  display: flex;
  position: relative;
}

.program__content {
  grid-row-gap: 48rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 880rem;
  display: flex;
}

.program__headline {
  grid-row-gap: 24rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.program__info {
  grid-row-gap: 48rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.program__para {
  width: 645rem;
}

.services__wrapper {
  grid-row-gap: 96rem;
  flex-direction: column;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 160rem 80rem;
  display: flex;
}

.services__headline {
  grid-row-gap: 24rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 970rem;
  display: flex;
}

.services__list-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.services__item {
  text-align: center;
  cursor: default;
  background-color: #fff;
  border-radius: 2rem;
  height: 320rem;
  position: relative;
  overflow: hidden;
}

.services__item-icon {
  width: 80rem;
  height: 80rem;
}

.services__item-title {
  position: relative;
}

.services__item-front {
  grid-row-gap: 16rem;
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 64rem;
  padding-right: 64rem;
  display: flex;
}

.sub {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 16rem;
  font-weight: 600;
  line-height: 1;
}

.services__item-numb {
  display: inline-block;
  transform: translate(20%, -100%);
}

.services__item-back {
  grid-row-gap: 24rem;
  background-color: #29d984;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 52rem;
  padding-right: 52rem;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.services__styles {
  display: none;
}

.footer {
  background-color: var(--white);
  border-bottom: 8rem solid #29d984;
}

.footer__wrapper {
  grid-row-gap: 160rem;
  flex-direction: column;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 120rem 80rem 56rem;
  display: flex;
}

.footer__details, .footer__menu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 480rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer__menu-navigation {
  grid-row-gap: 32rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__logo-image {
  width: 198rem;
  height: 56rem;
}

.footer__social {
  grid-column-gap: 24rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  display: grid;
}

.footer__social-image {
  width: 32rem;
  height: 32rem;
}

.footer__menu-link {
  cursor: pointer;
  overflow: hidden;
}

.footer__menu-link-arrow {
  width: 24rem;
  height: 24rem;
}

.footer__menu-link-wrap {
  grid-column-gap: 16rem;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
}

.footer__styles {
  display: none;
}

.contact {
  background-color: var(--black);
  color: var(--white);
  overflow: hidden;
}

.contact__wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160rem;
  padding-bottom: 160rem;
  display: flex;
  position: relative;
}

.contact__para {
  width: 580rem;
}

.contact__info {
  grid-row-gap: 48rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact__headline {
  grid-row-gap: 24rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact__content {
  z-index: 1;
  grid-row-gap: 48rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 924rem;
  display: flex;
  position: relative;
}

.process.hide {
  display: none;
}

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

.process__headline-wrapper {
  background-color: var(--white);
  justify-content: flex-end;
  display: flex;
}

.process__list-wrapper {
  background-color: var(--black);
  color: var(--white);
  display: flex;
}

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

.process__headline {
  grid-row-gap: 40rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding: 190rem 120rem 80rem 80rem;
  display: flex;
}

.process__para {
  width: 506rem;
}

.process__info {
  grid-row-gap: 40rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.process__headline-title {
  grid-row-gap: 24rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.process__content {
  grid-row-gap: 40rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.process__item {
  cursor: pointer;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 16rem;
  padding-left: 64rem;
  padding-right: 64rem;
}

.process__item-trigger {
  grid-column-gap: 48rem;
  align-items: center;
  padding-top: 64rem;
  padding-bottom: 48rem;
  display: flex;
}

.process__item-dropdown-wrap {
  max-width: 672px;
  height: 0;
  overflow: hidden;
}

.process__item-dropdown {
  padding-bottom: 48rem;
  padding-left: 64rem;
}

.process__item-icon {
  background-color: var(--white);
  width: 16rem;
  height: 16rem;
}

.process__item-title {
  position: relative;
}

.hero__scripts {
  display: none;
}

.hero__shape-bg {
  width: 383rem;
  height: 381rem;
}

.hero__shape {
  z-index: 0;
  position: absolute;
  inset: auto 50% 48rem auto;
  transform: translate(50%);
}

.hero__shape-cta {
  cursor: pointer;
  border: 2rem solid #29d9844d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48rem;
  height: 48rem;
  transition: border-color .3s;
  display: flex;
}

.hero__shape-cta-icon {
  width: 16rem;
  height: 16rem;
}

.about__styles {
  display: none;
}

.button__underline {
  background-color: var(--black);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto -2rem 0%;
}

.program__corner {
  width: 324rem;
  height: 324rem;
  position: absolute;
  top: 20rem;
  right: 20rem;
}

.program__corner.program__corner--2 {
  inset: auto auto 20rem 20rem;
}

.program__corner.program__corner--1 {
  inset: 20rem 20rem auto auto;
  transform: rotate(180deg);
}

.header__menu-link {
  position: relative;
}

.header__styles {
  display: none;
}

.header__menu-underline {
  background-color: var(--green);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto -2rem 50%;
  transform: translate(-50%);
}

.process__styles, .process__scripts {
  display: none;
}

.contact__ripple-wrap {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300rem;
  height: 1300rem;
  display: flex;
  position: absolute;
  bottom: 0%;
  transform: translate(0, 111rem)translate(0, 50%);
}

.contact__ripple {
  border: 1rem solid #29d984;
  border-radius: 100%;
  width: 394rem;
  height: 394rem;
  position: absolute;
}

.contact__ripple.contact__ripple--1 {
  transform: scale(.5);
}

.contact__ripple.contact__ripple--2 {
  opacity: .8;
  transform: scale(1);
}

.contact__ripple.contact__ripple--3 {
  opacity: .5;
  transform: scale(1.65);
}

.contact__ripple.contact__ripple--4 {
  opacity: .35;
  transform: scale(2.28);
}

.contact__ripple.contact__ripple--5 {
  opacity: .2;
  transform: scale(2.86);
}

.contact__scripts, .global-scripts {
  display: none;
}

.header__navigation {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.services__scripts, .burger, .header__scripts {
  display: none;
}

.hero__shape-bg--mobile {
  width: 383rem;
  height: 381rem;
  display: none;
}

.partners {
  background-color: var(--white);
}

.partners__wrapper {
  grid-row-gap: 96rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 160rem 80rem;
  display: flex;
}

.partners__headline {
  grid-row-gap: 24rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 920rem;
  display: flex;
}

.partners__grid {
  grid-column-gap: 32rem;
  grid-row-gap: 40rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.partners__item {
  filter: grayscale();
  object-fit: contain;
  width: 210rem;
  max-width: none;
  height: 75rem;
  display: block;
}

.partners__item.hidden, .hero__styles {
  display: none;
}

.services__item-back-text {
  grid-row-gap: 24rem;
  opacity: 0;
  background-color: #29d984;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process__item-numb {
  display: inline-block;
  transform: translate(20%, -100%);
}

.program__styles, .program__scripts {
  display: none;
}

.hero__corner {
  width: 324rem;
  height: 324rem;
  position: absolute;
  top: 20rem;
  right: 20rem;
}

.hero__corner.hero__corner--1 {
  top: auto;
  bottom: 20rem;
  transform: rotate(-90deg);
}

.hero__corner.hero__corner--2 {
  inset: auto auto 20rem 20rem;
}

.hero__corner.program__corner--1 {
  inset: 20rem 20rem auto auto;
  transform: rotate(180deg);
}

.partners__scripts {
  display: none;
}

.partners__content {
  grid-row-gap: 96rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-styles, .partners__more {
  display: none;
}

.link {
  color: var(--green);
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 80rem;
  }

  h2 {
    font-size: 64rem;
  }

  h3 {
    font-size: 48rem;
  }

  h4 {
    font-size: 36rem;
  }

  .hero__wrapper {
    grid-row-gap: 28rem;
    height: auto;
    max-height: none;
    padding: 124rem 40rem 160rem;
  }

  .hero__headline {
    grid-row-gap: 32rem;
    width: 650rem;
  }

  .hero__para {
    width: auto;
  }

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

  .header__wrapper {
    height: 80rem;
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .header__logo-link {
    z-index: 1;
    position: relative;
  }

  .header__menu {
    grid-row-gap: 40rem;
    flex-direction: column;
    flex: 0 auto;
  }

  .button {
    height: 56rem;
    padding-top: 19rem;
    padding-bottom: 22rem;
  }

  .header__logo-image {
    width: 166.667rem;
    height: 45rem;
  }

  .about__wrapper {
    grid-row-gap: 64rem;
    padding: 80rem 40rem;
  }

  .about__headline {
    grid-column-gap: 0rem;
    grid-row-gap: 24rem;
    grid-template-columns: 1fr;
  }

  .about__list {
    grid-row-gap: 40rem;
    grid-template-columns: 1fr;
  }

  .caption {
    font-size: 12rem;
  }

  .text-2 {
    font-size: 14rem;
  }

  .about__item {
    grid-row-gap: 40rem;
    padding: 48rem 40rem;
  }

  .about__item-headline {
    grid-column-gap: 24rem;
    flex-direction: row;
    align-items: center;
  }

  .about__item-info {
    grid-row-gap: 32rem;
  }

  .program__wrapper {
    padding: 96rem 64rem;
  }

  .program__content {
    grid-row-gap: 24rem;
    width: auto;
  }

  .program__headline {
    grid-row-gap: 16rem;
  }

  .program__info {
    grid-row-gap: 24rem;
  }

  .program__para {
    width: auto;
  }

  .services__wrapper {
    grid-row-gap: 64rem;
    padding: 80rem 40rem;
  }

  .services__headline {
    width: auto;
  }

  .services__list-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services__item {
    grid-template-rows: 200rem auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
    overflow: hidden;
  }

  .services__item-icon {
    width: 64rem;
    height: 64rem;
  }

  .services__item-front {
    border-radius: 0;
    height: auto;
  }

  .sub {
    font-size: 14rem;
  }

  .services__item-numb {
    display: none;
  }

  .services__item-back {
    grid-row-gap: 16rem;
    border-radius: 0;
    padding: 40rem 32rem;
    position: static;
    transform: none;
  }

  .footer__wrapper {
    grid-row-gap: 64rem;
    padding: 80rem 40rem 40rem;
  }

  .footer__details {
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer__menu {
    grid-row-gap: 64rem;
    grid-template-columns: 1fr;
  }

  .footer__menu-navigation {
    grid-row-gap: 32rem;
  }

  .footer__logo-image {
    width: 166.667rem;
    height: 45rem;
  }

  .footer__menu-link-arrow {
    display: none;
  }

  .contact__wrapper {
    padding: 80rem 40rem;
  }

  .contact__para {
    width: 450rem;
  }

  .contact__headline {
    width: 500rem;
  }

  .contact__content {
    grid-row-gap: 32rem;
    width: auto;
  }

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

  .process__headline-wrapper {
    justify-content: flex-start;
  }

  .process__headline {
    padding: 80rem 40rem;
  }

  .process__para {
    width: auto;
  }

  .process__item {
    padding-bottom: 8rem;
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .process__item-trigger {
    grid-column-gap: 24rem;
    padding-top: 32rem;
    padding-bottom: 24rem;
  }

  .process__item-dropdown {
    padding-bottom: 24rem;
    padding-left: 32rem;
  }

  .process__item-title {
    transform: translate(0, 4rem);
  }

  .hero__shape-bg {
    width: 319.167rem;
    height: 317.5rem;
    display: none;
  }

  .program__corner {
    width: 162rem;
    height: 162rem;
    top: 10rem;
    right: 10rem;
  }

  .program__corner.program__corner--2 {
    bottom: 10rem;
    left: 10rem;
  }

  .program__corner.program__corner--1 {
    top: 10rem;
    right: 10rem;
  }

  .contact__ripple-wrap {
    transform: translate(0, 111rem)translate(0, 50%)scale(.7);
  }

  .header__navigation {
    z-index: 0;
    grid-row-gap: 40rem;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 160rem;
    position: fixed;
    inset: 0%;
    overflow: hidden;
    transform: translate(100%);
  }

  .services__list {
    flex-direction: row;
    align-self: stretch;
    display: flex;
  }

  .services__item-back-title {
    display: none;
  }

  .burger {
    z-index: 1;
    grid-row-gap: 6rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .burger-line {
    background-color: var(--white);
    width: 16rem;
    height: 2rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header__scripts {
    display: none;
  }

  .hero__shape-bg--mobile {
    width: 350rem;
    height: 351rem;
    display: block;
  }

  .partners__wrapper {
    padding: 80rem 40rem;
  }

  .partners__headline {
    width: auto;
  }

  .partners__grid {
    grid-column-gap: 80rem;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .services__item-back-text {
    grid-row-gap: 16rem;
    opacity: 1;
    border-radius: 0;
    position: static;
  }

  .hero__corner {
    width: 162rem;
    height: 162rem;
    top: 10rem;
    right: 10rem;
  }

  .hero__corner.hero__corner--1 {
    bottom: 10rem;
  }

  .hero__corner.hero__corner--2, .hero__corner.program__corner--1 {
    bottom: 10rem;
    left: 10rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64rem;
  }

  h2 {
    font-size: 48rem;
  }

  h3 {
    font-size: 36rem;
  }

  h4 {
    font-size: 20rem;
  }

  .hero__wrapper {
    padding-bottom: 200rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .hero__headline, .hero__para {
    width: auto;
  }

  .header__wrapper, .about__wrapper {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .about__list {
    grid-row-gap: 24rem;
  }

  .about__item-icon {
    width: 40rem;
    height: 40rem;
  }

  .program__wrapper {
    padding-top: 80rem;
    padding-bottom: 88rem;
  }

  .services__wrapper {
    padding: 64rem 20rem;
  }

  .services__item {
    grid-template-rows: 160rem auto;
  }

  .services__item-icon {
    width: 64rem;
    height: 64rem;
  }

  .services__item-front {
    grid-row-gap: 12rem;
  }

  .sub {
    font-size: 12rem;
  }

  .services__item-numb {
    transform: translate(20%, -80%);
  }

  .footer__wrapper {
    padding-top: 64rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .contact__wrapper {
    padding: 64rem 20rem;
  }

  .contact__para {
    width: 450rem;
  }

  .contact__headline {
    width: 400rem;
  }

  .contact__content {
    grid-row-gap: 24rem;
  }

  .process__headline {
    grid-row-gap: 32rem;
    padding: 64rem 20rem;
  }

  .process__para {
    width: auto;
  }

  .process__info {
    grid-row-gap: 32rem;
  }

  .process__headline-title {
    width: 500rem;
  }

  .process__content {
    grid-row-gap: 32rem;
  }

  .process__item {
    padding-bottom: 4rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .process__item-trigger {
    grid-column-gap: 24rem;
    padding-top: 20rem;
    padding-bottom: 16rem;
  }

  .process__item-dropdown {
    padding-bottom: 24rem;
    padding-left: 16rem;
  }

  .process__item-icon, .hero__shape-cta-icon {
    width: 12rem;
    height: 12rem;
  }

  .program__corner {
    width: 120rem;
    height: 120rem;
  }

  .contact__ripple-wrap {
    transform: translate(0, 111rem)translate(0, 50%)scale(.6);
  }

  .partners__wrapper {
    grid-row-gap: 64rem;
    padding: 64rem 20rem;
  }

  .partners__grid {
    grid-column-gap: 57.1429rem;
    grid-row-gap: 28.5714rem;
  }

  .partners__item {
    width: 200rem;
    height: 71.4286rem;
  }

  .process__item-numb {
    transform: translate(20%, -80%);
  }

  .hero__corner {
    width: 120rem;
    height: 120rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48rem;
  }

  h2 {
    font-size: 36rem;
  }

  .hero__wrapper {
    height: 100vh;
    padding-bottom: 220rem;
  }

  .program__wrapper {
    padding: 80rem 20rem;
  }

  .footer__details {
    grid-row-gap: 32rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .contact__para {
    width: 300rem;
  }

  .contact__headline {
    width: 290rem;
  }

  .process__headline-title {
    width: auto;
  }

  .process__item-title {
    transform: translate(0, 5rem);
  }

  .hero__shape {
    bottom: 108rem;
  }

  .contact__ripple-wrap {
    transform: translate(0, 80rem)translate(0, 50%)scale(.6);
  }

  .partners__grid {
    grid-column-gap: 24rem;
    grid-row-gap: 16rem;
  }

  .partners__item {
    width: 142.857rem;
    height: 51.0204rem;
  }
}

#w-node-_3d7fcc03-5504-eb29-a09f-545928bde13f-448b9672, #w-node-_7b6c186f-8458-3cd9-c9b2-3ff466d470a2-448b9672, #w-node-d11dc2e0-6c26-d9d9-a036-66ec3a3bb565-448b9672, #w-node-_6138f8fe-8f3b-b9b1-9e6b-04933e3434fe-448b9672, #w-node-f3611b97-4d69-7802-83e7-3052a8bd2a1b-448b9672, #w-node-_3f228c0d-9f27-80da-41e2-647ed95b9e3f-448b9672, #w-node-_43565bb9-05f1-3850-b824-3ac4af0b7f6e-448b9672, #w-node-dfcb2d9f-45e9-7813-3bcd-819d1caba033-1caba02f, #w-node-dfcb2d9f-45e9-7813-3bcd-819d1caba036-1caba02f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfcb2d9f-45e9-7813-3bcd-819d1caba052-1caba02f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-dfcb2d9f-45e9-7813-3bcd-819d1caba053-1caba02f, #w-node-dfcb2d9f-45e9-7813-3bcd-819d1caba055-1caba02f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Twklausanne';
  src: url('../fonts/TWKLausanne-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twklausanne';
  src: url('../fonts/TWKLausanne-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Twklausanne';
  src: url('../fonts/TWK-Lausanne-600.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}