:root {
  --home-graphite: #262626;
  --home-warm: #f7f4ed;
  --home-yellow: #ffc400;
  --home-yellow-hover: #e8b200;
  --home-white: #fff;
  --home-muted-dark: rgba(255, 255, 255, 0.62);
  --home-muted-light: #575757;
  --home-line-dark: rgba(255, 255, 255, 0.24);
  --home-line-light: rgba(38, 38, 38, 0.24);
  --home-max: 1586px;
  --home-pad: clamp(24px, 4.15vw, 66px);
  --home-header-height: 102px;
  --home-arrive: cubic-bezier(.16, 1, .3, 1);
  --home-state: cubic-bezier(.2, .8, .2, 1);
}

body.home-v12 {
  color: var(--home-graphite);
  background: var(--home-warm);
  font-size: 17px;
  line-height: 1.45;
}

.home-v12 h1,
.home-v12 h2,
.home-v12 h3 {
  letter-spacing: -.035em;
}

.home-v12 svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.home-shell {
  width: min(100%, var(--home-max));
  margin-inline: auto;
  padding-inline: var(--home-pad);
}

.home-anchor-alias {
  display: block;
  height: 0;
  scroll-margin-top: calc(var(--home-header-height) + 24px);
}

.home-v12 section[id],
.home-v12 form[id] {
  scroll-margin-top: calc(var(--home-header-height) + 24px);
}

.home-v12 .home-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 100;
  min-height: 102px;
  height: 102px;
  grid-template-columns: minmax(220px, .8fr) auto minmax(250px, .8fr);
  gap: clamp(24px, 2.6vw, 44px);
  padding-inline: var(--home-pad);
  color: var(--home-white);
  background: transparent;
  border-bottom: 1px solid var(--home-line-dark);
}

.home-v12 .home-header .brand {
  width: 222px;
  gap: 2px;
}

.home-v12 .home-header .brand img {
  width: 220px;
}

.home-v12 .home-header .brand__tagline {
  color: rgba(255, 255, 255, .56);
  font-size: 12px;
}

.home-v12 .home-header .main-nav {
  gap: clamp(18px, 2.3vw, 42px);
  font-size: 15px;
  font-weight: 500;
}

.home-v12 .home-header .main-nav a {
  color: rgba(255, 255, 255, .86);
}

.home-v12 .home-header .header-cta {
  min-width: 284px;
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 560;
}

.home-hero {
  min-height: 784px;
  color: var(--home-white);
  background: var(--home-graphite);
  overflow: clip;
}

.home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: clamp(48px, 4.4vw, 70px);
  align-items: start;
  padding-top: 154px;
  padding-bottom: 66px;
}

.home-hero__copy {
  min-width: 0;
  max-width: 680px;
}

.home-hero h1 {
  max-width: 700px;
  margin-bottom: 32px;
  font-size: clamp(58px, 4.65vw, 74px);
  font-weight: 760;
  line-height: 1.05;
}

.home-hero__lead {
  max-width: 610px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, .72);
  font-size: 20px;
  line-height: 1.48;
}

.home-hero__actions {
  display: flex;
  align-items: center;
  gap: 38px;
}

.home-v12 .home-hero__actions .button {
  min-height: 56px;
  min-width: 304px;
  border-radius: 0;
  font-weight: 560;
}

.home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  color: inherit;
  font-weight: 520;
  text-decoration: none;
}

.home-text-link span {
  color: var(--home-yellow);
  transition: transform 180ms ease;
}

.home-text-link:hover span,
.home-text-link:focus-visible span {
  transform: translateX(4px);
}

