.home-route {
  --route-nav-height: 0px;
  position: relative;
  z-index: 4;
  margin-top: -100svh;
  color: #f7f3e9;
  background: #070b09;
}

.home-route__journey {
  position: relative;
  height: calc(var(--route-units, 40) * 100svh);
  min-height: calc(var(--route-units, 40) * 650px);
  background: #050806;
}

.home-route__stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: #050806;
}

.home-route__connectors {
  position: absolute;
  inset: 0;
  z-index: 8;
  pointer-events: none;
}

.home-route__connector {
  --route-connector-opacity: 0;
  position: absolute;
  inset: 0;
  opacity: var(--route-connector-opacity);
  visibility: hidden;
  overflow: hidden;
  background: #050806;
  will-change: opacity;
}

.home-route__connector.is-route-connector-visible {
  visibility: visible;
}

.home-route__connector video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #050806;
}

.home-route__node {
  --route-accent: #d9ae58;
  --route-text: #f8f5ec;
  --route-muted: rgba(248, 245, 236, 0.68);
  --route-line: rgba(248, 245, 236, 0.19);
  --route-scene-opacity: 0;
  position: absolute;
  inset: 0;
  color: var(--route-text);
  background: #050806;
  opacity: var(--route-scene-opacity);
  visibility: hidden;
  pointer-events: none;
  overflow: clip;
  will-change: opacity;
}

.home-route__node.is-route-scene-visible {
  visibility: visible;
}

.home-route__node.is-route-active {
  z-index: 2;
  pointer-events: auto;
}

.home-route__node--moss {
  --route-accent: #b9d29f;
}

.home-route__node--cinnabar {
  --route-accent: #efb064;
}

.home-route__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
}

.home-route__visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: #101612;
}

.home-route__video-placeholder {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 64% 44%, rgba(52, 65, 51, 0.18), transparent 38%),
    #050806;
}

.home-route__video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(0.94) contrast(1.03);
  transform: translateZ(0);
  will-change: opacity;
}

.home-route__node.has-route-poster .home-route__video {
  opacity: 1;
}

.home-route__node.has-route-video-frame .home-route__video {
  opacity: 1;
}

.home-route__node.has-route-video-frame .home-route__video-placeholder {
  opacity: 0;
}

.home-route__node.has-route-poster .home-route__video-placeholder {
  opacity: 0;
}

.home-route__location {
  position: absolute;
  z-index: 3;
  right: var(--lx-gutter);
  bottom: 32px;
  display: grid;
  justify-items: end;
  color: var(--route-text);
  text-align: right;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.72);
}

.home-route__location span {
  color: var(--route-accent);
  font-size: 10.5px;
  font-weight: 820;
  text-transform: uppercase;
}

.home-route__location strong {
  margin-top: 4px;
  font-family: var(--lx-font-display);
  font-size: 18px;
  font-weight: 600;
}

.home-route__image-wash {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  opacity: var(--route-info-progress, 0);
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.9) 0%, rgba(5, 9, 7, 0.68) 34%, rgba(5, 9, 7, 0.14) 66%, transparent 82%),
    linear-gradient(180deg, rgba(5, 9, 7, 0.18), transparent 34%, transparent 66%, rgba(5, 9, 7, 0.54));
  will-change: opacity;
}

.home-route__node.is-visual-left .home-route__image-wash {
  background:
    linear-gradient(270deg, rgba(5, 9, 7, 0.9) 0%, rgba(5, 9, 7, 0.68) 34%, rgba(5, 9, 7, 0.14) 66%, transparent 82%),
    linear-gradient(180deg, rgba(5, 9, 7, 0.18), transparent 34%, transparent 66%, rgba(5, 9, 7, 0.54));
}

.home-route__copy {
  position: relative;
  z-index: 3;
  grid-column: 1;
  align-self: center;
  width: min(730px, 53vw);
  padding: 72px 0 82px max(7vw, calc((100vw - var(--lx-content-wide)) / 2));
  pointer-events: none;
}

.home-route__node.is-route-active .home-route__copy {
  pointer-events: auto;
}

.home-route [data-route-beat] {
  opacity: var(--route-beat-opacity, 0);
  filter: blur(var(--route-beat-blur, 2.5px));
  transform: translate3d(0, var(--route-beat-y, 24px), 0);
  will-change: opacity, filter, transform;
}

