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

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

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

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

:root {
  --_typography---primary-font: Geomanist, Verdana, sans-serif;
  --text--body: var(--base-colors--gray-700);
  --_typography---styles--body: var(--_typography---base-type-sizes--s);
  --_typography---line-spacing--medium: 1.15;
  --text--heading: var(--base-colors--purple-500);
  --_typography---styles--h1: var(--_typography---base-type-sizes--xxxl);
  --_typography---line-spacing--tight: 1;
  --_layout---spacing--m: 1.5rem;
  --_typography---styles--h2: var(--_typography---base-type-sizes--xxl);
  --_typography---bold: 700;
  --_layout---spacing--s: 1rem;
  --_typography---line-spacing--loose: 1.3;
  --_typography---styles--h3: var(--_typography---base-type-sizes--l);
  --_typography---line-spacing--very-loose: 1.5;
  --text--links: var(--base-colors--purple-500);
  --_typography---medium: 500;
  --_layout---section-padding: 5rem;
  --_layout---footer-padding: 3rem;
  --backgrounds--footer: var(--base-colors--gray-200);
  --_layout---container-margin: 4rem;
  --_layout---container-max-width--m: 37.5rem;
  --_layout---container-max-width--l: 50rem;
  --_components---button--height: 3rem;
  --_components---button--padding: 1.5rem;
  --_components---button--border-radius: var(--_styles---border-radius--small);
  --_components---button--background: var(--base-colors--pink-400);
  --_components---button--font-color: var(--text--body-reversed);
  --_components---button--font-size: var(--_typography---base-type-sizes--m);
  --_components---button--font-weight: var(--_typography---medium);
  --_components---button--background-hover: color-mix(in srgb, var(--base-colors--pink-400), black 20%);
  --_typography---styles--sub-heading: var(--_typography---base-type-sizes--m);
  --_styles---border-radius--medium: 2rem;
  --backgrounds--white: var(--base-colors--white);
  --_styles---box-shadow--y-offset: 8px;
  --_styles---box-shadow--blur: 32px;
  --_styles---box-shadow--spread: -8px;
  --effects--drop-shadow: #413e5333;
  --_components---card--padding-xl: var(--_layout---spacing--xl);
  --_components---card--padding-l: var(--_layout---spacing--l);
  --_styles---border-radius--small: 1rem;
  --_typography---styles--body-small: var(--_typography---base-type-sizes--xs);
  --base-colors--purple-500: #5644b0;
  --_typography---base-type-sizes--xxs: .75rem;
  --_layout---spacing--xs: .5rem;
  --_layout---spacing--l: 2rem;
  --backgrounds--purple: var(--base-colors--purple-500);
  --base-colors--purple-600: #4b3b99;
  --text--body-reversed: var(--base-colors--white);
  --_typography---base-type-sizes--xl: 1.75rem;
  --backgrounds--light: var(--base-colors--gray-100);
  --_layout---spacing--xl: 3rem;
  --_typography---base-type-sizes--l: 1.5rem;
  --_typography---styles--body-large: var(--_typography---base-type-sizes--m);
  --_typography---base-type-sizes--xxl: 2.5rem;
  --_components---card--border-radius: var(--_styles---border-radius--medium);
  --_styles---box-shadow--color: var(--effects--drop-shadow);
  --base-colors--green-700: #0ea553;
  --_layout---spacing--xxl: 3.5rem;
  --_typography---base-type-sizes--m: 1.125rem;
  --_typography---base-type-sizes--s: 1rem;
  --_layout---container-max-width--s: 30rem;
  --base-colors--gray-200: #eaeaef;
  --base-colors--yellow-800: #e3af3d;
  --_styles---border--stroke: 1px;
  --_typography---font-family: var(--_typography---primary-font);
  --_styles---border--color: var(--base-colors--gray-500);
  --_components---card--background: var(--backgrounds--white);
  --_layout---container-max-width--xl: 62rem;
  --text--sub-heading: var(--base-colors--gray-700);
  --base-colors--yellow-500: #ffc245;
  --base-colors--purple-200: #c7bef7;
  --base-colors--pink-400: #f43d6a;
  --base-colors--gray-100: #f2f2f2;
  --_typography---base-type-sizes--xs: .875rem;
  --_typography---base-type-sizes--xxxl: 5rem;
  --base-colors--gray-500: #888693;
  --base-colors--gray-700: #413e53;
  --base-colors--blue-500: #468bc6;
  --base-colors--red-400: #f54449;
  --base-colors--white: white;
  --base-colors--drop-shadow: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

.w-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 {
  font-family: var(--_typography---primary-font);
  color: var(--text--body);
  font-size: var(--_typography---styles--body);
  line-height: var(--_typography---line-spacing--medium);
}

h1 {
  color: var(--text--heading);
  font-size: var(--_typography---styles--h1);
  line-height: var(--_typography---line-spacing--tight);
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}

h2 {
  margin-top: 0;
  margin-bottom: var(--_layout---spacing--m);
  color: var(--text--heading);
  font-size: var(--_typography---styles--h2);
  line-height: var(--_typography---line-spacing--medium);
  font-weight: var(--_typography---bold);
}

h3 {
  margin-top: 0;
  margin-bottom: var(--_layout---spacing--s);
  font-size: 24px;
  line-height: var(--_typography---line-spacing--loose);
  font-weight: 700;
}

p {
  margin-bottom: var(--_layout---spacing--s);
  line-height: var(--_typography---line-spacing--very-loose);
}

a {
  color: var(--text--links);
  font-weight: var(--_typography---medium);
  text-decoration: underline;
}

strong {
  font-weight: var(--_typography---medium);
}

.section {
  padding-top: var(--_layout---section-padding);
  padding-bottom: var(--_layout---section-padding);
}

.section.is-header {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  top: 0;
}

.section.is-feature {
  background-image: url('/aacc25/images/Photo-Grid_1.avif');
  background-position: 50%;
  background-size: cover;
}

.section.is-footer {
  padding-top: var(--_layout---footer-padding);
  padding-bottom: var(--_layout---footer-padding);
  background-color: var(--backgrounds--footer);
}

.section.is-hero {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  padding-right: var(--_layout---container-margin);
  padding-left: var(--_layout---container-margin);
  max-width: 1024px;
}

.container.u-maxwidth-m {
  max-width: var(--_layout---container-max-width--m);
}

.container.is-modal {
  z-index: 5001;
  max-width: var(--_layout---container-max-width--l);
  position: relative;
}

.button {
  height: var(--_components---button--height);
  padding: 3px var(--_components---button--padding) 0px;
  border-radius: var(--_components---button--border-radius);
  background-color: var(--_components---button--background);
  color: var(--_components---button--font-color);
  font-size: var(--_components---button--font-size);
  line-height: var(--_typography---line-spacing--tight);
  font-weight: var(--_components---button--font-weight);
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.button:hover {
  background-color: var(--_components---button--background-hover);
}

.sub-heading {
  font-size: var(--_typography---styles--sub-heading);
  line-height: var(--_typography---line-spacing--very-loose);
}

.card {
  border-radius: var(--_styles---border-radius--medium);
  background-color: var(--backgrounds--white);
  box-shadow: 0 var(--_styles---box-shadow--y-offset) var(--_styles---box-shadow--blur) var(--_styles---box-shadow--spread) var(--effects--drop-shadow);
  backface-visibility: hidden;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card.is-grow {
  flex: 1;
  display: flex;
}

.card.is-3d {
  transition: transform .5s cubic-bezier(.455, .03, .515, .955);
  transform: perspective(1000px);
}

.card.is-back {
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card_bio {
  align-items: stretch;
}

.card_bio_image {
  aspect-ratio: 1;
  object-fit: cover;
  align-self: stretch;
  width: 40%;
}

.card_bio_text {
  padding: var(--_components---card--padding-xl);
  flex: 1;
}

.card_bio_text h3 {
  margin-top: 0;
  margin-bottom: var(--_layout---spacing--m);
  color: var(--text--heading);
  font-weight: var(--_typography---medium);
}

.card_bio_text p {
  margin-bottom: var(--_layout---spacing--s);
  line-height: var(--_typography---line-spacing--very-loose);
}

.card_icon {
  margin: var(--_components---card--padding-l);
  min-height: 13rem;
}

.card_icon.is-back {
  justify-content: center;
  align-items: stretch;
}

.card_icon_image {
  margin-bottom: var(--_layout---spacing--m);
  width: 3.5rem;
  height: 3.5rem;
}

.card_image-right {
  align-items: stretch;
}

.form_signup {
  grid-template-rows: auto;
  grid-template-columns: 34% 1fr;
}

.form_signup.is-modal {
  grid-template-columns: 1fr;
}

.form_field_text {
  margin-bottom: var(--_layout---spacing--s);
  padding-right: var(--_layout---spacing--m);
  padding-left: var(--_layout---spacing--m);
  border-radius: var(--_styles---border-radius--small);
  height: 3rem;
}

.form_field_checkbox {
  margin-bottom: var(--_layout---spacing--s);
  padding-left: var(--_layout---spacing--m);
  font-size: var(--_typography---styles--body-small);
  line-height: var(--_typography---line-spacing--loose);
}

.footer {
  color: var(--base-colors--purple-500);
  font-size: var(--_typography---base-type-sizes--xxs);
  justify-content: space-between;
  align-items: flex-start;
}

.footer_links {
  grid-column-gap: var(--_layout---spacing--s);
  grid-row-gap: var(--_layout---spacing--s);
}

.card_image-right_text {
  margin: var(--_layout---spacing--l);
}

.card_image-right_text h3 {
  margin-bottom: 0;
}

.card_image-right_text strong {
  color: var(--base-colors--purple-500);
}

.card_image-right_text p {
  margin-top: var(--_layout---spacing--s);
  margin-bottom: 0;
}

.header_logo {
  background-color: var(--backgrounds--purple);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 5.25rem;
  display: flex;
}

.header_promo {
  background-color: var(--base-colors--purple-600);
  color: var(--text--body-reversed);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-text-center {
  text-align: center;
}

.u-text-purple {
  color: var(--base-colors--purple-500);
}

.u-align-center {
  margin-left: auto;
  margin-right: auto;
}

.u-align-children-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-margin-top-s {
  margin-top: var(--_layout---spacing--s);
}

.u-margin-bottom-s {
  margin-bottom: var(--_layout---spacing--s);
}

.u-margin-bottom-m {
  margin-bottom: var(--_layout---spacing--m);
}

.u-margin-bottom-l {
  margin-bottom: var(--_layout---spacing--l);
}

.g-small-r {
  font-size: var(--_typography---base-type-sizes--xl);
  font-weight: var(--_typography---medium);
  position: relative;
  bottom: 2rem;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-maxwidth-m {
  max-width: var(--_layout---container-max-width--m);
}

.u-maxwidth-l {
  max-width: var(--_layout---container-max-width--l);
}

.u-background-light {
  background-color: var(--backgrounds--light);
}

.u-margin-top-none {
  margin-top: 0;
}

.u-padding-top-none {
  padding-top: 0;
}

.u-padding-bottom-none {
  padding-bottom: 0;
}

.header-backgroundblur {
  z-index: 1;
  background-color: var(--base-colors--purple-500);
  filter: blur(40px);
  border-radius: 1000px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
}

.h2-alt {
  margin-bottom: var(--_layout---spacing--xs);
  position: relative;
}

.h2-alt-fill {
  z-index: 2;
  padding-bottom: var(--_layout---spacing--m);
  background-color: var(--backgrounds--light);
  font-size: var(--_typography---base-type-sizes--xl);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.image {
  width: 100%;
  height: 40px;
}

.bio-group {
  grid-column-gap: var(--_layout---spacing--xl);
  grid-row-gap: var(--_layout---spacing--xl);
}

.grid.is-medium {
  grid-column-gap: var(--_layout---spacing--m);
  grid-row-gap: var(--_layout---spacing--m);
}

.grid.why-5-love {
  margin-top: var(--_layout---spacing--s);
  margin-bottom: var(--_layout---spacing--xl);
  grid-column-gap: var(--_typography---base-type-sizes--l);
  grid-row-gap: var(--_typography---base-type-sizes--l);
  padding: 0;
}

.card-feature {
  padding: var(--_components---card--padding-xl);
  font-size: var(--_typography---styles--body-large);
  line-height: var(--_typography---line-spacing--very-loose);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.h2-feature {
  font-size: var(--_typography---base-type-sizes--xxl);
  font-weight: var(--_typography---medium);
}

.card-book {
  border-radius: var(--_components---card--border-radius);
  background-color: var(--backgrounds--purple);
  box-shadow: 0 var(--_styles---box-shadow--y-offset) var(--_styles---box-shadow--blur) var(--_styles---box-shadow--spread) var(--_styles---box-shadow--color);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card_image-right_image {
  object-fit: cover;
  flex: 1;
}

.u-text-xxl {
  font-size: var(--_typography---base-type-sizes--xxl);
}

.card_image-right_content {
  padding: var(--_layout---spacing--m) var(--_layout---spacing--xl);
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.u-text-xl {
  font-size: var(--_typography---base-type-sizes--xl);
}

.u-text-l {
  font-size: var(--_typography---base-type-sizes--l);
}

.u-text-lineheight-loose {
  line-height: var(--_typography---line-spacing--loose);
}

.u-margin-top-l {
  margin-top: var(--_layout---spacing--l);
}

.u-text-weight-medium {
  font-weight: var(--_typography---medium);
}

.is-fill-purple {
  background-color: var(--backgrounds--purple);
  color: var(--text--body-reversed);
}

.u-padding-all-l {
  padding: var(--_layout---spacing--l);
}

.u-text-lineheight-medium {
  line-height: var(--_typography---line-spacing--medium);
}

.header_logo_image {
  height: 4rem;
}

.u-text-color-green {
  color: var(--base-colors--green-700);
}

.hero_container-left {
  background-color: var(--backgrounds--purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_container-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_logo {
  z-index: 1;
  width: 25rem;
  height: 18.75rem;
  position: relative;
}

.hero_content-container {
  padding: var(--_layout---spacing--xxl);
  justify-content: center;
  align-items: center;
  display: flex;
}

.u-text-m {
  font-size: var(--_typography---base-type-sizes--m);
}

.hero_content {
  max-width: var(--_layout---container-max-width--m);
  color: var(--text--body);
}

.logo_love {
  height: 139px;
  position: relative;
}

.logo_ve {
  width: 220px;
  height: 138px;
  display: inline-block;
  position: relative;
  left: 176px;
  overflow: hidden;
}

.icon_5 {
  float: left;
  height: 138px;
  position: absolute;
}

.logo_language {
  height: 59px;
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}

.logo_tm {
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo_coaching {
  height: 70px;
  margin-top: 17px;
  overflow: hidden;
}

.logo_lauguage-coaching {
  height: 162px;
  overflow: hidden;
}

.hero_background-video {
  opacity: .1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.h3.is-card {
  font-size: 3rem;
  line-height: var(--_typography---line-spacing--medium);
}

.card_icon_plus-icon {
  right: var(--_layout---spacing--m);
  bottom: var(--_layout---spacing--m);
  position: absolute;
}

.pre-loader {
  z-index: 10000;
  background-color: var(--backgrounds--white);
  position: fixed;
  inset: 0%;
}

.card-container {
  position: relative;
  transform: perspective(1000px);
}

.card-container.is-3d {
  cursor: pointer;
  transform: perspective(1000px)rotate(0)perspective(1000px)perspective(500px);
}

.card_icon_close-icon {
  top: var(--_layout---spacing--m);
  right: var(--_layout---spacing--m);
  position: absolute;
  transform: rotate(45deg);
}

.why_books_image, .why_assessment_image {
  flex: 1;
}

.why_assessment {
  grid-column-gap: var(--_layout---spacing--xxl);
  grid-row-gap: var(--_layout---spacing--xxl);
  font-size: var(--_typography---styles--body-large);
  line-height: var(--_typography---line-spacing--very-loose);
  justify-content: flex-start;
  align-items: center;
}

.why_books {
  justify-content: flex-start;
  align-items: center;
}

.why_book_text {
  font-size: var(--_typography---styles--body-large);
  line-height: var(--_typography---line-spacing--very-loose);
  width: 25rem;
}

.why_assessment_text {
  width: 23rem;
}

.why_stats_container {
  flex: 1;
  justify-content: center;
  align-items: center;
}

.why_stats {
  max-width: var(--_layout---container-max-width--m);
  margin-bottom: var(--_layout---spacing--xxl);
  padding: var(--_layout---spacing--s);
  border-radius: var(--_styles---border-radius--medium);
  background-color: var(--backgrounds--purple);
  color: var(--text--body-reversed);
  justify-content: center;
  align-items: center;
  width: 100%;
  box-shadow: inset 0 8px 16px #0003;
}

.u-opacity-70 {
  opacity: .7;
}

.why_stats_divider {
  border-right: 1px solid var(--backgrounds--white);
  opacity: .2;
  align-self: stretch;
}

.u-margin-top-xl {
  margin-top: var(--_layout---spacing--xl);
}

.u-margin-bottom-xl {
  margin-bottom: var(--_layout---spacing--xl);
}

.hero_text {
  max-width: var(--_layout---container-max-width--s);
  font-size: var(--_typography---styles--body-large);
  line-height: var(--_typography---line-spacing--very-loose);
}

.why_stats_title {
  opacity: 1;
  font-size: var(--_typography---base-type-sizes--l);
  font-weight: var(--_typography---medium);
}

.why_container {
  grid-column-gap: var(--_layout---spacing--l);
  grid-row-gap: var(--_layout---spacing--l);
}

.why_subheader_text {
  font-size: var(--_typography---base-type-sizes--l);
  line-height: var(--_typography---line-spacing--loose);
  text-align: center;
}

.why_stats_text {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.why_subheader {
  margin-top: var(--_layout---spacing--l);
  margin-bottom: var(--_layout---spacing--xl);
  padding: var(--_components---card--padding-xl);
  grid-column-gap: var(--_layout---spacing--xs);
  grid-row-gap: var(--_layout---spacing--xs);
  border: 1px solid var(--base-colors--gray-200);
  border-radius: var(--_components---card--border-radius);
  justify-content: center;
  align-items: center;
}

.join_video {
  z-index: 7;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
}

.form_success {
  text-align: left;
  background-color: #fff0;
  padding: 0;
}

.form_success_text {
  font-size: var(--_typography---styles--body-large);
  line-height: var(--_typography---line-spacing--loose);
  text-align: left;
}

.form_error {
  padding-right: var(--_layout---spacing--m);
  padding-bottom: var(--_layout---spacing--xs);
  padding-left: var(--_layout---spacing--m);
  border-radius: var(--_styles---border-radius--small);
  font-size: var(--_typography---styles--body-small);
}

.text-block {
  font-weight: var(--_typography---medium);
}

.join_map {
  position: relative;
}

.join_map_image {
  z-index: 0;
  width: 100%;
  position: relative;
}

.map-pin-1 {
  position: absolute;
  top: 0;
  left: 10px;
}

.u-text-color-yellow {
  color: var(--base-colors--yellow-800);
}

.modal {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_close {
  top: var(--_layout---spacing--m);
  right: var(--_layout---spacing--m);
  cursor: pointer;
  width: 1.5rem;
  position: absolute;
}

.modal_overlay {
  z-index: 5000;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.u-hide {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---primary-font: Geomanist, Verdana, sans-serif;
    --_typography---styles--body: var(--_typography---base-type-sizes--s);
    --_typography---line-spacing--medium: 1.15;
    --_typography---styles--h1: var(--_typography---base-type-sizes--xxxl);
    --_typography---line-spacing--tight: 1;
    --_typography---styles--h2: var(--_typography---base-type-sizes--xxl);
    --_typography---bold: 700;
    --_typography---line-spacing--loose: 1.3;
    --_typography---styles--h3: var(--_typography---base-type-sizes--l);
    --_typography---line-spacing--very-loose: 1.5;
    --_typography---medium: 500;
    --_typography---styles--sub-heading: var(--_typography---base-type-sizes--m);
    --_typography---styles--body-small: var(--_typography---base-type-sizes--xs);
    --_typography---base-type-sizes--xxs: .75rem;
    --_typography---base-type-sizes--xl: 1.75rem;
    --_typography---base-type-sizes--l: 1.5rem;
    --_typography---styles--body-large: var(--_typography---base-type-sizes--m);
    --_typography---base-type-sizes--xxl: 2.5rem;
    --_typography---base-type-sizes--m: 1.125rem;
    --_typography---base-type-sizes--s: 1rem;
    --_typography---font-family: var(--_typography---primary-font);
    --_typography---base-type-sizes--xs: .875rem;
    --_typography---base-type-sizes--xxxl: 5rem;
  }

  h3 {
    font-size: var(--_typography---styles--h3);
    line-height: var(--_typography---line-spacing--medium);
    font-weight: var(--_typography---bold);
  }

  .section.is-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .card_icon {
    min-height: 15rem;
  }

  .hero_container-left {
    width: 100%;
    height: 14rem;
    min-height: 14rem;
  }

  .hero_container-right {
    width: 100%;
  }

  .hero_logo {
    transform: scale(.5);
  }

  .h1.is-hero {
    text-align: center;
  }

  .hero_content {
    justify-content: flex-start;
    align-items: center;
  }

  .why_book_text, .why_assessment_text {
    font-size: var(--_typography---styles--body);
    width: 40%;
  }

  .hero_text {
    text-align: center;
  }

  .why_subheader_text {
    max-width: var(--_layout---container-max-width--s);
    margin-bottom: var(--_layout---spacing--m);
  }

  .why_subheader {
    max-width: var(--_layout---container-max-width--s);
    padding-bottom: var(--_layout---spacing--s);
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---primary-font: Geomanist, Verdana, sans-serif;
    --_typography---styles--body: var(--_typography---base-type-sizes--s);
    --_typography---line-spacing--medium: 1.15;
    --_typography---styles--h1: var(--_typography---base-type-sizes--xxl);
    --_typography---line-spacing--tight: 1;
    --_typography---styles--h2: var(--_typography---base-type-sizes--xxl);
    --_typography---bold: 700;
    --_typography---line-spacing--loose: 1.3;
    --_typography---styles--h3: var(--_typography---base-type-sizes--l);
    --_typography---line-spacing--very-loose: 1.5;
    --_typography---medium: 500;
    --_typography---styles--sub-heading: var(--_typography---base-type-sizes--m);
    --_typography---styles--body-small: var(--_typography---base-type-sizes--xs);
    --_typography---base-type-sizes--xxs: .75rem;
    --_typography---base-type-sizes--xl: 1.75rem;
    --_typography---base-type-sizes--l: 1.5rem;
    --_typography---styles--body-large: var(--_typography---base-type-sizes--m);
    --_typography---base-type-sizes--xxl: 2.5rem;
    --_typography---base-type-sizes--m: 1.125rem;
    --_typography---base-type-sizes--s: 1rem;
    --_typography---font-family: var(--_typography---primary-font);
    --_typography---base-type-sizes--xs: .875rem;
    --_typography---base-type-sizes--xxxl: 5rem;
    --_layout---spacing--m: 1.5rem;
    --_layout---spacing--s: 1rem;
    --_layout---section-padding: 5rem;
    --_layout---footer-padding: 3rem;
    --_layout---container-margin: 1.5rem;
    --_layout---container-max-width--m: 37.5rem;
    --_layout---container-max-width--l: 50rem;
    --_layout---spacing--xs: .5rem;
    --_layout---spacing--l: 2rem;
    --_layout---spacing--xl: 3rem;
    --_layout---spacing--xxl: 3.5rem;
    --_layout---container-max-width--s: 30rem;
    --_layout---container-max-width--xl: 62rem;
    --_components---button--height: 3rem;
    --_components---button--padding: 1.5rem;
    --_components---button--border-radius: var(--_styles---border-radius--small);
    --_components---button--background: var(--base-colors--pink-400);
    --_components---button--font-color: var(--text--body-reversed);
    --_components---button--font-size: var(--_typography---base-type-sizes--m);
    --_components---button--font-weight: var(--_typography---medium);
    --_components---button--background-hover: color-mix(in srgb, var(--base-colors--pink-400), black 20%);
    --_components---card--padding-xl: var(--_layout---spacing--l);
    --_components---card--padding-l: var(--_layout---spacing--l);
    --_components---card--border-radius: var(--_styles---border-radius--medium);
    --_components---card--background: var(--backgrounds--white);
  }

  .container {
    padding-right: var(--_layout---container-margin);
    padding-left: var(--_layout---container-margin);
  }

  .card_bio {
    flex-flow: column;
  }

  .card_bio_image {
    width: 100%;
  }

  .card_icon {
    min-height: 13rem;
  }

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

  .footer {
    grid-column-gap: var(--_layout---spacing--xs);
    grid-row-gap: var(--_layout---spacing--xs);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero_background-video {
    min-height: 16rem;
  }

  .why_assessment_image {
    order: -1;
  }

  .why_assessment.u-margin-bottom-xl {
    grid-column-gap: var(--_layout---spacing--m);
    grid-row-gap: var(--_layout---spacing--m);
    flex-flow: column;
  }

  .why_books {
    flex-flow: column;
  }

  .why_book_text {
    padding-top: var(--_layout---spacing--l);
    padding-right: var(--_layout---spacing--l);
    padding-left: var(--_layout---spacing--l);
    width: 100%;
  }

  .why_assessment_text {
    padding-top: var(--_typography---base-type-sizes--s);
    padding-right: var(--_layout---spacing--l);
    padding-left: var(--_layout---spacing--l);
    width: 100%;
  }

  .why_stats_container {
    font-size: var(--_typography---base-type-sizes--xxs);
  }

  .why_stats_title {
    font-size: var(--_typography---base-type-sizes--m);
  }

  .why_container {
    grid-column-gap: var(--_layout---spacing--xxl);
    grid-row-gap: var(--_layout---spacing--xxl);
  }

  .why_stats_text {
    font-size: var(--_typography---base-type-sizes--xxs);
  }

  .why_subheader {
    padding-bottom: var(--_layout---spacing--xs);
  }
}

@media screen and (max-width: 479px) {
  .hero_content-container {
    padding-right: var(--_layout---spacing--m);
    padding-left: var(--_layout---spacing--m);
  }

  .why_subheader_text, .why_subheader {
    text-align: left;
  }
}


@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.newsletter-form-card { order: 1; background: #fff; padding: 40px 30px 30px 30px; margin: 20px 0 0 0; border: none; border-radius: 30px; }
.newsletter-form-card .grid { display: grid; gap: 1rem; }
.newsletter-form-card .newsletter-form { margin: 0; }
.newsletter-form-card .newsletter-form h1 { font-size: 24px; font-weight: 700; color: #413E53; margin: 0 0 20px 0; text-align: left; line-height: 1.05; }
.newsletter-form-card .newsletter-form h2 { font-size: 16px; font-weight: 400; color: #413E53; margin: 1.25rem 0 0 0; text-align: left; line-height: 1.5; }
.newsletter-form-card .newsletter-form .input-group {  }
.newsletter-form-card .newsletter-form .input-group input { width: 100%; padding: 15px 20px; background: #fff; border: 1px solid rgba(65, 62, 83, 0.15); border-radius: 16px; }
.newsletter-form-card .newsletter-form .input-group select { background-color: #fff; color: #413e53; padding: 12px 20px; border: 1px solid rgba(65, 62, 83, 0.15); border-radius: 16px; outline: none !important; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.newsletter-form-card .newsletter-form .submit-btn { padding: 10px 20px; margin: 20px 0 0 0; }
.newsletter-form-card .newsletter-form .input-group.checkbox { align-items: center; display: flex; justify-content: flex-start; margin-top: 6px; width: 100%; }
.newsletter-form-card .newsletter-form .input-group.checkbox input { flex-shrink: 0; border: 1px solid #413e5326; border-radius: 6px; height: 21px; margin: 0 10px 0 0; width: 21px; }
.newsletter-form-card .newsletter-form .input-group.checkbox label { font-size: 14px; font-weight: 400; color: #9ca3af; }
.newsletter-form-card .newsletter-form .input-group.checkbox label a { font-weight: inherit; color: #5644b0; text-decoration: none; }
.newsletter-form-card .newsletter-form .input-group input:focus,
.newsletter-form-card .newsletter-form .input-group select:focus {
  border-color: #5644B0;
}
.newsletter-form-card .error-msg { margin: 20px 0 0 0; }
.newsletter-form-card .error-msg p { font-size: 16px; font-weight: 500; color: #f43d6a; text-align: left; line-height: 1.25; margin: 0; }
.newsletter-form-card .btn { background: #f43d6a; border-radius: 16px; box-shadow: none; color: #fff; display: inline-block; font-size: 18px; font-weight: 500; line-height: 1; margin: 0 0 10px 0; max-width: 100%; padding: 15px 20px; width: 146px; height: auto; text-align: center; text-decoration: none; outline: none; }
.newsletter-form-card .text-xs { font-size: .75rem; line-height: 1rem; margin-top: .625rem; }

.newsletter-form-card .register-form-success ul { padding: 0 0 0 14px; margin: 1.25rem 0; }
.newsletter-form-card .register-form-success > p {  }
.newsletter-form-card .register-form-success > p:last-child { margin: 0; }

.scroll-down-prompt { display: flex; width: 100%; max-width: 100%; position: absolute; left: 0; right: 0; bottom: 0; align-items: center; justify-content: center; }
.scroll-down-prompt a { outline: none; text-decoration: none; }
.scroll-down-prompt i { font-size: 18px; color: rgba(65, 62, 83, 0.8); margin: 20px 0; display: block; animation: bounceIn 2s infinite 2s; }

.grid-cols-1 { grid-template-columns: repeat(1,minmax(0,1fr)); }
.gap-4 { gap: 1rem; }

.mt-5 { margin-top: 1.25rem; }

@media (min-width: 768px) {
  .form_signup > .card { align-self: flex-start; }
  .newsletter-form-card { order: 0; flex: 1; margin: 0 20px 0 0; }
  .newsletter-form-card .newsletter-form .input-group { margin: 0 20px 20px 0; }
  .newsletter-form-card .newsletter-form .input-group.name-group { width: 100%; margin: auto; }
  .newsletter-form-card .newsletter-form .input-group.email-group { width: calc(100% - 205px); margin-right: 0; }
  .newsletter-form-card .newsletter-form .input-group.checkbox { width: 100%; margin: 0; float: none; }
  .newsletter-form-card .newsletter-form .input-group.radio { width: 100%; margin: 0; float: none; }
  .newsletter-form-card .newsletter-form .submit-btn { width: 146px; max-width: 100%; display: table; text-align: center; }
  .scroll-down-prompt {  }
  .scroll-down-prompt i { margin: 0 0 20px 0; }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@keyframes bounceIn {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}