.sp-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.home-story {
  padding-top: 153px;
  padding-bottom: 27px;
  background: var(--sp-color-background);
  text-align: center;
}

.home-story__heading {
  display: grid;
  min-height: 124px;
  align-items: start;
  grid-template-columns: 1fr;
}

.home-story__heading h2 {
  grid-area: 1 / 1;
  margin-inline: auto;
  font-size: 45px;
}

.home-story__heading p {
  grid-area: 1 / 1;
  align-self: end;
  margin: 8px 0 0;
  color: var(--sp-color-accent);
  font-family: var(--sp-font-hand);
  font-size: 31px;
  font-weight: 400;
  justify-self: end;
  transform: rotate(-5deg);
}

.home-ticket {
  display: none;
}

.benefit-grid,
.service-grid,
.conditions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}

.benefit-grid {
  align-items: start;
  margin-top: 54px;
}

.home-story__copy {
  max-width: 1080px;
  margin: 54px auto 0;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  text-align: left;
}

.home-story__copy strong {
  display: block;
  margin-top: 20px;
  color: #555555;
  text-align: center;
}

.home-services {
  position: relative;
  padding-top: 27px;
  padding-bottom: 275px;
  background: var(--sp-color-background);
}

.home-services .site-container {
  width: 80%;
  max-width: 1440px;
}

.services-ticket {
  position: static;
  width: 364px;
  margin: 29px auto 0;
}

.service-grid {
  gap: 36px;
}

.angle-section {
  position: relative;
  isolation: isolate;
  background: var(--sp-gradient);
}

.app-showcase {
  height: 889px;
  min-height: 889px;
  margin: 6px 0 60px;
  overflow: visible;
  padding: 0;
  color: #222222;
  background: #52a74c linear-gradient(130deg, #52a74c 25%, #7cda24 100%) no-repeat center / cover;
}

.app-divider {
  z-index: 1;
  color: var(--sp-color-background);
}

.app-divider--top {
  --jodis-divider-height: 100px;
}

.app-divider--bottom {
  --jodis-divider-height: 480px;
}

.app-showcase__grid {
  position: relative;
  z-index: 2;
  display: grid;
  height: 100%;
  overflow: hidden;
  grid-template-columns: minmax(0, 5.5%) minmax(0, 64%) minmax(0, 30.5%);
  align-items: center;
}

.app-showcase__visual {
  width: min(51vw, 735px);
  aspect-ratio: 4 / 5;
  grid-column: 2;
  justify-self: end;
  min-width: 0;
  overflow: hidden;
}

.app-showcase__visual img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.app-showcase__copy {
  position: relative;
  z-index: 3;
  grid-column: 3;
}

.app-showcase h2 {
  margin: 0;
  font-size: 45px;
}

.app-showcase__kicker {
  height: 64px;
  padding-bottom: 10px;
}

.app-showcase__title {
  margin-bottom: 10px !important;
}

.app-showcase p {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
}

.store-badges {
  align-items: center;
  flex-direction: column;
}

.subsidy {
  position: relative;
  min-height: 422px;
  padding: 138px 0 64px;
  background: var(--sp-color-background) linear-gradient(var(--sp-color-background) 0%, rgb(107 165 99 / 7%) 50%) repeat center / cover;
}

.subsidy::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 250px;
  background: var(--sp-color-background);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
  pointer-events: none;
}

.subsidy .site-container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 90%;
}

.subsidy h2 {
  margin-bottom: 0;
}

.subsidy p {
  margin-top: 9px;
  margin-bottom: calc(1.2em + 18px);
  color: #888888;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.partners {
  padding-block: 68px 38px;
  text-align: center;
}

.partners .site-container {
  width: min(calc(100% - (2 * var(--sp-gutter))), 1152px);
}

.partners h2 {
  margin-bottom: 0;
  font-size: 45px;
}

.reviews {
  padding-block: 37px 79px;
  text-align: center;
}

.reviews h2 {
  margin-top: 18px;
  font-family: var(--sp-font-body);
  font-size: 22px;
  font-weight: 500;
}

.reviews__sources {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 0;
}

.reviews__sources img {
  width: 48px;
  height: 48px;
}

.reviews__stars {
  width: 272px;
  height: 48px;
  margin: 36px auto 0;
  object-fit: contain;
}

.final-cta {
  overflow: visible;
  padding: clamp(150px, 16vw, 250px) 0 clamp(100px, 7vw, 130px);
  background: linear-gradient(130deg, var(--sp-color-accent) 25%, var(--sp-color-primary) 100%);
  color: #ffffff;
  text-align: center;
}

.final-cta__row {
  position: relative;
  z-index: 2;
  width: 89%;
  max-width: 89%;
  margin-inline: auto;
  padding: 27px 0;
}

.final-cta__copy {
  max-width: 850px;
  margin: 0 auto 30px;
}

.final-divider {
  z-index: 1;
}

.final-divider--top {
  --jodis-divider-height: 250px;
  color: #ffffff;
}

.final-divider--bottom {
  --jodis-divider-height: 110px;
}

.final-cta h2 {
  margin: 0;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 50px;
  line-height: 1.4;
}

.final-cta__button-wrapper {
  text-align: center;
}

.final-cta .button {
  display: inline-block;
  width: 263px;
  margin: 0;
}

.training-intro {
  min-height: 1039px;
  padding-top: 94px;
  background: #ffffff;
}

.hero--compact {
  height: 465px;
  min-height: 465px;
}

.hero--compact .hero__image {
  mix-blend-mode: overlay;
  object-position: center top;
}

.hero--compact .hero__shade {
  display: none;
}

.hero--compact .hero__content {
  padding-top: 20px;
  padding-bottom: 160px;
}

.hero--compact .hero__content h1 {
  font-size: 96px;
}

.functional-ticket {
  display: none;
}

.training-intro .center-heading > p {
  max-width: 1080px;
  margin: 70px auto 0;
  color: #666666;
  font-size: 15px;
  text-align: left;
}

.training-intro .center-heading > h3 {
  margin-top: 26px;
}

.widget-section {
  min-height: 0;
  margin-top: 0;
  padding-block: 48px 80px;
  background: #ffffff;
}

.website-native-widget {
  position: relative;
  width: min(100%, 980px);
  min-height: 320px;
  margin: 36px auto 0;
  overflow: visible;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.conditions {
  min-height: 1364px;
  padding-block: 144px 100px;
}

.conditions-divider {
  --jodis-divider-height: 250px;
  z-index: 2;
  color: #ffffff;
}

.conditions .center-heading {
  margin-top: 42px;
  color: #ffffff;
}

.conditions > .site-container {
  position: relative;
  z-index: 3;
}

.conditions__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 75px;
  align-items: start;
}

.conditions .site-container {
  width: min(calc(100% - (2 * var(--sp-gutter))), 1152px);
}

.rate-card--membership { min-height: 914px; }
.rate-card--passes { min-height: 662px; }

.cashback {
  position: relative;
  display: grid;
  min-height: 575px;
  overflow: clip;
  place-items: center start;
}

.cashback .center-heading {
  position: relative;
  z-index: 2;
  text-align: left;
}

.cashback p {
  max-width: 920px;
  margin: 18px 0 38px;
  color: #c9c9c9;
  font-family: var(--sp-font-heading);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.32em;
  line-height: 1.8;
  text-transform: uppercase;
}

.cashback-divider {
  --jodis-divider-height: 100px;
  z-index: 1;
  opacity: 0.97;
}
