:root {
  --_colors---swatches-brand--soft-off-white: #f9f9f7;
  --_typeface---body-text-inter: Inter, sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---headings-spalla: spalla, sans-serif;
  --_sizes---typography-heading-sizes--h1: 5.25rem;
  --_sizes---typography-heading-sizes--h2: 4rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 2.5rem;
  --_sizes---typography-heading-sizes--h5: 2rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --_colors---swatches-neutral--white: #fff;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 5.9375rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_colors---swatches-brand--deep-slate-green: #435756;
  --_colors---swatches-neutral--transparent: #fff0;
  --_colors---swatches-brand--dark-charcoal: #333;
  --_colors---swatches-brand--muted-gold: #ac9261;
  --_colors---swatches-brand--dusty-teal: #5e7e7d;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-brand--soft-off-white-70: #f9f9f7b3;
  --_colors---swatches-brand--warm-beige: #eae6da;
  --_colors---swatches-brand--light-green: #435756;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

body {
  background-color: var(--_colors---swatches-brand--soft-off-white);
  font-family: var(--_typeface---body-text-inter);
  color: var(--_colors---swatches-neutral--black);
  --_sizes---typography-heading-sizes--h1: 5.25rem;
  --_sizes---typography-heading-sizes--h2: 4rem;
  --_sizes---typography-heading-sizes--h3: 3rem;
  --_sizes---typography-heading-sizes--h4: 2.5rem;
  --_sizes---typography-heading-sizes--h5: 2rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--global-padding: 3rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 5.9375rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-spalla);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-spalla);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-spalla);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-spalla);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-spalla);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-spalla);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-inter);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-inter);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