.home-route [data-route-beat="meta"] {
  transform: translate3d(calc((1 - var(--route-beat-opacity, 0)) * -22px), 0, 0);
}

.home-route [data-route-beat="title"] {
  clip-path: inset(calc((1 - var(--route-beat-opacity, 0)) * 100%) 0 0 0);
  transform: translate3d(0, calc((1 - var(--route-beat-opacity, 0)) * 28px), 0);
}

.home-route [data-route-beat="cta"] {
  transform: translate3d(calc((1 - var(--route-beat-opacity, 0)) * 18px), 0, 0);
}

.home-route__node.is-visual-left .home-route__copy {
  grid-column: 2;
  width: min(720px, 51vw);
  justify-self: end;
  padding-right: max(7vw, calc((100vw - var(--lx-content-wide)) / 2));
  padding-left: 46px;
}

.home-route__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.home-route__meta::after {
  width: 56px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--route-accent), transparent);
  transform: scaleX(var(--route-beat-opacity, 0));
  transform-origin: left center;
}

.home-route__meta .lx-eyebrow {
  margin: 0;
  color: var(--route-accent);
}

.home-route__meta span {
  order: 3;
  color: rgba(248, 245, 236, 0.68);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.home-route__content {
  position: relative;
  width: min(100%, 690px);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.72);
}

.home-route__content > *:first-child {
  margin-top: 0;
}

.home-route__content > *:last-child {
  margin-bottom: 0;
}

.home-route__content .node-index {
  display: none;
}

.home-route__content h2,
.home-route__content > h3 {
  max-width: 12ch;
  margin: 0;
  color: var(--route-text);
  font-family: var(--lx-font-display);
  font-size: 60px;
  font-weight: 560;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 3px 30px rgba(0, 0, 0, 0.76);
}

.home-route__content .lead {
  max-width: 52ch;
  margin: 18px 0 0;
  color: rgba(248, 245, 236, 0.88);
  font-size: 17px;
  line-height: 1.65;
}

.home-route__content p,
.home-route__content li,
.home-route__content dd {
  color: var(--route-muted);
}

.home-route__content strong,
.home-route__content h3,
.home-route__content h4 {
  color: var(--route-text);
}

.home-route__content .fact-list,
.home-route__content .pricing-lines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 28px;
}

.home-route__content .fact-list-three {
  grid-template-columns: 1fr;
}

.home-route__content .fact-list section,
.home-route__content .pricing-lines p,
.home-route__content .faq-list dl div,
.home-route__content .resource-list > a {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 15px 10px 13px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(248, 245, 236, 0.22);
  transition: border-color 180ms ease, color 180ms ease, transform 220ms var(--lx-ease-out);
}

.home-route__content .fact-list section:hover,
.home-route__content .resource-list > a:hover {
  background: transparent;
  border-color: color-mix(in srgb, var(--route-accent) 72%, rgba(248, 245, 236, 0.18));
  transform: translateY(-1px);
}

.home-route__content .fact-list h3,
.home-route__content .faq-list dt,
.home-route__content .faq-list h4,
.home-route__content .resource-list h3 {
  margin: 0;
  font-family: var(--lx-font-sans);
  font-size: 14.5px;
  font-weight: 780;
  line-height: 1.35;
}

.home-route__content .fact-list p,
.home-route__content .faq-list dd,
.home-route__content .resource-list span,
.home-route__content .pricing-lines p {
  margin: 7px 0 0;
  color: rgba(248, 245, 236, 0.76);
  font-size: 14px;
  line-height: 1.58;
}

.home-route__content .steps,
.home-route__content .promise-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: route-step;
}

.home-route__content .steps li,
.home-route__content .promise-list section {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 16px 8px 15px 38px;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(248, 245, 236, 0.22);
}

.home-route__content .steps li {
  counter-increment: route-step;
}

.home-route__content .steps li::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "0" counter(route-step);
  color: var(--route-accent);
  font-size: 10.5px;
  font-weight: 850;
}

.home-route__content .steps strong,
.home-route__content .promise-list h3,
.home-route__content .promise-list strong {
  margin: 0;
  color: var(--route-accent);
  font-size: 13.5px;
  line-height: 1.45;
}

.home-route__content .steps span,
.home-route__content .promise-list p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
}

.home-route__content .price {
  margin: 20px 0 0;
  color: var(--route-accent);
  font-family: var(--lx-font-display);
  font-size: 64px;
  line-height: 1;
}