.home-hero__note {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.home-hero__system {
  min-width: 0;
  padding-top: 4px;
}

.home-route__sources {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.25;
}

.home-route__sources i {
  padding-inline: 8px;
  color: rgba(255, 255, 255, .45);
  font-style: normal;
}

.home-route {
  position: relative;
  padding: 0 0 2px;
}

.home-route ol {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-route__track {
  position: absolute;
  top: 22px;
  right: 6.5%;
  left: 6.5%;
  z-index: 0;
  height: 1px;
  background: rgba(255, 255, 255, .82);
  transform-origin: left;
}

.home-route__track::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 1px;
  background: var(--home-yellow);
}

.home-route__signal {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 3;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--home-yellow);
  box-shadow: 0 0 0 5px rgba(255, 196, 0, .15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease;
}

.home-route__signal.is-running {
  opacity: 1;
}

.home-route__step {
  display: grid;
  justify-items: center;
  gap: 15px;
  color: rgba(255, 255, 255, .92);
  text-align: center;
  transition: color 180ms ease, opacity 180ms ease;
}

.home-route__step strong {
  font-size: 15px;
  font-weight: 480;
}

.home-route__node {
  position: relative;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  background: var(--home-graphite);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--home-arrive);
}

.home-route__step.is-primary {
  color: var(--home-yellow);
}

.home-route__step.is-primary .home-route__node {
  border-color: var(--home-yellow);
  box-shadow: inset 0 0 0 5px var(--home-graphite), inset 0 0 0 7px var(--home-yellow), 0 0 0 6px rgba(255, 196, 0, .08);
}

.home-route__step.is-primary .home-route__node i {
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: var(--home-yellow);
}

.home-route__step.is-signal-active,
.home-route__step.is-signal-passed {
  color: var(--home-yellow);
}

.home-route__step.is-signal-active .home-route__node,
.home-route__step.is-signal-passed .home-route__node {
  border-color: var(--home-yellow);
}

.home-route__step.is-signal-active .home-route__node {
  box-shadow: 0 0 0 7px rgba(255, 196, 0, .14);
  transform: scale(1.09);
}

.home-attention {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  margin-top: 58px;
  padding-left: 38px;
}

.home-attention::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 12px;
  width: 1px;
  height: 88px;
  background: var(--home-yellow);
  transform: rotate(19deg);
  transform-origin: top;
}

.home-attention h2 {
  align-self: start;
  margin: 0;
  font-size: clamp(30px, 2.05vw, 32px);
  font-weight: 460;
  line-height: 1.12;
}

.home-attention ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-attention li {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  min-height: 66px;
  border-bottom: 1px solid var(--home-line-dark);
  font-size: 20px;
  transition: color 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.home-attention li.is-signal-passed {
  color: rgba(255, 255, 255, .68);
}

.home-attention li.is-signal-active {
  color: var(--home-yellow);
  background: linear-gradient(90deg, rgba(255, 196, 0, .12), transparent 72%);
}

.home-attention li svg {
  width: 38px;
  height: 38px;
}

.home-mobile-system {
  display: none;
}

.home-section-number {
  display: block;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-section-heading h2,
.home-section-heading--split h2,
.home-practice__heading h2,
.home-solutions__heading h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(40px, 3.8vw, 60px);
  font-weight: 720;
  line-height: 1.08;
}

.home-section-heading--split {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 80px;
  align-items: end;
}

.home-section-heading--split > p {
  max-width: 470px;
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.75;
}

.home-situation {
  padding: 48px 0 28px;
  background: var(--home-warm);
  overflow: clip;
}

.loss-route {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 74px;
  margin: 42px 0 28px;
  padding: 0 34px;
  list-style: none;
}

.loss-route li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  text-align: center;
}

.loss-route li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 26px;
  left: calc(100% + 22px);
  color: var(--home-graphite);
  font-size: 32px;
  font-weight: 300;
}

.loss-route__icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
}

.loss-route__icon svg {
  width: 70px;
  height: 70px;
}

.loss-route li::before {
  content: "";
  order: 2;
  width: 100%;
  height: 2px;
  margin-top: 4px;
  background: var(--home-yellow);
  transform-origin: left;
}

.loss-route li::after,
.loss-route li::before {
  transition: opacity 180ms ease;
}

.loss-route li strong {
  order: 3;
  font-size: 15px;
  font-weight: 460;
  line-height: 1.35;
}