ol {
  font-family: var(--_typeface---body-text-inter);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  font-family: var(--_typeface---body-text-inter);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

.code-embed_component {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  font-weight: 400;
  line-height: 1;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  font-weight: 300;
  line-height: 1;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-regular {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h4 {
  font-size: var(--_sizes---typography-heading-sizes--h4);
  font-weight: 300;
  line-height: 1;
}

.padding-section-large {
  padding-top: var(--_sizes---paddings--lg-section);
  padding-bottom: var(--_sizes---paddings--lg-section);
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
  font-weight: 300;
  line-height: 1;
}

.heading-style-h5 {
  font-size: var(--_sizes---typography-heading-sizes--h5);
  font-weight: 500;
  line-height: 1;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-brand--deep-slate-green);
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button.is-bg-dusty-teal {
  background-color: var(--_colors---swatches-brand--dusty-teal);
}

.button.is-nav {
  -webkit-backdrop-filter: blur(6.25rem);
  backdrop-filter: blur(6.25rem);
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  background-color: #eae6da4d;
  border-radius: 99rem;
  padding: .75rem 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.button.is-nav:where(.w-variant-1c3c3978-9bc3-319c-2214-1f271968b7fd) {
  background-color: var(--_colors---swatches-brand--deep-slate-green);
}

.button.is-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--deep-slate-green);
  padding: 0;
}

.button.is-bg-off-white {
  background-color: var(--_colors---swatches-brand--soft-off-white);
  color: var(--_colors---swatches-brand--dark-charcoal);
}

.button.is-bg-muted-gold {
  background-color: var(--_colors---swatches-brand--muted-gold);
}

.button-group {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-medium {
  padding-top: var(--_sizes---paddings--md-section);
  padding-bottom: var(--_sizes---paddings--md-section);
}

.section {
  padding-right: var(--_sizes---paddings--global-padding);
  padding-left: var(--_sizes---paddings--global-padding);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.program-hero_section {
  background-image: linear-gradient(#00000012, #00000012), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692dbfeebdfaa45eec4ec79f_7b1db2b419913502a603a442faa2c054_programs%20(2).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.method-hero_section {
  background-image: linear-gradient(#0000 59%, #0009), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692dca5dbd7c4d74df78de99_31bfb0c298194ffd463c930eaee7d523_method.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.about-hero_section {
  background-image: linear-gradient(#0b0b0b00, #0b0b0b66), linear-gradient(#00000014, #00000014), linear-gradient(#4c3e2521, #4c3e2521), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692dde90de2e98b14d360b4e_322d81ad5dd4b55a5d132cc20f15c5c6_about%20(4).webp");
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.contact-hero_section {
  background-image: linear-gradient(#0b0b0b00, #0b0b0b80), linear-gradient(#0000000f, #0000000f), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692ea046f9fae14336052181_44e04fd18c625e8780ab2074e1a780cc_contact.webp");
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.privacy_section {
  padding-left: 0;
  padding-right: 0;
}

.section.join-hero_section {
  background-image: linear-gradient(#0b0b0b00, #0b0b0b80), linear-gradient(#0000000f, #0000000f), url("https://cdn.prod.website-files.com/692d5750013887981561245a/696e4030c8e36e7456d86eea_Group%2068%20(1).webp");
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100svh;
  display: flex;
}

.section.hero_section {
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  display: flex;
}

.section.calm_section {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section.footer_section {
  z-index: 9;
  background-color: var(--_colors---swatches-brand--soft-off-white);
}

.page-code-embed {
  pointer-events: none;
  cursor: none;
  display: none;
}

.btn-icon {
  width: 1.125rem;
  height: 1.125rem;
}

.text-color-soft-off-white {
  color: var(--_colors---swatches-brand--soft-off-white);
}

.text-color-deep-slate-green {
  color: var(--_colors---swatches-brand--deep-slate-green);
}

.text-color-dark-charcoal {
  color: var(--_colors---swatches-brand--dark-charcoal);
}

.text-color-soft-off-white-70 {
  color: var(--_colors---swatches-brand--soft-off-white-70);
}

.text-color-muted-gold {
  color: var(--_colors---swatches-brand--muted-gold);
}

.nav_menu {
  flex: none;
  margin-left: auto;
}

.nav-menu_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navigation {
  z-index: 999;
  padding-left: 3rem;
  padding-right: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.top-nav_logo {
  width: 100%;
}

.nav-menu_button {
  z-index: 2;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav_brand {
  width: 14.125rem;
  height: 3.5rem;
  padding: 0;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav-menu_list-item.has-button {
  margin-left: auto;
}

.nav-menu_list-item.for-mobile {
  display: none;
}

.nav_link {
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5.625rem;
  display: flex;
  position: relative;
}

.nav_bg {
  background-color: var(--_colors---swatches-brand--deep-slate-green);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav_bg:where(.w-variant-1c3c3978-9bc3-319c-2214-1f271968b7fd) {
  background-color: var(--_colors---swatches-brand--dark-charcoal);
  opacity: 0;
  display: none;
}

.hero-padding {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.hero_grid {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 58.4077% 16.8155%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
  position: relative;
}

.hero_grid-item {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.demands-main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.demands-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 43.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demands-slider-main-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demands-slider-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demands-slider-menu_link {
  background-color: var(--_colors---swatches-brand--warm-beige);
  color: var(--_colors---swatches-brand--deep-slate-green);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  letter-spacing: -.02em;
  cursor: pointer;
  border-radius: 99rem;
  padding: .625rem 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.demands-slider-menu_link.is-active {
  background-color: var(--_colors---swatches-brand--dusty-teal);
  color: var(--_colors---swatches-brand--soft-off-white);
  background-color: var(--_colors---swatches-brand--dusty-teal);
}

.splide__list {
  flex-flow: row;
  display: flex;
}

.splide__list.down {
  flex-flow: column;
}

.splide__slide.demands-slide, .splide__slide.reviews-slide, .splide__slide.demands-slide, .splide__slide.reviews-slide {
  flex: none;
  width: 100%;
  height: 100%;
}

.demands-slide_grid {
  border: 1px solid var(--_colors---swatches-brand--soft-off-white);
  background-color: var(--_colors---swatches-neutral--white);
  border-radius: .375rem;
  grid-template-rows: auto;
  grid-template-columns: 39.1304% 56.9565%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 4rem;
  padding: .75rem;
  display: grid;
  box-shadow: 0 1.875rem 3.75rem -1.875rem #9e9e9e4d;
}

.demands-slide_grid-image {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 27.9375rem;
}

.demands-slide_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem 2rem 2rem 1.125rem;
  display: flex;
}

.slide-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.slide-eyebrow {
  opacity: .7;
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.5;
}

.check-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-list-icon {
  color: var(--_colors---swatches-brand--deep-slate-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.check-list-content {
  width: 100%;
}

.custom-arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrows-style {
  background-color: var(--_colors---swatches-brand--warm-beige);
  color: var(--_colors---swatches-brand--deep-slate-green);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: .75rem;
  display: flex;
}

.scripts, .splide-js {
  display: none;
}

.custom-container {
  width: 100%;
  max-width: 94rem;
}

.calm_grid {
  grid-template-rows: auto;
  grid-template-columns: 50.431% 50.431%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.calm_grid-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--_colors---swatches-brand--warm-beige);
  flex-flow: column;
  padding: 3rem 4rem 3rem 3rem;
  display: flex;
}

.calm_grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.calm_grid-image-wrapper {
  height: 42rem;
  position: relative;
}

.image-overlay {
  background-color: #0003;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.calm-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.calm-text {
  width: 100%;
  max-width: 28.9375rem;
}

.calm-accordions-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.calm-accordions-wrapper.advantage-accordions {
  margin-top: -1rem;
}

.calm-accordions-item {
  cursor: pointer;
  border-top: 1px solid #0003;
  padding-top: 1.25rem;
}

.calm-accordions-item.border-white {
  border-top-color: #f9f9f733;
}

.calm-accordions-item.border-white-remove {
  border-top-width: 0;
  border-top-color: #f9f9f733;
}

.calm-accordions-title-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.calm-accordions-icon {
  width: 1.625rem;
  height: 1.625rem;
}

.calm-accordions-image {
  width: 100%;
  height: 100%;
}

.calm-accordions-title {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calm-accordions-heading {
  font-family: var(--_typeface---body-text-inter);
  color: var(--_colors---swatches-brand--deep-slate-green);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.5;
}

.arrow-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .5625rem;
  height: 1.125rem;
  transition: transform .3s;
  display: flex;
}

.calm-accordions-answer {
  height: 0;
  transition: height .3s;
  overflow: hidden;
}

.calm-accordions-text {
  padding-top: 1.25rem;
}

.accordions-js {
  display: none;
}

.advantage_grid {
  grid-template-rows: auto auto;
  grid-template-columns: 48.125% 48.125%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 80rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.advantage_grid-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  margin-bottom: 0;
  padding-top: 3rem;
  display: flex;
}

.advantage_grid-image {
  object-fit: cover;
  width: 100%;
  height: 48.1875rem;
  box-shadow: 0 1.875rem 3.75rem -1.875rem #9e9e9e4d;
}

.advantage-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.advantage-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.advantage-small-image {
  object-fit: cover;
  width: 100%;
  height: 28.3125rem;
  box-shadow: 0 1.875rem 3.75rem -1.875rem #9e9e9e4d;
}

.reviews-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.reviews-overlay {
  background-color: var(--_colors---swatches-brand--deep-slate-green);
  mix-blend-mode: hard-light;
  background-image: linear-gradient(#0003, #0003);
  position: absolute;
  inset: 0%;
}

.reviews-slider {
  z-index: 2;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.reviews-slide-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.eyebrow-text-white {
  opacity: .6;
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.02em;
  mix-blend-mode: lighten;
  font-weight: 500;
  line-height: 1.5;
}

.reviews-text {
  font-family: var(--_typeface---headings-spalla);
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  font-weight: 300;
  line-height: 1.15;
}

.reviews-custom-arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.reviews-arrows-style {
  background-color: var(--_colors---swatches-brand--soft-off-white);
  color: var(--_colors---swatches-brand--deep-slate-green);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: .75rem;
  display: flex;
}

.faq-main-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 33.9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-item {
  background-color: #eae6da99;
  border-radius: .75rem;
  padding-bottom: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: .875rem;
  display: flex;
}

.faq-icon {
  background-color: var(--_colors---swatches-brand--muted-gold);
  color: var(--_colors---swatches-brand--soft-off-white);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 1.0625rem .9375rem;
  display: flex;
}

.faq-answer {
  overflow: hidden;
}

.faq-text {
  padding-top: .875rem;
}

.faq-question-style {
  font-family: var(--_typeface---body-text-inter);
  color: var(--_colors---swatches-brand--dark-charcoal);
  letter-spacing: -.03em;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.08;
}

.faq-rich-text h1, .faq-rich-text h2, .faq-rich-text h3, .faq-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.faq-rich-text h5, .faq-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.faq-rich-text p {
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 1.5;
}

.faq-rich-text ul {
  font-family: var(--_typeface---body-text-inter);
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 1.5;
}

.faq-rich-text ol {
  margin-bottom: 1.5rem;
}

.faq-rich-text blockquote {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.faq-rich-text li {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.faq-collection_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-collection-item {
  overflow: hidden;
}

.cta_grid {
  grid-template-rows: auto;
  grid-template-columns: 49% 51%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.cta_grid-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--_colors---swatches-brand--deep-slate-green);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 4rem 3rem 3rem;
  display: flex;
}

.cta_grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cta-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-bottom: 4rem;
  display: flex;
}

.contact-form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.fields-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.contact-form-btn-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.form-label {
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.15;
}

.fields-style {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---swatches-brand--dusty-teal);
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  background-color: #5e7e7d66;
  height: 3rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  line-height: 1.15;
}

.fields-style:focus {
  border-width: 0;
}

.fields-style::placeholder {
  color: var(--_colors---swatches-brand--soft-off-white-70);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.15;
}

.textarea-fields-style {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---swatches-brand--dusty-teal);
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  background-color: #5e7e7d66;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 6rem;
  min-height: 6rem;
  max-height: 6rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  line-height: 1.15;
}

.textarea-fields-style:focus {
  border-width: 0;
}

.textarea-fields-style::placeholder {
  color: var(--_colors---swatches-brand--soft-off-white-70);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.15;
}

.submit-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---swatches-brand--soft-off-white);
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.success-message {
  background-color: var(--_colors---swatches-neutral--transparent);
  text-align: left;
  padding: 0;
}

.footer-padding {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.footer_flex {
  grid-template-rows: auto;
  grid-template-columns: 28.3482% 35.1191%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer_flex-item {
  width: 26.4583%;
}

.footer-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  object-fit: cover;
  flex-flow: column;
  width: 100%;
  max-width: 20.3125rem;
  margin-top: 1.5rem;
  display: flex;
}

.footer-brand {
  width: 23.8125rem;
  height: 5.875rem;
}

.footer-logo {
  width: 100%;
}

.footer-item_grid {
  grid-template-rows: auto;
  grid-template-columns: 23.7288% 50.8475%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 32.7778%;
  display: grid;
}

.footer-item_grid-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.footer-heading-style {
  font-family: var(--_typeface---body-text-inter);
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  font-weight: 500;
  line-height: 1;
}

.footer-menu {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.footer_links {
  opacity: .8;
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_links:hover {
  opacity: 1;
}

.social-link {
  background-color: var(--_colors---swatches-brand--muted-gold);
  color: var(--_colors---swatches-brand--soft-off-white);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.39938rem;
  height: 2.39938rem;
  padding: .625rem;
  display: flex;
}

.footer-bottom_flex {
  border-top: 1px solid #3336;
  justify-content: space-between;
  align-items: center;
  margin-top: 5rem;
  padding-top: 1.5rem;
  display: flex;
}

.copyright-flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright-text {
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: .875rem;
  font-weight: 400;
}

.copyright-link {
  opacity: .8;
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
}

.copyright-link:hover {
  opacity: 1;
}

.footer-bottom-link {
  opacity: .8;
  color: var(--_colors---swatches-brand--dark-charcoal);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-bottom-link:hover {
  opacity: 1;
}

.hero-bg-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  background-image: linear-gradient(#0000001a, #0000001a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-links {
  display: none;
}

.country-select {
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--soft-off-white-70);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  background-image: url("https://cdn.prod.website-files.com/692d5750013887981561245a/69331908fd132c425fb8289b_Vector%20(1).svg");
  background-position: 82%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-right: 1px solid #5e7e7d;
  width: 7rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-bottom: 0;
  padding: 0 0 0 .5rem;
}

.country-select:focus {
  border-right-width: 1px;
  border-right-color: #5e7e7d;
}

.phone-row {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--_colors---swatches-brand--dusty-teal);
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  background-color: #5e7e7d66;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  line-height: 1.15;
  display: flex;
}

.phone-row:focus {
  border-width: 0;
}

.phone-row::placeholder {
  color: var(--_colors---swatches-brand--soft-off-white-70);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.15;
}

.phone-input {
  border-style: solid;
  border-width: 0;
  border-color: black black var(--_colors---swatches-brand--dusty-teal);
  background-color: var(--_colors---swatches-neutral--transparent);
  color: var(--_colors---swatches-brand--soft-off-white);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  height: 1.5rem;
  min-height: 1.5rem;
  margin-bottom: 0;
  padding: .5rem 1rem .5rem 1.25rem;
  line-height: 1.15;
}

.phone-input:focus {
  border-width: 0;
}

.phone-input::placeholder {
  color: var(--_colors---swatches-brand--soft-off-white-70);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.15;
}

.modren-text {
  max-width: 40.375rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-image-wrapper {
  position: relative;
}

.whatsapp-icon {
  color: var(--_colors---swatches-neutral--white);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 4rem 2rem auto auto;
}

.footer-logo-wrapper {
  width: 6.25rem;
  height: 2.625rem;
}

.footer-inner-logo {
  width: 100%;
  height: 100%;
}

.floating-social-link {
  z-index: 8;
  background-color: var(--_colors---swatches-brand--muted-gold);
  color: var(--_colors---swatches-brand--soft-off-white);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .625rem;
  display: block;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
  box-shadow: 0 .125rem .75rem 1px #8383834d;
}

.oxygen-btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3.5rem;
    --_sizes---typography-heading-sizes--h2: 3rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 2rem;
    --_sizes---typography-heading-sizes--h5: 1.9rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5.9375rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .tablet-hidden {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .section.about-hero_section {
    background-image: linear-gradient(#0b0b0b00, #0b0b0b66), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692dde90de2e98b14d360b4e_322d81ad5dd4b55a5d132cc20f15c5c6_about%20(4).webp");
    background-position: 0 0, 0 0, 0 0, 80%;
  }

  .section.contact-hero_section {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0b0b0b00, #0b0b0b66), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692ea046f9fae14336052181_44e04fd18c625e8780ab2074e1a780cc_contact.webp");
    background-position: 0 0, 0 0, 61%;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .show-tablet {
    display: block;
  }

  .navigation {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-padding {
    padding-bottom: 5rem;
  }

  .hero_grid {
    grid-template-columns: 59.4077% 27%;
  }

  .demands-slide_grid-item {
    padding-right: 1.125rem;
  }

  .calm_grid-image-wrapper {
    height: 44rem;
  }

  .calm-accordions-wrapper.advantage-accordions {
    margin-top: -1rem;
  }

  .advantage_grid-item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 0;
    padding-top: 1.25rem;
  }

  .advantage_grid-image {
    height: 40rem;
  }

  .advantage-small-image {
    height: 18rem;
  }

  .cta_grid-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta_grid-image {
    object-position: 38% 50%;
  }

  .footer_flex {
    grid-template-columns: 40% 48%;
  }

  .footer_flex-item {
    width: 41%;
  }

  .footer-item_grid {
    grid-template-columns: 23.7288% 60%;
    width: 48%;
  }

  .programs-hero_grid {
    grid-template-columns: 66% 27%;
  }

  .corporate-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .proven_grid-item {
    padding: 2rem;
  }

  .proven_grid-image {
    object-position: 80% 50%;
    height: 43rem;
  }

  .method-hero_grid {
    grid-template-columns: 61% 27%;
  }

  .problem_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .problem_grid-image {
    height: 40rem;
  }

  .problem_grid-image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .problem-small-image {
    height: 18rem;
  }

  .method_grid-item {
    padding: 2rem;
  }

  .method-image-wrapper {
    height: 57.8rem;
  }

  .retraining-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-hero_grid {
    grid-template-columns: 60% 27%;
  }

  .about-corporats-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .about-corporats-list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about_grid-item {
    padding: 2rem;
  }

  .about-image-wrapper {
    height: 36rem;
  }

  .who-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .who-image {
    height: 100%;
  }

  .contact-hero_grid {
    grid-template-columns: 51% 27%;
  }

  .contact_grid-image {
    object-position: 38% 50%;
  }

  .privacy-bg {
    object-position: 6% 0%;
  }

  .privacy-overlay {
    height: 103%;
  }

  .privacy-hero-main {
    padding-right: var(--_sizes---paddings--global-padding);
    padding-left: var(--_sizes---paddings--global-padding);
    overflow: hidden;
  }

  .country-select {
    width: 8.5rem;
    padding-left: .4rem;
  }

  .method-calm_grid-image-wrapper {
    height: 44rem;
  }

  .whatsapp-icon {
    right: 1rem;
  }

  .proven-image-content {
    max-width: 20rem;
    bottom: .5rem;
    left: .5rem;
  }

  .about-method_grid-image {
    object-position: 50% 50%;
  }

  .proven-image-content-box {
    max-width: 20rem;
    margin-left: auto;
    bottom: .5rem;
    left: .5rem;
    right: 0;
  }

  .proven_grid-image-tow {
    object-position: 80% 50%;
    height: 53rem;
  }

  .expanding-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .expanding_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .expanding-image {
    height: 100%;
  }

  .horizontal-list {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
  }

  .join-hero_grid {
    grid-template-columns: 62% 27%;
  }

  .join-corporats-main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .floating-social-link {
    display: block;
    bottom: .5rem;
    right: 1.25rem;
  }

  .oxygen-btn {
    margin-top: 1.25rem;
    margin-bottom: 2rem;
  }

  .expanding-image-large {
    height: 100%;
  }

  .join-image {
    object-position: 100% 50%;
  }

  .guide-image-wrapper {
    height: 39rem;
  }

  .guide-img-wrapper {
    height: 35rem;
  }

  .guide-image {
    object-position: 56% 50%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.5rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.8rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--global-padding: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
  }

  .mobile-hidden {
    display: none;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .button.is-nav {
    display: none;
  }

  .section.program-hero_section {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692dbfeebdfaa45eec4ec79f_7b1db2b419913502a603a442faa2c054_programs%20(2).webp");
    background-position: 0 0, 70%;
  }

  .section.about-hero_section {
    background-image: linear-gradient(#0b0b0b00, #0b0b0b66), linear-gradient(#0000, #0000), linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692dde90de2e98b14d360b4e_322d81ad5dd4b55a5d132cc20f15c5c6_about%20(4).webp");
    background-position: 0 0, 0 0, 0 0, 75%;
  }

  .section.contact-hero_section {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0b0b0b00, #0b0b0b66), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692ea046f9fae14336052181_44e04fd18c625e8780ab2074e1a780cc_contact.webp");
    background-position: 0 0, 0 0, 75%;
  }

  .text-style-tagline {
    white-space: normal;
  }

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 4rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .nav_menu {
    background-color: var(--_colors---swatches-brand--deep-slate-green);
    height: calc(100vh - 5rem);
    padding: 4rem 1rem 2rem;
  }

  .nav_menu:where(.w-variant-1c3c3978-9bc3-319c-2214-1f271968b7fd) {
    background-color: var(--_colors---swatches-brand--dark-charcoal);
  }

  .nav-menu_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav_brand {
    width: 12rem;
    height: 3rem;
  }

  .nav-menu_list-item.has-button {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 0;
  }

  .nav-menu_list-item.for-mobile {
    display: flex;
  }

  .nav_link {
    font-family: var(--_typeface---headings-spalla);
    font-size: 3.25rem;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_bg {
    display: block;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .demands-slider-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .demands-slider-menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .demands-slide_grid {
    flex-flow: column;
    margin-bottom: 2rem;
    display: flex;
  }

  .demands-slide_grid-image {
    object-position: 50% 30%;
    height: 25rem;
  }

  .calm_grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .calm_grid-item {
    padding: 2rem 1.5rem;
  }

  .calm_grid-image {
    object-position: 50% 100%;
  }

  .calm_grid-image-wrapper {
    width: 90%;
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .advantage_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 48.125% 48.125%;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 0;
    display: grid;
  }

  .advantage_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
  }

  .advantage_grid-image {
    height: 120%;
  }

  .advantage-content {
    padding-top: 0;
  }

  .advantage-small-image {
    object-position: 50% 50%;
    height: 100%;
  }

  .faq-collection_list {
    column-count: 1;
    flex-flow: column;
    display: flex;
  }

  .cta_grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .cta_grid-item {
    padding: 2rem 1.5rem;
  }

  .cta_grid-image {
    width: 100%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-title {
    margin-bottom: 1rem;
  }

  .footer_flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .footer_flex-item {
    width: 100%;
  }

  .footer-brand {
    width: 18rem;
    height: 5rem;
  }

  .footer-item_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-bottom_flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    margin-top: 3rem;
    padding-top: 2rem;
  }

  .copyright-flex {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-link {
    order: -9999;
  }

  .programs-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .corporate-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .corporate_grid {
    flex-flow: column;
    display: flex;
  }

  .corporate-image {
    height: 100%;
  }

  .corporate-content {
    padding-top: 1rem;
  }

  .proven_grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .proven_grid-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    order: -9999;
    padding: 2rem 1.5rem;
  }

  .proven_grid-image {
    object-position: 50% 100%;
    order: 9999;
    width: 100%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .method-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .problem_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .problem_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .problem_grid-image {
    height: 100%;
  }

  .problem_grid-image-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .problem-image-wrapper {
    order: -9999;
  }

  .problem-small-image {
    object-position: 50% 50%;
    height: 100%;
  }

  .method_grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .method_grid-item {
    padding: 2rem 1.5rem;
  }

  .method_grid-image {
    object-position: 50% 0%;
  }

  .method-image-wrapper {
    width: 90%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .method-image-content {
    padding-left: 1.5rem;
  }

  .retraining-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .retraining_grid {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .retraining-icon {
    transform: rotate(91deg);
  }

  .about-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .about-corporats-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about_grid-item {
    padding: 2rem 1.5rem;
  }

  .about-image-wrapper {
    order: -9999;
    width: 90%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .who-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .who_grid {
    flex-flow: column;
    display: flex;
  }

  .contact-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .contact_grid-image {
    width: 90%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-contact-links {
    opacity: .8;
    color: var(--_colors---swatches-neutral--white);
    font-size: var(--_sizes---typography-text-sizes--sm-text);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-links {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .method-calm_grid-image-wrapper {
    width: 90%;
    height: 25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-image-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .whatsapp-icon {
    top: 1rem;
    right: 1rem;
  }

  .proven-image-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .proven-image-content {
    max-width: 30rem;
    bottom: 1rem;
    left: 1rem;
  }

  .proven-image-text {
    font-size: var(--_sizes---typography-text-sizes--sm-text);
  }

  .about-method_grid-image {
    object-position: 50% 50%;
  }

  .proven-image-content-box {
    max-width: 30rem;
    bottom: 1rem;
    left: 1rem;
  }

  .proven_grid-image-tow {
    object-position: 50% 50%;
    order: 9999;
    width: 100%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .advantage-method_grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .expanding-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .expanding_grid {
    grid-column-gap: .75rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .expanding-image {
    height: 20rem;
  }

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

  .join-hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .join-corporats-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .oxygen-btn {
    margin-top: 0;
    margin-bottom: 0;
  }

  .expanding-image-large {
    height: 28rem;
  }

  .join-btn-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .join-image {
    object-position: 50% 50%;
  }

  .join-method_grid {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .guide-image-wrapper, .guide-img-wrapper {
    order: -9999;
    width: 90%;
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .guide-image {
    object-position: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .button-group.is-stretch {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    align-items: stretch;
  }

  .section.calm_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.contact-hero_section {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0b0b0b00, #0b0b0b66), url("https://cdn.prod.website-files.com/692d5750013887981561245a/692ea046f9fae14336052181_44e04fd18c625e8780ab2074e1a780cc_contact.webp");
    background-position: 0 0, 0 0, 71%;
  }

  .demands-slide_grid {
    margin-bottom: 3rem;
  }

  .demands-slide_grid-image {
    object-position: 50% 50%;
    height: 20rem;
  }

  .demands-slide_grid-item {
    padding-left: 1rem;
    padding-right: 0;
  }

  .calm_grid {
    align-items: center;
  }

  .calm_grid-image {
    object-position: 50% 100%;
  }

  .calm_grid-image-wrapper {
    height: 20rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .advantage_grid {
    grid-column-gap: .8rem;
    grid-row-gap: 4rem;
  }

  .cta_grid-image {
    height: 20rem;
  }

  .corporate-content {
    padding-left: 1rem;
    padding-right: 0;
  }

  .proven_grid-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .proven_grid-image {
    order: 9999;
    height: 15rem;
  }

  .proven-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .method-image-wrapper {
    height: 25rem;
  }

  .method-image-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .retraining-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-corporats-list {
    align-items: flex-start;
  }

  .about_grid-item {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .about-image-wrapper, .contact_grid-image {
    height: 20rem;
  }

  .privacy-bg, .privacy-overlay {
    height: 100%;
  }

  .privacy-hero-main {
    height: 100vh;
  }

  .method-calm_grid-image-wrapper {
    height: 20rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .proven-image-content, .proven-image-content-box {
    max-width: 18rem;
    padding: .5rem;
    bottom: .5rem;
    left: .5rem;
  }

  .proven_grid-image-tow {
    order: 9999;
    height: 15rem;
  }

  .expanding-image {
    height: 12rem;
  }

  .horizontal-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
  }

  .oxygen-btn.is-stretch {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    align-items: stretch;
  }

  .expanding-image-large {
    height: 18rem;
  }

  .join-image {
    object-position: 100% 50%;
  }

  .guide-image-wrapper, .guide-img-wrapper {
    height: 20rem;
  }
}

#w-node-c0b0a5c4-6bfc-2f5b-76c7-2cc0d393b1e8-15612451 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-bfbb5744-d0f2-936c-1b2c-6dcacb1c0ffc-15612451 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bb65fdd7-b9d1-044d-a6d7-730c2bd53de4-15612451 {
  grid-area: 3 / 2 / 4 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-c0b0a5c4-6bfc-2f5b-76c7-2cc0d393b1e8-15612451 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b9c6d09c-e075-fa35-40eb-418e2c483995-15612451 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bfbb5744-d0f2-936c-1b2c-6dcacb1c0ffc-15612451 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bb65fdd7-b9d1-044d-a6d7-730c2bd53de4-15612451 {
    grid-row: 2 / 3;
  }
}