.home-route__content .price span {
  font-family: var(--lx-font-sans);
  font-size: 13px;
}

.home-route__content .archive-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  margin-top: 26px;
}

.home-route__content .archive-columns h2 {
  margin: 0 0 10px;
  color: var(--route-text);
  font-size: 27px;
}

.home-route__content .faq-list dl {
  margin: 0;
}

.home-route__content .resource-list > a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  color: var(--route-text);
  text-decoration: none;
}

.home-route__content .resource-list em {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--route-accent);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.home-route__content .service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 22px 0 0;
  color: var(--route-muted);
  font-size: 13px;
  font-weight: 760;
}

.home-route__content .text-link,
.home-route__content .action-primary,
.home-route__content .action-secondary {
  margin-top: 24px;
}

.home-route__content .text-link {
  width: fit-content;
  display: inline-flex;
  padding-bottom: 3px;
  color: var(--route-accent);
  border-bottom: 1px solid currentColor;
  font-size: 13.5px;
  font-weight: 760;
  text-decoration: none;
}

.home-route__content .action-primary,
.home-route__content .action-secondary {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  transition: transform 220ms var(--lx-ease-out), background 180ms ease, border-color 180ms ease, box-shadow 220ms ease;
}

.home-route__content .action-primary:hover,
.home-route__content .action-primary:focus-visible,
.home-route__content .action-secondary:hover,
.home-route__content .action-secondary:focus-visible {
  transform: translateY(-2px);
}

.home-route__content .action-secondary {
  color: var(--route-text);
  background: rgba(7, 11, 9, 0.28);
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(10px);
}

.is-route-still-return .home-route__node.is-route-active .home-route__inner {
  animation: route-still-arrive 520ms var(--lx-ease-out) both;
}

