.siteNavLink[aria-current="page"] {
  color: #156b5c;
  font-weight: 600;
}

.siteHeaderCta[aria-current="page"] {
  background: var(--landing-color-action-accent-hover);
}

.supportingHeroSection {
  padding-top: var(--landing-space-16);
  padding-bottom: var(--landing-space-12);
}

.supportingHeroSection--homeGradient {
  background-color: var(--landing-color-bg-page);
  background-image:
    linear-gradient(
      180deg,
      #f4f8f6 0%,
      #f8faf8 34%,
      #fdfdfb 100%
    ),
    linear-gradient(
      135deg,
      rgba(197, 215, 224, 0.32) 0%,
      rgba(197, 215, 224, 0.16) 19%,
      rgba(197, 215, 224, 0) 48%
    ),
    linear-gradient(
      315deg,
      rgba(236, 221, 204, 0.24) 0%,
      rgba(236, 221, 204, 0.11) 16%,
      rgba(236, 221, 204, 0) 42%
    ),
    linear-gradient(
      210deg,
      rgba(26, 132, 112, 0.16) 0%,
      rgba(26, 132, 112, 0.08) 18%,
      rgba(26, 132, 112, 0) 44%
    );
}

.aboutHeroSection {
  padding-bottom: 0;
}

.supportingHeroSection--left .supportingContainer {
  text-align: left;
}

.supportingHeroSection--left .supportingContainer > * {
  margin-left: 0;
  margin-right: 0;
}

.supportingHeroSection--left .supportingCtaInline {
  align-items: flex-start;
}

.supportingHeroSection--homeOffset .supportingContainer {
  max-width: none;
  margin: 0;
  padding-left: var(--landing-hero-shift-x);
  padding-right: var(--landing-page-padding-x);
}

.supportingHeroSection--homeOffset {
  padding-bottom: 0;
}

.supportingHeroSection .heroHeadline {
  margin: 0 0 var(--landing-space-3);
  text-align: left;
}

.supportingHeroSection .heroHeadlinePrimary {
  display: block;
  white-space: normal;
}

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

.aboutHeroBrandWord {
  color: var(--landing-color-primary-700);
  letter-spacing: 0.1em;
  font-weight: 600;
}

.aboutHeroByline {
  color: #3f3f3b;
  font-size: 0.78em;
  font-weight: 500;
}

.aboutHeroLogo {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto var(--landing-space-4);
}

.supportingContainer,
.supportingSection .container,
.supportingFaqSection .container,
.pageCtaSection .container {
  width: 100%;
  max-width: var(--landing-centered-max-width);
  margin: 0 auto;
  text-align: center;
}

.supportingContainer > *,
.supportingSection .container > *,
.supportingFaqSection .container > *,
.pageCtaSection .container > * {
  margin-left: auto;
  margin-right: auto;
}

.supportingHeroSection--homeOffset .heroSupporting {
  margin: 0 0 var(--landing-space-6);
  max-width: clamp(46ch, 64vw, 110ch);
}

.supportingHeroLead {
  font-size: 1.04rem;
}

.supportingHeroSection--homeOffset .trustLine {
  margin: 0 0 var(--landing-space-5);
  max-width: clamp(46ch, 64vw, 110ch);
}

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

.supportingCtaInline .ctaSupportLine {
  margin-top: var(--landing-space-2);
}