.loss-route li strong::before {
  content: "";
  position: absolute;
  bottom: 49px;
  left: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--home-yellow);
  border-radius: 50%;
  background: var(--home-warm);
  transform: translateX(-50%);
  transition: box-shadow 180ms ease, transform 180ms var(--home-arrive);
}

.loss-route li.is-route-passed strong::before {
  box-shadow: 0 0 0 5px rgba(255, 196, 0, .14);
}

.loss-route li.is-route-end strong::before {
  box-shadow: 0 0 0 9px rgba(255, 196, 0, .18);
  transform: translateX(-50%) scale(1.18);
}

.home-route-statement {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin: 0;
  padding: 22px 4px 0;
  border-top: 1px solid var(--home-line-light);
  font-size: 17px;
  line-height: 1.4;
}

.home-route-statement span {
  color: var(--home-yellow);
  font-size: 30px;
  line-height: .8;
}

.home-practice {
  padding: 42px 0 36px;
  color: var(--home-white);
  background: var(--home-graphite);
  overflow: clip;
}

.home-practice__layout {
  display: grid;
  grid-template-columns: minmax(380px, .72fr) minmax(720px, 1.28fr);
  gap: 72px;
  align-items: center;
}

.home-practice__heading .home-section-number {
  color: rgba(255, 255, 255, .7);
}

.home-practice__heading h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 3.1vw, 48px);
}

.home-practice__heading > p {
  margin: 0;
  color: var(--home-yellow);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.practice-routes {
  display: grid;
  gap: 0;
}

.practice-route {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 28px;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid var(--home-line-dark);
}

.practice-route:last-child {
  border-bottom: 0;
}

.practice-route__title {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
}

.practice-route__title > span {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
}

.practice-route__title svg {
  width: 38px;
  height: 38px;
}

.practice-route h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 540;
  letter-spacing: -.02em;
}

.practice-route ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.practice-route ol::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 6%;
  left: 6%;
  height: 1px;
  background: rgba(255, 255, 255, .75);
  transform-origin: left;
}

.practice-route li {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.practice-route li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: var(--home-graphite);
  transform: translateX(-50%);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms var(--home-arrive);
}

.practice-route li.is-active::before {
  border-color: var(--home-yellow);
  box-shadow: inset 0 0 0 3px var(--home-graphite), inset 0 0 0 6px var(--home-yellow);
}

.practice-route li.is-route-passed::before {
  border-color: var(--home-yellow);
  box-shadow: inset 0 0 0 3px var(--home-graphite), inset 0 0 0 6px var(--home-yellow), 0 0 0 4px rgba(255, 196, 0, .1);
  transform: translateX(-50%) scale(1.06);
}

.home-solutions {
  padding: 38px 0 44px;
  background: var(--home-warm);
}

.home-solutions__layout {
  display: grid;
  grid-template-columns: minmax(380px, .72fr) minmax(720px, 1.28fr);
  gap: 72px;
}

.home-solutions__heading h2 {
  font-size: clamp(38px, 3.4vw, 52px);
}

.solution-rows {
  border-top: 1px solid var(--home-line-light);
}

.solution-rows a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, .5fr) minmax(300px, 1fr) 34px;
  gap: 24px;
  align-items: center;
  min-height: 51px;
  padding: 9px 10px 9px 6px;
  border-bottom: 1px solid var(--home-line-light);
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  transition: background 180ms ease, color 180ms ease;
}

.solution-rows a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--home-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms var(--home-arrive);
}

.solution-rows strong {
  font-weight: 530;
  transition: transform 180ms var(--home-arrive);
}

.solution-rows span {
  color: var(--home-muted-light);
  font-size: 14px;
}

.solution-rows i {
  justify-self: end;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  transition: color 180ms ease, transform 180ms var(--home-arrive);
}

.solution-rows a:hover,
.solution-rows a:focus-visible {
  color: #000;
  background: rgba(255, 196, 0, .12);
}

.solution-rows a:hover i,
.solution-rows a:focus-visible i {
  color: #9c7600;
  transform: translateX(4px) rotate(90deg);
}

.solution-rows a:hover::before,
.solution-rows a:focus-visible::before {
  transform: scaleX(1);
}

