:root {
  --_colors---swatches-brand--dark: #030102;
  --_typeface---manrope-body-text: Manrope, sans-serif;
  --_colors---swatches-neutral--white: #fff;
  --_typeface---geist-headings: Geist, sans-serif;
  --_sizes---typography-heading-sizes--h1: 3.625rem;
  --_sizes---typography-heading-sizes--h2: 2.5rem;
  --_sizes---typography-heading-sizes--h3: 2.25rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_colors---swatches-brand--grey: #858585;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_colors---swatches-neutral--black: #000;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 3.125rem;
  --_sizes---paddings--sm-section: 4rem;
  --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: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container-global: 100rem;
  --_sizes---radius--xs-radius: .25rem;
  --_colors---swatches-brand--orange: #de540b;
  --_colors---swatches-brand--light-orange: #ea4e00;
  --_colors---swatches-neutral--transparent: #fff0;
  --_typeface---bebas-neue-brand: "Bebas Neue", sans-serif;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---lg-radius: 2.5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xl-text: 1.5rem;
  --_colors---swatches-brand--light-grey: #6f798a;
  --_sizes---paddings--xs-section: 2.5rem;
  --_sizes---radius--md-radius: 1rem;
  --_sizes---radius--sm-radius: .625rem;
  --red: #ee4036;
  --level-1: silver;
  --level-2: #5da0d0;
  --level-3: #a969d3;
  --level-4: #bd8608;
  --grey-02: #e8e7e7;
  --_colors---swatches-utility--error-txt-color: #ee4036;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

body {
  background-color: var(--_colors---swatches-brand--dark);
  font-family: var(--_typeface---manrope-body-text);
  color: var(--_colors---swatches-neutral--white);
  --_sizes---typography-heading-sizes--h1: 3.625rem;
  --_sizes---typography-heading-sizes--h2: 2.5rem;
  --_sizes---typography-heading-sizes--h3: 2.25rem;
  --_sizes---typography-heading-sizes--h4: 2rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 3.125rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container-global: 100rem;
  --_sizes---radius--xs-radius: .25rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---lg-radius: 2.5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xl-text: 1.5rem;
  --_sizes---paddings--xs-section: 2.5rem;
  --_sizes---radius--md-radius: 1rem;
  --_sizes---radius--sm-radius: .625rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---geist-headings);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---geist-headings);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  font-family: var(--_typeface---geist-headings);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  font-family: var(--_typeface---geist-headings);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}

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

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

p {
  font-family: var(--_typeface---manrope-body-text);
  color: var(--_colors---swatches-brand--grey);
  letter-spacing: -.02em;
  margin-bottom: 0;
}

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

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

ol {
  font-family: var(--_typeface---manrope-body-text);
  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---manrope-body-text);
  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: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-color-white {
  color: var(--_colors---swatches-neutral--white);
}

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

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

.text-size-regular.opacity-80 {
  opacity: .8;
}

.text-align-right {
  text-align: right;
}

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

.text-size-small.opacity-80 {
  opacity: .8;
}

.heading-style-h4 {
  font-size: var(--_sizes---typography-heading-sizes--h4);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  line-height: 1.2;
}

.text-size-large.opacity-40 {
  opacity: .4;
}

