:root {
  --brand: #359fcb;
  --grey-dark: #777;
  --white: white;
  --beige: #f9f5f2;
  --ultra-black-desaturated: #1a2c3d;
  --light-blue: #c2edff;
  --text-black: #222525;
  --yellow: #f5a225;
  --text-blue: #003850;
  --ultra-black: #002242;
  --ultra-light: #f3f6f8;
  --link: #0085ff;
  --dark-transparent-text: rgba(0, 34, 66, .64);
  --text-grey-1: #818181;
  --dashboard-grey: #eaebed;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 112px;
}

h2 {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 64px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--brand);
  font-weight: 400;
  text-decoration: none;
}

.body__global {
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.body__global.is--black {
  background-color: var(--grey-dark);
}

.body__global.lp-body {
  background-color: #fff;
}

.container {
  width: 84%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.is--hidden {
  display: none;
}

.black-overlay-15 {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .15);
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is--center-aligned {
  text-align: center;
}

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

.foooter__column.is--hidden {
  display: block;
}

.footer__columns {
  grid-column-gap: 80px;
  justify-content: space-between;
  padding-bottom: 80px;
  display: flex;
}

.footer__linkblock {
  color: rgba(255, 255, 255, .9);
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.footer__linkblock:hover {
  color: var(--brand);
}

.footer__linkblock.is--with-icon {
  grid-column-gap: 7px;
  display: flex;
}

.is--footer__h1 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
}

.foooter__logo-pack {
  grid-column-gap: 0px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.is--footer-linkblock {
  opacity: .5;
  flex: 0 auto;
  transition: opacity .3s cubic-bezier(.075, .82, .165, 1);
}

.is--footer-linkblock:hover {
  opacity: 1;
}

.is--footer-logo {
  height: 150px;
}

.footer__copright {
  color: rgba(255, 255, 255, .3);
  background-color: rgba(0, 0, 0, .12);
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.hr {
  background-color: rgba(255, 255, 255, .08);
  height: 1px;
}

.slogan-wrapper {
  text-align: left;
  margin-bottom: 3vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 5vw;
  position: relative;
}

.hero-cta-wrapper {
  z-index: 9;
  margin-top: 48px;
  display: inline-block;
  position: relative;
}

.keyword-mask {
  z-index: 8;
  height: 5vw;
  position: relative;
}

.list {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-quote__mask {
  height: 100%;
}

.home-quote__arrow-linkblock {
  opacity: .14;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 40px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 0 rgba(0, 0, 0, .2);
}

.home-quote__arrow-linkblock:hover {
  box-shadow: none;
  opacity: 1;
  transform: scale(.7);
}

.home-quote__arrow-linkblock.right {
  margin-left: 0;
  margin-right: 40px;
}

.home-quote__arrow-icon {
  filter: invert();
  width: 20px;
  transform: rotate(180deg);
}

.home-quote__arrow-icon.right {
  transform: none;
}

.lp-experts__card-text {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
  margin-bottom: 0;
  padding: 60px 10% 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.navbar-homepage {
  z-index: 700;
  box-shadow: none;
  opacity: 0;
  color: var(--beige);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
}

.navbar-home-container {
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-home__login {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 48px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.navbar-home__login:hover {
  background-color: var(--brand);
  color: var(--white);
  border-color: rgba(0, 0, 0, 0);
}

.navbar-links {
  grid-column-gap: 11px;
  display: flex;
}

.navbar-home__joinnow {
  background-color: var(--white);
  color: var(--brand);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 48px;
  font-weight: 500;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.navbar-home__joinnow:hover {
  background-color: #2182aa;
}

.lp-hero__nav-logotype {
  filter: none;
  width: 180px;
}

.programmes-strip {
  grid-column-gap: 1.4vw;
  margin-left: -14vw;
  display: flex;
}

.programmes-strip._2 {
  margin-top: 2vw;
  margin-left: -27vw;
}

.programmes-cover {
  background-color: var(--grey-dark);
  box-shadow: none;
  border-radius: 1.4vw;
  flex: none;
  width: 24vw;
  padding-bottom: 16vw;
  position: relative;
  overflow: hidden;
}

.programmes-strips {
  grid-column-gap: 1.4vw;
  margin-left: -2vw;
}

.lp-join-now {
  z-index: 999;
  text-align: center;
  padding-top: 120px;
  position: relative;
}

.lp-hero {
  z-index: 999;
  color: var(--ultra-black-desaturated);
  background-image: none;
  padding-left: 14vw;
  padding-right: 6vw;
}

.is--lp-button {
  background-color: var(--brand);
  color: var(--white);
  border-radius: 30vh;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.is--lp-button:hover {
  color: var(--white);
  background-color: #2590bd;
  transform: scale(1.1);
}

.is--lp-button.speakerbooking {
  background-color: #efa629;
}

.lp-hero__slogan-highlight {
  color: var(--brand);
}

.lp-hero__slogan-highlight.lp-hero__slogan-blank {
  opacity: 0;
}

.lp-hero__content {
  z-index: 99;
  color: #002242;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33vw;
  height: 100vh;
  padding-top: 120px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lp-hero__experts {
  z-index: 99;
  grid-column-gap: 2vw;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding-top: 11vw;
  padding-bottom: 72px;
  display: flex;
  position: relative;
}

.hero__experts-desktop {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.lp-container {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lp-programmes {
  background-image: linear-gradient(to bottom, var(--white), var(--light-blue));
  overflow: hidden;
}

.lp-experts__field {
  opacity: .5;
  font-size: 14px;
  line-height: 20px;
}

.lp-experts__name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.lp-experts__card {
  color: var(--white);
  text-align: center;
  border-radius: 18px;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 142%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 19px 7px 20px rgba(5, 36, 65, .2);
}

.lp-experts__image {
  object-fit: cover;
  flex: none;
  width: 101%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lp-categories__list {
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  display: none;
}

.lp-app-screen__ipad {
  z-index: 20;
  background-color: var(--text-black);
  background-image: linear-gradient(to bottom, var(--brand), #cfcfcf);
  border-radius: 40px;
  width: 800px;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  position: relative;
  box-shadow: 0 30px 30px rgba(0, 56, 80, .25);
}

.div-block-85 {
  background-color: var(--text-black);
  border-radius: 38px;
  width: 100%;
  height: 100%;
  padding: 21px;
}

.div-block-86 {
  background-color: var(--brand);
  background-image: linear-gradient(to bottom, var(--brand) 41%, white 75%);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lp-quotes {
  z-index: 12;
  padding-top: 120px;
  position: relative;
}

.lp-quotes__slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.lp-quotes__wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 870px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4vh;
  line-height: 3.6vh;
  display: flex;
}

.lp-quotes__slide {
  height: 100%;
}

.div-block-88 {
  grid-row-gap: 2vw;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.lp-categories__img {
  width: 100px;
}

.lp-quotes__stars-rev {
  color: var(--yellow);
  letter-spacing: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 20px;
}

.lp-quotes__author {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.lp-quotes__person-desc {
  opacity: .4;
}

.lp-hero__slogan-relative-position {
  z-index: 9;
  position: relative;
}

.lp-paragraph-wrapper {
  grid-row-gap: 36px;
  flex-direction: column;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lp-programmes__programme {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.is--blue-bold {
  color: var(--brand);
  font-weight: 600;
}

.lp-hero__light {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--white), rgba(249, 245, 242, 0));
  width: 160vw;
  height: 130vh;
  margin-top: -32vh;
  margin-left: -12vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.lp-hero__experts-column {
  grid-row-gap: 2vw;
  flex-direction: column;
  align-items: flex-start;
  width: 19vw;
  display: flex;
}

.text-block-11 {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.hero__logotype {
  z-index: 99;
  width: 19vw;
  margin-bottom: 4vh;
  display: none;
  position: relative;
}

.lp-introduction {
  color: rgba(0, 34, 66, .75);
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.lp-light {
  z-index: 4;
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--white), rgba(249, 245, 242, 0));
  width: 100%;
  margin-top: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lp-light._2 {
  width: 100%;
  margin-top: 200px;
}

.lp-hero__light-wrapper {
  width: 110vw;
  height: 100%;
  margin-left: -20vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.iphone {
  background-image: linear-gradient(to bottom, var(--brand), #e0e0e0);
  border-radius: 34px;
  width: 180px;
  height: 368px;
  margin-bottom: -33px;
  margin-right: -72px;
  padding: 2px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 14px 14px 20px rgba(0, 34, 66, .24);
}

.lp-iphone__black-frame {
  background-color: #000;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.lp-iphone__screen {
  background-color: #000;
  background-image: linear-gradient(to bottom, var(--brand) 13%, white 86%);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  padding-top: 3%;
  position: relative;
  overflow: hidden;
}

.lp-dynamic-island {
  z-index: 9;
  background-color: #000;
  border-radius: 20px;
  width: 32%;
  height: 4%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-16 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lp-button-yellow {
  color: var(--white);
  background-color: #efa629;
  border-radius: 72px;
  padding: 28px 56px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  box-shadow: 0 10px 20px rgba(26, 44, 61, .25);
}

.lp-coming-soon__card {
  background-color: var(--white);
  background-image: linear-gradient(to right, #f9c858, #fbc95f 51%, #fdc965);
  border-radius: 18px;
  flex: none;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 160%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 20px rgba(0, 56, 80, .14);
}

.lp-coming-soon__card.trauma {
  color: #1c5470;
  background-image: radial-gradient(circle at 50% 100%, #e5f1f9, #92cce7);
}

.lp-coming-soon__card.grey {
  background-image: linear-gradient(to right, #d7d6df, #dbdae2);
}

.lp-coming-soon__card.hormone {
  color: #8e3212;
  background-image: radial-gradient(circle at 50% 100%, #fdecc8, #f7bc52);
}

.lp-coming-soon__card.healng-toxic {
  color: #8c2828;
  background-image: radial-gradient(circle at 50% 100%, #f8dbe5, #f3aeae);
}

.lp-coming-soon__card.pshychedelcis {
  color: #5249a8;
  background-image: radial-gradient(circle at 50% 100%, #dcd9ff, #abb1ff);
}

.lp-feature-3 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: hidden;
}

.lp-feature-3__video {
  z-index: 9;
  align-items: center;
  height: 640px;
  display: flex;
}

.lp-feature-3__text {
  grid-row-gap: 12px;
  color: var(--white);
  flex-direction: column;
  width: 460px;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 24px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: center;
  display: grid;
}

.is--lp-h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.is--lp-h2.speakerbooking {
  color: #002242;
  text-align: center;
  margin-bottom: 50px;
  font-family: Inter, sans-serif;
}

.lp-quotes-and-join-coming-soon {
  background-image: linear-gradient(to bottom, var(--white), var(--brand));
  position: relative;
}

.lp-join__cta-wrapper {
  margin-top: 20px;
}

.lp-app-and-join {
  background-image: linear-gradient(to bottom, var(--light-blue), var(--brand) 23%, var(--brand) 47%, var(--white) 73%);
}

.lp-join__wrapper {
  z-index: 9;
  grid-row-gap: 36px;
  color: var(--text-blue);
  text-align: center;
  flex-direction: column;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
  position: relative;
}

.is--lp-p3 {
  opacity: .8;
  font-size: 18px;
  line-height: 28px;
}

.lp-coming-soon {
  z-index: 20;
  position: relative;
}

.lp-feaure__item {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.lp-feature__image {
  align-items: center;
  height: 160px;
  display: flex;
}

.is--lp-p1 {
  opacity: 1;
  font-size: 30px;
  line-height: 48px;
}

.is--lp-p1.quote {
  color: var(--text-blue);
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.is--lp-p1.speakerbooking {
  color: #002242;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.lp-teachers__grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: center;
  padding-bottom: 80px;
  display: grid;
}

.lp-teachers {
  color: var(--white);
  padding-bottom: 120px;
}

.gradient-wrapper {
  background-image: linear-gradient(to bottom, var(--brand), var(--white));
}

.lp-key-visual__footer {
  z-index: 20;
  width: 948px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lp-join-now-footer {
  background-image: linear-gradient(to bottom, var(--white), var(--brand));
  text-align: center;
  padding-top: 80px;
  padding-bottom: 180px;
  position: relative;
}

.lp-join__app-icon {
  background-image: linear-gradient(#58c2ef, #0183b9);
  border-radius: 18px;
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 5px 5px rgba(0, 46, 65, .26);
}

.is--app-name {
  color: var(--text-blue);
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
}

.image-19 {
  width: 380px;
}

.image-20 {
  width: 300px;
}

.features__divider {
  background-color: rgba(0, 56, 80, .09);
  flex: none;
  width: 1px;
  height: 240px;
  margin-top: 50px;
}

.lp-features-2 {
  z-index: 20;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.lp-join__section {
  color: var(--text-blue);
}

.lp-heading {
  text-align: center;
  padding-top: 160px;
  padding-bottom: 80px;
}

.text-block-13 {
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
}

.coming-soon__ttile {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.coming-soon__text-wrapper {
  text-align: center;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.coming-soon__text-wrapper.white {
  color: var(--white);
}

.is--h2-black {
  color: var(--text-blue);
}

.is--lp-h3.large {
  font-size: 48px;
  line-height: 60px;
}

.lp-coming-soon__image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 69%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-111 {
  background-image: linear-gradient(rgba(255, 255, 255, 0) 64%, #fff);
  height: 67%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.features__feature {
  width: 420px;
}

.features__feature.two {
  padding-left: 30px;
}

.div-block-112 {
  color: var(--ultra-black-desaturated);
  text-align: center;
}

.lp-hero-and-intro {
  background-image: radial-gradient(circle closest-corner at 50% 25%, #fff, rgba(255, 255, 255, 0)), linear-gradient(180deg, var(--brand) 37%, white 83%);
  position: relative;
}

.feautre-2__wrapper {
  grid-column-gap: 80px;
  justify-content: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lp-feature-3__text-wrapper {
  z-index: 99;
  position: relative;
}

.hero__experts-mobile {
  display: none;
}

.hero-subhead {
  font-size: 24px;
  line-height: 36px;
  position: relative;
}

.lp-join-now__tablet {
  z-index: 99;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 3vw;
  width: 64%;
  max-width: 1040px;
  position: relative;
  box-shadow: 0 30px 40px rgba(0, 77, 109, .41);
}

.lp-join__pricing-text.period {
  font-size: 36px;
  font-weight: 300;
}

.lp-join__pricing-text.old {
  color: rgba(0, 56, 80, .3);
  font-weight: 300;
  text-decoration: line-through;
}

.lp-join__pricing-wrapper {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  display: flex;
}

.lp-join__rebilling {
  opacity: .66;
  margin-top: -24px;
  font-size: 16px;
  line-height: 24px;
}

.coming-soon__logotype {
  width: 80%;
}

.lp__global-nav--wrapper {
  z-index: 9999;
  border-bottom: 1px solid rgba(0, 34, 66, .07);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lp__global-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.lp__global-nav__links {
  grid-column-gap: 48px;
  align-items: center;
  display: none;
}

.lp--global_nav-buttons {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.div-block-118 {
  grid-column-gap: 48px;
  align-items: center;
  display: flex;
}

.cl-logo {
  width: 240px;
}

.lp__global-nav__text-link {
  color: var(--ultra-black);
  font-size: 16px;
  line-height: 20px;
}

.lp-_global-nav-button {
  background-color: var(--brand);
  color: var(--white);
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.lp-_global-nav-button:hover {
  background-color: #2590bd;
  transform: scale(1.1);
}

.lp-_global-nav-button.is--secondarty {
  color: var(--ultra-black);
  background-color: rgba(53, 159, 203, .14);
}

.lp-_global-nav-button.is--visible-on-mobile, .link-block {
  display: none;
}

.lp__global-nav--hamburger {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  display: none;
}

.text-block-14 {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  display: inline-block;
}

.div-block-119 {
  grid-column-gap: 9px;
  align-items: center;
  display: flex;
}

.div-block-120 {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

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

.lp-global-nav--mobile-menu {
  z-index: 99999;
  background-color: var(--white);
  width: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-122 {
  grid-row-gap: 30px;
  color: var(--ultra-black-desaturated);
  flex-direction: column;
  padding: 80px 72px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.div-block-123 {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  width: 100%;
  height: 80px;
}

.link-block-2 {
  color: var(--text-black);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.html-embed-2 {
  margin-top: 9px;
}

.text-block-13-copy {
  text-align: center;
  text-transform: none;
  border-radius: 7px;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
}

.div-block-124 {
  grid-column-gap: 12px;
  margin-top: 20px;
  display: flex;
}

.link-block-3 {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-block-3:hover {
  background-color: rgba(255, 255, 255, .2);
}

.section {
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-2 {
  z-index: 1;
  background-color: rgba(54, 159, 203, 0);
  justify-content: center;
  height: 120px;
  display: flex;
  position: relative;
}

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

.body {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle at 50% 70%, #000, #fff 0%, rgba(255, 255, 255, 0) 73%), repeating-linear-gradient(#369fcb, #fff);
  background-clip: border-box;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  max-width: 70vw;
  display: flex;
}

.container-4 {
  background-color: #fff;
  border-radius: 24px;
  max-width: 70vw;
  margin-bottom: 75px;
  padding: 25px;
}

.container-4.success {
  padding-bottom: 50px;
}

.div-block-125 {
  background-color: rgba(238, 238, 238, .5);
  border: 1px solid #000;
  border-radius: 0;
  max-height: 40em;
  padding: 10px;
  overflow: scroll;
}

.div-block-9 {
  border: 1px solid #000;
  max-height: 50ch;
  padding: 11px;
  overflow: scroll;
}

.paragraph-4 {
  max-height: 20ch;
  overflow: visible;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-label {
  margin-left: 14px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.button {
  background-color: #efa629;
  border-radius: 24px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

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

.section-3 {
  z-index: 1;
  margin-bottom: 40px;
  position: relative;
}

.textfield {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 10em;
  height: 3.2em;
  margin-bottom: 1em;
  padding-left: 1.6em;
  padding-right: 1.6em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 24px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
}

.textfield:focus {
  background-color: rgba(54, 159, 203, .1);
  border-color: #369fcb;
}

.textfield.longform {
  border-radius: 2em;
  height: 16em;
  display: block;
}

.field-label {
  font-weight: 400;
}

.field-label-2 {
  color: rgba(0, 0, 0, .5);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.submit-button {
  background-color: #369fcb;
  border-radius: 24px;
  margin-bottom: 15px;
  padding: 1em 2em;
}

.bg {
  z-index: 0;
  background-color: #fff;
  background-image: radial-gradient(circle at 50% 90%, #fff, rgba(255, 255, 255, 0) 67%), linear-gradient(#369fcb, #fff);
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html-embed-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-lg {
  margin-bottom: 2rem;
}

.footer-brand-links-wrapper {
  justify-content: space-between;
  display: flex;
}

.div-block-162 {
  background-color: rgba(255, 255, 255, .25);
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.button-2 {
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-style: none;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding-top: 1.25em;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.button-2.h-lg {
  height: 4rem;
  padding-top: 1.5rem;
  font-size: 1.125em;
}

.button-2.h-lg.bg-white-100 {
  background-color: rgba(255, 255, 255, .1);
}

.inline {
  display: inline;
}

.footer-brand-linkblock {
  opacity: .4;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.footer-brand-linkblock:hover {
  opacity: 1;
}

.footer-brand-linkblock.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.footer-brand-linkblock.border-bottom-1px {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 0;
}

.footer-brand-linkblock.border-bottom-1px.w--current {
  border-bottom-color: #fff;
}

.ahg-tab-wrapper {
  width: 620px;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.ahg-nav-wrapper {
  z-index: 9999999;
  width: 100%;
}

.div-block-161 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ahg_link-top {
  color: rgba(255, 255, 255, .25);
}

.ahg_link-top:hover, .ahg_link-top.active {
  color: rgba(255, 255, 255, .6);
}

.footer__social-linkblock {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 9999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer__social-linkblock:hover {
  background-color: rgba(255, 255, 255, .26);
}

.footer-social-icon {
  width: 24px;
}

.div-block-163 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.ahg-nav-toggle {
  color: rgba(255, 255, 255, .5);
  background-color: #1b1b1b;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  display: flex;
}

.g-container {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 84%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.ahg-dropdown-list {
  z-index: 999;
  color: rgba(255, 255, 255, .5);
  background-color: #1c1c1c;
  margin-top: 2.5rem;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ahg-dropdown-list.w--open {
  color: rgba(255, 255, 255, .7);
  padding-top: 2rem;
  font-size: 16px;
  line-height: 26px;
}

.div-block-169 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 200;
  display: flex;
}

.mb-xl {
  margin-bottom: 2.5rem;
}

.div-block-164 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: rgba(255, 255, 255, .5);
  display: flex;
}

.div-block-164:hover {
  color: rgba(255, 255, 255, .6);
}

.ahg-buttons-flex {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-55 {
  opacity: .5;
}

.div-block-170 {
  background-color: rgba(255, 255, 255, .25);
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.div-block-171 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-172 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-173 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 200;
  display: flex;
}

.div-block-174 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: rgba(255, 255, 255, .5);
  display: flex;
}

.div-block-174:hover {
  color: rgba(255, 255, 255, .6);
}

.image-56 {
  opacity: .5;
}

@media screen and (min-width: 1280px) {
  .black-overlay-15 {
    background-color: rgba(0, 0, 0, .15);
  }

  .lp-container {
    width: 1080px;
  }

  .lp-experts__field {
    font-size: 16px;
    line-height: 20px;
  }

  .lp-experts__name {
    font-size: 24px;
    line-height: 30px;
  }

  .lp-app-screen__ipad {
    width: 960px;
    height: 670px;
  }

  .div-block-88 {
    width: 160px;
    font-size: 24px;
    line-height: 36px;
  }

  .lp-categories__img {
    width: 120px;
  }

  .lp-quotes__author {
    font-size: 20px;
    line-height: 30px;
  }

  .lp-light._2 {
    width: 100%;
  }

  .lp-hero__light-wrapper {
    flex: none;
  }

  .iphone {
    width: 200px;
    height: 410px;
  }

  .lp-feature-3__video {
    z-index: 9;
  }

  .div-block-101 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .coming-soon__text-wrapper {
    padding-top: 40px;
  }

  .lp-feature-3__text-wrapper {
    z-index: 99;
    position: relative;
  }

  .text-block-13-copy {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1440px) {
  .home-quote__arrow-linkblock {
    margin-left: 80px;
  }

  .home-quote__arrow-linkblock.right {
    margin-right: 80px;
  }

  .navbar-homepage {
    background-color: var(--brand);
    opacity: 0;
  }

  .lp-hero {
    background-image: none;
  }

  .lp-container {
    width: 1160px;
  }

  .lp-experts__card {
    box-shadow: 30px 5px 30px rgba(0, 34, 66, .3);
  }

  .lp-quotes__stars-rev {
    margin-bottom: 60px;
  }

  .lp-quotes__author {
    margin-top: 60px;
  }

  .lp-paragraph-wrapper {
    grid-row-gap: 48px;
    width: 1000px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .hero__logotype {
    z-index: 99;
  }

  .lp-light {
    width: 100%;
  }

  .iphone {
    width: 200px;
  }

  .lp-iphone__black-frame {
    border-radius: 37px;
  }

  .lp-iphone__screen {
    border-radius: 30px;
  }

  .lp-button-yellow {
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
  }

  .lp-button-yellow:hover {
    transform: scale(1.1);
  }

  .lp-feature-3__video {
    height: 720px;
  }

  .div-block-101 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .lp-join__wrapper {
    grid-row-gap: 48px;
    width: 1000px;
    padding-top: 160px;
  }

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

  .coming-soon__ttile {
    font-size: 20px;
    line-height: 22px;
  }

  .coming-soon__text-wrapper {
    padding-top: 12px;
  }

  .lp-coming-soon__image {
    height: 66%;
  }

  .lp__global-nav__links {
    grid-column-gap: 64px;
  }

  .div-block-118 {
    grid-column-gap: 72px;
  }

  .cl-logo {
    width: 270px;
  }

  .lp__global-nav__text-link {
    font-size: 18px;
    line-height: 24px;
  }

  .lp-_global-nav-button {
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .lp-_global-nav-button.is--secondarty {
    color: var(--ultra-black);
  }

  .text-block-13-copy {
    margin-top: 9px;
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-cta-wrapper {
    margin-top: 72px;
  }

  .home-quote__arrow-linkblock {
    border-radius: 60px;
    width: 120px;
    height: 120px;
    margin-left: 160px;
  }

  .home-quote__arrow-linkblock.right {
    margin-right: 160px;
  }

  .home-quote__arrow-icon {
    width: 15px;
  }

  .lp-experts__card-text {
    padding-bottom: 60px;
  }

  .programmes-strip {
    margin-left: 1vw;
  }

  .programmes-strip._2 {
    margin-left: -14vw;
  }

  .programmes-cover {
    width: 20vw;
    padding-bottom: 13vw;
  }

  .lp-join-now {
    padding-top: 200px;
  }

  .lp-hero {
    background-image: none;
  }

  .is--lp-button {
    height: 96px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 24px;
    line-height: 36px;
  }

  .lp-container {
    width: 1480px;
  }

  .lp-experts__field {
    font-size: 20px;
    line-height: 30px;
  }

  .lp-experts__name {
    font-size: 30px;
    line-height: 40px;
  }

  .lp-categories__list {
    margin-top: 120px;
  }

  .lp-app-screen__ipad {
    width: 1120px;
    height: 800px;
  }

  .div-block-86 {
    position: relative;
  }

  .lp-quotes {
    padding-top: 160px;
  }

  .lp-quotes__wrapper {
    width: 1040px;
  }

  .div-block-88 {
    grid-row-gap: 20px;
    width: 240px;
    font-size: 32px;
    line-height: 48px;
  }

  .lp-categories__img {
    width: 160px;
  }

  .lp-quotes__stars-rev {
    letter-spacing: 19px;
    font-size: 30px;
    line-height: 30px;
  }

  .lp-paragraph-wrapper {
    width: 1040px;
  }

  .lp-hero__light {
    width: 200vw;
    height: 200vh;
    margin-top: -60vh;
    margin-left: -40vw;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 24px;
  }

  .lp-introduction {
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .lp-light {
    margin-top: 420px;
  }

  .lp-light._2 {
    margin-top: 363px;
  }

  .lp-hero__light-wrapper {
    margin-left: -22vw;
  }

  .iphone {
    width: 240px;
    height: 502px;
  }

  .lp-feature-3__video {
    height: 840px;
  }

  .is--lp-h2 {
    font-size: 84px;
    line-height: 96px;
  }

  .lp-join__wrapper {
    width: 1320px;
  }

  .is--lp-p3 {
    font-size: 24px;
    line-height: 40px;
  }

  .is--lp-p1 {
    font-size: 36px;
    line-height: 64px;
  }

  .is--lp-p1.quote {
    font-size: 48px;
    line-height: 72px;
  }

  .lp-teachers__grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .lp-key-visual__footer {
    width: 1280px;
  }

  .lp-join-now-footer {
    padding-bottom: 300px;
    overflow: hidden;
  }

  .lp-features-2 {
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .lp-heading {
    padding-top: 200px;
  }

  .text-block-13 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
  }

  .coming-soon__ttile {
    font-size: 24px;
    line-height: 26px;
  }

  .coming-soon__text-wrapper {
    padding-top: 30px;
  }

  .is--lp-h3 {
    font-size: 36px;
    line-height: 60px;
  }

  .features__feature {
    width: 560px;
  }

  .feautre-2__wrapper {
    grid-column-gap: 120px;
  }

  .hero-subhead {
    font-size: 32px;
    line-height: 48px;
  }

  .div-block-116 {
    transform: scale(.8);
  }

  .lp-join-now__tablet {
    border-radius: 50px;
  }

  .cl-logo {
    width: 300px;
  }

  .text-block-13-copy {
    margin-top: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  .g-container {
    max-width: 1280px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .container {
    width: 84%;
    min-width: auto;
    max-width: none;
  }

  .foooter__column {
    width: 240px;
  }

  .footer__columns {
    grid-column-gap: 130px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .foooter__logo-pack {
    flex-wrap: wrap;
  }

  .footer__copright {
    line-height: 14px;
  }

  .slogan-wrapper {
    margin-bottom: 30px;
    font-size: 64px;
    line-height: 72px;
  }

  .keyword-mask {
    height: 72px;
  }

  .home-quote__arrow-linkblock {
    margin-left: 0;
  }

  .home-quote__arrow-linkblock.right {
    margin-right: 0;
  }

  .programmes-strip {
    margin-left: -18vw;
  }

  .programmes-strip._2 {
    margin-left: -32vw;
  }

  .programmes-cover {
    width: 27vw;
    padding-bottom: 18vw;
  }

  .lp-hero {
    padding-top: 100px;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .lp-hero__content {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 80px;
    position: static;
  }

  .lp-hero__experts {
    grid-column-gap: 20px;
    flex: none;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .hero__experts-desktop {
    flex: none;
    justify-content: flex-start;
    display: none;
  }

  .lp-container {
    width: 80%;
  }

  .lp-experts__card {
    flex: none;
    height: 100%;
    display: inline-block;
  }

  .lp-quotes__wrapper {
    width: 72%;
  }

  .lp-paragraph-wrapper {
    width: auto;
  }

  .lp-hero__light {
    margin-top: -18vh;
  }

  .lp-hero__flex {
    flex-direction: column;
  }

  .lp-hero__experts-column {
    grid-column-gap: 24px;
    grid-row-gap: 0vw;
    flex-direction: row;
    flex: 1;
    width: 100%;
    height: 280px;
    display: flex;
  }

  .hero__logotype {
    width: 280px;
    margin-bottom: 40px;
  }

  .lp-introduction {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lp-light {
    width: 100%;
  }

  .lp-hero__light-wrapper {
    margin-left: -9vw;
  }

  .lp-button-yellow {
    padding: 24px 48px;
  }

  .lp-feature-3__video {
    height: 420px;
  }

  .lp-feature-3__text {
    width: 90%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-101 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .is--lp-h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .is--lp-h2.speakerbooking {
    margin-bottom: 30px;
  }

  .lp-join__wrapper {
    grid-row-gap: 24px;
    width: auto;
  }

  .is--lp-p3 {
    font-size: 16px;
    line-height: 26px;
  }

  .is--lp-p1 {
    font-size: 24px;
    line-height: 40px;
  }

  .is--lp-p1.quote {
    font-size: 30px;
    line-height: 48px;
  }

  .lp-teachers__grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
  }

  .lp-key-visual__footer {
    width: 80%;
  }

  .lp-join-now-footer {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .lp-heading {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .coming-soon__text-wrapper {
    padding-top: 30px;
  }

  .is--lp-h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .features__feature.two {
    padding-left: 0;
  }

  .lp-hero-and-intro {
    overflow: hidden;
  }

  .feautre-2__wrapper {
    grid-column-gap: 60px;
  }

  .lp-feature-3__text-wrapper {
    background-color: var(--ultra-black-desaturated);
    margin-top: -1px;
  }

  .hero__experts-mobile {
    grid-column-gap: 16px;
    margin-left: -9vw;
    padding-bottom: 30px;
    padding-left: 9vw;
    padding-right: 120px;
    display: flex;
    overflow: hidden;
  }

  .hero__expert-card-wrapper {
    flex: none;
    width: 32vw;
  }

  .hero-subhead {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-116 {
    max-width: 420px;
  }

  .lp-join-now__tablet {
    width: 84%;
  }

  .div-block-117 {
    grid-column-gap: 2vw;
    display: flex;
  }

  .lp-join__pricing-text.period {
    font-size: 24px;
  }

  .lp-join__pricing-wrapper {
    font-size: 36px;
    line-height: 48px;
  }

  .lp-join__rebilling {
    margin-top: -16px;
    font-size: 14px;
    line-height: 20px;
  }

  .lp__global-nav--wrapper {
    height: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
    position: absolute;
  }

  .lp__global-nav__links, .lp-_global-nav-button.is--hidden-on-mobile {
    display: none;
  }

  .lp-_global-nav-button.is--visible-on-mobile {
    display: flex;
  }

  .link-block {
    display: inline-block;
  }

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

  .container-4 {
    min-width: 70vw;
    max-width: 70vw;
  }

  .mb-lg {
    margin-bottom: 1.25rem;
  }

  .footer-brand-links-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .ahg-nav-wrapper {
    display: none;
  }

  .g-container {
    width: 87.5%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .footer {
    padding-top: 60px;
  }

  .foooter__column {
    width: auto;
  }

  .foooter__column.first {
    display: block;
  }

  .footer__columns {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .slogan-wrapper {
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 56px;
  }

  .keyword-mask {
    height: 56px;
  }

  .lp-join-now {
    padding-top: 80px;
  }

  .is--lp-button {
    height: 64px;
    font-size: 16px;
  }

  .lp-hero__content {
    padding-top: 60px;
  }

  .lp-app-screen__ipad {
    border-radius: 30px;
    padding: 2px;
  }

  .div-block-85 {
    border-radius: 27px;
    padding: 12px;
  }

  .lp-quotes {
    padding-top: 80px;
  }

  .hero__logotype {
    width: 240px;
    margin-bottom: 24px;
  }

  .lp-light {
    width: 125%;
    margin-top: 348px;
    margin-left: -25%;
    padding-bottom: 150%;
  }

  .lp-light._2 {
    width: 125%;
  }

  .lp-coming-soon__card {
    border-radius: 12px;
  }

  .lp-feature-3__video {
    height: 360px;
  }

  .lp-feature-3__text {
    width: 100%;
  }

  .div-block-101 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .is--lp-h2 {
    margin-top: 12px;
    font-size: 36px;
    line-height: 48px;
  }

  .is--lp-h2.speakerbooking {
    margin-bottom: 20px;
  }

  .lp-join__wrapper {
    padding-top: 80px;
  }

  .lp-feature__image {
    height: 140px;
  }

  .is--lp-p1 {
    font-size: 18px;
    line-height: 30px;
  }

  .is--lp-p1.quote {
    font-size: 24px;
    line-height: 40px;
  }

  .lp-teachers__grid {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .lp-teachers {
    padding-bottom: 80px;
  }

  .features__divider {
    display: none;
  }

  .lp-features-2 {
    padding-bottom: 80px;
  }

  .text-block-13 {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 9px;
    font-size: 12px;
    line-height: 12px;
  }

  .coming-soon__ttile {
    font-size: 18px;
    line-height: 20px;
  }

  .coming-soon__text-wrapper {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .is--lp-h3.large {
    font-size: 36px;
    line-height: 48px;
  }

  .features__feature {
    width: 100%;
  }

  .feautre-2__wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .lp__global-nav--wrapper {
    height: 80px;
  }

  .lp--global_nav-buttons {
    grid-column-gap: 24px;
  }

  .cl-logo {
    width: 220px;
  }

  .lp-_global-nav-button {
    font-size: 16px;
  }

  .lp-_global-nav-button.is--secondarty {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .lp-_global-nav-button.is--visible-on-mobile {
    color: var(--ultra-black);
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .lp__global-nav--hamburger {
    padding-top: 6px;
    display: none;
  }

  .text-block-14 {
    margin-top: 4px;
    font-size: 24px;
    line-height: 24px;
  }

  .div-block-120 {
    grid-column-gap: 12px;
    margin-top: -2px;
    margin-left: -12px;
  }

  .lp-global-nav--mobile-menu {
    height: 100%;
    display: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .2);
  }

  .div-block-122 {
    grid-row-gap: 24px;
    flex-direction: column;
    padding: 40px 40px 60px;
    display: flex;
  }

  .link-block-2 {
    color: var(--brand);
  }

  .text-block-13-copy {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 9px;
    font-size: 12px;
    line-height: 12px;
  }

  .image-21 {
    max-width: 360px;
  }

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

  .container-3 {
    min-width: 90vw;
  }

  .container-4 {
    min-width: 90vw;
    max-width: 90vw;
  }

  .mb-lg {
    margin-bottom: 1rem;
  }

  .mb-xl {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 88%;
  }

  .foooter__logo-pack {
    padding-top: 24px;
    padding-bottom: 20px;
  }

  .slogan-wrapper {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-cta-wrapper {
    margin-top: 36px;
  }

  .keyword-mask {
    height: 48px;
  }

  .home-quote__arrow-linkblock {
    display: none;
  }

  .slide-nav {
    margin-bottom: -20px;
    font-size: 7px;
    line-height: 7px;
    display: block;
  }

  .programmes-cover {
    width: 37vw;
    padding-bottom: 25vw;
  }

  .lp-join-now {
    padding-top: 60px;
    overflow: hidden;
  }

  .lp-hero {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .lp-hero__content {
    padding-top: 24px;
    padding-bottom: 60px;
  }

  .lp-quotes {
    padding-top: 40px;
  }

  .lp-quotes__wrapper {
    width: 87%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .lp-quotes__stars-rev {
    letter-spacing: 7px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .lp-quotes__author {
    flex-direction: column;
    margin-top: 24px;
    font-size: 14px;
  }

  .lp-quotes__person-desc.dash {
    display: none;
  }

  .lp-hero__light {
    width: 180vw;
    margin-top: -18vh;
    margin-left: -57vw;
  }

  .hero__logotype {
    width: 190px;
  }

  .lp-introduction {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lp-light {
    width: 200%;
    margin-top: 192px;
    margin-left: -50%;
    padding-bottom: 200%;
  }

  .lp-light._2 {
    width: 150%;
  }

  .lp-hero__light-wrapper {
    margin-left: -9vw;
  }

  .lp-button-yellow {
    font-size: 16px;
  }

  .lp-feature-3__video {
    height: 72vw;
  }

  .lp-feature-3__text {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-101 {
    grid-template-columns: 1fr;
  }

  .is--lp-h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .lp-join__wrapper {
    grid-row-gap: 12px;
    text-align: left;
  }

  .is--lp-p1 {
    font-size: 18px;
    line-height: 30px;
  }

  .is--lp-p1.quote {
    font-size: 20px;
    line-height: 36px;
  }

  .lp-teachers__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .lp-join-now-footer {
    overflow: hidden;
  }

  .lp-join__app-icon {
    width: 80px;
    height: 80px;
    margin-left: 0;
  }

  .is--app-name {
    font-size: 18px;
    line-height: 36px;
  }

  .coming-soon__text-wrapper {
    width: 70%;
    padding-bottom: 10vw;
  }

  .is--lp-h3.large {
    font-size: 24px;
    line-height: 36px;
  }

  .feautre-2__wrapper {
    grid-row-gap: 20px;
  }

  .hero__experts-mobile {
    z-index: 99;
    position: relative;
  }

  .hero__expert-card-wrapper {
    width: 50vw;
  }

  .hero-subhead {
    font-size: 18px;
    line-height: 26px;
  }

  .lp-join__pricing-wrapper {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .lp-join__rebilling {
    margin-top: -6px;
  }

  .lp__global-nav--wrapper {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .lp__global-nav--hamburger {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-top: 5px;
  }

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

  .div-block-120 {
    grid-column-gap: 9px;
  }

  .lp-global-nav--mobile-menu {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .container-4 {
    object-fit: contain;
  }

  .checkbox-label {
    font-size: 16px;
    line-height: 22px;
  }

  .submit-button.upload {
    display: inline-block;
  }

  .html-embed-3 {
    object-fit: scale-down;
    max-width: 80vw;
  }

  .mb-lg {
    margin-bottom: .875rem;
  }

  .button-2 {
    height: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .875em;
  }

  .button-2.h-lg {
    height: 3.5rem;
    padding-top: 1.3rem;
    font-size: 1em;
    font-weight: 600;
  }
}

#w-node-f10be319-ebc8-dcaf-b737-9823c462da7e-fe5ada88, #w-node-_81457f72-d8a5-c841-6034-ec7aa99e2cab-fe5ada88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f212f0a9-c871-b538-5f8a-01c332bd754d-fe5ada88 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dd3540af-6f4c-2d07-3d41-809421012bfc-fe5ada88 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-dd3540af-6f4c-2d07-3d41-809421012bfc-fe5ada88 {
    grid-row: 2 / 3;
  }
}