.solution-rows a:hover strong,
.solution-rows a:focus-visible strong {
  transform: translateX(4px);
}

.home-approach {
  padding: 58px 0 26px;
  background: var(--home-warm);
}

.home-approach .home-section-heading h2 {
  font-size: clamp(42px, 4vw, 62px);
}

.approach-route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 34px 0 32px;
  padding: 0 70px;
  list-style: none;
}

.approach-route li {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  min-height: 128px;
}

.approach-route li::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 8px;
  left: 52px;
  height: 1px;
  background: var(--home-line-light);
  transform-origin: left;
}

.approach-route li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 7px;
  right: -12px;
  z-index: 2;
  padding-inline: 8px;
  background: var(--home-warm);
  font-size: 30px;
  font-weight: 300;
}

.approach-route li > span {
  position: relative;
  z-index: 3;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--home-graphite);
  border-radius: 50%;
  background: var(--home-warm);
  font-size: 16px;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms var(--home-arrive);
}

.approach-route li.is-route-passed > span {
  color: var(--home-graphite);
  background: var(--home-yellow);
  border-color: var(--home-yellow);
  transform: scale(1.06);
}

.approach-route li div {
  position: relative;
  z-index: 2;
  padding-top: 66px;
}

.approach-route strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.approach-route p {
  margin: 0;
  color: var(--home-muted-light);
  font-size: 14px;
  line-height: 1.4;
}

.home-consultation {
  padding: 34px 0 38px;
  color: var(--home-white);
  background: var(--home-graphite);
}

.home-consultation__layout {
  display: grid;
  grid-template-columns: minmax(470px, .98fr) minmax(560px, 1.02fr);
  gap: clamp(72px, 9vw, 140px);
  align-items: start;
}

.home-question {
  padding-top: 8px;
}

.home-question .home-section-number {
  color: rgba(255, 255, 255, .68);
}

.home-question h2,
.home-form-card h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 2.65vw, 42px);
  font-weight: 650;
  line-height: 1.12;
}

.home-question fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.home-question legend {
  margin-bottom: 16px;
  font-size: 19px;
}

.home-question label {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 51px;
  border-bottom: 1px solid var(--home-line-dark);
  background-image: linear-gradient(90deg, rgba(255, 196, 0, .13), rgba(255, 196, 0, .02));
  background-repeat: no-repeat;
  background-size: 0 100%;
  cursor: pointer;
  transition: background-size 240ms var(--home-arrive), color 180ms ease;
}

.home-question label.is-selected {
  color: var(--home-yellow);
  background-size: 100% 100%;
}

.home-question label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.home-question label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms var(--home-arrive);
}

.home-question label:has(input:checked)::before {
  border-color: var(--home-yellow);
  box-shadow: inset 0 0 0 5px var(--home-graphite), inset 0 0 0 9px var(--home-yellow);
  transform: scale(1.06);
}

.home-question label:has(input:focus-visible) {
  outline: 3px solid var(--home-yellow);
  outline-offset: 3px;
}

.home-question label span {
  font-size: 14px;
}

.home-question__note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .54);
  font-size: 13px;
}

.home-form-card {
  padding: 24px 38px 26px;
  border: 1px solid var(--home-yellow);
}

