/*
 * Refinement layer shared by the production homepage and /beta/landing.
 * The captured source document remains available at /beta/original.
 */

:root {
  --clad-refine-blue: #0d65fc;
  --clad-refine-navy: #0a2270;
  --clad-refine-cream: #f4f4e9;
  --clad-refine-gap: clamp(16px, 2vw, 28px);
  --clad-page-gutter: var(--sqs-site-gutter, var(--pagePadding, 3vw));
  --clad-page-max: var(--sqs-site-max-width, var(--maxPageWidth, 1900px));
  /* Two columns of the original 24-column Fluid Engine grid. The 0.9167px
     term preserves the exact 11px-gap geometry: C / 12 + 11 / 12. */
  --clad-original-text-inset: calc(8.333333% + 0.9167px);
}

@media (max-width: 767px) {
  :root {
    --clad-page-gutter: var(--sqs-mobile-site-gutter, 6vw);
    --clad-original-text-inset: 0px;
  }
}

body {
  max-width: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Keep refinement-layer layouts shrinkable when the browser is zoomed or a
   very narrow viewport forces long labels into their smallest track. */
.clad-hero__grid *,
.clad-cashflow *,
.clad-payout *,
.clad-how-story * {
  box-sizing: border-box;
}

section[data-section-id="6a886b57c5ca3c5f1921a85c"] {
  display: none !important;
}

/* Keep the fixed header clean before the desktop navigation has room. */
@media (min-width: 800px) and (max-width: 1100px) {
  #header .header-display-desktop {
    display: flex !important;
    width: 100%;
  }

  #header .header-display-mobile {
    display: none !important;
  }

  #header .header-display-desktop .header-nav,
  #header .header-display-desktop .header-actions {
    display: none !important;
  }

  #header .header-display-desktop .header-title-nav-wrapper {
    flex: 1 1 auto;
  }

  #header .header-display-desktop .header-burger {
    display: flex !important;
    flex: 0 0 50px;
    justify-content: flex-end;
    margin-left: auto;
  }

  body.header--menu-open .header-menu {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* Replace the hero's width-derived Fluid Engine rows with a viewport-aware composition. */
section[data-section-id="6a886b57c5ca3c5f1921a849"].clad-hero--fluid {
  /* Squarespace reserves the header height on the section itself. The hero
     already accounts for the overlay header internally, so that reservation
     made the composition one header taller than the viewport. */
  min-height: 0 !important;
  padding-top: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a849"].clad-hero--fluid
  > .content-wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a849"].clad-hero--fluid
  > .content-wrapper
  > .content {
  width: 100% !important;
  max-width: none !important;
}

.clad-hero__grid {
  box-sizing: border-box;
  width: min(100%, 1600px);
  margin-inline: auto;
}

.clad-hero__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.clad-hero__content > .fe-block {
  width: 100% !important;
  margin: 0;
  grid-area: auto !important;
}

.clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 {
  max-width: 12ch;
  margin: 0;
  line-height: 0.96 !important;
  letter-spacing: -0.045em;
  white-space: normal !important;
  text-wrap: balance;
}

.clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 strong {
  font-weight: 700;
}

.clad-hero__content .clad-hero__benefits {
  display: grid;
  max-width: 36rem;
  margin: 0;
  padding: 0 0 0 1.05em;
  gap: clamp(7px, 1svh, 11px);
  list-style: disc outside;
  white-space: normal !important;
}

.clad-hero__content .clad-hero__benefits li {
  padding-left: 0.2em;
}

.clad-hero__content .clad-hero__benefits li::marker {
  color: var(--clad-refine-blue);
  font-size: 0.85em;
}

.clad-hero__content .fe-block-f332f0cf57cb1adbe56d {
  margin-top: clamp(18px, 2.4svh, 26px);
}

.clad-hero__content .fe-block-5d807695957bddc99283 {
  width: auto !important;
  margin-top: clamp(24px, 3.2svh, 34px);
}

.clad-hero__content .fe-block-5d807695957bddc99283 .sqs-block,
.clad-hero__content
  .fe-block-5d807695957bddc99283
  .sqs-block-alignment-wrapper {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa > .sqs-block,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .sqs-block-content,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .fluid-image-component-root,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .fluid-image-animation-wrapper,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .fluid-image-container,
.clad-hero--fluid
  #block-6d2ad159f2132bff9dfa
  .js-content-mode-element-wrapper,
.clad-hero--fluid #block-6d2ad159f2132bff9dfa .content-fill {
  width: 100% !important;
  height: 100% !important;
}

.clad-hero--fluid #block-6d2ad159f2132bff9dfa img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (min-width: 768px) {
  .clad-hero__grid {
    display: grid !important;
    min-height: clamp(540px, 100vh, 920px);
    min-height: clamp(540px, 100svh, 920px);
    padding: clamp(76px, min(8vw, 11svh), 120px) clamp(28px, 4vw, 64px)
      clamp(36px, 5.5svh, 64px);
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.92fr) !important;
    grid-template-rows: 1fr !important;
    align-items: center;
    column-gap: clamp(28px, 4.5vw, 72px) !important;
    row-gap: 0 !important;
    overflow: clip;
  }

  .clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa {
    width: min(100%, calc((100vh - clamp(122px, 16vh, 184px)) * 1.067));
    width: min(100%, calc((100svh - clamp(122px, 16svh, 184px)) * 1.067));
    aspect-ratio: 3557 / 3334;
    align-self: center;
    justify-self: center;
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  .clad-hero__content {
    max-width: 680px;
    grid-area: 1 / 2 / 2 / 3;
  }

  .clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 {
    font-size: clamp(2.5rem, min(4.7vw, 10svh), 5.25rem) !important;
  }

  .clad-hero__content .clad-hero__benefits {
    font-size: clamp(0.95rem, 1.8vw, 1.35rem) !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 767px) {
  .clad-hero__grid {
    display: grid !important;
    min-height: 0;
    padding: 0;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    row-gap: 0 !important;
    overflow: clip;
  }

  .clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa {
    width: 100%;
    height: min(93.7vw, 58svh, 480px);
    grid-area: 1 / 1 / 2 / 2 !important;
  }

  .clad-hero__content {
    box-sizing: border-box;
    width: 100%;
    padding: clamp(30px, 8vw, 52px) clamp(20px, 6vw, 36px)
      clamp(48px, 12vw, 72px);
    grid-area: 2 / 1 / 3 / 2;
  }

  .clad-hero__content #block-fa5e15d4b9c1ff3a14ba h1 {
    font-size: clamp(2.1rem, min(9.2vw, 12svh), 2.8rem) !important;
    line-height: 0.98 !important;
  }

  .clad-hero__content .clad-hero__benefits {
    font-size: clamp(1.05rem, 4.6vw, 1.2rem) !important;
    line-height: 1.32 !important;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .clad-hero--fluid .fe-block-6d2ad159f2132bff9dfa {
    height: min(76svh, 420px);
  }

  .clad-hero--fluid #block-6d2ad159f2132bff9dfa img {
    object-fit: contain !important;
  }

  .clad-hero__content {
    padding-top: clamp(24px, 6vw, 36px);
    padding-bottom: clamp(36px, 8vw, 52px);
  }
}

/* Give the trust marquee enough height to read as a deliberate divider. */
section[data-section-id="6a886b57c5ca3c5f1921a84d"] .content-wrapper,
section[data-section-id="6a886b57c5ca3c5f1921a84d"] .fluid-engine,
section[data-section-id="6a886b57c5ca3c5f1921a84d"] .Marquee {
  min-height: 42px !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a84d"] .fluid-engine {
  grid-template-rows: 1fr !important;
  row-gap: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a84d"] .Marquee-item {
  padding-inline: clamp(12px, 1.5vw, 22px);
}

/* A slightly tighter rhythm keeps the long-form sections moving. */
section[data-section-id="6a886b57c5ca3c5f1921a851"] > .content-wrapper,
section[data-section-id="6a886b57c5ca3c5f1921a85c"] > .content-wrapper,
section[data-section-id="6a886b57c5ca3c5f1921a860"] > .content-wrapper {
  padding-top: clamp(34px, 3.5vw, 52px) !important;
  padding-bottom: clamp(34px, 3.5vw, 52px) !important;
}

@media (min-width: 768px) {
  .fe-6a886b57c5ca3c5f1921a850,
  .fe-6a886b57c5ca3c5f1921a85b,
  .fe-6a886b57c5ca3c5f1921a85f {
    --row-height-scaling-factor: 0.0185 !important;
  }
}

/* Keep the two video modules and all primary actions visually related. */
section[data-section-id="6a886b57c5ca3c5f1921a851"] .video-block,
section[data-section-id="6a886b57c5ca3c5f1921a860"] .video-block,
section[data-section-id="6a886b57c5ca3c5f1921a851"] .video-player,
section[data-section-id="6a886b57c5ca3c5f1921a860"] .video-player {
  border-radius: clamp(24px, 3vw, 40px) !important;
  overflow: hidden;
}

/* Replace the first explainer video with an accessible, scannable product story. */
section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section {
  min-height: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section
  > .content-wrapper {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  padding: clamp(20px, 2.5vw, 40px) 0 clamp(48px, 5vw, 80px) !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section
  > .content-wrapper
  > .content {
  width: 100% !important;
  max-width: none !important;
}

.clad-cashflow__source[hidden] {
  display: none !important;
}

.clad-cashflow {
  box-sizing: border-box;
  display: grid;
  width: min(
    var(--clad-page-max),
    calc(100% - (2 * var(--clad-page-gutter)))
  );
  margin-inline: auto;
  padding: 0;
  grid-template-areas:
    "header"
    "outcomes";
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(42px, 5vw, 64px);
}

.clad-cashflow__header {
  display: flex;
  width: min(100%, 1360px);
  max-width: 1360px;
  margin: 0 auto;
  align-items: center;
  flex-direction: column;
  grid-area: header;
  text-align: center;
}

.clad-cashflow__eyebrow {
  margin: 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: min(calc(1rem + 0.48vw), 25.12px);
  font-weight: 600;
  grid-column: 1;
  grid-row: 1;
  line-height: 1.1808;
  letter-spacing: 0;
}

.clad-cashflow__header h2 {
  max-width: 26ch;
  margin: clamp(14px, 1.7vw, 20px) auto 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: min(calc(1rem + 2.16vw), 57.04px);
  font-weight: 400 !important;
  grid-column: 1;
  grid-row: 2;
  line-height: 1.1136;
  letter-spacing: 0;
  text-wrap: balance;
}

.clad-cashflow__lede {
  max-width: 64rem;
  margin: clamp(20px, 2.4vw, 30px) auto 0;
  align-self: center;
  color: hsla(var(--black-hsl), 1);
  font-size: min(calc(1rem + 0.24vw), 20.56px);
  font-weight: 400;
  grid-column: 2;
  grid-row: 1 / 3;
  line-height: 1.4;
  letter-spacing: 0;
  text-wrap: pretty;
}

.clad-cashflow__outcomes {
  display: grid;
  width: calc(100% - (2 * var(--clad-original-text-inset)));
  margin: 0 auto;
  padding: 0;
  grid-area: outcomes;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 26px);
  justify-content: center;
  list-style: none;
}

.clad-cashflow__outcomes li {
  box-sizing: border-box;
  display: flex;
  min-height: 0;
  padding: clamp(22px, 2.3vw, 32px);
  border: 1px solid hsla(var(--black-hsl), 0.08);
  border-radius: clamp(26px, 2.6vw, 38px);
  background: hsla(var(--darkAccent-hsl), 1);
  flex-direction: column;
}

.clad-cashflow__outcomes span {
  padding: 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
}

.clad-cashflow__art {
  display: grid;
  width: 100%;
  height: clamp(170px, 17vw, 230px);
  margin: clamp(10px, 1.4vw, 18px) auto clamp(22px, 2.4vw, 32px);
  place-items: center;
}

.clad-cashflow__art img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  transform: translateX(-1.5%);
  transform-origin: center;
}

.clad-cashflow__card--improve .clad-cashflow__art img {
  max-width: 88%;
  max-height: 98%;
  transform: translate(-1.5%, -5%);
}

.clad-cashflow__card--enrollment .clad-cashflow__art img {
  max-width: 96%;
  max-height: 94%;
  transform: translate(-1.5%, -16%);
}

.clad-cashflow__card--payroll .clad-cashflow__art img {
  max-width: 100%;
  max-height: 96%;
  transform: translate(-1.5%, -10%);
}

.clad-cashflow__outcomes h3 {
  max-width: 13ch;
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-wrap: balance;
}

.clad-cashflow__outcomes p {
  max-width: 30rem;
  margin: clamp(12px, 1.4vw, 18px) 0 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.4;
}

@media (max-width: 899px) {
  .clad-cashflow {
    gap: clamp(38px, 6vw, 52px);
  }

  .clad-cashflow__header {
    display: flex;
    max-width: 650px;
    margin-inline: auto;
  }

  .clad-cashflow__header h2 {
    max-width: 15ch;
  }

  .clad-cashflow__lede {
    margin-top: 24px;
  }

  .clad-cashflow__outcomes {
    width: 100%;
  }
}

@media (max-width: 759px) {
  .clad-cashflow__outcomes {
    grid-template-columns: minmax(0, 1fr);
  }

  .clad-cashflow__art {
    height: clamp(210px, 58vw, 320px);
  }
}

@media (max-width: 599px) {
  section[data-section-id="6a886b57c5ca3c5f1921a851"].clad-cashflow-section
    > .content-wrapper {
    padding: 40px 0 64px !important;
  }

  .clad-cashflow {
    padding: 0;
    gap: 34px;
  }

  .clad-cashflow__outcomes li {
    padding: 24px;
    border-radius: 28px;
  }

  .clad-cashflow__outcomes h3 {
    font-size: 1.75rem;
  }

}

/* Native payout calculator: open section rhythm, no imported card UI. */
.clad-payout {
  box-sizing: border-box;
  width: 100%;
  background: hsla(var(--darkAccent-hsl), 1);
  color: hsla(var(--black-hsl), 1);
}

.clad-payout__inner {
  box-sizing: border-box;
  width: min(
    var(--clad-page-max),
    calc(100% - (2 * var(--clad-page-gutter)))
  );
  margin-inline: auto;
  padding: clamp(36px, 5.5svh, 62px) 0;
}

.clad-payout__header {
  display: grid;
  min-width: 0;
  margin-left: var(--clad-original-text-inset);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
}

.clad-payout__eyebrow {
  margin: 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: min(calc(1rem + 0.48vw), 25.12px);
  font-weight: 600;
  line-height: 1.1808;
  letter-spacing: 0;
}

.clad-payout__field-heading label {
  margin: 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: clamp(0.86rem, 0.9vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.clad-payout__header h2 {
  max-width: 13ch;
  margin: 14px 0 0;
  color: hsla(var(--accent-hsl), 1);
  font-size: min(calc(1rem + 2.16vw), 57.04px);
  font-weight: 400 !important;
  line-height: 1.1136;
  letter-spacing: 0;
  text-wrap: balance;
}

.clad-payout__header > p {
  max-width: 34rem;
  margin: 0 0 0.2em;
  color: hsla(var(--black-hsl), 1);
  font-size: min(calc(1rem + 0.24vw), 20.56px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}

.clad-payout__workspace {
  display: grid;
  min-width: 0;
  margin-left: var(--clad-original-text-inset);
  margin-top: clamp(28px, 4.2svh, 44px);
  border-top: 1px solid hsla(var(--black-hsl), 0.16);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.clad-payout__controls {
  min-width: 0;
  margin: 0;
  padding: clamp(26px, 3.8svh, 40px) clamp(36px, 5vw, 70px)
    clamp(26px, 3.8svh, 40px) 0;
}

.clad-payout__field {
  padding-block: clamp(20px, 2.6svh, 28px);
  border-top: 1px solid hsla(var(--black-hsl), 0.13);
}

.clad-payout__field:first-child {
  padding-top: 0;
  border-top: 0;
}

.clad-payout__field:last-of-type {
  padding-bottom: 0;
}

.clad-payout__field-heading {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.clad-payout__field-heading span {
  color: hsla(var(--black-hsl), 0.46);
  font-size: 0.76rem;
  line-height: 1.2;
  white-space: nowrap;
}

.clad-payout__control {
  display: flex;
  margin-top: clamp(14px, 2svh, 18px);
  align-items: center;
  gap: 16px;
}

.clad-payout__control input[type="range"] {
  height: 44px;
  min-width: 0;
  flex: 1 1 auto;
  accent-color: var(--clad-refine-blue);
  cursor: pointer;
}

.clad-payout__control input[type="number"] {
  box-sizing: border-box;
  width: 112px;
  padding: 8px 0 9px;
  border: 0;
  border-bottom: 2px solid hsla(var(--black-hsl), 0.28);
  border-radius: 0;
  background: transparent;
  color: hsla(var(--black-hsl), 1);
  font: inherit;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 1.1;
  text-align: right;
}

.clad-payout__control input[type="number"]:focus {
  border-color: hsla(var(--accent-hsl), 1);
  outline: none;
}

.clad-payout__control input:focus-visible {
  outline: 3px solid rgba(13, 101, 252, 0.3);
  outline-offset: 4px;
}

.clad-payout__control input[aria-invalid="true"] {
  border-color: #b42318;
}

.clad-payout__currency {
  margin-right: -10px;
  color: hsla(var(--black-hsl), 0.58);
  font-size: 1rem;
  font-weight: 600;
}

.clad-payout__error {
  min-height: 1.35em;
  margin: 18px 0 0;
  color: #b42318;
  font-size: 0.82rem;
  line-height: 1.35;
}

.clad-payout__results,
.clad-payout__contact {
  min-width: 0;
  padding: clamp(26px, 3.8svh, 40px) 0 clamp(26px, 3.8svh, 40px)
    clamp(36px, 5vw, 70px);
  border-left: 1px solid hsla(var(--black-hsl), 0.16);
}

.clad-payout__results[hidden],
.clad-payout__contact[hidden] {
  display: none !important;
}

.clad-payout__results > h3,
.clad-payout__contact h3 {
  max-width: 18ch;
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1.65rem, 2.5vw, 2.4rem);
  font-weight: 400 !important;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.clad-payout__outcomes {
  margin: clamp(22px, 3.2svh, 32px) 0 0;
  border-top: 1px solid hsla(var(--black-hsl), 0.16);
}

.clad-payout__outcome {
  min-width: 0;
  padding: clamp(17px, 2.3svh, 24px) 0;
  border-bottom: 1px solid hsla(var(--black-hsl), 0.16);
  display: grid;
  grid-template-columns: minmax(138px, 0.42fr) minmax(0, 0.58fr);
  align-items: baseline;
  gap: clamp(20px, 3vw, 42px);
}

.clad-payout__value {
  display: block;
  margin: 0;
  color: hsla(var(--accent-hsl), 1);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.clad-payout__formula {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 6px;
}

.clad-payout__formula > span {
  max-width: 100%;
  color: hsla(var(--black-hsl), 0.62);
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  font-weight: 600;
  line-height: 1.15;
  overflow-wrap: anywhere;
  white-space: normal;
}

.clad-payout__outcome > p,
.clad-payout__program-content > p {
  max-width: 25rem;
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1rem, 1.18vw, 1.1rem);
  line-height: 1.35;
}

.clad-payout__outcome > p strong {
  font-weight: 700;
}

.clad-payout__outcome--deposit {
  padding-bottom: clamp(10px, 1.5svh, 15px);
  border-bottom: 0;
}

.clad-payout__outcome--pledge {
  padding-top: clamp(6px, 1svh, 10px);
  display: block;
}

.clad-payout__support-heading {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-self: center;
  gap: clamp(10px, 1.2vw, 16px);
}

.clad-payout__plus {
  flex: 0 0 auto;
  color: hsla(var(--accent-hsl), 1);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 0.75;
}

.clad-payout__support-title {
  margin: 0;
  color: hsla(var(--accent-hsl), 1) !important;
  font-size: clamp(0.88rem, 0.95vw, 1rem) !important;
  font-weight: 600;
}

.clad-payout__pledge-options {
  display: grid;
  grid-template-areas:
    "capital-heading program-or booster-heading"
    "capital-content . booster-content";
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(14px, 2vw, 24px);
  row-gap: clamp(16px, 2.2svh, 22px);
}

.clad-payout__support-heading--capital {
  grid-area: capital-heading;
}

.clad-payout__support-heading--booster {
  grid-area: booster-heading;
}

.clad-payout__program-content--capital {
  grid-area: capital-content;
}

.clad-payout__program-content--booster {
  grid-area: booster-content;
}

.clad-payout__pledge-options > * {
  min-width: 0;
}

.clad-payout__program-content > p {
  margin-top: 9px;
}

.clad-payout__pledge-options small {
  display: block;
  margin-top: 6px;
  color: hsla(var(--black-hsl), 0.55);
  font-size: 0.76rem;
  line-height: 1.35;
}

.clad-payout__or {
  grid-area: program-or;
  align-self: center;
  justify-self: center;
  color: hsla(var(--black-hsl), 0.48);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.clad-payout__contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.clad-payout__contact > p {
  margin: 0 0 12px;
  color: hsla(var(--accent-hsl), 1);
  font-size: clamp(0.88rem, 0.95vw, 1rem);
  font-weight: 600;
}

.clad-payout__cta {
  display: inline-flex;
  width: fit-content;
  min-height: 50px;
  margin-top: clamp(24px, 3.2svh, 34px);
  padding: 0 clamp(26px, 2.5vw, 36px);
  border-radius: 999px;
  background: hsla(var(--accent-hsl), 1);
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
}

.clad-payout__cta:focus-visible {
  outline: 3px solid rgba(13, 101, 252, 0.3);
  outline-offset: 4px;
}

@media (min-width: 861px) {
  .clad-payout {
    display: flex;
    min-height: 100svh;
  }

  .clad-payout__inner {
    display: grid;
    min-height: 100svh;
    grid-template-rows: auto auto;
    align-content: center;
  }
}

@media (max-width: 860px) {
  .clad-payout__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .clad-payout__header > p {
    margin: 0;
  }

  .clad-payout__workspace {
    grid-template-columns: minmax(0, 1fr);
  }

  .clad-payout__controls {
    padding-right: 0;
  }

  .clad-payout__results,
  .clad-payout__contact {
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid hsla(var(--black-hsl), 0.16);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .clad-payout__inner {
    padding: 54px 0 64px;
  }

  .clad-payout__control {
    gap: 12px;
  }

  .clad-payout__field-heading {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .clad-payout__control input[type="number"] {
    width: 94px;
  }

  .clad-payout__outcome {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .clad-payout__pledge-options {
    grid-template-areas:
      "capital-heading"
      "capital-content"
      "program-or"
      "booster-heading"
      "booster-content";
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .clad-payout__or {
    justify-self: start;
  }

  .clad-payout__support-heading {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .clad-cashflow__header h2,
  .clad-payout__header h2 {
    font-size: 28px !important;
  }

  .clad-cashflow__eyebrow,
  .clad-payout__eyebrow {
    font-size: 18px;
  }
}

#page .sqs-block-button-element {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(24px, 2.4vw, 34px) !important;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    opacity 160ms ease;
}

@media (hover: hover) {
  #page .sqs-block-button-element:hover {
    box-shadow: 0 10px 24px rgba(13, 101, 252, 0.16);
    opacity: 1;
    transform: translateY(-1px);
  }
}

#page .sqs-block-button-element:focus-visible {
  outline: 3px solid rgba(13, 101, 252, 0.3);
  outline-offset: 3px;
}

/* Three-step, natural-scroll story for the existing How it works content. */
section[data-section-id="6a886b57c5ca3c5f1921a858"]
  #block-c9c28b8a087f8c6c42f1
  h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.55rem) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"]
  :is(
    #block-bb01498f692cedfd73f1,
    #block-020a0914b48094b1ce4a,
    #block-329125a1daa458dee6b5
  )
  p
  > strong:first-child {
  color: hsla(var(--accent-hsl), 1);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.75rem) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"].clad-how-section--story {
  min-height: 0 !important;
  overflow: visible;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"].clad-how-section--story
  > .content-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a858"].clad-how-section--story
  > .content-wrapper
  > .content {
  width: 100% !important;
  max-width: none !important;
}

.clad-how-story__source[hidden] {
  display: none !important;
}

.clad-how-story {
  position: relative;
  height: 300svh;
  min-height: 1920px;
}

.clad-how-story__pin {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  display: grid;
  width: 100%;
  height: 100svh;
  min-height: 640px;
  padding: clamp(88px, 11svh, 118px) 0 clamp(30px, 5svh, 56px);
  place-items: center;
  overflow: hidden;
}

.clad-how-story__layout {
  display: grid;
  width: min(
    var(--clad-page-max),
    calc(100% - (2 * var(--clad-page-gutter)))
  );
  margin-inline: auto;
  grid-template-columns: minmax(240px, 0.82fr) minmax(440px, 1.18fr);
  align-items: center;
  gap: clamp(24px, 5vw, 78px);
}

.clad-how-story__visual {
  position: relative;
  display: grid;
  height: clamp(480px, 62svh, 600px);
  min-height: 0;
  margin: 0;
  place-items: center;
}

.clad-how-story__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.clad-how-story__image[data-state="active"] {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.clad-how-story__image[data-state="past"] {
  transform: translate3d(0, -9px, 0);
}

.clad-how-story__image--school {
  top: -9%;
  left: -9%;
  width: 118%;
  height: 118%;
}

.clad-how-story__image--pig {
  top: 6%;
  left: 6%;
  width: 88%;
  height: 88%;
}

.clad-how-story__card {
  box-sizing: border-box;
  display: grid;
  height: clamp(480px, 62svh, 600px);
  min-height: 0;
  padding: clamp(30px, 4vw, 58px);
  border-radius: clamp(30px, 4vw, 52px);
  background: hsla(var(--darkAccent-hsl), 1);
  color: hsla(var(--black-hsl), 1);
  grid-template-rows: auto minmax(0, 1fr) auto;
}

.clad-how-story__header {
  flex: 0 0 auto;
}

.clad-how-story__eyebrow h1,
.clad-how-story__eyebrow h2,
.clad-how-story__eyebrow h3,
.clad-how-story__eyebrow h4,
.clad-how-story__eyebrow h5,
.clad-how-story__eyebrow h6 {
  margin: 0 0 clamp(8px, 1.2svh, 14px);
  color: hsla(var(--accent-hsl), 1);
  font-size: clamp(0.85rem, 1vw, 1rem) !important;
  line-height: 1 !important;
}

.clad-how-story__title h1,
.clad-how-story__title h2,
.clad-how-story__title h3,
.clad-how-story__title h4,
.clad-how-story__title h5,
.clad-how-story__title h6 {
  max-width: 18ch;
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1.15rem, 1.6vw, 1.55rem) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.clad-how-story__steps {
  position: relative;
  min-height: 0;
  margin: clamp(18px, 2.8svh, 28px) 0;
  padding: 0;
  list-style: none;
}

.clad-how-story__step {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: clamp(10px, 1.4svh, 16px);
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 14px, 0);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.clad-how-story__step[data-state="active"] {
  z-index: 2;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.clad-how-story__step[data-state="past"] {
  transform: translate3d(0, -9px, 0);
}

.clad-how-story__number {
  display: block;
  color: hsla(var(--black-hsl), 0.5);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}

.clad-how-story__step-rule {
  display: none;
}

.clad-how-story__copy {
  width: 100%;
  max-width: 42rem;
}

.clad-how-story__copy p {
  margin: 0;
  color: hsla(var(--black-hsl), 1);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.42;
  white-space: normal !important;
}

.clad-how-story__copy p > strong:first-child {
  display: block;
  margin-bottom: 0.35em;
  color: hsla(var(--accent-hsl), 1);
  font-family: "Sharp Grotesk", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 2.75rem);
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: -0.035em;
}

.clad-how-story__progress {
  flex: 0 0 auto;
  margin-top: 0;
}

.clad-how-story__progress-rail {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: hsla(var(--black-hsl), 0.14);
}

.clad-how-story__progress-fill {
  position: absolute;
  inset: 0;
  display: block;
  background: hsla(var(--accent-hsl), 1);
  transform: scaleX(0);
  transform-origin: left center;
}

.clad-how-story__progress-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.clad-how-story__progress-label {
  color: hsla(var(--black-hsl), 1);
  font-size: 0.75rem;
  line-height: 1;
  opacity: 0.28;
  transition:
    color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.clad-how-story__progress-label[data-state="active"] {
  color: hsla(var(--accent-hsl), 1);
  opacity: 1;
}

.clad-how-story__progress-label[data-state="past"] {
  opacity: 0.68;
}

@media (max-width: 799px) {
  .clad-how-story {
    height: 300svh;
    min-height: 0;
  }

  .clad-how-story__pin {
    min-height: 0;
    padding: clamp(68px, 10svh, 84px) 0 clamp(12px, 2.5svh, 20px);
    place-items: stretch;
  }

  .clad-how-story__layout {
    height: 100%;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(150px, 0.78fr) minmax(315px, 1.35fr);
    gap: clamp(10px, 2svh, 16px);
  }

  .clad-how-story__visual {
    width: 100%;
    height: 100%;
    min-height: 0;
  }

  .clad-how-story__image--school {
    top: -14%;
    left: -14%;
    width: 128%;
    height: 128%;
  }

  .clad-how-story__image--pig {
    top: 9%;
    left: 9%;
    width: 82%;
    height: 82%;
  }

  .clad-how-story__card {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: clamp(18px, 5vw, 26px);
    border-radius: clamp(24px, 8vw, 34px);
  }

  .clad-how-story__eyebrow h1,
  .clad-how-story__eyebrow h2,
  .clad-how-story__eyebrow h3,
  .clad-how-story__eyebrow h4,
  .clad-how-story__eyebrow h5,
  .clad-how-story__eyebrow h6 {
    margin-bottom: clamp(7px, 1.2svh, 10px);
    font-size: clamp(0.78rem, 3.2vw, 0.9rem) !important;
  }

  .clad-how-story__title h1,
  .clad-how-story__title h2,
  .clad-how-story__title h3,
  .clad-how-story__title h4,
  .clad-how-story__title h5,
  .clad-how-story__title h6 {
    max-width: 18ch;
    font-size: clamp(1.05rem, 4.6vw, 1.3rem) !important;
    line-height: 1.1 !important;
  }

  .clad-how-story__steps {
    min-height: 0;
    margin: clamp(10px, 1.8svh, 16px) 0;
  }

  .clad-how-story__step {
    gap: clamp(8px, 1.4svh, 12px);
  }

  .clad-how-story__number {
    font-size: clamp(0.74rem, 3vw, 0.86rem);
  }

  .clad-how-story__step-rule {
    margin-top: 0.38rem;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.9rem, 3.8vw, 1rem);
    line-height: 1.36;
  }

  .clad-how-story__copy p > strong:first-child {
    font-size: clamp(1.5rem, 6.8vw, 2rem);
  }

  .clad-how-story__progress {
    margin-top: 0;
  }

  .clad-how-story__progress-labels {
    margin-top: 7px;
  }

  .clad-how-story__progress-label {
    font-size: 0.7rem;
  }
}

@media (max-width: 799px) and (max-height: 640px) {
  .clad-how-story__pin {
    padding: clamp(58px, 10svh, 64px) 0 10px;
  }

  .clad-how-story__layout {
    grid-template-rows: minmax(130px, 0.62fr) minmax(320px, 1.5fr);
    gap: 10px;
  }

  .clad-how-story__card {
    padding: 16px;
  }

  .clad-how-story__steps {
    margin: 8px 0;
  }

  .clad-how-story__step {
    gap: 6px;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.88rem, 3.8vw, 0.96rem);
    line-height: 1.32;
  }
}

@media (min-width: 800px) and (max-width: 980px) {
  .clad-how-story__layout {
    grid-template-columns: minmax(205px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(18px, 2.8vw, 28px);
  }

  .clad-how-story__card {
    padding: clamp(28px, 4vw, 38px);
    border-radius: clamp(28px, 4vw, 38px);
  }

  .clad-how-story__title h1,
  .clad-how-story__title h2,
  .clad-how-story__title h3,
  .clad-how-story__title h4,
  .clad-how-story__title h5,
  .clad-how-story__title h6 {
    font-size: clamp(1.1rem, 1.7vw, 1.4rem) !important;
  }

  .clad-how-story__step {
    gap: clamp(10px, 1.6vw, 16px);
  }

  .clad-how-story__number {
    font-size: clamp(0.82rem, 1.7vw, 0.95rem);
  }

  .clad-how-story__step-rule {
    margin-top: 0.46rem;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.98rem, 1.8vw, 1.08rem);
  }
}

/* Preserve the scroll story on short laptops and landscape tablets without
   forcing a 640px panel into a smaller viewport. */
@media (min-width: 800px) and (max-height: 639px) {
  .clad-how-story {
    min-height: 1500px;
  }

  .clad-how-story__pin {
    height: 100svh;
    min-height: 0;
    padding: clamp(52px, 10svh, 64px) 0 clamp(12px, 3svh, 18px);
  }

  .clad-how-story__layout {
    gap: clamp(18px, 3vw, 34px);
  }

  .clad-how-story__visual,
  .clad-how-story__card {
    height: min(76svh, 480px);
    min-height: 0;
  }

  .clad-how-story__card {
    padding: clamp(20px, 3vw, 30px);
    border-radius: clamp(24px, 3vw, 34px);
  }

  .clad-how-story__steps {
    min-height: 150px;
    margin: clamp(10px, 2svh, 16px) 0;
  }

  .clad-how-story__copy p {
    font-size: clamp(0.94rem, 1.55vw, 1.04rem);
    line-height: 1.34;
  }

  .clad-how-story__copy p > strong:first-child {
    font-size: clamp(1.65rem, 2.6vw, 2.2rem);
  }

  .clad-how-story__progress {
    margin-top: 0;
  }
}

/* Local, dependency-free testimonial carousel. */
section[data-section-id="6a886b57c5ca3c5f1921a853"] .user-items-list {
  padding-top: clamp(48px, 5.5vw, 76px) !important;
  padding-bottom: clamp(48px, 5.5vw, 76px) !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a853"] .list-section-title {
  box-sizing: border-box;
  width: min(
    980px,
    calc(100% - (2 * var(--clad-page-gutter)))
  ) !important;
  max-width: 980px !important;
  min-width: 0;
  margin-inline: auto !important;
  padding: 0 0 clamp(32px, 4vw, 52px) !important;
  overflow: visible !important;
}

section[data-section-id="6a886b57c5ca3c5f1921a853"] .list-section-title p {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  font-size: clamp(2.35rem, min(4.5vw, 10svh), 4.7rem);
  line-height: 1.04;
  overflow: visible !important;
  white-space: normal !important;
  text-wrap: balance;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__gutter {
  box-sizing: border-box;
  width: min(94%, 1200px);
  margin-inline: auto;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slides-revealer {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slides-revealer::-webkit-scrollbar {
  display: none;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slides {
  display: flex !important;
  width: 100% !important;
  min-width: 100%;
  align-items: stretch;
  gap: var(--clad-refine-gap) !important;
  opacity: 1 !important;
  transform: none !important;
  touch-action: pan-x pan-y;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__slide {
  flex: 0 0 calc((100% - (var(--clad-refine-gap) * 2)) / 3) !important;
  width: auto !important;
  max-width: none !important;
  min-height: clamp(380px, 31vw, 430px);
  padding: clamp(26px, 3vw, 44px) !important;
  border: 1px solid rgba(10, 34, 112, 0.07);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .user-items-list-carousel__media-container {
  width: clamp(92px, 9vw, 118px) !important;
  margin: 0 auto clamp(22px, 2.5vw, 32px) !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content,
.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__text-wrapper {
  width: 100% !important;
  max-width: none !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__title {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem) !important;
  line-height: 1.18 !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .list-item-content__description {
  font-size: clamp(1rem, 1.2vw, 1.12rem) !important;
  line-height: 1.45 !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrows {
  display: flex !important;
  justify-content: flex-end;
  gap: 12px;
  width: min(94%, 1200px);
  margin: clamp(20px, 2.5vw, 32px) auto 0;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button {
  position: static !important;
  display: grid !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px;
  padding: 0 !important;
  place-items: center;
  border: 1px solid var(--clad-refine-navy) !important;
  border-radius: 50% !important;
  background: var(--clad-refine-navy) !important;
  color: #fff !important;
  cursor: pointer;
  transform: none !important;
  transition:
    background-color 160ms ease,
    color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button:hover:not(:disabled) {
  background: var(--clad-refine-blue) !important;
  border-color: var(--clad-refine-blue) !important;
  transform: translateY(-1px) !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button:focus-visible {
  outline: 3px solid rgba(13, 101, 252, 0.3);
  outline-offset: 3px;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-button:disabled {
  cursor: default;
  opacity: 0.28;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-icon {
  width: 22px;
  height: 14px;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-icon-path {
  stroke: currentColor !important;
}

.user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
  .mobile-arrow-icon-background-area {
  display: none;
}

@media (max-width: 1100px) {
  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .user-items-list-carousel__slide {
    flex-basis: calc((100% - var(--clad-refine-gap)) / 2) !important;
  }
}

@media (max-width: 700px) {
  section[data-section-id="6a886b57c5ca3c5f1921a853"] .list-section-title p {
    font-size: clamp(2.1rem, min(11vw, 14svh), 3.2rem);
  }

  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .user-items-list-carousel__gutter {
    width: 100%;
    padding-left: 6vw;
  }

  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .user-items-list-carousel__slide {
    flex-basis: 88% !important;
    min-height: 0;
  }

  .user-items-list-item-container[data-section-id="6a886b57c5ca3c5f1921a853"]
    .mobile-arrows {
    width: auto;
    margin-right: 6vw;
  }
}

/* Footer content was visually undersized beside the rest of the page. */
footer section[data-section-id="699db4a58cf40e59194079a4"] p,
footer section[data-section-id="699db4a58cf40e59194079a4"] a {
  font-size: clamp(0.95rem, 1.1vw, 1.08rem) !important;
  line-height: 1.5 !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .Marquee-track {
    animation-play-state: paused !important;
  }

  #page .sqs-block-button-element,
  .mobile-arrow-button,
  .clad-how-story__image,
  .clad-how-story__step,
  .clad-how-story__progress-label {
    transition: none !important;
  }
}