@keyframes route-still-arrive {
  0% {
    opacity: 0.28;
    filter: blur(7px);
    transform: scale(1.012);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.is-route-finale .home-route__content h2 {
  max-width: 11ch;
  font-size: 62px;
}

body.home > .site-header {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  background: rgba(5, 9, 7, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px) saturate(115%);
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: color 260ms ease, background 260ms ease, border-color 260ms ease, opacity 420ms var(--lx-ease-out), transform 520ms var(--lx-ease-out);
}

body.home > .site-header.is-cinema-visible,
body.home > .site-header.is-nav-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.home > .site-header .wordmark,
body.home > .site-header .wordmark span,
body.home > .site-header .primary-nav a,
body.home > .site-header .nav-toggle {
  color: #fff;
}

body.home > .site-header.is-route-visible,
body.home > .site-header.is-nav-open {
  color: #f7f3e9;
  background: rgba(7, 11, 9, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}

body.home > .site-header.is-route-visible:not(.is-nav-open) {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.home > .site-header.is-on-light-scene:not(.is-nav-open) {
  color: #171b18;
  background: rgba(249, 247, 241, 0.9);
  border-bottom-color: rgba(24, 29, 25, 0.14);
}

body.home > .site-header.is-on-light-scene:not(.is-nav-open) .wordmark,
body.home > .site-header.is-on-light-scene:not(.is-nav-open) .wordmark span,
body.home > .site-header.is-on-light-scene:not(.is-nav-open) .nav-toggle {
  color: #171b18;
}

body.home > .site-header.is-on-light-scene:not(.is-nav-open) .wordmark strong {
  color: #a9362f;
}

.header-scene-controls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.site-header.is-cinema-visible .header-scene-controls,
.site-header.is-route-visible .header-scene-controls {
  opacity: 1;
  pointer-events: auto;
}

.header-scene-control {
  min-height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: currentColor;
  background: rgba(247, 243, 233, 0.05);
  border: 1px solid currentColor;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.82;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.header-scene-control strong {
  font: inherit;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

.header-scene-control span {
  font-size: 17px;
  line-height: 1;
  transition: transform 260ms var(--lx-ease-out);
}

.header-scene-control:hover,
.header-scene-control:focus-visible {
  color: #f0ca7e;
  background: rgba(169, 55, 47, 0.18);
  border-color: rgba(240, 202, 126, 0.68);
  opacity: 1;
}

.header-scene-control--replay:hover span,
.header-scene-control--replay:focus-visible span {
  transform: rotate(-32deg);
}

.header-scene-control:disabled {
  cursor: default;
  opacity: 0.34;
}

@media (min-width: 801px) {
  body.home > .site-header.is-cinema-visible .header-scene-control,
  body.home > .site-header.is-route-visible .header-scene-control {
    color: #171b18;
    background: rgba(255, 253, 248, 0.9);
    border-color: rgba(23, 27, 24, 0.34);
  }

  body.home > .site-header.is-cinema-visible .header-scene-control:hover,
  body.home > .site-header.is-cinema-visible .header-scene-control:focus-visible,
  body.home > .site-header.is-route-visible .header-scene-control:hover,
  body.home > .site-header.is-route-visible .header-scene-control:focus-visible {
    color: #fffdf8;
    background: #a9362f;
    border-color: #a9362f;
  }
}

body.home > .site-header.is-route-visible .wordmark,
body.home > .site-header.is-nav-open .wordmark {
  color: #e0b45f;
}

body.home > .site-header.is-route-visible .wordmark span,
body.home > .site-header.is-route-visible .primary-nav a,
body.home > .site-header.is-nav-open .wordmark span {
  color: rgba(247, 243, 233, 0.72);
}

@media (max-width: 1220px) {
  .header-scene-control {
    width: 40px;
    padding: 0;
  }

  .header-scene-control strong {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (max-width: 800px) {
  .header-scene-controls {
    position: fixed;
    top: 82px;
    right: 14px;
  }

  .header-scene-control {
    color: #fffdf8;
    background: rgba(10, 13, 11, 0.68);
    border-color: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(12px);
  }
}

@media (min-width: 801px) and (max-height: 780px) {
  .home-route__inner {
    min-height: 0;
  }

  .home-route__copy,
  .home-route__node.is-visual-left .home-route__copy {
    padding-top: 50px;
    padding-bottom: 18px;
  }

  .home-route__content h2,
  .home-route__content > h3,
  .is-route-finale .home-route__content h2 {
    font-size: 48px;
  }

  .home-route__content .lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
  }

  .home-route__content .fact-list,
  .home-route__content .pricing-lines,
  .home-route__content .archive-columns,
  .home-route__content .steps,
  .home-route__content .promise-list {
    margin-top: 17px;
  }

  .home-route__content .fact-list section,
  .home-route__content .pricing-lines p,
  .home-route__content .faq-list dl div,
  .home-route__content .resource-list > a {
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .home-route__content .fact-list p,
  .home-route__content .faq-list dd,
  .home-route__content .resource-list span,
  .home-route__content .pricing-lines p {
    font-size: 14px;
    line-height: 1.48;
  }
}

@media (max-width: 1100px) {
  .home-route__copy {
    width: min(650px, 54vw);
    padding-left: 52px;
  }

  .home-route__node.is-visual-left .home-route__copy {
    width: min(640px, 53vw);
    padding-right: 52px;
  }

  .home-route__content h2,
  .home-route__content > h3 {
    font-size: 48px;
  }
}

@media (max-width: 800px) {
  .home-route__journey {
    height: calc(var(--route-units, 36) * 100svh);
    min-height: calc(var(--route-units, 36) * 590px);
  }

  .home-route__stage {
    min-height: 0;
  }

  .home-route__inner {
    height: 100%;
    min-height: 0;
    display: block;
    padding-top: 0;
    overflow: hidden;
  }

  .home-route__video {
    object-position: center center;
  }

  .home-route__location {
    top: 18px;
    right: 20px;
    bottom: auto;
    max-width: 54vw;
  }

  .home-route__location strong {
    font-size: 15px;
  }

  .home-route__image-wash,
  .home-route__node.is-visual-left .home-route__image-wash {
    background:
      linear-gradient(0deg, rgba(5, 9, 7, 0.92) 0%, rgba(5, 9, 7, 0.72) 46%, rgba(5, 9, 7, 0.18) 73%, transparent 88%),
      linear-gradient(180deg, rgba(5, 9, 7, 0.12), transparent 34%);
  }

  .home-route__copy,
  .home-route__node.is-visual-left .home-route__copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-height: calc(100% - 50px);
    padding: 76px 24px 32px;
    overflow: hidden;
  }

  #node-2 .home-route__image-wash {
    background:
      linear-gradient(90deg, rgba(5, 9, 7, 0.8) 0%, rgba(5, 9, 7, 0.54) 58%, rgba(5, 9, 7, 0.2) 100%),
      linear-gradient(180deg, rgba(5, 9, 7, 0.58) 0%, rgba(5, 9, 7, 0.12) 58%, rgba(5, 9, 7, 0.46) 100%);
  }

  #node-2 .home-route__copy {
    top: 0;
    bottom: auto;
    padding-top: 76px;
    padding-bottom: 56px;
  }

  .home-route__content h2,
  .home-route__content > h3,
  .is-route-finale .home-route__content h2 {
    font-size: 39px;
  }

  .home-route__content .lead {
    font-size: 14.5px;
  }

  .home-route__content .fact-list:not(.fact-list-three) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }

  .home-route__content .pricing-lines,
  .home-route__content .archive-columns,
  .home-route__content .fact-list-three {
    grid-template-columns: 1fr;
  }

  #node-8 .home-route__copy,
  #node-8.is-visual-left .home-route__copy {
    padding-top: 68px;
    padding-bottom: 18px;
  }

  #node-8 .home-route__meta {
    margin-bottom: 12px;
  }

  #node-8 .home-route__content .archive-columns {
    gap: 14px;
    margin-top: 14px;
  }

  #node-8 .home-route__content .archive-columns h2 {
    margin-bottom: 6px;
  }

  #node-8 .home-route__content .faq-list dl div,
  #node-8 .home-route__content .resource-list > a {
    padding-top: 8px;
    padding-bottom: 7px;
  }

  #node-8 .home-route__content .faq-list dd,
  #node-8 .home-route__content .resource-list span {
    margin-top: 4px;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .home-route__content .steps li,
  .home-route__content .promise-list section {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.home > .site-header.is-nav-open .primary-nav {
    color: #f7f3e9;
    background: #0b100d;
    border-left-color: rgba(255, 255, 255, 0.14);
  }

  body.home > .site-header.is-nav-open .primary-nav a {
    color: #f7f3e9;
  }
}