.home-form-card__label {
  margin-bottom: 12px;
  color: var(--home-yellow);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-form-card > p:not(.home-form-card__label):not(.legal-note) {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.home-v12 .home-lead-form {
  display: grid;
  gap: 12px;
}

.home-v12 .home-lead-form > label:not(.consent) {
  display: grid;
  gap: 6px;
}

.home-v12 .home-lead-form > label:not(.consent) > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.home-v12 .home-lead-form label > span small {
  color: rgba(255, 255, 255, .62);
  font-size: 1em;
  font-weight: 500;
}

.home-v12 .home-lead-form label > span i,
.home-v12 .form-required-note > span {
  color: var(--home-yellow);
  font-style: normal;
}

.home-v12 .home-form-card > p.form-required-note {
  margin: 0 0 2px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}

.home-v12 .home-lead-form input:not([type="checkbox"]),
.home-v12 .home-lead-form textarea,
.home-v12 .home-lead-form select {
  width: 100%;
  min-height: 44px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 0;
  color: var(--home-white);
  background: transparent;
  font-size: 14px;
  outline: 2px solid transparent;
  outline-offset: 3px;
  transition: border-color 160ms ease, background 160ms ease;
}

.home-v12 .home-lead-form textarea {
  min-height: 54px;
  resize: vertical;
}

.home-v12 .home-lead-form input::placeholder,
.home-v12 .home-lead-form textarea::placeholder {
  color: rgba(255, 255, 255, .72);
  opacity: 1;
}

.home-v12 .home-lead-form select {
  color: rgba(255, 255, 255, .82);
}

.home-v12 .home-lead-form select option {
  color: var(--home-graphite);
  background: var(--home-white);
}

.home-v12 .home-lead-form input:not([type="checkbox"]):focus,
.home-v12 .home-lead-form textarea:focus,
.home-v12 .home-lead-form select:focus {
  border-color: var(--home-yellow);
  background: rgba(255, 255, 255, .035);
}

.home-v12 .home-lead-form input:not([type="checkbox"]):focus-visible,
.home-v12 .home-lead-form textarea:focus-visible,
.home-v12 .home-lead-form select:focus-visible {
  outline-color: var(--home-white);
}

.home-v12 .home-lead-form .consent {
  display: grid;
  min-height: 44px;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  margin: 4px 0 2px;
  font-size: 12px;
}

.home-v12 .home-lead-form .consent input {
  width: 22px;
  height: 22px;
  margin: 0;
  accent-color: var(--home-yellow);
}

.home-v12 .home-lead-form button {
  min-height: 44px;
  margin-top: 4px;
  border: 1px solid var(--home-yellow);
  border-radius: 0;
  color: var(--home-graphite);
  background: var(--home-yellow);
  font-weight: 580;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.home-v12 .home-lead-form button:hover,
.home-v12 .home-lead-form button:focus-visible {
  background: var(--home-yellow-hover);
  transform: translateY(-1px);
}

.home-v12 .home-lead-form button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.home-v12 .home-lead-form .form-status {
  min-height: 0;
  margin: 4px 0 0;
  font-size: 13px;
}

.home-v12 .home-lead-form .form-status.is-error {
  color: #ffb4a9;
}

.home-v12 .home-lead-form .form-status.is-success {
  color: #a9e8b6;
}

.home-v12 .home-form-card .legal-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
}

.home-v12 .home-form-card .legal-note a {
  color: inherit;
}

.home-v12 .home-footer {
  padding-top: 34px;
  color: var(--home-white);
  background: var(--home-graphite);
  border-top: 1px solid var(--home-line-dark);
}

.home-v12 .home-footer .site-footer__top,
.home-v12 .home-footer .site-footer__bottom {
  width: min(100%, var(--home-max));
}

.home-v12-motion-ready .home-route__track,
.home-v12-motion-ready .loss-route li::before,
.home-v12-motion-ready .practice-route ol::before,
.home-v12-motion-ready .approach-route li::before {
  transform: scaleX(0);
}

.home-v12-motion-ready .home-route__track.is-drawn,
.home-v12-motion-ready .loss-route.is-drawn li::before,
.home-v12-motion-ready .practice-routes.is-drawn .practice-route ol::before,
.home-v12-motion-ready .approach-route.is-drawn li::before {
  transform: scaleX(1);
  transition: transform 620ms var(--home-arrive);
}

.home-v12-motion-ready .home-route__track.is-drawn {
  transition-duration: 470ms;
}

.home-v12-motion-ready .loss-route.is-drawn li::before,
.home-v12-motion-ready .practice-routes.is-drawn .practice-route ol::before,
.home-v12-motion-ready .approach-route.is-drawn li::before {
  transition-timing-function: var(--home-state);
}

@media (max-width: 1380px) {
  .home-v12 .home-header {
    grid-template-columns: 190px minmax(0, 1fr) 250px;
    gap: 22px;
  }

  .home-v12 .home-header .brand,
  .home-v12 .home-header .brand img {
    width: 185px;
  }

  .home-v12 .home-header .brand__tagline {
    font-size: 10px;
  }

  .home-v12 .home-header .main-nav {
    gap: 18px;
    font-size: 13px;
  }

  .home-v12 .home-header .header-cta {
    min-width: 238px;
    font-size: 14px;
  }

  .home-hero__layout {
    grid-template-columns: minmax(470px, .92fr) minmax(570px, 1.08fr);
    gap: 42px;
  }

  .home-attention {
    grid-template-columns: 210px 1fr;
    gap: 26px;
    padding-left: 60px;
  }

  .home-attention::before {
    left: 18px;
  }

  .loss-route {
    gap: 52px;
    padding-inline: 10px;
  }

  .home-practice__layout,
  .home-solutions__layout {
    grid-template-columns: minmax(330px, .66fr) minmax(650px, 1.34fr);
    gap: 48px;
  }

  .practice-route {
    grid-template-columns: 190px 1fr;
  }
}

@media (max-width: 1120px) {
  .home-v12 .home-header {
    grid-template-columns: 180px minmax(0, 1fr) 210px;
  }

  .home-v12 .home-header .main-nav {
    gap: 13px;
    font-size: 12px;
  }

  .home-v12 .home-header .header-cta {
    min-width: 200px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .home-hero__layout {
    grid-template-columns: 1fr;
  }

  .home-hero__copy {
    max-width: 820px;
  }

  .home-hero__system {
    max-width: 850px;
  }

  .home-section-heading--split,
  .home-practice__layout,
  .home-solutions__layout,
  .home-consultation__layout {
    grid-template-columns: 1fr;
  }

  .home-section-heading--split {
    gap: 30px;
  }

  .home-practice__layout,
  .home-solutions__layout,
  .home-consultation__layout {
    gap: 54px;
  }

  .home-solutions__heading h2 {
    margin-bottom: 12px;
  }

  .home-question {
    max-width: 760px;
  }

  .home-form-card {
    max-width: 760px;
  }
}

@media (max-width: 980px) {
  :root {
    --home-header-height: 96px;
  }

  :root {
    --home-pad: 24px;
  }

  body.home-v12 {
    font-size: 16px;
  }

  .home-v12 .home-header {
    position: absolute;
    height: 96px;
    min-height: 96px;
    grid-template-columns: 1fr auto;
    padding-inline: var(--home-pad);
  }

  .home-v12 .home-header .brand,
  .home-v12 .home-header .brand img {
    width: 194px;
  }

  .home-v12 .home-header .brand__tagline {
    font-size: 10px;
  }

  .home-v12 .home-header .header-cta {
    display: none;
  }

  .home-v12 .home-header .menu-toggle {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 0;
    color: var(--home-white);
    background: transparent;
  }

  .home-v12 .home-header .menu-toggle__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .home-v12 .home-header .main-nav {
    top: 96px;
    padding: 28px var(--home-pad) 36px;
  }

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

  .home-hero__layout {
    display: block;
    padding-top: 132px;
    padding-bottom: 34px;
  }

  .home-hero h1 {
    max-width: 650px;
    margin-bottom: 24px;
    font-size: clamp(42px, 10.8vw, 64px);
    line-height: 1.08;
  }

  .home-hero__lead {
    margin-bottom: 28px;
    font-size: 18px;
  }

  .home-hero__actions {
    display: grid;
    gap: 10px;
  }

  .home-v12 .home-hero__actions .button {
    width: 100%;
    min-width: 0;
  }

  .home-text-link {
    justify-content: space-between;
    border-bottom: 1px solid var(--home-line-dark);
  }

  .home-hero__note,
  .home-hero__system {
    display: none;
  }

  .home-mobile-system {
    display: block;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--home-line-dark);
  }

  .home-mobile-system ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .home-mobile-system li {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 18px;
    min-height: 118px;
  }

  .home-mobile-system li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 64px;
    bottom: 0;
    left: 35px;
    width: 1px;
    background: rgba(255, 255, 255, .8);
    transform-origin: top;
    transition: background-color 220ms ease, box-shadow 220ms ease;
  }

  .home-mobile-system__icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 50%;
    transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms var(--home-arrive);
  }

  .home-mobile-system li.is-signal-passed:not(:last-child)::after {
    background: var(--home-yellow);
    box-shadow: 0 0 8px rgba(255, 196, 0, .35);
  }

  .home-mobile-system li.is-signal-passed .home-mobile-system__icon,
  .home-mobile-system li.is-signal-active .home-mobile-system__icon {
    color: var(--home-yellow);
    border-color: var(--home-yellow);
  }

  .home-mobile-system li.is-signal-active .home-mobile-system__icon {
    box-shadow: 0 0 0 7px rgba(255, 196, 0, .13);
    transform: scale(1.07);
  }

  .home-mobile-system__icon svg {
    width: 38px;
    height: 38px;
    color: var(--home-yellow);
  }

  .home-mobile-system strong {
    display: block;
    margin: 8px 0 4px;
    font-size: 20px;
  }

  .home-mobile-system p {
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
  }

  .home-mobile-system__alert {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    align-items: center;
    margin-top: 6px !important;
    padding: 18px;
    color: rgba(255, 255, 255, .82) !important;
    background: rgba(255, 255, 255, .08);
    transition: color 180ms ease, background-color 180ms ease, transform 180ms var(--home-arrive);
  }

  .home-mobile-system__alert.is-signal-active {
    color: var(--home-graphite) !important;
    background: var(--home-yellow);
    transform: translateY(-2px);
  }

  .home-mobile-system__alert svg {
    width: 42px;
    height: 42px;
  }

  .loss-route {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 42px;
    padding-inline: 0;
  }

  .loss-route li:nth-child(2)::after {
    display: none;
  }

  .loss-route li:not(:last-child)::after {
    left: calc(100% + 6px);
  }

  .practice-route {
    grid-template-columns: 1fr;
  }

  .practice-route ol {
    overflow-x: auto;
    grid-template-columns: repeat(6, minmax(110px, 1fr));
    padding-bottom: 10px;
  }

  .practice-route ol::before {
    right: 55px;
    left: 55px;
  }

  .approach-route {
    padding-inline: 0;
  }

  .home-form-card {
    max-width: none;
  }
}