.heading-style-h2 {
  background-image: linear-gradient(180deg, var(--_colors---swatches-neutral--white), #fff6);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.container {
  width: 100%;
  max-width: var(--_sizes---paddings--container-global);
  margin-left: auto;
  margin-right: auto;
}

.container.align-right {
  justify-content: flex-end;
  display: flex;
}

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

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

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: var(--_colors---swatches-brand--orange);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.button:hover {
  background-color: var(--_colors---swatches-brand--light-orange);
}

.button.dark-orange {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.05em;
  background-color: #763e21;
  line-height: 1.54;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.button.dark-orange:hover {
  background-color: var(--_colors---swatches-brand--light-orange);
}

.button.dark-orange.merch {
  white-space: nowrap;
  word-break: keep-all;
  flex: 1;
  align-self: stretch;
  min-height: 3.5rem;
}

.button.dark-orange.merch:hover {
  background-color: #a0542c;
}

.button.orange {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.05em;
  line-height: 1.54;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.button.orange:hover {
  background-color: var(--_colors---swatches-brand--light-orange);
}

.button.orange.merch {
  white-space: nowrap;
  word-break: keep-all;
  flex: 1;
  align-self: stretch;
  min-height: 3.5rem;
}

.button.text {
  background-color: var(--_colors---swatches-neutral--transparent);
  letter-spacing: -.02em;
  padding-left: 0;
  padding-right: 0;
}

.button.brand-text {
  background-color: var(--_colors---swatches-neutral--transparent);
  font-family: var(--_typeface---bebas-neue-brand);
  letter-spacing: -.02em;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.75rem;
  line-height: .4;
}

.button.brand-text.smaller {
  font-size: 2rem;
}

.text-size-medium {
  font-size: var(--_sizes---typography-text-sizes--md-text);
}

.text-size-medium.text-color-white-70 {
  color: #ffffffb3;
}

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

.button-group.home-hero {
  z-index: 4;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 0% 3rem;
}

.button-group.cart_btn-group {
  flex-flow: column;
  align-items: stretch;
  margin-top: 1rem;
}

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.hidden {
  display: none;
}

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

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

.section.coaching-hero {
  min-height: 100svh;
  padding-top: var(--_sizes---paddings--xl-section);
  padding-bottom: var(--_sizes---paddings--xl-section);
  color: var(--_colors---swatches-neutral--white);
}

.section.merch-hero {
  min-height: 100svh;
  color: var(--_colors---swatches-neutral--white);
  justify-content: flex-start;
  align-items: center;
  padding-top: 11.25rem;
}

.section.overflow-visible {
  overflow: visible;
}

.section.banner {
  aspect-ratio: 1440 / 864;
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/697372d54f29e01bc814ec4e_hoodies-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
}

.section.loop-slide {
  padding: var(--_sizes---paddings--md-section) 0rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.section.loop-slide.hidden {
  display: none;
}

.section.hero-newsletter {
  min-height: 100svh;
  color: var(--_colors---swatches-neutral--white);
  justify-content: flex-start;
  padding-top: 11.25rem;
}

.section.hidden {
  display: none;
}

.section.hero {
  min-height: 100svh;
  color: var(--_colors---swatches-neutral--white);
  justify-content: flex-start;
  padding-top: 11.25rem;
}

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

.section.padding-medium {
  padding-left: 5rem;
  padding-right: 5rem;
}

.section.padding-medium.is-banner {
  margin-top: var(--_sizes---paddings--lg-section);
  margin-bottom: var(--_sizes---paddings--lg-section);
  border-radius: var(--_sizes---lg-radius);
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/69736f8992eaa5fcf11531de_about-banner.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.padding-medium.events-empty {
  margin-top: var(--_sizes---paddings--lg-section);
  margin-bottom: var(--_sizes---paddings--lg-section);
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/6a3d1b06f193283c7251b57b_events-empty-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.padding-medium.highlighted {
  border-radius: var(--_sizes---lg-radius);
  background-color: #d2d0d11a;
}

.section.padding-medium.cta {
  margin-top: var(--_sizes---paddings--lg-section);
  margin-bottom: var(--_sizes---paddings--lg-section);
  border-radius: var(--_sizes---lg-radius);
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/695245a265ff21d923024811_cb78e45b454d00140a139aba4551226c_cta-bg-image_compressed.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.padding-medium.steps {
  overflow: visible;
}

.section.padding-large {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

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

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

.text-size-xlarge {
  font-size: var(--_sizes---typography-text-sizes--xl-text);
  line-height: 1.3;
}

.mobile-only {
  display: none;
}

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

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

.navigation_component {
  z-index: 999;
  padding: 2rem var(--_sizes---paddings--padding-global);
  background-color: #fff0;
  position: fixed;
  inset: 0 0% auto;
}

.nav_logo {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.cart_empty {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 19.25rem;
  margin: auto;
  display: flex;
}

.cart_empty.hidden {
  display: none;
}

.button-nav {
  z-index: 1;
  color: #fffc;
  cursor: pointer;
  background-color: #30303036;
  border-radius: 100vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0003, 0 6px 6px #0003;
}

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

.nav-menu_list-item.nav-absolute-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 0;
}

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

.nav-menu_list-item.sing-in {
  margin-right: 13.5rem;
}

.cart-item_details {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: #ffffff1a;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
  display: flex;
}

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

.text-style-total {
  color: var(--_colors---swatches-neutral--white);
  font-size: 2rem;
  font-weight: 500;
}

.cart {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/69734cb272d1c2b7a8ad11f2_cart-bg.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 28.125rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

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

.cart_empty-image {
  aspect-ratio: 1;
  width: 17.125rem;
  height: 17.125rem;
}

.nav_link {
  opacity: .8;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_link.w--current {
  opacity: 1;
}

.nav_menu-centered {
  z-index: 1;
  flex: 1;
}

.cart_close-button {
  border: 1px solid var(--_colors---swatches-neutral--white);
  width: 2rem;
  height: 2rem;
  color: var(--_colors---swatches-neutral--white);
  background-color: #fff0;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5625rem;
  display: flex;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.cart_bottom.hidden {
  display: none;
}

.nav_brand {
  padding: 0;
}

.nav_brand.nav-absolute-center {
  z-index: 2;
  aspect-ratio: 180 / 26;
  z-index: 2;
  aspect-ratio: 180 / 26;
  justify-content: center;
  align-items: flex-start;
  width: 11.25rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cart-item_img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.cart_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
  overflow: scroll;
}

.cart-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  height: 6.875rem;
  display: flex;
}

.cart-item.hidden {
  display: none;
}

.cart_empty-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.cart_total-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart_top {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-bottom: 1px #20232d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.header_bg {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: linear-gradient(#0009, #0000004d 90%, #0000);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav_dropdown {
  color: var(--_colors---swatches-neutral--white);
  flex-flow: column;
  display: flex;
}

.dropdown_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: .8;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.dropdown_icon {
  width: 1rem;
  height: 1rem;
}

.dropdown-mask.w--open {
  background-color: #0000;
  padding-top: 1.75rem;
  position: absolute;
  top: 1.5rem;
}

.dropdown_list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(90px);
  backdrop-filter: blur(90px);
  background-color: #9869691a;
  border-radius: 1rem;
  flex-flow: column;
  width: 22.5rem;
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
  box-shadow: 0 64px 64px #0000008f;
}

.dropdown_list.w--open {
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  border-radius: .75rem;
  flex-flow: column;
  width: 14rem;
  margin-top: 1.8rem;
  padding: .5rem;
  display: flex;
  top: 2rem;
  right: -1.875rem;
}

.d-nav_link {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  border: 1px solid var(--_colors---swatches-neutral--transparent);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s, color .2s, opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-nav_link:hover, .d-nav_link.w--current {
  background-color: #ffffff08;
  border-color: #6666664d;
}

.nav_link-description {
  color: var(--_colors---swatches-brand--grey);
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  text-align: left;
}

.button-vertical-line {
  background-color: var(--_colors---swatches-brand--light-grey);
  width: 1px;
  height: .625rem;
  position: absolute;
  top: 0;
  left: 0;
}

.button-vertical-line.bottom-right {
  inset: auto 0% 0% auto;
}

.button-vertical-line.bottom-left {
  inset: auto auto 0% 0%;
}

.button-vertical-line.top-right {
  inset: 0% 0% auto auto;
}

.button-clip {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-line {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.button-horizontal-scale-line {
  background-color: var(--_colors---swatches-brand--light-grey);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.button-horizontal-scale-line.top-left {
  inset: 0% auto auto -50%;
}

.button-horizontal-scale-line.bottom-left {
  inset: auto auto 0% -50%;
}

.button-horizontal-scale-line.top-right {
  inset: 0% -50% auto auto;
}

.button-horizontal-scale-line.bottom-right {
  inset: auto -50% 0% auto;
}

.button-text-wrapper.bottom {
  position: absolute;
  bottom: -100%;
}

.button-outline {
  grid-column-gap: 5px;
  height: auto;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border: 1px #fff3;
  border-radius: 0;
  justify-content: center;
  padding: .75rem 1.25rem;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-outline:hover {
  color: #fff;
}

.button-vertical-scale-line {
  background-color: var(--_colors---swatches-brand--light-grey);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-vertical-scale-line.top-right {
  inset: -50% 0% auto auto;
}

.button-vertical-scale-line.top-left {
  top: -50%;
}

.button-vertical-scale-line.bottom-left {
  inset: auto auto -50% 0%;
}

.button-vertical-scale-line.bottom-right {
  inset: auto 0% -50% auto;
}

.button-scale-lines {
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  inset: 0%;
}

.button-bg {
  z-index: 1;
  filter: url("#glass-distortion");
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff26;
  width: 150%;
  height: 200%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.button-horizontal-line {
  background-color: var(--_colors---swatches-brand--light-grey);
  width: .625rem;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.button-horizontal-line.top-right {
  inset: 0% 0% auto auto;
}

.button-horizontal-line.bottom-right {
  inset: auto 0% 0% auto;
}

.button-horizontal-line.bottom-left {
  inset: auto auto 0% 0%;
}

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

.image-bg.cover-align-top {
  object-position: 50% 0%;
}

.hero-heading {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-heading.newsletter {
  max-width: 48rem;
}

.hero-heading.coaching {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  max-width: 41.25rem;
  margin-right: 3rem;
}

.hero-heading.events {
  max-width: 54rem;
}

.hero-astronaut {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: 67rem;
  height: calc(100% - 20rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.eyebrow {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eyebrow-dot {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--_colors---swatches-brand--light-orange);
  border-radius: 100vw;
  width: .4375rem;
  height: auto;
  position: relative;
  box-shadow: 0 0 10px .40625rem #f4c9bb66;
}

.button-outter-wrapper {
  border-radius: var(--_sizes---radius--xs-radius);
  background-image: linear-gradient(180deg, var(--_colors---swatches-brand--orange), #f1b99b);
  padding: 1px;
  text-decoration: none;
  overflow: hidden;
}

.button-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.button-icon.small {
  width: 1rem;
  height: 1rem;
}

.button-icon.medium {
  width: 1.25rem;
  height: 1.25rem;
}

.hero-overlay {
  z-index: 3;
  background-image: linear-gradient(180deg, #03010200, var(--_colors---swatches-brand--dark));
  height: 7.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee_main {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.reviews_loop-wrapper {
  flex: none;
  position: relative;
}

.section-top-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.section-top-wrapper.max-width-50rem {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.max-width-40rem {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 40% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.section-top-wrapper.max-width-54rem {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.mission {
  max-width: 40rem;
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.marquee {
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
}

.section-top-wrapper.max-width-36rem {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.max-width-22rem {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.max-width-26rem {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.max-width-62rem {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

.section-top-wrapper.grid {
  grid-template-rows: auto;
  grid-template-columns: 40% 40%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.section-top-wrapper.max-width-32rem {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.marquee_item {
  flex: none;
}

.heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: static;
}

.heading-wrapper.content-align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.heading-wrapper.max-width-comparison-card {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper.max-width-28rem {
  max-width: 28rem;
}

.heading-wrapper.max-width-45rem {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper.align-center {
  text-align: center;
}

.heading-wrapper.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-wrapper.max-width-36rem {
  max-width: 36rem;
}

.heading-wrapper.gap-smaller {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.heading-wrapper.max-width-50rem {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.section-main {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.section-main.marquee, .section-main.gap-smaller {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.section-main.gap-larger {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
}

.section-main.case-studies {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.section-main.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.section-main.gap-medium {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.section-main.marquee {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.heading-style-marquee {
  background-image: linear-gradient(180deg, var(--_colors---swatches-neutral--white), #fff6);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.375rem;
}

.marquee_image {
  opacity: .4;
  object-fit: contain;
  max-width: 12rem;
  height: 2.5rem;
}

.padding-section-xsmall {
  padding-top: var(--_sizes---paddings--xs-section);
  padding-bottom: var(--_sizes---paddings--xs-section);
}

.about-card {
  aspect-ratio: 1188 / 488;
  border-radius: var(--_sizes---radius--md-radius);
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/69727a01cb8a776bc06dea81_about-home.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3.5rem;
  display: flex;
  overflow: hidden;
}

.about-card_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 54.8822%;
  display: flex;
  position: relative;
}

.glowing-divider {
  background-image: radial-gradient(circle, #fff, #fff0);
  width: 100%;
  height: 1px;
}

.glowing-divider.vertical, .glowing-divider.mission {
  width: 1px;
  height: 100%;
}

.glowing-divider.cta {
  width: 1px;
  height: 3.125rem;
}

.glowing-divider._18rem {
  max-width: 18rem;
}

.about-card_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.go-coaching-logo {
  aspect-ratio: 220 / 40;
  flex: none;
  height: 2.5rem;
}

.text-style-empty-cart {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 500;
}

.input {
  border-radius: var(--_sizes---radius--xs-radius);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  min-height: 2.625rem;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  background-color: #ffffff1a;
  border: 1px #000;
  margin-bottom: 0;
  padding: .875rem 1rem;
}

.input::placeholder {
  color: var(--_colors---swatches-brand--grey);
}

.input.search {
  background-color: #ffffff0d;
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/69538c17688e50587d86db89_search-icon.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  min-height: 3.125rem;
  padding-left: 3rem;
}

.input.newsletter {
  min-height: 3.125rem;
}

.form_promo-code {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.cart-item_img-mask {
  aspect-ratio: 1;
  border-radius: var(--_sizes---radius--xs-radius);
  background-color: #ffffff1a;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.cart-item_row {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cart-item_title {
  font-size: var(--_sizes---typography-text-sizes--md-text);
}

.cart-item_quantity {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-radius: var(--_sizes---radius--sm-radius);
  color: var(--_colors---swatches-brand--dark);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  padding: .25rem;
  display: flex;
}

.quantity-button {
  aspect-ratio: 1;
  background-color: var(--_colors---swatches-neutral--transparent);
  width: 1.75rem;
  min-width: 1.75rem;
  height: 1.75rem;
  color: var(--_colors---swatches-brand--dark);
  justify-content: center;
  align-items: center;
  padding: .4375rem;
  display: flex;
}

.cart_heading-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.cart_heading-wrapper.hidden {
  display: none;
}

.cart_item-count {
  aspect-ratio: 1;
  width: 2rem;
  height: 2rem;
  color: var(--_colors---swatches-brand--dark);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  background-color: #ffffff80;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.content-wrapper.max-width-banner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 41.875rem;
}

.content-wrapper.max-width-cta {
  max-width: 28rem;
}

.paragraph-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.paragraph-wrapper.max-width-45rem {
  max-width: 45rem;
}

.paragraph-wrapper.max-width-85 {
  max-width: 85%;
}

.paragraph-wrapper.max-width-30rem {
  max-width: 30rem;
}

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

.text-color-red {
  color: var(--red);
}

.padding-footer {
  padding: var(--_sizes---paddings--sm-section) var(--_sizes---paddings--padding-global) var(--_sizes---paddings--xs-section);
}

.footer_copyright {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  display: flex;
}

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

.copyright-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
}

.copyright-link:hover {
  text-underline-offset: 2px;
  text-decoration: underline;
}

.footer_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_link {
  opacity: .8;
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer_link:hover {
  opacity: 100;
}

.footer_link.w--current {
  text-decoration: none;
}

.footer_link.w--current:hover {
  color: #939db8;
}

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

.footer_policy-links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.footer_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 7.625rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_brand {
  aspect-ratio: 180 / 26;
  width: 11.25rem;
}

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

.button-social {
  aspect-ratio: 1;
  border: 1px solid #ffffff40;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1.0625rem;
  transition: all .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.button-social:hover {
  border-color: var(--_colors---swatches-brand--light-grey);
  background-color: #ffffff1a;
}

.footer_socials {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.text-style-footer-menu {
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.3;
}

.footer_menu {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  display: flex;
}

.footer_nav {
  grid-column-gap: 4rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.glass-effect {
  filter: url("#glass-distortion");
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
  background-color: #30303033;
  width: 150%;
  height: 150%;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.glass-tint {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.glass-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset -1px -1px 1px .5px #ffffff40, inset 2px 2px 2px #ffffff40;
}

.footer_cta-wrapper {
  padding: var(--_sizes---paddings--md-section) 9.375rem;
  aspect-ratio: 1440 / 702;
  background-color: var(--_colors---swatches-brand--dark);
  background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/694ec239429de335a2a9c07f_footer-bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer_cta-wrapper:where(.w-variant-e209797f-12c4-44b9-f19b-6eec77e24bcb) {
  display: none;
}

.footer_cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.text-style-eyebrow {
  font-family: var(--_typeface---bebas-neue-brand);
  font-size: var(--_sizes---typography-heading-sizes--h3);
}

.form_newsletter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_newsletter.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr min-content;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 1rem;
  display: grid;
}

.faq_main {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 56.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.faq_content {
  padding: 0 1.5rem 1.5rem;
}

.faq_trigger {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.faq_answer {
  overflow: hidden;
}

.faq {
  border-bottom: 1px solid #ffffff4d;
  padding-top: 0;
  padding-bottom: 0;
}

.faq_icon {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
}

.faq_question {
  width: 100%;
}

.bg-gradient {
  z-index: 1;
  pointer-events: none;
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-gradient.right {
  object-fit: contain;
  object-position: 100% 50%;
}

.bg-gradient.left {
  object-fit: contain;
  object-position: 0% 50%;
  inset: 0% auto 0% 0%;
}

.reviews_loop-track {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.reviews-overlay {
  z-index: 4;
  background-image: linear-gradient(180deg, #03010200, var(--_colors---swatches-brand--dark));
  pointer-events: none;
  width: 100%;
  height: 12rem;
  position: absolute;
  inset: auto 0% 0%;
}

.reviews-overlay.top {
  display: none;
}

.reviews_item {
  position: relative;
}

.code-embed_reviews-grid {
  display: none;
}

.reviews_main {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.reviews_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.reviews_corner-gradient {
  z-index: 2;
  filter: blur(100px);
  background-image: linear-gradient(#ea4e00, #ea4e00);
  border-radius: 100vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28.6rem;
  height: 15.7rem;
  display: none;
  position: absolute;
  inset: auto -16rem -14rem auto;
  transform: rotate(-7.661deg);
}

.reviews_card-bg {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-style-reviews {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  line-height: 1.1;
}

.reviews_card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: var(--_sizes---radius--md-radius);
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.reviews_content {
  z-index: 3;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.reviews_rating {
  aspect-ratio: 116 / 20;
  width: 7.25rem;
}

.marquee_track {
  flex: none;
}

.features_grid {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.features-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  aspect-ratio: 433 / 520;
  border-radius: var(--_sizes---radius--md-radius);
  flex-flow: column;
  justify-content: space-between;
  padding: 1.875rem 1.25rem 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px #00000040;
}

.features-card.smaller {
  aspect-ratio: 410 / 375;
  background-color: var(--_colors---swatches-neutral--transparent);
  justify-content: flex-end;
  padding: 4rem 2rem;
}

.card-bottom {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.card-bottom.gap-smaller {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.card-top {
  z-index: 5;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-style-highlight {
  font-family: var(--_typeface---bebas-neue-brand);
  color: var(--_colors---swatches-neutral--white);
  text-transform: uppercase;
  font-size: 6rem;
  line-height: .8;
}

.text-style-highlight.bottom {
  filter: blur(15px);
  color: var(--red);
  position: relative;
}

.text-style-highlight.top {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-style-cta {
  background-image: linear-gradient(180deg, var(--_colors---swatches-neutral--white), #fff6);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.625rem;
}

.text-highlight-wrapper {
  position: relative;
}

.levels_main {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.levels_main.list-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-level {
  border-radius: var(--_sizes---radius--md-radius);
  background-color: #0a0a0a;
  flex-flow: column;
  justify-content: space-between;
  height: 20.625rem;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-level._2 {
  height: 23.125rem;
}

.card-level._3 {
  height: 25.625rem;
}

.card-level._4 {
  height: 28.125rem;
}

.card-level._5 {
  height: 30.625rem;
}

.heading-style-level {
  font-family: var(--_typeface---bebas-neue-brand);
  line-height: .8;
}

.heading-style-level._1 {
  color: var(--level-1);
}

.heading-style-level._2 {
  color: var(--level-2);
}

.heading-style-level._3 {
  color: var(--level-3);
}

.heading-style-level._4 {
  color: var(--level-4);
}

.heading-style-level._5 {
  color: var(--red);
}

.text-style-card-eyebrow {
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.card-level_top {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.card-level_gradient {
  z-index: 2;
  opacity: .5;
  filter: blur(20px);
  border-radius: 100%;
  width: 12rem;
  height: 3.5rem;
  position: absolute;
  inset: -1.75rem auto auto 50%;
  transform: translate(-50%);
}

.card-level_gradient._1 {
  background-color: var(--level-1);
}

.card-level_gradient._2 {
  background-color: var(--level-2);
}

.card-level_gradient._3 {
  background-color: var(--level-3);
}

.card-level_gradient._4 {
  background-color: var(--level-4);
}

.card-level_gradient._5 {
  background-color: var(--red);
}

.text-size-features-card {
  opacity: .7;
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  line-height: 1.2;
}

.form-block {
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.steps_grid {
  aspect-ratio: 1280 / 432;
  grid-template-rows: auto;
  grid-template-columns: 28.9063% 39.0625% 32.0313%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}

.steps_grid.content {
  aspect-ratio: auto;
  aspect-ratio: auto;
}

.steps_main-line {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.steps_line {
  object-fit: cover;
  object-position: 50% 100%;
  min-height: 100%;
}

.steps_line._2, .steps_line._3, .steps_line._2, .steps_line._3 {
  opacity: 0;
}

.steps_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.steps_wrapper._3, .steps_wrapper._2, .steps_wrapper._3, .steps_wrapper._2 {
  opacity: 0;
}

.steps_track {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  min-height: 300svh;
  display: flex;
  position: relative;
}

.steps_main {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  min-height: 90svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 10svh;
}

.steps_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cta_bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.video {
  border-radius: var(--_sizes---radius--md-radius);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.code-embed_menu-scroll-lock {
  display: none;
}

.side-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--_colors---swatches-brand--dark), #03010200);
  width: 20vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.side-gradient.right {
  background-image: linear-gradient(270deg, var(--_colors---swatches-brand--dark), #03010200);
  background-image: linear-gradient(270deg, var(--_colors---swatches-brand--dark), #03010200);
  inset: 0% 0% 0% auto;
  inset: 0% 0% 0% auto;
}

.eyebrow-text {
  z-index: 1;
  position: relative;
}

.cart_background {
  pointer-events: none;
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0%;
}

.cart_count {
  z-index: 2;
  background-color: var(--_colors---swatches-neutral--white);
  width: 1.125rem;
  height: 1.125rem;
  font-family: var(--_typeface---geist-headings);
  color: var(--_colors---swatches-brand--dark);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  font-size: .8125rem;
  font-weight: 500;
  display: none;
  position: absolute;
  bottom: -.25rem;
  right: -.25rem;
}

.nav_cart-button {
  position: relative;
}

.cart-item_price {
  color: #fffc;
  font-size: var(--_sizes---typography-text-sizes--rg-text);
}

.cart-item_variant {
  color: #fffc;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
}

.render-cart {
  display: none;
}

.form_sucess-message {
  background-color: var(--_colors---swatches-neutral--transparent);
}

.form_icon {
  width: 4.6875rem;
  height: 4.6875rem;
  margin-bottom: 1.25rem;
}

.heading-highlight {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3rem;
    --_sizes---typography-heading-sizes--h2: 2.25rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.75rem;
    --_sizes---typography-heading-sizes--h5: 1.25rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1rem;
    --_sizes---paddings--padding-global: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.125rem;
    --_sizes---paddings--container-global: 100rem;
    --_sizes---radius--xs-radius: .25rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---lg-radius: 2rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xl-text: 1.25rem;
    --_sizes---paddings--xs-section: 2rem;
    --_sizes---radius--md-radius: 1rem;
    --_sizes---radius--sm-radius: .625rem;
  }

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

  .button-group {
    order: 9999;
    align-self: stretch;
  }

  .button-group.menu {
    flex-flow: column;
    flex: 1;
    align-items: stretch;
  }

  .section.padding-medium {
    padding-right: var(--_sizes---paddings--padding-global);
    padding-left: var(--_sizes---paddings--padding-global);
  }

  .section.padding-medium.highlighted {
    border-radius: 2rem;
  }

  .section.padding-large {
    padding-right: var(--_sizes---paddings--padding-global);
    padding-left: var(--_sizes---paddings--padding-global);
  }

  .section.banner {
    aspect-ratio: 4 / 3;
  }

  .section.hero-newsletter {
    min-height: auto;
    padding-bottom: 8rem;
  }

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

  .show-tablet {
    display: block;
  }

  .navigation_component {
    padding: 1rem 0;
  }

  .button-nav {
    width: 3rem;
    height: 3rem;
  }

  .nav-menu_list-item {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .nav-menu_list-item.nav-absolute-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    position: static;
  }

  .nav-menu_list-item.merch {
    margin-left: 0;
  }

  .nav-menu_list-item.sing-in {
    margin-right: 0;
  }

  .navbar {
    padding-right: var(--_sizes---paddings--padding-global);
    padding-left: var(--_sizes---paddings--padding-global);
  }

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

  .nav_link {
    padding: .75rem;
    font-size: 1.5rem;
  }

  .nav_menu-centered {
    height: 100svh;
    padding: 4rem var(--_sizes---paddings--padding-global) 6rem;
    background-color: var(--_colors---swatches-brand--dark);
    background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/697279dc2b06770a8b87ebbb_menu.webp");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }

  .nav_wrapper {
    justify-content: space-between;
  }

  .nav_brand.nav-absolute-center {
    height: 6rem;
  }

  .nav-menu_button {
    background-color: #fff0;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    padding: 0;
  }

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

  .nav-menu_lottie-animation {
    background-color: #fff0;
    width: 100%;
    height: 100%;
  }

  .nav_dropdown {
    width: 100%;
  }

  .dropdown_link {
    margin-left: 0;
    margin-right: 0;
    padding: .75rem;
    font-size: 1.5rem;
  }

  .dropdown-mask.w--open {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .dropdown_list {
    width: 100%;
    padding: 1rem;
  }

  .d-nav_link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .nav_link-description {
    display: none;
  }

  .image-bg.cover-align-top {
    object-position: 50% -50%;
    object-position: 50% -50%;
  }

  .hero-heading.coaching {
    margin-right: auto;
  }

  .hero-heading.events {
    max-width: 40rem;
  }

  .hero-astronaut {
    height: calc(100% - 22rem);
  }

  .section-top-wrapper.mission {
    max-width: 44rem;
  }

  .section-main.gap-larger {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .section-main.gap-medium {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-style-marquee {
    font-size: var(--_sizes---typography-heading-sizes--h6);
  }

  .about-card {
    aspect-ratio: auto;
    background-position: 15% 0;
  }

  .footer_cta-wrapper {
    padding-right: var(--_sizes---paddings--padding-global);
    padding-left: var(--_sizes---paddings--padding-global);
    aspect-ratio: 16 / 9;
    background-image: url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/69727952cfa11dc262c7dc11_footer.webp");
    background-position: 50% 0;
  }

  .footer_cta-content {
    width: 65%;
  }

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

  .features-card {
    aspect-ratio: 2 / 3;
    padding: 1.5rem 1rem;
    text-decoration: none;
  }

  .features-card.smaller {
    aspect-ratio: 3 / 4;
    aspect-ratio: 3 / 4;
    padding: 2rem 1rem;
  }

  .text-style-highlight {
    font-size: 4.5rem;
  }

  .heading-style-cta {
    font-size: var(--_sizes---typography-heading-sizes--h2);
  }

  .levels_main {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-level {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-size-features-card {
    font-size: var(--_sizes---typography-text-sizes--md-text);
  }

  .steps_main {
    min-height: 60svh;
    top: 25svh;
  }

  .issues_list {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
  }

  .issues-card {
    aspect-ratio: auto;
  }

  .text-style-isue {
    font-size: var(--_sizes---typography-heading-sizes--h3);
  }

  .program-steps_main {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .program-steps_number {
    height: 8rem;
  }

  .system_grid {
    grid-template-columns: 33.5821% minmax(min-content, 1fr);
  }

  .system-card {
    padding: 1.5rem 1rem;
  }

  .system-card._2 {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  .heading-style-system-card {
    font-size: 4.5rem;
  }

  .comparison_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .comparison-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-comparison.is-small {
    font-size: 2.5rem;
  }

  .heading-style-selling-points {
    font-size: var(--_sizes---typography-heading-sizes--h5);
  }

  .selling-points-icons {
    width: 4rem;
  }

  .levels_row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .row-image {
    height: 16rem;
    display: none;
  }

  .merch_main {
    grid-template-columns: 45% 50%;
  }

  .merch_gallery {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gallery_img-mask {
    height: 4rem;
  }

  .merch_purchase-options {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .heading-style-h3-smaller, .heading-style-issues {
    font-size: var(--_sizes---typography-heading-sizes--h3);
  }

  .heading-style-brand {
    font-size: 3.5rem;
  }

  .growthcon_wrapper {
    aspect-ratio: auto;
    background-position: 15% 0;
  }

  .experience_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr min-content 1fr;
    grid-auto-flow: row;
    place-content: center space-between;
    place-items: center;
  }

  .text-style-grid-numbers {
    font-size: 3.5rem;
  }

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

  .strategies_image {
    width: 100%;
    height: 100%;
  }

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

  .case_wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .program-steps_images {
    height: 16rem;
  }

  .text-style-highlight-smaller {
    font-size: 3.5rem;
  }

  .mission_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-flow: row;
    place-content: center space-between;
    place-items: center;
  }

  .heading-style-features {
    font-size: var(--_sizes---typography-heading-sizes--h5);
  }

  .heading-style-banner {
    font-size: var(--_sizes---typography-heading-sizes--h1);
  }

  .max-width-90--tablet {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .events_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .system_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    display: grid;
  }

  .events_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1.5fr 2fr 16rem .5fr;
  }

  .events_date {
    font-size: var(--_sizes---typography-text-sizes--md-text);
  }

  .events_thumbnail {
    object-fit: cover;
    height: 100%;
  }

  .events_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .events_main-grid {
    order: 9999;
  }

  .popup_panel {
    display: flex;
  }

  .levels_overlay {
    background-image: linear-gradient(270deg, var(--_colors---swatches-brand--dark), #03010200 40%);
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.25rem;
    --_sizes---typography-heading-sizes--h2: 2rem;
    --_sizes---typography-heading-sizes--h3: 1.75rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.125rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1rem;
    --_sizes---paddings--padding-global: 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.125rem;
    --_sizes---paddings--container-global: 100rem;
    --_sizes---radius--xs-radius: .25rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---lg-radius: 1.5rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xl-text: 1.25rem;
    --_sizes---paddings--xs-section: 1rem;
    --_sizes---radius--md-radius: .75rem;
    --_sizes---radius--sm-radius: .625rem;
  }

  .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-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section.padding-medium.highlighted {
    border-radius: 1.5rem;
  }

  .section.padding-medium.is-banner {
    background-position: 70%;
  }

  .section.banner {
    aspect-ratio: 5 / 4;
  }

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

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    font-size: .9375em;
  }

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

  .nav-menu_list-item.nav-absolute-right {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .cart {
    justify-content: space-between;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_link {
    font-size: var(--_sizes---typography-text-sizes--xl-text);
  }

  .nav_link.w--current {
    opacity: 1;
  }

  .nav_wrapper {
    justify-content: space-between;
  }

  .nav_brand.nav-absolute-center.w--current {
    width: 12rem;
    height: 3rem;
    left: .5rem;
  }

  .nav-menu_button {
    width: 2rem;
    height: 2rem;
    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: -51%;
  }

  .header_bg {
    z-index: 5;
    position: absolute;
    inset: 0%;
  }

  .nav_dropdown {
    width: 100%;
  }

  .dropdown_link {
    width: 100%;
    font-size: var(--_sizes---typography-text-sizes--xl-text);
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown_link.w--open {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .dropdown_icon {
    margin-right: 0;
  }

  .dropdown_list.w--open {
    -webkit-backdrop-filter: blur(3.125rem);
    backdrop-filter: blur(3.125rem);
    top: 0;
    right: 0;
  }

  .d-nav_link {
    font-size: var(--_sizes---typography-text-sizes--xl-text);
  }

  .nav_link-description {
    display: none;
  }

  .hero-heading.events {
    max-width: 32rem;
  }

  .hero-astronaut {
    object-position: 48% 50%;
  }

  .reviews_loop-wrapper {
    height: 90svh;
    overflow: hidden;
  }

  .section-top-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-top-wrapper.grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-top-wrapper.grid-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .section-main.gap-larger {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .about-card {
    aspect-ratio: 1;
    justify-content: center;
    align-items: flex-end;
    padding: 3rem 2rem;
  }

  .about-card_content {
    width: 100%;
  }

  .content-wrapper.max-width-cta {
    max-width: 25rem;
  }

  .content-wrapper.max-width-banner {
    grid-row-gap: 4rem;
    max-width: 25rem;
  }

  .paragraph-wrapper.text-align-right {
    text-align: center;
    text-align: center;
  }

  .video_main {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer_component {
    overflow: hidden;
  }

  .footer_copyright {
    flex-flow: wrap;
  }

  .footer_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .footer_grid {
    grid-row-gap: 4rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer_cta-wrapper {
    aspect-ratio: 3 / 2;
    background-position: 40% 0;
  }

  .faq_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reviews-overlay.top {
    background-image: linear-gradient(0deg, #03010200, var(--_colors---swatches-brand--dark));
    background-image: linear-gradient(0deg, #03010200, var(--_colors---swatches-brand--dark));
    inset: 0% 0% auto;
    display: block;
    inset: 0% 0% auto;
  }

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

  .features_grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .features-card {
    aspect-ratio: 16 / 9;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .features-card.smaller {
    aspect-ratio: 3 / 2;
    aspect-ratio: 3 / 2;
  }

  .text-style-highlight {
    font-size: 4rem;
  }

  .levels_main {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .card-level {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .card-level._2, .card-level._3, .card-level._4, .card-level._5, .card-level._2, .card-level._3, .card-level._4, .card-level._5 {
    height: auto;
  }

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

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

  .program-steps_main {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .program-steps_number {
    height: 6rem;
  }

  .system_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 50% minmax(min-content, 1fr);
    display: grid;
  }

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

  .heading-style-system-card {
    font-size: 3.5rem;
  }

  .comparison_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .comparison-card {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 3rem 1.5rem;
  }

  .heading-style-comparison.is-small {
    font-size: var(--_sizes---typography-heading-sizes--h1);
    font-size: var(--_sizes---typography-heading-sizes--h1);
  }

  .splide__slide.selling-points {
    aspect-ratio: auto;
  }

  .splide__slide.gallery {
    aspect-ratio: 3 / 2;
    max-width: 90%;
  }

  .selling-points-icons {
    width: 3rem;
  }

  .levels_row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .row-bg {
    object-position: 50% 40%;
  }

  .row-image {
    width: 100%;
    height: 100%;
    transform: none;
  }

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

  .merch_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .merch_left-column {
    position: static;
  }

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

  .gallery_img-mask {
    height: 4.5rem;
  }

  .merch_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .merch_purchase-options {
    display: flex;
  }

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

  .heading-style-brand {
    font-size: 3rem;
  }

  .growthcon_wrapper {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .growthcon_content {
    width: 100%;
  }

  .text-style-grid-numbers {
    font-size: 3rem;
  }

  .strategies_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .strategies_image {
    height: auto;
  }

  .case_wrapper {
    padding: 3rem 2rem;
  }

  .case-card {
    flex-flow: column;
    display: flex;
  }

  .case_video {
    order: -9999;
  }

  .program-steps_images {
    height: 12rem;
  }

  .text-style-highlight-smaller {
    font-size: 3rem;
  }

  .mission_grid, .mission_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .mission_image {
    width: 50%;
  }

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

  .issue_rich-text {
    font-size: .9375em;
  }

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

  .cart_background {
    display: none;
  }

  .events_list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .events_list.list-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .events_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1rem 1rem 2rem;
    display: flex;
  }

  .events_thumbnail {
    aspect-ratio: 16 / 9;
    width: auto;
  }

  .events_button.is-open {
    width: 2rem;
    height: 2rem;
    padding: .5rem;
    bottom: 1rem;
    right: 1rem;
  }

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

  .events_paragraph {
    max-width: 90%;
  }

  .popup_panel {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .levels_overlay {
    background-image: linear-gradient(0deg, var(--_colors---swatches-brand--dark), #03010200 20%);
  }
}

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

  .button.orange.streches-mobile {
    align-self: stretch;
  }

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button-group.stretch-mobile {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .section.hero {
    padding-top: 8rem;
  }

  .section.hero-newsletter, .section.hero {
    padding-top: 8rem;
  }

  .section.padding-medium.cta {
    background-image: linear-gradient(180deg, #03010200, var(--_colors---swatches-brand--dark) 80%), url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/695245a265ff21d923024811_cb78e45b454d00140a139aba4551226c_cta-bg-image_compressed.webp");
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.padding-medium.events-empty {
    background-image: linear-gradient(180deg, #03010200, var(--_colors---swatches-brand--dark) 80%), url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/6a3d1b06f193283c7251b57b_events-empty-bg.webp");
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.banner {
    aspect-ratio: 1;
  }

  .section.hero-newsletter {
    padding-top: 8rem;
  }

  .nav-menu_list-item.nav-absolute-right {
    align-items: center;
  }

  .nav_brand.nav-absolute-center.w--current {
    width: 8rem;
    height: 2rem;
  }

  .section-top-wrapper.grid, .section-top-wrapper.grid-2, .section-top-wrapper.grid, .section-top-wrapper.grid-2 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .about-card {
    aspect-ratio: auto;
    background-image: linear-gradient(180deg, #03010200 20%, var(--_colors---swatches-brand--dark) 60%), url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/69727a01cb8a776bc06dea81_about-home.webp");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 50%;
    padding-top: 16rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-card_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .glowing-divider.mission {
    width: 100%;
    height: 1px;
  }

  .content-wrapper.max-width-cta {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    width: 100%;
  }

  .content-wrapper.max-width-banner {
    grid-row-gap: 6rem;
    width: 100%;
  }

  .footer_menu {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    width: 100%;
  }

  .footer_cta-wrapper {
    aspect-ratio: auto;
    background-image: linear-gradient(180deg, var(--_colors---swatches-brand--dark), #03010200 90%), url("https://cdn.prod.website-files.com/69492c072f8f72dfba91d401/69727952cfa11dc262c7dc11_footer.webp");
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 120%;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40svh;
  }

  .footer_cta-content {
    width: 100%;
  }

  .form_newsletter.grid {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

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

  .reviews_list {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .features_grid {
    flex-flow: column;
  }

  .features-card {
    aspect-ratio: 1;
  }

  .levels_main.list-grid {
    display: flex;
  }

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

  .pagination_page-button, .pagination_page-dots {
    width: 2rem;
  }

  .program-steps_main {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .system_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .comparison-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .comparison-card.padding-smaller {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .splide__slide.selling-points {
    aspect-ratio: auto;
    aspect-ratio: auto;
  }

  .merch_list.other {
    flex-flow: column;
    display: flex;
  }

  .growthcon_wrapper {
    aspect-ratio: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .growthcon_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .strategies_inner-grid {
    flex-flow: column;
    display: flex;
  }

  .text-style-highlight-smaller {
    font-size: 2.5rem;
  }

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

  .events_list.list-grid {
    display: flex;
  }

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

  .events_main-grid {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_05473282-f57a-2ef3-f8bb-8b8bd123b298-d123b27a {
  justify-self: end;
}

#w-node-_05473282-f57a-2ef3-f8bb-8b8bd123b299-d123b27a, #w-node-_05473282-f57a-2ef3-f8bb-8b8bd123b2b0-d123b27a, #w-node-_05473282-f57a-2ef3-f8bb-8b8bd123b2c2-d123b27a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_9e0f5b7e-4599-1e89-0a15-06d48675582b-ba91d3f9, #w-node-_2e8abb4e-678b-cb71-6df6-891ddfc19be0-ba91d3f9, #w-node-_9b50c05e-cb53-c85a-aafd-cd0924af1e47-ba91d3f9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5863c653-13a1-071f-c01e-6ded898f4ba8-ba91d3f9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05473282-f57a-2ef3-f8bb-8b8bd123b298-d123b27a {
    grid-area: 2 / 1 / 3 / 3;
  }
}