@media (max-width: 700px) {
  #node-5 .home-route__copy,
  #node-5.is-visual-left .home-route__copy,
  #node-6 .home-route__copy,
  #node-9 .home-route__copy,
  #node-9.is-visual-left .home-route__copy {
    grid-column: 1 / -1;
    width: 100%;
    justify-self: stretch;
    box-sizing: border-box;
  }

  #node-5 .home-route__copy,
  #node-5.is-visual-left .home-route__copy {
    padding-bottom: max(44px, calc(30px + env(safe-area-inset-bottom)));
  }

  #node-5 .home-route__meta {
    margin-bottom: 14px;
  }

  #node-5 .home-route__content .steps {
    margin-top: 20px;
  }

  #node-5 .home-route__content .steps li {
    padding-top: 11px;
    padding-bottom: 10px;
  }

  #node-6 .home-route__copy {
    top: 48px;
    bottom: 0;
    max-height: none;
    padding: 68px 18px max(14px, env(safe-area-inset-bottom));
  }

  #node-6 .home-route__meta {
    margin-bottom: 8px;
  }

  #node-6 .home-route__content h2 {
    max-width: 14ch;
    font-size: 32px;
    line-height: 1;
  }

  #node-6 .home-route__content .price {
    margin-top: 9px;
    font-size: 48px;
  }

  #node-6 .home-route__content .pricing-lines {
    gap: 0;
    margin-top: 12px;
  }

  #node-6 .home-route__content .pricing-lines p {
    margin: 0;
    padding: 7px 0 6px;
    font-size: 12.5px;
    line-height: 1.34;
  }

  #node-6 .home-route__content .lead {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.38;
  }

  #node-6 .home-route__content .text-link {
    margin-top: 9px;
    font-size: 12.5px;
  }

  #node-9 .home-route__copy,
  #node-9.is-visual-left .home-route__copy {
    right: 0;
    left: 0;
    padding-bottom: max(44px, calc(30px + env(safe-area-inset-bottom)));
  }
}

@media (max-width: 420px) {
  .home-route__copy,
  .home-route__node.is-visual-left .home-route__copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-route__content h2,
  .home-route__content > h3,
  .is-route-finale .home-route__content h2 {
    font-size: 35px;
  }

  .home-route__content .price {
    font-size: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-route [data-route-beat] {
    transform: none;
    will-change: auto;
  }
}