@media (max-width: 640px) {
  :root {
    --home-pad: 22px;
  }

  .home-v12 .home-header .brand,
  .home-v12 .home-header .brand img {
    width: 178px;
  }

  .home-hero__layout {
    padding-top: 128px;
    padding-bottom: 30px;
  }

  .home-hero h1 {
    font-size: clamp(39px, 10.5vw, 50px);
  }

  .home-hero__lead {
    font-size: 17px;
  }

  .home-section-number {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .home-section-heading h2,
  .home-section-heading--split h2,
  .home-practice__heading h2,
  .home-solutions__heading h2 {
    font-size: 36px;
  }

  .home-section-heading--split > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .home-situation {
    padding: 48px 0 30px;
  }

  .loss-route {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 36px;
  }

  .loss-route li {
    grid-template-columns: 72px 1fr;
    justify-items: start;
    align-items: center;
    gap: 8px 16px;
    text-align: left;
  }

  .loss-route li:not(:last-child)::after {
    display: none;
  }

  .loss-route__icon {
    grid-row: 1 / 3;
  }

  .loss-route li::before {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
  }

  .loss-route li strong {
    grid-column: 2;
    grid-row: 1;
  }

  .loss-route li strong::before {
    right: auto;
    bottom: 3px;
    left: 82px;
    transform: none;
  }

  .home-route-statement {
    gap: 12px;
    font-size: 15px;
  }

  .home-route-statement br {
    display: none;
  }

  .home-practice {
    padding: 46px 0;
  }

  .home-practice__layout,
  .home-solutions__layout,
  .home-consultation__layout {
    gap: 38px;
  }

  .practice-route__title {
    grid-template-columns: 60px 1fr;
  }

  .practice-route ol {
    grid-template-columns: repeat(6, 102px);
  }

  .home-solutions {
    padding: 48px 0;
  }

  .solution-rows a {
    grid-template-columns: 1fr 30px;
    gap: 6px 14px;
    padding: 17px 8px 17px 0;
  }

  .solution-rows span {
    grid-column: 1;
    font-size: 13px;
  }

  .solution-rows i {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .home-approach {
    padding: 52px 0 28px;
  }

  .home-approach .home-section-heading h2 {
    font-size: 38px;
  }

  .approach-route {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 34px 0;
  }

  .approach-route li {
    min-height: 118px;
  }

  .approach-route li::before {
    top: 50px;
    right: auto;
    bottom: -12px;
    left: 25px;
    width: 1px;
    height: auto;
    transform: scaleY(1);
  }

  .home-v12-motion-ready .approach-route li::before {
    transform: scaleY(0);
    transform-origin: top;
  }

  .home-v12-motion-ready .approach-route.is-drawn li::before {
    transform: scaleY(1);
  }

  .approach-route li:not(:last-child)::after {
    display: none;
  }

  .approach-route li div {
    padding-top: 4px;
  }

  .home-consultation {
    padding: 0;
  }

  .home-consultation > .home-shell {
    padding-inline: 0;
  }

  .home-question {
    padding: 46px var(--home-pad) 32px;
    color: var(--home-graphite);
    background: var(--home-warm);
  }

  .home-question .home-section-number,
  .home-question__note {
    color: var(--home-muted-light);
  }

  .home-question label {
    min-height: 68px;
    padding: 10px 14px;
    border: 1px solid var(--home-line-light);
    margin-bottom: 7px;
  }

  .home-question label.is-selected {
    color: var(--home-graphite);
    background-image: linear-gradient(90deg, rgba(255, 196, 0, .36), rgba(255, 196, 0, .08));
  }

  .home-question label::before {
    border-color: var(--home-graphite);
  }

  .home-question label:has(input:checked)::before {
    border-color: var(--home-yellow);
    box-shadow: inset 0 0 0 5px var(--home-warm), inset 0 0 0 9px #9c7600;
  }

  .home-question label span {
    font-size: 14px;
  }

  .home-form-card {
    padding: 34px var(--home-pad) 44px;
    border: 0;
  }

  .home-form-card > p:not(.home-form-card__label):not(.legal-note) br {
    display: none;
  }

  .home-v12 .home-lead-form {
    gap: 10px;
  }

  .home-v12 .home-lead-form input:not([type="checkbox"]),
  .home-v12 .home-lead-form textarea,
  .home-v12 .home-lead-form select {
    min-height: 54px;
    font-size: 16px;
  }

  .home-v12 .home-lead-form textarea {
    min-height: 78px;
  }

  .home-v12 .home-lead-form button {
    min-height: 58px;
    font-size: 17px;
  }

  .home-v12 .home-footer {
    padding-top: 42px;
  }
}

@media (max-width: 370px) {
  :root {
    --home-pad: 18px;
  }

  .home-v12 .home-header .brand,
  .home-v12 .home-header .brand img {
    width: 158px;
  }

  .home-hero h1 {
    font-size: 37px;
  }

  .home-section-heading h2,
  .home-section-heading--split h2,
  .home-practice__heading h2,
  .home-solutions__heading h2,
  .home-approach .home-section-heading h2 {
    font-size: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-v12 .home-route__track,
  .home-v12 .loss-route li::before,
  .home-v12 .practice-route ol::before,
  .home-v12 .approach-route li::before {
    transform: none !important;
    transition: none !important;
  }

  .home-route__signal {
    display: none;
  }

  .home-v12 .home-route__step,
  .home-v12 .home-attention li,
  .home-v12 .home-mobile-system li,
  .home-v12 .home-mobile-system__alert,
  .home-v12 .loss-route li,
  .home-v12 .practice-route li,
  .home-v12 .approach-route li {
    transform: none !important;
  }
}
