*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
a{color:inherit;}
.active-nav {
    width: 100%;
    background: #0f1522;
    color: #e8ecf4;
    border-bottom: 1px solid #2a3348;
  }
.open-grid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1.5rem 2.61rem;
    display: flex;
    flex-direction: column;
    gap: calc(1.57rem * 1.5);
  }
.active-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
:root {
  --tone-base: #121826;
  --motion-panel: cubic-bezier(0.4,0,0.2,1);
  --surface-light: #f4f6fa;
}
.content-inner {
    display: inline-block;
    font-size: calc(17.8px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #e8ecf4;
    text-decoration: none;
  }
.content-inner:hover {
    color: #2f6bff;
  }
.nav-tabs {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.57rem;
    align-items: center;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 17.8px;
    color: #c2c9d6;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 260ms var(--motion-panel),
                border-color 260ms var(--motion-panel);
  }
.nav-link:hover {
    color: #2f6bff;
  }
.nav-link.is-active {
    color: #e8ecf4;
    border-bottom-color: #2f6bff;
  }
.text-track{
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    border: 1px solid #2a3348;
    border-radius: 0.32rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;color:#e8ecf4;}
.text-track:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#e8ecf4;}
.open-nav{
    display: block;
    width: 1.25rem;
    height: 2px;
    background: #e8ecf4;
    border-radius: 0.32rem;color:#e8ecf4;}
.values {
    display: none;
    border-top: 1px solid #2a3348;
    background: #161d2e;
    color: #c2c9d6;
  }
.public-plan {
    list-style: none;
    margin: 0;
    padding: calc(1.57rem * 1.5) 2.61rem;
    display: flex;
    flex-direction: column;
    gap: 1.57rem;
  }
.public-view {
    display: block;
    padding: 0.5rem 0;
    font-size: 17.8px;
    color: #c2c9d6;
    text-decoration: none;
    border-bottom: 1px solid #2a3348;
  }
.public-view:hover {
    color: #2f6bff;
  }
.public-view.is-active {
    color: #e8ecf4;
    font-weight: 600;
  }
@media (max-width: 767px) {
    .open-grid {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .active-section {
      flex: 1 1 auto;
    }

    .nav-tabs {
      display: none;
    }

    .text-track {
      display: flex;
    }

    .values.is-open {
      display: block;
    }
  }
@media (min-width: 768px) {
    .open-grid {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: calc(1.57rem * 1.5);
    }

    .active-section {
      flex: 0 0 auto;
    }

    .nav-tabs {
      flex: 1 1 auto;
      display: flex;
      justify-content: flex-end;
    }

    .values {
      display: none !important;
    }
  }
.visual-panel{font-family:"Merriweather", sans-serif;font-size:17.8px;line-height:1.76;padding:calc(1.5rem * 2.4) 2.61rem;margin-top:calc(1.5rem * 2.4);background:var(--surface-light);color:var(--tone-base);}
.site-group{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.57rem * 1.5)}
.narrow-details{display:grid;grid-template-columns:1.4fr 1.6fr 1fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.strong-steps,
  .service-brand,
  .area,
  .steady-rail{display:flex;flex-direction:column;gap:1.5rem;min-width:0}
.simple-callout{font-size:calc(17.8px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.secondary-links{margin:0;font-size:calc(17.8px * .875);opacity:0.78;max-width:34ch}
.wide-region{font-size:calc(17.8px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.72}
.public-panel{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.main-inner{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.5rem 1.25rem}
.secondary-nav{gap:1.5rem}
.secondary-nav li{display:flex;flex-direction:column;gap:0.25rem}
.public-panel a{color:inherit;text-decoration:none;font-size:calc(17.8px * .875);border-bottom:1px solid transparent;transition:border-color 260ms var(--motion-panel), opacity 260ms var(--motion-panel)}
.public-panel a:hover,
  .public-panel a:focus-visible{border-bottom-color:currentColor;opacity:0.85;outline:none;color:inherit}
.soft-menu{font-size:calc(17.8px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.6}
.strong-headline{font-size:calc(17.8px * .875);color:inherit;text-decoration:none;word-break:break-word}
.steady-header{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(1.57rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.public-area{margin:0;font-size:calc(17.8px * .875);opacity:0.78;max-width:90ch}
.quiet-steps{margin:0;font-size:calc(17.8px * .875);opacity:0.6}
@media (max-width: 980px) {.narrow-details{grid-template-columns:1fr 1fr;gap:calc(1.57rem * 1.5)}
  }
@media (max-width: 620px) {.visual-panel{padding:calc(1.57rem * 1.5) 2.61rem;background:var(--surface-light);color:var(--tone-base);}.narrow-details{grid-template-columns:1fr}.main-inner{grid-template-columns:1fr}
  }
footer .offer-method{flex:1 1 100%;max-width:1440px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(17.8px * .875);line-height:1.76;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .soft-copy{width:min(18rem,calc(100vw - 28px));padding:14px;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:24px;background:linear-gradient(135deg, #0f1522 0%, #1a2540 55%, #1e4fd8 100%);color:#e8ecf4;box-shadow:0 14px 38px rgba(0,0,0,0.24)}
.cookies .text-headline{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(17.8px * 1.35)}
.cookies .text-headline button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.76}
.cookies .focused-media{margin-top:12px;display:flex;gap:8px}
.cookies .focused-media button{flex:1;border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .focused-media button.cookie-accept{background:#0f1522;color:#e8ecf4}
.strong-service{--mark-soft:calc(1.5rem * 1.32);--layer-local:calc(1440px / 3.00);padding:calc(1.5rem * 2.4) 2.61rem;background:linear-gradient(135deg, #0f1522 0%, #1a2540 55%, #1e4fd8 100%);color:#e8ecf4;}
.strong-service .wide-group{max-width:1440px;margin:0 auto;}
.strong-service h1,.strong-service h2,.strong-service h3,.strong-service p{margin:0;}
.strong-service h1{font-size:calc(17.8px * 2.65);line-height:1.08;}
.strong-service p{font-size:17.8px;line-height:1.76;}
.strong-service a{color:inherit;text-decoration:none;}
.strong-service .grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#1e4fd8;color:#f4f7ff;transition:background 260ms var(--motion-panel);}
.strong-service .grid:hover{background:#2f6bff;color:#e8ecf4;}
.strong-service .welcome h1{margin-top:var(--mark-soft);}
.strong-service .fresh-lead{margin-top:1.5rem;max-width:calc(1440px / 1.9);}
.strong-service .visual-actions{margin-top:calc(1.57rem * 1.5);max-width:calc(1440px / 2.1);font-size:calc(17.8px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.strong-service .featured-summary{display:flex;flex-wrap:wrap;gap:1.57rem;margin-top:calc(1.57rem * 1.5);padding-top:calc(1.57rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-service .featured-summary a{font-size:calc(17.8px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 260ms var(--motion-panel);}
.strong-service .featured-summary a:hover{border-color:currentColor;}
@media (max-width:720px){.strong-service h1{}.strong-service .fresh-lead,.strong-service .visual-actions{max-width:none;}
}
.soft-benefit{position:relative;overflow:hidden;isolation:isolate;}
.soft-benefit>*{position:relative;z-index:1;}
.soft-benefit::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--motion-panel) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.soft-benefit::before,.soft-benefit::after{animation:none!important;}}
.steady-frame{--mark-soft:calc(1.5rem * 1.05);--layer-local:calc(1440px / 2.35);padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4;}
.steady-frame .wide-group{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-soft);}
.steady-frame h2,.steady-frame h3,.steady-frame p{margin:0;}
.steady-frame h2{font-size:calc(17.8px * 2);line-height:1.12;}
.steady-frame h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.steady-frame p{font-size:17.8px;line-height:1.76;}
.steady-frame .simple-unit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.57rem;}
.steady-frame .simple-unit>h2{flex:1 1 calc(1440px / 3);min-width:0;}
.steady-frame .simple-unit>.fresh-lead{flex:1 1 calc(1440px / 2.6);min-width:0;color:#c2c9d6;}
.steady-frame .local-quote{display:flex;flex-wrap:wrap;gap:1.57rem;}
.steady-frame .strong-group{flex:1 1 calc(1440px / 3.4);min-width:0;padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * .95);border-radius:0.42rem;background:#1c2438;color:#e8ecf4;border:1px solid #2a3348;}
.steady-frame .strong-group .direct-quote{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-frame .strong-group p{color:#c2c9d6;}
.steady-frame .featured-summary{margin-top:calc(1.5rem / 2);font-size:calc(17.8px * .875);color:#c2c9d6;}
.steady-frame .featured-summary a{color:inherit;text-decoration:none;border-bottom:1px solid #1e4fd8;}
.steady-frame .featured-summary a:hover{color:inherit;border-bottom-color:#2f6bff;}
@media (max-width:900px){.steady-frame .simple-unit>h2,.steady-frame .simple-unit>.fresh-lead{flex:1 1 100%;}.steady-frame .strong-group{flex:1 1 100%;}
}
.active-menu{--mark-soft:calc(1.5rem * 1.09);--layer-local:calc(1440px / 2.33);padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4;}
.active-menu .wide-group{max-width:1440px;margin:0 auto;}
.active-menu h1,.active-menu h2,.active-menu h3,.active-menu p,.active-menu ul{margin:0;}
.active-menu h2{font-size:calc(17.8px * 2);line-height:1.12;}
.active-menu p{font-size:17.8px;line-height:1.76;}
.active-menu a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #1e4fd8 45%, transparent);}
.active-menu a:hover{border-bottom-color:#2f6bff;}
.active-menu .primary-track{row-gap:calc(var(--mark-soft) * 1.2);}
.active-menu .focused-entries{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.active-menu .content-feature>p{margin-top:1.5rem;max-width:calc(1440px / 2);}
.active-menu .soft-links{display:flex;flex-direction:column;gap:0;margin-top:1.5rem;border-top:1px solid #2a3348;}
.active-menu details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #2a3348;}
.active-menu summary{cursor:pointer;font-weight:700;font-size:calc(17.8px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1.57rem;}
.active-menu summary::-webkit-details-marker{display:none;}
.active-menu summary::after{content:"+";font-weight:400;flex-shrink:0;}
.active-menu details[open] summary::after{content:"\2212";}
.active-menu details p{margin-top:calc(1.5rem / 3);max-width:calc(1440px / 1.9);}
.active-menu .featured-summary{margin-top:1.5rem;font-size:calc(17.8px * .875);max-width:calc(1440px / 1.9);}
.quiet-brand{--mark-soft:calc(1.5rem * 1.17);--layer-local:calc(1440px / 2.41);padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4;}
.quiet-brand .wide-group{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;}
.quiet-brand h2,.quiet-brand h3,.quiet-brand p{margin:0;}
.quiet-brand h2{font-size:calc(17.8px * 2);line-height:1.12;}
.quiet-brand h3{font-size:calc(17.8px * 1.35);line-height:1.2;}
.quiet-brand p{font-size:17.8px;line-height:1.76;color:#c2c9d6;}
.quiet-brand a{color:inherit;text-decoration:none;border-bottom:1px solid #2a3348;}
.quiet-brand a:hover{color:inherit;border-bottom-color:#2f6bff;}
.quiet-brand .focused-entries{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.quiet-brand .primary-track{row-gap:calc(var(--mark-soft) * 1.2);}
.quiet-brand .fresh-lead{max-width:var(--layer-local);}
.quiet-brand .bottom-items{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--mark-soft) / 2);border-top:1px solid #2a3348;}
.quiet-brand .strong-group{min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:1.57rem;padding-block:calc(1.5rem * .75);border-bottom:1px solid #2a3348;}
.quiet-brand .strong-group h3{grid-column:2;}
.quiet-brand .strong-group p{grid-column:2;margin-top:calc(1.5rem / 3);}
.quiet-brand .strong-group::before{counter-increment:step;content:counter(step,decimal-leading-zero);grid-column:1;grid-row:1 / span 2;font-size:calc(17.8px * .875);letter-spacing:.08em;color:inherit;padding-top:.35em;}
.quiet-brand .bottom-items{counter-reset:step;}
.quiet-brand .featured-summary{margin-top:calc(var(--mark-soft) / 2);max-width:var(--layer-local);font-size:calc(17.8px * .875);}
@media (max-width:720px){.quiet-brand .strong-group{grid-template-columns:1fr;}.quiet-brand .strong-group h3,.quiet-brand .strong-group p{grid-column:1;}.quiet-brand .strong-group::before{grid-row:auto;padding-top:0;}
}
.service-details{--mark-soft:calc(1.5rem * 0.92);--layer-local:calc(1440px / 3.00);padding:calc(1.5rem * 2.4) 2.61rem;background:#161d2e;color:#c2c9d6;}
.service-details .wide-group{max-width:1440px;margin:0 auto;}
.service-details h2,.service-details p{margin:0;}
.service-details h2{font-size:calc(17.8px * 2);line-height:1.12;}
.service-details p{font-size:17.8px;line-height:1.76;}
.service-details .fresh-lead{max-width:var(--layer-local);}
.service-details .visual-actions{max-width:var(--layer-local);font-size:calc(17.8px * .875);}
.service-details a{color:inherit;text-decoration:none;}
.service-details .grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#1e4fd8;color:#f4f7ff;transition:background 260ms var(--motion-panel);}
.service-details .grid:hover{background:#2f6bff;color:#e8ecf4;}
.service-details .featured-summary{margin-top:1.5rem;font-size:calc(17.8px * .875);}
.service-details .featured-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-details .featured-summary a:hover{color:inherit;}
.service-details .offer-feature>h2,.service-details .offer-feature>p,.service-details .offer-feature>.grid{margin-top:1.5rem;}
.service-details .offer-feature>h2:first-child{margin-top:0;}
.soft-shell{padding:calc(1.5rem * 2.4) 2.61rem;background:#2f6bff;color:#f4f7ff}
.soft-shell .wide-group{max-width:1440px;margin:0 auto}
.soft-shell .direct-steps{display:flex;flex-wrap:wrap;gap:calc(1.57rem * 1.5);align-items:flex-start}
.soft-shell .fresh-lead{flex:1 1 34rem;min-width:0}
.soft-shell h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.08}
.soft-shell .fresh-lead p{margin:1.5rem 0 0;font-size:calc(17.8px * 1.125);line-height:1.76}
.soft-shell .fresh-lead .visual-actions{margin-top:calc(1.5rem * .75);font-size:calc(17.8px * .875);opacity:.86}
.soft-shell .direct-feature{flex:0 1 30rem;min-width:0;background:var(--surface-light);color:var(--tone-base);border-radius:0.82rem;padding:1.57rem;box-shadow:0 6px 18px rgba(0,0,0,0.2)}
.soft-shell .direct-feature p{margin:0 0 calc(1.5rem * .75);line-height:1.76}
.soft-shell .direct-feature .team-flow{margin:0;font-size:calc(17.8px * 1.125);font-weight:700}
.soft-shell .direct-feature .featured-header{margin:.2rem 0 calc(1.5rem * .75);font-size:calc(17.8px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.72}
.soft-shell .wide-items{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.soft-shell .wide-items a{border-radius:0.32rem;background:#1e4fd8;color:#f4f7ff;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17.8px * .875);transition:background 260ms var(--motion-panel)}
.soft-shell .wide-items a:hover{background:#2f6bff;color:#e8ecf4;}
.soft-shell .compact-entries{margin:1.5rem 0 0;font-size:calc(17.8px * .875)}
.soft-shell .compact-entries a{text-decoration:underline}
.soft-shell .compact-entries a:hover{}
@media(max-width:820px){.soft-shell .direct-steps{display:block}.soft-shell .direct-feature{margin-top:calc(1.57rem * 1.5);padding:1.5rem}.soft-shell h2{font-size:calc(17.8px * 2)}}
.site-story{
    color:#e8ecf4;
    background:#0f1522;
    padding:calc(1.5rem * 2.4) 2.61rem;
}
.site-story .c{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.57rem * 1.5);}
.site-story .h{max-width:52rem;}
.site-story h1{font-size:calc(17.8px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.site-story .h p{margin:0;
    font-size:calc(17.8px * 1.125);
    color:#c2c9d6;}
.site-story .local-brand{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    padding-bottom:calc(1.57rem * 1.5);
    border-bottom:1px solid #2a3348;}
.site-story .featured-summary{font-size:calc(17.8px * .875);
    text-decoration:none;color:inherit;
    padding:0.25rem 0;
    border-bottom:1px solid transparent;
    transition:color 260ms var(--motion-panel), border-color 260ms var(--motion-panel);}
.site-story .featured-summary:hover{color:inherit;
    border-bottom-color:#2f6bff;}
.site-story .local-quote{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.site-story .strong-group{
    background:#1c2438;
    color:#e8ecf4;
    border:1px solid #2a3348;
    border-left:3px solid #2f6bff;
    border-radius:0.42rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.6rem;
    transition:box-shadow 260ms var(--motion-panel), border-color 260ms var(--motion-panel);
}
.site-story .strong-group:hover{box-shadow:0 6px 18px rgba(0,0,0,0.2);
    border-left-color:#2f6bff;}
.site-story .secondary-footer{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1rem;
    font-size:calc(17.8px * .875);
    color:#c2c9d6;}
.site-story .secondary-footer .service-headline{color:inherit;}
.site-story h3{margin:0;
    font-size:calc(17.8px * 1.35);
    line-height:1.3;}
.site-story h3 a{text-decoration:none;
    color:inherit;}
.site-story h3 a:hover{color:inherit;}
.site-story .strong-group p{margin:0;
    font-size:17.8px;
    line-height:1.76;}
.site-story .primary-steps{
    align-self:flex-start;
    margin-top:0.2rem;
    font-size:calc(17.8px * .875);
    text-decoration:none;
    color:#f4f7ff;
    background:#1e4fd8;
    padding:0.4rem 0.9rem;
    border-radius:0.32rem;
    transition:background 260ms var(--motion-panel);
}
.site-story .primary-steps:hover{
    background:#2f6bff;color:#e8ecf4;}
.site-story .visual-actions{margin:0;
    font-size:calc(17.8px * .875);
    color:#c2c9d6;
    border-top:1px solid #2a3348;
    padding-top:calc(1.57rem * 1.5);}
.site-story .visual-actions a{color:inherit;}
.site-story .visual-actions a:hover{color:inherit;}
@media (min-width:900px){.site-story .local-quote{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }.site-story .strong-group:first-child{
        grid-column:1 / -1;
    }
}
.offer-callout{
    padding:clamp(54px,8vw,98px) clamp(16px,4vw,40px);
    background:#0f1522;
    color:#e8ecf4;
    background-image:linear-gradient(160deg, rgba(30,79,216,0.10), transparent 55%);
}
.offer-callout .wide-group{max-width:1440px;
    margin:0 auto;}
.offer-callout .plain-grid{margin-bottom:calc(1.57rem * 1.5);
    max-width:78ch;}
.offer-callout .plain-grid span{
    display:inline-block;
    padding:4px 12px;
    border-radius:0.32rem;
    background:#2f6bff;
    color:#f4f7ff;
    font-size:calc(17.8px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
}
.offer-callout .plain-grid h2{margin:14px 0 12px;
    font-size:calc(17.8px * 2);
    line-height:1.2;}
.offer-callout .plain-grid p{margin:0;
    font-size:17.8px;
    line-height:1.76;
    opacity:0.88;}
.offer-callout .local-quote{display:flex;
    flex-direction:column;
    gap:1.57rem;}
.offer-callout .local-quote article{
    display:grid;
    grid-template-columns:72px 1fr;
    gap:calc(1.5rem * .75);
    padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
    background:#1c2438;
    color:#e8ecf4;
    border:1px solid #2a3348;
    border-radius:0.82rem;
    box-shadow:0 2px 4px rgba(0,0,0,0.15);
}
.offer-callout .local-quote article:nth-child(even){margin-left:clamp(0px,4vw,42px);}
.offer-callout .secondary-footer{display:flex;
    justify-content:flex-start;}
.offer-callout .secondary-footer b{
    width:48px;
    height:48px;
    border-radius:0.42rem;
    display:grid;
    place-items:center;
    background:#1e4fd8;
    color:#f4f7ff;
    font-size:calc(17.8px * .875);
    letter-spacing:0.06em;
}
.offer-callout .local-quote h3{margin:0 0 8px;
    font-size:calc(17.8px * 1.35);
    line-height:1.3;}
.offer-callout .local-quote p{margin:0 0 12px;
    font-size:17.8px;
    line-height:1.76;
    opacity:0.9;}
.offer-callout .local-quote em{display:block;
    font-style:normal;
    font-size:calc(17.8px * .875);
    padding-left:12px;
    border-left:2px solid #2f6bff;
    opacity:0.85;}
@media (max-width:640px){.offer-callout .local-quote article{
        grid-template-columns:1fr;
    }.offer-callout .local-quote article:nth-child(even){
        margin-left:0;
    }
}
.contact-body{--mark-soft:calc(1.5rem * 1.05);--layer-local:calc(1440px / 2.90);padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4;}
.contact-body .wide-group{max-width:1440px;margin:0 auto;}
.contact-body h1,.contact-body h2,.contact-body h3,.contact-body p{margin:0;}
.contact-body h2{font-size:calc(17.8px * 2);line-height:1.14;}
.contact-body p{font-size:17.8px;line-height:1.76;}
.contact-body .quiet-section{display:flex;align-items:flex-start;gap:calc(1.57rem * 1.4);}
.contact-body .quiet-section>.local-quote{flex:1 1 calc(1440px / 1.85);min-width:0;display:flex;flex-direction:column;gap:1.57rem;}
.contact-body .quiet-section>.direct-quote{flex:1 1 calc(1440px / 3.2);min-width:0;padding-top:calc(1.5rem / 4);}
.contact-body .strong-group{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;padding-bottom:1.57rem;border-bottom:1px solid #2a3348;}
.contact-body .strong-group:last-child{border-bottom:none;padding-bottom:0;}
.contact-body .strong-group p{color:#c2c9d6;}
.contact-body .strong-group .local-plan{flex:0 0 auto;min-width:4.2rem;font-size:calc(17.8px * .875);letter-spacing:0.06em;color:inherit;font-weight:700;}
.contact-body .direct-quote .fresh-lead{margin-top:1.5rem;color:#e8ecf4;}
.contact-body .direct-quote .visual-actions{margin-top:calc(1.5rem * .75);color:#c2c9d6;font-size:calc(17.8px * .875);}
@media(max-width:760px){.contact-body .quiet-section{flex-direction:column;}.contact-body .quiet-section>.direct-quote{order:-1;}}
.clear-grid{
  --mark-soft:calc(1.5rem * 1.15);
  --layer-local:calc(1440px / 2.1);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#161d2e;
  color:#c2c9d6;
}
.clear-grid .wide-group{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-soft);}
.clear-grid h2,.clear-grid h3,.clear-grid p{margin:0;}
.clear-grid h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.clear-grid h3{font-size:calc(17.8px * 1.35);
  line-height:1.22;}
.clear-grid p{font-size:17.8px;
  line-height:1.76;}
.clear-grid a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.clear-grid a:hover{}
.clear-grid .plain-grid{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.57rem;
  padding-bottom:calc(1.57rem * 1.5);
  border-bottom:1px solid #2a3348;}
.clear-grid .plain-grid>h2{flex:1 1 calc(1440px / 3.2);
  min-width:0;}
.clear-grid .plain-grid>.fresh-lead{flex:1 1 calc(1440px / 2.6);
  min-width:0;
  max-width:var(--layer-local);}
.clear-grid .local-quote{display:flex;
  flex-direction:column;
  gap:0;}
.clear-grid .strong-group{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,2fr);
  gap:1.57rem;
  padding:calc(1.57rem * 1.5) 0;
  border-bottom:1px solid #2a3348;}
.clear-grid .strong-group:last-child{border-bottom:none;}
.clear-grid .strong-group p{}
.clear-grid .visual-actions{font-size:calc(17.8px * .875);
  padding-top:calc(1.57rem * 1.5);
  border-top:1px solid #2a3348;}
@media (max-width:720px){.clear-grid .strong-group{
    grid-template-columns:1fr;
    gap:calc(1.57rem / 2);
  }
}
.site-quote{
  --mark-soft:calc(1.5rem * 1.15);
  --layer-local:calc(1440px / 2.3);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#0f1522;
  color:#e8ecf4;
}
.site-quote .wide-group{max-width:1440px;
  margin:0 auto;}
.site-quote h2,
.site-quote h3,
.site-quote p{margin:0;}
.site-quote h2{font-size:calc(17.8px * 2);
  line-height:1.14;
  max-width:var(--layer-local);}
.site-quote h3{font-size:calc(17.8px * 1.35);
  line-height:1.22;
  color:#e8ecf4;}
.site-quote p{font-size:17.8px;
  line-height:1.76;
  color:#c2c9d6;}
.site-quote .visual-actions{
  font-size:calc(17.8px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#f4f7ff;
  background:#2f6bff;
  display:inline-block;
  padding:0.35rem 0.7rem;
  border-radius:0.32rem;
  margin-bottom:calc(1.5rem / 2);
}
.site-quote .fresh-lead{margin-top:1.5rem;
  max-width:var(--layer-local);
  color:#c2c9d6;}
.site-quote .local-quote{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--mark-soft);
  border-top:1px solid #2a3348;}
.site-quote .strong-group{min-width:0;
  padding:calc(1.57rem * 1.5) 0;
  border-bottom:1px solid #2a3348;
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(1.5rem / 3);}
.site-quote .direct-quote{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.site-quote .direct-quote p{max-width:calc(var(--layer-local) * 1.35);}
@media (min-width:900px){.site-quote .strong-group{
    grid-template-columns:calc(1440px / 4.2) minmax(0, 1fr);
    gap:1.57rem;
    align-items:start;
  }
}
.clear-inner{
  --mark-soft:calc(1.5rem * 1.05);
  --layer-local:calc(1440px / 3.05);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#0f1522;
  color:#e8ecf4;
}
.clear-inner .wide-group{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-soft);}
.clear-inner h2,
.clear-inner h3,
.clear-inner p,
.clear-inner ul{margin:0;}
.clear-inner h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.clear-inner h3{font-size:calc(17.8px * 1.35);
  line-height:1.22;}
.clear-inner .plain-grid{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.57rem;
  padding-bottom:calc(1.57rem * 1.5);
  border-bottom:1px solid #2a3348;}
.clear-inner .plain-grid h2{flex:1 1 calc(1440px / 2.6);
  min-width:0;}
.clear-inner .plain-grid .fresh-lead{flex:1 1 calc(1440px / 3.2);
  min-width:0;
  font-size:17.8px;
  line-height:1.76;}
.clear-inner .local-quote{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-soft);}
.clear-inner .strong-group{
  flex:1 1 calc(1440px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding:calc(calc(1.5rem * .75) * 1.05);
  background:#1c2438;
  color:#e8ecf4;
  border:1px solid #2a3348;
  border-radius:0.82rem;
}
.clear-inner .strong-group .direct-quote{font-size:17.8px;
  line-height:1.76;}
.clear-inner .bottom-method{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.4);
  font-size:calc(17.8px * .875);
  line-height:1.6;}
.clear-inner .bottom-method li{position:relative;
  padding-left:1.1rem;}
.clear-inner .bottom-method li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:.42rem;
  height:.42rem;
  border-radius:0.32rem;
  background:#2f6bff;color:#f4f7ff;}
.clear-inner .grid{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) * .72) 1.5rem;
  border-radius:0.32rem;
  background:#1e4fd8;
  color:#f4f7ff;
  font-size:calc(17.8px * .875);
  text-decoration:none;
  transition:background 260ms var(--motion-panel);
}
.clear-inner .grid:hover{
  background:#2f6bff;color:#e8ecf4;}
.clear-inner .visual-actions{max-width:var(--layer-local);
  font-size:calc(17.8px * .875);
  line-height:1.76;}
.clear-inner .visual-actions a{text-decoration:underline;
  text-underline-offset:.18em;}
.clear-inner .visual-actions a:hover{}
@media (max-width:820px){.clear-inner .plain-grid{
    align-items:flex-start;
  }.clear-inner .strong-group{
    flex:1 1 100%;
  }
}
.team-inner{
        --mark-soft: calc(1.5rem * 1.05);
        --label-quiet: calc(1440px / 3.6);
        --layer-local: calc(1440px / 2.1);
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: #0f1522;
        color: #e8ecf4;
    }
.team-inner .wide-group{max-width: 1440px;
        margin: 0 auto;}
.team-inner h2,
    .team-inner h3,
    .team-inner p{margin: 0;}
.team-inner h2{font-size: calc(17.8px * 2);
        line-height: 1.14;
        max-width: var(--layer-local);}
.team-inner h3{font-size: calc(17.8px * 1.35);
        line-height: 1.22;}
.team-inner p{font-size: 17.8px;
        line-height: 1.76;}
.team-inner .secondary-form .fresh-lead{margin-top: 1.5rem;
        max-width: var(--layer-local);
        color: #c2c9d6;}
.team-inner .local-quote{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-soft);
        margin-top: calc(var(--mark-soft) * 1.3);}
.team-inner .strong-group{
        flex: 1 1 var(--label-quiet);
        min-width: 0;
        padding: calc(var(--mark-soft) * .8);
        border-radius: 0.42rem;
        background: #1c2438;
        color: #e8ecf4;
        border: 1px solid #2a3348;
    }
.team-inner .strong-group p{margin-top: calc(1.5rem / 2.6);
        color: #c2c9d6;}
.team-inner .featured-summary{margin-top: calc(var(--mark-soft) * 1.2);
        padding-top: calc(1.57rem * 1.5);
        border-top: 1px solid #2a3348;
        max-width: var(--layer-local);
        color: #c2c9d6;}
.team-inner .featured-summary a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid #1e4fd8;
        transition: color 260ms var(--motion-panel), border-color 260ms var(--motion-panel);}
.team-inner .featured-summary a:hover{color:inherit;
        border-color: #2f6bff;}
.main-wrap{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: #161d2e;
  color: #c2c9d6;
}
.main-wrap .wide-group{max-width: min(1440px, 72rem);
  margin: 0 auto;}
.main-wrap .plain-grid{max-width: 48rem;
  margin-bottom: calc(1.57rem * 1.5);}
.main-wrap h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.1;}
.main-wrap .fresh-lead{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.8px * 1.125);
  color: #c2c9d6;
  opacity: .88;}
.main-wrap .local-brand{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2a3348;}
.main-wrap .strong-group{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2a3348;}
.main-wrap .bottom-callout{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .5rem 1rem;
  margin-bottom: .55rem;}
.main-wrap .team-flow{font-weight: 700;
  font-size: 17.8px;}
.main-wrap .featured-header{font-size: calc(17.8px * .875);color:inherit;}
.main-wrap .strong-group p{margin: 0 0 .5rem;
  max-width: 62rem;
  line-height: 1.76;}
.main-wrap .strong-group small{display: inline-block;
  font-size: calc(17.8px * .875);
  color: #c2c9d6;
  opacity: .7;}
.main-wrap .offer-details{margin-top: calc(1.57rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.57rem;}
.main-wrap .visual-actions{flex: 1 1 min(100%, 22rem);
  margin: 0;
  font-size: calc(17.8px * .875);
  color: #c2c9d6;
  opacity: .82;}
.main-wrap .visual-actions a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.main-wrap .visual-actions a:hover{color:inherit;}
@media (max-width: 640px) {.main-wrap .bottom-callout{
    flex-direction: column;
    gap: .2rem;
  }
}
.direct-shell{
  --mark-soft:calc(1.5rem * 1.15);
  --layer-local:calc(1440px / 2.6);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#0f1522;
  color:#e8ecf4;
}
.direct-shell .secondary-feature{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-soft);}
.direct-shell h2,
.direct-shell h3,
.direct-shell p{margin:0;}
.direct-shell h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.direct-shell h3{font-size:calc(17.8px * 1.35);
  line-height:1.24;}
.direct-shell .fresh-lead{max-width:var(--layer-local);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.2);}
.direct-shell .direct-quote{font-size:17.8px;
  line-height:1.76;}
.direct-shell .local-quote{display:flex;
  flex-direction:column;
  border-top:1px solid #2a3348;}
.direct-shell .strong-group{padding:calc(1.5rem * .9) 0;
  border-bottom:1px solid #2a3348;
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(1.5rem / 2.6);}
.direct-shell .strong-group p{font-size:17.8px;
  line-height:1.76;
  max-width:var(--layer-local);}
.direct-shell .local-brand{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:1.57rem;
  padding-top:calc(1.5rem / 2);}
.direct-shell .visual-actions{font-size:calc(17.8px * .875);
  line-height:1.76;
  max-width:var(--layer-local);}
.direct-shell .featured-summary{font-size:calc(17.8px * .875);}
.direct-shell .featured-summary a{text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 260ms var(--motion-panel), border-color 260ms var(--motion-panel);}
.direct-shell .featured-summary a:hover,
.direct-shell .featured-summary a:focus-visible{border-bottom-color:#2f6bff;}
@media (min-width:720px){.direct-shell .strong-group{
    grid-template-columns:minmax(0, 0.9fr) minmax(0, 1.4fr);
    align-items:start;
    gap:1.57rem;
  }.direct-shell .strong-group h3{
    padding-right:1.57rem;
  }
}
.secondary-figure{
  --mark-soft:calc(1.5rem * 1.05);
  --layer-local:calc(1440px / 2.3);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#161d2e;
  color:#c2c9d6;
}
.secondary-figure .wide-group{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.57rem;
  justify-content:space-between;}
.secondary-figure .secondary-feature{flex:1 1 26rem;
  max-width:var(--layer-local);}
.secondary-figure h2{margin:0;
  font-size:calc(17.8px * 2);
  line-height:1.14;}
.secondary-figure p{margin:0;
  font-size:17.8px;
  line-height:1.76;}
.secondary-figure .fresh-lead{margin-top:var(--mark-soft);}
.secondary-figure .featured-summary{margin-top:var(--mark-soft);
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.57rem * 1.5) calc(1.5rem * .75);
  font-size:calc(17.8px * .875);}
.secondary-figure .featured-summary a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 260ms var(--motion-panel),border-color 260ms var(--motion-panel);}
.secondary-figure .featured-summary a:hover{color:inherit;
  border-bottom-color:#2f6bff;}
.secondary-figure .bottom-summary{flex:0 1 20rem;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:calc(1.57rem * 1.5);}
.secondary-figure .grid{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:#1e4fd8;
  color:#f4f7ff;
  text-decoration:none;
  font-size:17.8px;
  transition:background 260ms var(--motion-panel);
}
.secondary-figure .grid:hover{
  background:#2f6bff;color:#e8ecf4;}
.secondary-figure .visual-actions{font-size:calc(17.8px * .875);
  line-height:1.6;
  max-width:24rem;}
@media (max-width:720px){.secondary-figure .wide-group{
    align-items:flex-start;
  }.secondary-figure .bottom-summary{
    flex:1 1 100%;
  }
}
.text-form{
        padding:calc(1.5rem * 2.4) 2.61rem;
        background:#161d2e;
        color:#c2c9d6;
    }
.text-form .wide-group{max-width:1440px;
        margin:0 auto;}
.text-form .plain-grid{max-width:62ch;
        margin-bottom:calc(1.57rem * 1.5);}
.text-form .plain-grid h2{margin:0;
        font-size:calc(17.8px * 2);
        line-height:1.2;}
.text-form .plain-grid p{margin:calc(1.5rem * .75) 0 0;
        font-size:17.8px;
        line-height:1.76;}
.text-form .local-brand{display:flex;
        flex-wrap:wrap;
        gap:1.57rem;
        align-items:stretch;}
.text-form .strong-group{
        flex:1 1 260px;
        min-width:0;
        padding:calc(1.5rem * .75);
        border:1px solid #2a3348;
        border-radius:0.42rem;
        background:#1c2438;
        color:#e8ecf4;
        display:flex;
        flex-direction:column;
        gap:0.55rem;
    }
.text-form .strong-group h3{margin:0;
        font-size:calc(17.8px * 1.35);
        line-height:1.3;}
.text-form .strong-group p{margin:0;
        font-size:calc(17.8px * .875);
        line-height:1.76;}
.text-form .strong-group .visual-actions{padding-top:0.5rem;
        border-top:1px solid #2a3348;
        color:#c2c9d6;}
.text-form .strong-group address{font-style:normal;
        font-size:calc(17.8px * .875);
        line-height:1.76;
        margin-top:auto;}
.text-form .strong-group a{margin-top:auto;
        font-weight:600;color:inherit;
        text-decoration:none;
        word-break:break-word;}
.text-form .strong-group a:hover,
    .text-form .strong-group a:focus{color:inherit;
        text-decoration:underline;}
.text-form .local-visual{margin-top:calc(1.57rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid #2a3348;
        display:flex;
        flex-wrap:wrap;
        gap:1.57rem;
        align-items:baseline;
        justify-content:space-between;}
.text-form .local-visual .fresh-lead{margin:0;
        flex:1 1 320px;
        font-size:17.8px;
        line-height:1.76;}
.text-form .local-visual .featured-summary{margin:0;
        font-size:calc(17.8px * .875);
        display:flex;
        flex-wrap:wrap;
        gap:0.4rem 0.8rem;
        align-items:baseline;}
.text-form .local-visual .featured-summary a{color:inherit;
        text-decoration:none;
        font-weight:600;}
.text-form .local-visual .featured-summary a:hover,
    .text-form .local-visual .featured-summary a:focus{color:inherit;
        text-decoration:underline;}
@media (max-width: 720px){.text-form .strong-group{
            flex:1 1 100%;
        }.text-form .local-visual{
            flex-direction:column;
            align-items:flex-start;
        }
    }
.content-nav{--mark-soft:calc(1.5rem * 1.05);--layer-control:1px solid #2a3348;padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4;}
.content-nav .wide-group{max-width:1440px;margin:0 auto;}
.content-nav h2,.content-nav h3,.content-nav p,.content-nav ol,.content-nav li{margin:0;}
.content-nav h2{font-size:calc(17.8px * 2);line-height:1.14;}
.content-nav h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.content-nav p{font-size:17.8px;line-height:1.76;}
.content-nav .direct-steps{display:flex;align-items:flex-start;gap:calc(1.57rem * 1.4);}
.content-nav .direct-quote{flex:1 1 34%;min-width:0;position:sticky;top:1.5rem;}
.content-nav .direct-quote p{margin-top:1.5rem;}
.content-nav .bottom-items{flex:1 1 60%;min-width:0;list-style:none;padding:0;display:flex;flex-direction:column;}
.content-nav .strong-group{padding-block:var(--mark-soft);border-top:var(--layer-control);}
.content-nav .strong-group:last-child{border-bottom:var(--layer-control);}
.content-nav .steady-block{display:block;font-size:calc(17.8px * .875);letter-spacing:.08em;text-transform:uppercase;margin-bottom:calc(calc(1.5rem * .75) / 2);}
.content-nav .strong-group p{margin-top:calc(1.5rem / 2.5);max-width:60ch;}
@media(max-width:820px){.content-nav .direct-steps{flex-direction:column;}.content-nav .direct-quote{position:static;flex:1 1 auto;}.content-nav .bottom-items{flex:1 1 auto;margin-top:1.5rem;}
}
.steady-group{
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: #161d2e;
        color: #c2c9d6
    }
.steady-group .wide-group{max-width: 1440px;
        margin: 0 auto}
.steady-group .simple-content{display: flex;
        flex-direction: column;
        gap: calc(1.57rem * 1.5);
        align-items: flex-start}
.steady-group h2{min-width: 0;
        margin: 0;
        font-size: calc(17.8px * 2);
        line-height: 1.12}
.steady-group .fresh-list{min-width: 0;
        max-width: 72ch}
.steady-group .fresh-list p{margin: 0;
        font-size: calc(17.8px * 1.125);
        line-height: 1.76}
.steady-group .main-proof{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: 1.5rem}
.steady-group .main-proof span{
        border-radius: 0.42rem;
        background: #1c2438;
        color: #e8ecf4;
        border: 1px solid #2a3348;
        padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
        font-size: calc(17.8px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.steady-group .simple-content{
            display: block
        }.steady-group .fresh-list{
            margin-top: 1.5rem
        }
    }
.visual-form{
    padding:calc(1.5rem * 2.4) 2.61rem;
    background:#0f1522;
    color:#e8ecf4;
}
.visual-form .wide-group{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.57rem * 1.5);}
.visual-form .plain-grid{max-width:62ch;}
.visual-form .plain-grid h2{margin:0;
    font-size:calc(17.8px * 2);
    line-height:1.2;}
.visual-form .plain-grid p{margin:calc(1.5rem * .75) 0 0;
    font-size:17.8px;
    line-height:1.76;
    color:#c2c9d6;}
.visual-form .local-brand{display:flex;
    flex-wrap:wrap;
    gap:1.57rem;}
.visual-form .strong-group{
    flex:1 1 22rem;
    min-width:16rem;
    padding:calc(1.5rem * .75);
    background:#1c2438;
    color:#e8ecf4;
    border:1px solid #2a3348;
    border-radius:0.82rem;
}
.visual-form .strong-group h3{margin:0 0 0.6rem;
    font-size:calc(17.8px * 1.35);
    line-height:1.3;}
.visual-form .strong-group p{margin:0 0 0.6rem;
    font-size:17.8px;
    line-height:1.76;}
.visual-form .strong-group .visual-actions{margin:0 0 0.9rem;
    font-size:calc(17.8px * .875);
    color:#c2c9d6;
    border-left:2px solid #2f6bff;
    padding-left:0.7rem;}
.visual-form .featured-summary{display:inline-block;
    font-size:calc(17.8px * .875);
    font-weight:600;color:inherit;
    text-decoration:none;
    border-bottom:1px solid currentColor;
    transition:color 260ms var(--motion-panel);}
.visual-form .featured-summary:hover{color:inherit;}
.visual-form .plain-proof{
    display:flex;
    flex-direction:column;
    gap:0.7rem;
    padding:calc(1.5rem * .75);
    background:#161d2e;
    color:#c2c9d6;
    border-radius:0.82rem;
}
.visual-form .plain-proof .bottom-callout{display:flex;
    flex-wrap:wrap;
    gap:0.6rem;
    align-items:baseline;
    font-size:17.8px;}
.visual-form .plain-proof .content-brand{min-width:6rem;
    font-size:calc(17.8px * .875);
    text-transform:uppercase;
    letter-spacing:0.04em;
    color:#c2c9d6;}
.visual-form .plain-proof a{color:inherit;
    text-decoration:none;}
.visual-form .plain-proof a:hover{color:inherit;}
.visual-form .plain-proof .direct-quote{margin:0.4rem 0 0;
    font-size:calc(17.8px * .875);
    line-height:1.76;}
@media (max-width:900px){.visual-form .strong-group{flex:1 1 100%;}
}
@media (max-width:640px){.visual-form .plain-proof .bottom-callout{flex-direction:column;gap:0.2rem;}.visual-form .plain-proof .content-brand{min-width:0;}
}
.media-tile{--mark-soft:calc(1.5rem * 1.08);--layer-local:calc(1440px / 2.1);padding:calc(1.5rem * 2.4) 2.61rem;background:#1e4fd8;color:#f4f7ff;}
.media-tile .wide-group{max-width:1440px;margin:0 auto;}
.media-tile h2,.media-tile h3,.media-tile p{margin:0;}
.media-tile h2{font-size:calc(17.8px * 2);line-height:1.14;}
.media-tile h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.media-tile p{font-size:17.8px;line-height:1.76;color:color-mix(in srgb, currentColor 76%, transparent);}
.media-tile a{color:inherit;text-decoration:none;}
.media-tile .visual-actions{font-size:calc(17.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.media-tile .fresh-lead{max-width:var(--layer-local);margin-top:calc(1.5rem / 2);}
.media-tile .grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#f4f7ff;color:#1e4fd8;font-size:calc(17.8px * .875);}
.media-tile .local-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.57rem;margin-top:var(--mark-soft);}
.media-tile .strong-group{flex:1 1 calc(1440px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-tile .strong-group p{margin-top:calc(1.5rem / 3);}
.media-tile .strong-group a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(17.8px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;}
.media-tile .offer-media{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.57rem;}
.media-tile .offer-media>.direct-quote{flex:1 1 auto;min-width:0;}
.media-tile .offer-media>.grid{flex:0 0 auto;}
.media-tile .offer-media>.local-quote{flex:1 1 100%;}
.media-tile .direct-quote h2{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.media-tile .strong-group{flex:1 1 100%;}.media-tile .offer-media{align-items:flex-start;}
}
.visual-rail{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: #0f1522;
  color: #e8ecf4;
}
.visual-rail .wide-group{display: flex;
  flex-wrap: wrap;
  gap: calc(1.57rem * 1.5);
  max-width: 1440px;
  margin: 0 auto;
  align-items: flex-start;}
.visual-rail .text-headline{flex: 1 1 22rem;
  min-width: 0;}
.visual-rail h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.12;}
.visual-rail .text-headline p{margin: 1.5rem 0 0;
  color: #c2c9d6;
  line-height: 1.76;}
.visual-rail .bottom-panel{
  flex: 1 1 26rem;
  min-width: 0;
  background: #1c2438;
  color: #e8ecf4;
  border: 1px solid #2a3348;
  border-radius: 0.82rem;
  padding: calc(1.5rem * .75) calc(1.57rem * 1.5);
}
.visual-rail .bottom-callout{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.57rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #2a3348;}
.visual-rail .bottom-callout:last-of-type{border-bottom: 0;}
.visual-rail .bottom-callout span{flex: 0 0 30%;
  color: #c2c9d6;
  font-size: calc(17.8px * .875);
  letter-spacing: .02em;}
.visual-rail .bottom-callout p,
.visual-rail .bottom-callout a{flex: 1 1 12rem;
  margin: 0;
  text-align: right;
  overflow-wrap: anywhere;
  line-height: 1.76;}
.visual-rail .media-shell a{color:inherit;
  font-size: calc(17.8px * 1.125);
  text-underline-offset: .2em;}
.visual-rail .media-shell a:hover{color:inherit;}
.visual-rail .wide-items{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #2a3348;}
.visual-rail .wide-items a{
  color: #f4f7ff;
  background: #2f6bff;
  padding: .45rem .85rem;
  border-radius: 0.32rem;
  text-decoration: none;
  font-size: calc(17.8px * .875);
}
.visual-rail .wide-items a:hover{
  background: #1e4fd8;color:#e8ecf4;}
@media (max-width: 760px) {.visual-rail .wide-group{
    display: block;
  }.visual-rail .bottom-panel{
    margin-top: calc(1.57rem * 1.5);
  }
}
@media (max-width: 500px) {.visual-rail .bottom-callout{
    display: block;
  }.visual-rail .bottom-callout span{
    display: block;
    margin-bottom: calc(1.5rem * .75);
  }.visual-rail .bottom-callout p,
  .visual-rail .bottom-callout a{
    display: block;
    text-align: left;
  }
}
.main-team{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: linear-gradient(120deg, #1e4fd8 0%, #2f6bff 60%, #6f9bff 100%);
  color: #f4f7ff;
}
.main-team .wide-group{max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.57rem * 1.5);}
.main-team .secondary-form{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.57rem;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(244, 247, 255, 0.28);}
.main-team .secondary-form h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.12;
  flex: 1 1 22rem;}
.main-team .secondary-form p{margin: 0;
  flex: 1 1 26rem;
  font-size: 17.8px;
  line-height: 1.76;
  opacity: 0.94;}
.main-team .local-brand{display: flex;
  flex-direction: column;
  gap: 0;}
.main-team .bottom-callout{display: flex;
  flex-wrap: wrap;
  gap: 1.57rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(244, 247, 255, 0.22);}
.main-team .bottom-callout:last-child{border-bottom: none;}
.main-team .bottom-callout strong{flex: 0 0 16rem;
  font-size: calc(17.8px * 1.125);
  line-height: 1.3;}
.main-team .bottom-callout span{flex: 1 1 22rem;
  font-size: 17.8px;
  line-height: 1.76;
  opacity: 0.92;}
.main-team .grid{padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 247, 255, 0.28);
  display: flex;
  flex-wrap: wrap;
  gap: 1.57rem;
  align-items: baseline;
  justify-content: space-between;}
.main-team .grid p{margin: 0;
  font-size: 17.8px;
  flex: 1 1 24rem;}
.main-team .grid a{color: #f4f7ff;
  text-decoration: underline;
  text-underline-offset: 3px;}
.main-team .grid a:hover{}
.main-team .grid .visual-actions{flex: 0 1 20rem;
  font-size: calc(17.8px * .875);
  opacity: 0.86;}
@media (max-width: 760px) {.main-team .bottom-callout strong{
    flex: 1 1 100%;
  }.main-team .grid{
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-note{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: #161d2e;
  color: #c2c9d6;
}
.content-note .soft-copy{max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.57rem * 1.5);}
.content-note .direct-block{max-width: 62ch;}
.content-note h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.12;}
.content-note .direct-block p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.8px * 1.125);}
.content-note .clear-details{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2a3348;}
.content-note .strong-intro{display: grid;
  grid-template-columns: minmax(9rem, 0.3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2a3348;}
.content-note .local-callout{font-size: calc(17.8px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  word-break: break-word;}
.content-note h3{margin: 0;
  font-size: calc(17.8px * 1.35);}
.content-note .strong-intro p{margin: calc(calc(1.5rem * .75) * 0.5) 0;}
.content-note small{font-size: calc(17.8px * .875);
  opacity: 0.85;}
@media (max-width: 780px) {.content-note .strong-intro{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.5);
  }
}
.offer-figure{--mark-soft:calc(1.5rem * 1.05);--layer-local:calc(1440px / 2.90);padding:calc(1.5rem * 2.4) 2.61rem;background:#161d2e;color:#c2c9d6;}
.offer-figure .wide-group{max-width:1440px;margin:0 auto;}
.offer-figure h1,.offer-figure h2,.offer-figure h3,.offer-figure p{margin:0;}
.offer-figure h2{font-size:calc(17.8px * 2);line-height:1.12;}
.offer-figure p{font-size:17.8px;line-height:1.76;}
.offer-figure a{color:inherit;text-decoration:none;}
.offer-figure .visual-actions{font-size:calc(17.8px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#c2c9d6;}
.offer-figure .fresh-lead{max-width:var(--layer-local);margin-top:1.5rem;}
.offer-figure .featured-summary{display:flex;flex-wrap:wrap;align-items:center;gap:1.57rem;margin-top:var(--mark-soft);}
.offer-figure .grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#1e4fd8;color:#f4f7ff;transition:background 260ms var(--motion-panel);}
.offer-figure .grid:hover{background:#2f6bff;color:#e8ecf4;}
.offer-figure .primary-steps{font-size:calc(17.8px * .875);color:inherit;border-bottom:1px solid #2a3348;padding-bottom:2px;transition:color 260ms var(--motion-panel);}
.offer-figure .primary-steps:hover{color:inherit;}
.offer-figure .offer-feature>h2,.offer-figure .offer-feature>p{margin-top:1.5rem;}
.site-unit{--mark-soft:calc(1.5rem * 1.35);--layer-local:calc(1440px / 2.20);padding:calc(1.5rem * 2.4) 2.61rem;background:#1e4fd8;color:#f4f7ff;}
.site-unit .wide-group{max-width:1440px;margin:0 auto;}
.site-unit h1,.site-unit h2,.site-unit h3,.site-unit p{margin:0;}
.site-unit h1{font-size:calc(17.8px * 2.65);line-height:1.08;}
.site-unit h2{font-size:calc(17.8px * 2);line-height:1.12;}
.site-unit h3{font-size:calc(17.8px * 1.35);line-height:1.2;}
.site-unit p{font-size:17.8px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.site-unit a{color:inherit;text-decoration:none;}
.site-unit .grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#f4f7ff;color:#1e4fd8;}
.site-unit .visual-actions{font-size:calc(17.8px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.site-unit .local-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.57rem;margin-top:var(--mark-soft);}
.site-unit .strong-group{flex:1 1 calc(1440px / 4);min-width:0;}
.site-unit .strong-group p{margin-top:calc(1.5rem / 3);}
.site-unit .offer-media{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.57rem;}
.site-unit .offer-media>.direct-quote{flex:1 1 auto;min-width:0;}
.site-unit .offer-media>.grid{flex:0 0 auto;}
.site-unit .offer-media>.local-quote{flex:1 1 100%;}
.site-unit .direct-quote h2{margin-top:calc(1.5rem / 2);}
.site-unit .featured-summary{flex:1 1 100%;margin-top:var(--mark-soft);font-size:calc(17.8px * .875);}
.site-unit .featured-summary a{text-decoration:underline;text-underline-offset:3px;}
.public-content{padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4}
.public-content .quiet-plan{max-width:1440px;margin:0 auto}
.public-content h2{margin:0 0 1.5rem;font-size:calc(17.8px * 2);line-height:1.12}
.public-content .secondary-wrap{max-width:44rem;margin:0 0 calc(1.57rem * 1.5);color:#c2c9d6;font-size:calc(17.8px * 1.125);line-height:1.76}
.public-content .steady-details{display:flex;flex-direction:column;gap:calc(1.57rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.public-content .steady-details>li{position:relative;margin:0;padding:calc(1.5rem * .75) 0 0;border-top:1px solid #2a3348}
.public-content .steady-details>li:first-child{border-top:0;padding-top:0}
.public-content h3{margin:0;font-size:calc(17.8px * 1.35);line-height:1.2}
.public-content .steady-details p{margin:calc(1.5rem * .75) 0 0;max-width:52rem;color:#c2c9d6;line-height:1.76}
@media(max-width:680px){.public-content .steady-details{gap:calc(1.57rem * 1.5)}.public-content .secondary-wrap{font-size:17.8px}
}
.offer-group{
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#0f1522;
  color:#e8ecf4;
  overflow:hidden;
}
.offer-group .wide-group{max-width:1440px;
  margin:0 auto;}
.offer-group .secondary-form{max-width:46rem;
  margin:0 0 calc(1.57rem * 1.5);}
.offer-group h2{margin:0;
  font-size:calc(17.8px * 2);
  line-height:1.1;}
.offer-group .secondary-form p{margin:1.5rem 0 0;
  font-size:calc(17.8px * 1.125);
  line-height:1.76;}
.offer-group .cluster{display:flex;
  flex-wrap:wrap;
  gap:1.57rem;
  border-top:1px solid #2a3348;
  padding-top:calc(1.57rem * 1.5);}
.offer-group .strong-group{flex:1 1 20rem;
  min-width:16rem;
  padding:0 0 calc(1.5rem * .75);
  border-bottom:1px solid #2a3348;}
.offer-group .strong-group:nth-child(3n+2){flex-basis:24rem;}
.offer-group strong{display:block;
  font-size:calc(17.8px * 1.35);
  line-height:1.2;}
.offer-group .strong-group p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.76;}
.offer-group .featured-summary{margin-top:calc(1.57rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #2a3348;
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.57rem;}
.offer-group .featured-summary p{margin:0;
  flex:1 1 22rem;
  line-height:1.76;}
.offer-group .featured-summary a{text-decoration:none;
  border-bottom:1px solid #1e4fd8;
  padding-bottom:1px;
  transition:color 260ms var(--motion-panel), border-color 260ms var(--motion-panel);}
.offer-group .featured-summary a:hover{border-color:#2f6bff;}
@media (max-width:720px){.offer-group .strong-group,
  .offer-group .strong-group:nth-child(3n+2){
    flex-basis:100%;
  }
}
.quiet-details{
  padding: calc(1.5rem * 2.4) 2.61rem;
  background: #161d2e;
  color: #c2c9d6;
}
.quiet-details .soft-copy{max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.57rem * 1.5);}
.quiet-details .direct-block{display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1.57rem;
  align-items: end;
  padding-bottom: calc(1.57rem * 1.5);
  border-bottom: 1px solid #2a3348;}
.quiet-details h2{margin: 0;
  font-size: calc(17.8px * 2);
  line-height: 1.12;}
.quiet-details .direct-block p{margin: 0;
  font-size: 17.8px;
  line-height: 1.7;}
.quiet-details .clear-details{display: flex;
  flex-direction: column;
  gap: 0;}
.quiet-details .strong-intro{display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2a3348;}
.quiet-details .strong-intro:last-child{border-bottom: 0;}
.quiet-details .local-callout{font-size: calc(17.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  word-break: break-word;
  padding-top: .15rem;}
.quiet-details h3{margin: 0;
  font-size: calc(17.8px * 1.35);
  line-height: 1.25;}
.quiet-details .strong-intro p{margin: calc(calc(1.5rem * .75) * .45) 0 calc(calc(1.5rem * .75) * .55);
  font-size: 17.8px;
  line-height: 1.72;}
.quiet-details small{display: block;
  font-size: calc(17.8px * .875);
  opacity: .85;}
@media (max-width: 820px) {.quiet-details .direct-block{
    grid-template-columns: 1fr;
    align-items: start;
  }
}
@media (max-width: 620px) {.quiet-details .strong-intro{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .4);
  }.quiet-details .local-callout{
    padding-top: 0;
  }
}
.proof{--mark-soft:calc(1.5rem * 1.42);--layer-local:calc(1440px / 2.60);padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4;}
.proof .wide-group{max-width:1440px;margin:0 auto;}
.proof h1,.proof h2,.proof h3,.proof p{margin:0;}
.proof h2{font-size:calc(17.8px * 2);line-height:1.12;}
.proof p{font-size:17.8px;line-height:1.76;color:#c2c9d6;}
.proof a{color:inherit;text-decoration:none;}
.proof .fresh-lead{max-width:var(--layer-local);}
.proof .featured-summary{display:flex;flex-wrap:wrap;align-items:center;gap:1.57rem;margin-top:var(--mark-soft);}
.proof .grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#1e4fd8;color:#f4f7ff;transition:background 260ms var(--motion-panel);}
.proof .grid:hover{background:#2f6bff;color:#e8ecf4;}
.proof .plain-proof{font-size:calc(17.8px * .875);color:#c2c9d6;border-bottom:1px solid #2a3348;padding-bottom:2px;transition:color 260ms var(--motion-panel);}
.proof .plain-proof:hover{color:inherit;}
.proof .offer-feature>h2,.proof .offer-feature>p{margin-top:1.5rem;}
.bottom-area{
  --mark-soft:calc(1.5rem * 1.15);
  --layer-local:calc(1440px / 2.6);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#0f1522;
  color:#e8ecf4;
}
.bottom-area .wide-group{max-width:1440px;
  margin:0 auto;}
.bottom-area h2,
.bottom-area h3,
.bottom-area p{margin:0;}
.bottom-area h2{font-size:calc(17.8px * 2);
  line-height:1.14;}
.bottom-area h3{font-size:calc(17.8px * 1.35);
  line-height:1.22;}
.bottom-area p{font-size:17.8px;
  line-height:1.76;}
.bottom-area a{text-decoration:none;}
.bottom-area a:hover{}
.bottom-area .secondary-form{max-width:var(--layer-local);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.bottom-area .fresh-lead{font-size:calc(17.8px * 1.125);}
.bottom-area .local-quote{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-soft);
  margin-top:calc(1.5rem * 1.6);}
.bottom-area .strong-group{
  flex:1 1 calc(1440px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 1.1);
  border-radius:0.42rem;
  background:#1c2438;
  color:#e8ecf4;
  border:1px solid #2a3348;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
}
.bottom-area .strong-group p{}
.bottom-area .visual-actions{font-size:calc(17.8px * .875);
  letter-spacing:0.01em;}
.bottom-area .primary-intro{margin-top:calc(1.5rem * 1.4);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid #2a3348;
  max-width:var(--layer-local);}
@media (max-width:720px){.bottom-area .strong-group{
    flex:1 1 100%;
  }
}
.top-brand{padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4}
.top-brand .wide-group{max-width:1440px;margin:0 auto;width:min(100%,52rem)}
.top-brand .plain-grid{max-width:36rem;margin-bottom:calc(1.57rem * 1.5)}
.top-brand .plain-grid p{margin:0;color:#c2c9d6;line-height:1.76;font-size:calc(17.8px * .875);letter-spacing:0.02em}
.top-brand h2{margin:1.5rem 0 0;font-size:calc(17.8px * 2);line-height:1.12}
.top-brand .compact-nav{display:flex;flex-direction:column;border-top:1px solid #2a3348}
.top-brand .visual-actions{padding:calc(1.57rem * 1.5) 0;color:#c2c9d6;line-height:1.76;max-width:44rem}
.top-brand .strong-group{display:flex;gap:1.5rem;padding:1.5rem 0;border-top:1px solid #2a3348;align-items:baseline}
.top-brand .strong-group strong{flex:0 0 15rem;font-size:17.8px;line-height:1.25}
.top-brand .strong-group p{flex:1 1 0;margin:0;line-height:1.76;color:#c2c9d6}
.top-brand .featured-summary{margin:calc(1.57rem * 1.5) 0 0;padding-top:1.5rem;border-top:1px solid #2a3348;color:#c2c9d6;font-size:calc(17.8px * .875);line-height:1.76}
.top-brand .featured-summary a{color:inherit;text-decoration:none;border-bottom:1px solid #1e4fd8}
.top-brand .featured-summary a:hover{color:inherit;border-bottom-color:#2f6bff}
@media(max-width:760px){.top-brand .strong-group{display:block}.top-brand .strong-group strong{display:block;margin-bottom:calc(1.5rem * .75)}
}
.primary-unit{--mark-soft:calc(1.5rem * 1.05);--layer-local:calc(1440px / 3.10);padding:calc(1.5rem * 2.4) 2.61rem;background:#2f6bff;color:#f4f7ff;}
.primary-unit .wide-group{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-soft);}
.primary-unit h2,.primary-unit h3,.primary-unit p{margin:0;}
.primary-unit h2{font-size:calc(17.8px * 2);line-height:1.14;}
.primary-unit h3{font-size:calc(17.8px * 1.35);line-height:1.22;}
.primary-unit p{font-size:17.8px;line-height:1.76;}
.primary-unit .plain-grid{display:flex;flex-wrap:wrap;gap:1.57rem;align-items:flex-start;}
.primary-unit .plain-grid>h2{flex:1 1 calc(1440px / 3.2);min-width:0;}
.primary-unit .plain-grid>.fresh-lead{flex:1 1 calc(1440px / 3.2);min-width:0;max-width:var(--layer-local);opacity:.86;}
.primary-unit .local-quote{display:flex;flex-wrap:wrap;gap:var(--mark-soft);}
.primary-unit .strong-group{flex:1 1 calc(1440px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.42rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.primary-unit .strong-group .secondary-feature{opacity:.9;}
.primary-unit .strong-group .visual-actions{font-size:calc(17.8px * .875);opacity:.72;}
.primary-unit .strong-group .grid{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * .7) 1.5rem;border-radius:0.32rem;background:#f4f7ff;color:#2f6bff;text-decoration:none;font-size:calc(17.8px * .875);}
.primary-unit .strong-group .grid:hover{background:var(--surface-light);color:var(--tone-base);}
.primary-unit .featured-summary{font-size:calc(17.8px * .875);opacity:.8;}
.primary-unit .featured-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.primary-unit .featured-summary a:hover{opacity:.75;}
@media (max-width:720px){.primary-unit .plain-grid>h2,.primary-unit .plain-grid>.fresh-lead,.primary-unit .strong-group{flex:1 1 100%;}
}
.media-actions{
        --mark-soft: calc(1.5rem * 1.08);
        --layer-local: calc(1440px / 2.2);
        padding: calc(1.5rem * 2.4) 2.61rem;
        background: #0f1522;
        color: #e8ecf4;
    }
.media-actions .wide-group{max-width: 1440px;
        margin: 0 auto;}
.media-actions h2,
    .media-actions h3,
    .media-actions p{margin: 0;}
.media-actions h2{font-size: calc(17.8px * 2);
        line-height: 1.14;}
.media-actions h3{font-size: calc(17.8px * 1.35);
        line-height: 1.22;}
.media-actions p{font-size: 17.8px;
        line-height: 1.76;}
.media-actions .soft-items{padding-inline-start: calc(2.61rem / 2);}
.media-actions .public-quote{padding-block: calc(var(--mark-soft) / 2);}
.media-actions .secondary-form{max-width: var(--layer-local);}
.media-actions .fresh-lead{margin-top: 1.5rem;
        color: #c2c9d6;}
.media-actions .local-quote{display: flex;
        flex-direction: column;
        margin-top: var(--mark-soft);
        border-top: 1px solid #2a3348;}
.media-actions .strong-group{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
        gap: 1.57rem;
        padding-block: calc(1.57rem * 1.5);
        border-bottom: 1px solid #2a3348;}
.media-actions .strong-group h3{padding-inline-end: calc(1.5rem * .75);}
.media-actions .strong-group p{color: #c2c9d6;}
.media-actions .featured-summary{margin-top: var(--mark-soft);
        max-width: var(--layer-local);
        font-size: calc(17.8px * .875);
        color: #c2c9d6;}
.media-actions .featured-summary a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 260ms var(--motion-panel);}
.media-actions .featured-summary a:hover{color:inherit;}
@media (max-width: 760px) {.media-actions .strong-group{
            grid-template-columns: 1fr;
            gap: calc(1.57rem / 2);
        }.media-actions .strong-group h3{
            padding-inline-end: 0;
        }
    }
.public-visual{
    color: #e8ecf4;
    background: #0f1522;
    padding: calc(1.5rem * 2.4) 2.61rem;
  }
.public-visual .c{max-width: 1440px;
    margin: 0 auto;
    display: grid;
    gap: 2.61rem;}
@media (min-width: 1024px) {.public-visual .c{
      grid-template-columns: minmax(0, 1fr) 320px;
      align-items: start;
    }
  }
.public-visual .plain-feature{margin-bottom: 1.5rem;
    padding-bottom: calc(1.57rem * 1.5);
    border-bottom: 1px solid #2a3348;}
.public-visual h1{font-size: calc(17.8px * 2.65);
    line-height: 1.2;
    margin: 0 0 0.9rem;}
.public-visual .fresh-lead{font-size: calc(17.8px * 1.125);
    margin: 0 0 1.2rem;}
.public-visual .secondary-footer{display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: calc(17.8px * .875);}
.public-visual .fresh-list{line-height: 1.76;
    font-size: 17.8px;}
.public-visual .fresh-list p{margin: 0 0 1.1rem;}
.public-visual .fresh-list h2{font-size: calc(17.8px * 1.35);
    margin: 1.8rem 0 0.7rem;}
.public-visual .fresh-list a{text-decoration: underline;}
.public-visual .fresh-list a:hover{}
.public-visual .active-region{
    background: #1c2438;
    color: #e8ecf4;
    border: 1px solid #2a3348;
    border-radius: 0.82rem;
    padding: calc(1.5rem * .75);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  }
.public-visual .active-region h3{margin: 0 0 1rem;
    font-size: 17.8px;}
.public-visual .compact-actions{display: flex;
    flex-direction: column;
    gap: 1rem;}
.public-visual .compact-actions .active-region{
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
.public-visual .active-region a{display: block;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 0.25rem;}
.public-visual .active-region a:hover{text-decoration: underline;}
.public-visual .visual-actions{display: block;
    font-size: calc(17.8px * .875);}
.text-lead{
        color: #e8ecf4;
        background: #0f1522;
        padding: calc(1.5rem * 2.4) 2.61rem;
    }
.text-lead .c{max-width: 1440px;
        margin: 0 auto;
        display: grid;
        gap: 2.61rem;}
@media (min-width: 1024px) {.text-lead .c{
            grid-template-columns: minmax(0, 1fr) 290px;
            align-items: start;
        }
    }
.text-lead .plain-feature{margin-bottom: calc(1.57rem * 1.5);
        padding-bottom: calc(1.57rem * 1.5);
        border-bottom: 1px solid #2a3348;}
.text-lead h1{font-size: calc(17.8px * 2.65);
        line-height: 1.2;
        margin: 0 0 1rem;}
.text-lead .secondary-footer{display: flex;
        flex-wrap: wrap;
        gap: 1.25rem;
        font-size: calc(17.8px * .875);
        margin-bottom: 1.25rem;}
.text-lead .fresh-lead{font-size: calc(17.8px * 1.125);
        line-height: 1.6;
        margin: 0;
        max-width: 62ch;}
.text-lead .fresh-list{line-height: 1.76;
        font-size: 17.8px;}
.text-lead .fresh-list p{margin: 0 0 1.15rem;}
.text-lead .fresh-list h2{font-size: calc(17.8px * 1.35);
        margin: 2rem 0 0.75rem;
        line-height: 1.3;}
.text-lead .featured-summary{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 1rem 1.5rem;
        margin-top: calc(1.57rem * 1.5);
        padding-top: calc(1.57rem * 1.5);
        border-top: 1px solid #2a3348;
        font-size: calc(17.8px * .875);}
.text-lead .contact-nav{letter-spacing: 0.04em;
        text-transform: uppercase;
        font-size: 0.78rem;}
.text-lead .featured-summary a{text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 260ms var(--motion-panel), border-color 260ms var(--motion-panel);}
.text-lead .featured-summary a:hover{border-bottom-color: #2f6bff;}
.text-lead .active-region{
        background: #1c2438;
        color: #e8ecf4;
        border: 1px solid #2a3348;
        padding: calc(1.5rem * .75);
        border-radius: 0.82rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }
.text-lead .active-region h3{margin: 0 0 1rem;
        font-size: 17.8px;
        line-height: 1.3;}
.text-lead .compact-actions{display: flex;
        flex-direction: column;
        gap: 0.85rem;}
.text-lead .compact-actions .strong-group{padding-bottom: 0.85rem;
        border-bottom: 1px solid #2a3348;}
.text-lead .compact-actions .strong-group:last-child{padding-bottom: 0;
        border-bottom: none;}
.text-lead .compact-actions a{text-decoration: none;
        font-size: calc(17.8px * .875);
        line-height: 1.5;
        transition: color 260ms var(--motion-panel);}
.text-lead .compact-actions a:hover{}
.site-frame{
        color:#e8ecf4;
        background:#0f1522;
        padding:calc(1.5rem * 2.4) 2.61rem;
    }
.site-frame .c{max-width:1440px;
        margin:0 auto;
        display:grid;
        gap:2.61rem;}
@media (min-width: 1024px){.site-frame .c{
            grid-template-columns:minmax(0,1fr) 320px;
            align-items:start;
        }
    }
.site-frame .bottom-flow{display:flex;
        flex-direction:column;
        gap:calc(1.57rem * 1.5);}
.site-frame .plain-feature{display:flex;
        flex-direction:column;
        gap:0.85rem;
        padding-bottom:calc(1.57rem * 1.5);
        border-bottom:1px solid #2a3348;}
.site-frame .top-surface{margin:0;
        font-size:calc(17.8px * .875);
        letter-spacing:0.08em;
        text-transform:uppercase;}
.site-frame h1{margin:0;
        font-size:calc(17.8px * 2.65);
        line-height:1.15;}
.site-frame .narrow-method{margin:0;
        max-width:62ch;
        font-size:calc(17.8px * 1.125);
        line-height:1.76;}
.site-frame .secondary-footer{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:calc(17.8px * .875);}
.site-frame .secondary-footer span{position:relative;}
.site-frame .secondary-footer span + span::before{content:"·";
        margin-right:0.75rem;}
.site-frame .fresh-list{display:flex;
        flex-direction:column;
        gap:calc(1.57rem * 1.5);
        line-height:1.76;
        font-size:17.8px;}
.site-frame .fresh-list h2{margin:0;
        font-size:calc(17.8px * 1.35);
        line-height:1.3;}
.site-frame .fresh-list p{margin:0;
        max-width:70ch;}
.site-frame .visual-actions{
        padding:calc(1.5rem * .75);
        background:#161d2e;
        color:#c2c9d6;
        border-left:3px solid #2f6bff;
        border-radius:0.32rem;
        font-size:calc(17.8px * .875);
    }
.site-frame .featured-summary{display:flex;
        flex-wrap:wrap;
        gap:1.57rem;
        padding-top:calc(1.57rem * 1.5);
        border-top:1px solid #2a3348;}
.site-frame .featured-summary a{
        display:inline-block;
        padding:0.6rem 1.1rem;
        background:#1e4fd8;
        color:#f4f7ff;
        border-radius:0.42rem;
        text-decoration:none;
        font-size:calc(17.8px * .875);
        transition:background 260ms var(--motion-panel);
    }
.site-frame .featured-summary a:hover{
        background:#2f6bff;color:#e8ecf4;}
.site-frame .plain-proof{
        display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);
        padding:calc(1.5rem * .75);
        background:#1c2438;
        color:#e8ecf4;
        border:1px solid #2a3348;
        border-radius:0.82rem;
        box-shadow:0 2px 4px rgba(0,0,0,0.15);
    }
.site-frame .plain-proof h3{margin:0;
        font-size:17.8px;}
.site-frame .local-quote{display:flex;
        flex-direction:column;
        gap:0.6rem;}
.site-frame .strong-group{
        display:flex;
        flex-direction:column;
        gap:0.2rem;
        padding:0.7rem 0.85rem;
        border-radius:0.42rem;
        background:#161d2e;
        color:#e8ecf4;
        text-decoration:none;
        transition:background 260ms var(--motion-panel);
    }
.site-frame .strong-group:hover{
        background:#2a3348;color:#e8ecf4;}
.site-frame .strong-group .t{font-size:calc(17.8px * .875);
        font-weight:600;
        line-height:1.35;}
.site-frame .strong-group .s{font-size:calc(17.8px * .875);
        line-height:1.4;}
.site-frame .offer-grid{margin:0;
        font-size:calc(17.8px * .875);
        line-height:1.5;}
.featured-body{padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4}
.featured-body .top-shell{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.4fr) minmax(0,1fr);gap:1.57rem}
.featured-body .text-view{padding:1.57rem;border-radius:1.3rem;background:#161d2e;color:#c2c9d6;display:flex;flex-direction:column;justify-content:center;border:1px solid #2a3348}
.featured-body .text-view span{font-size:calc(17.8px * .875);letter-spacing:.04em;text-transform:uppercase}
.featured-body h2{margin:calc(1.5rem * .75) 0;font-size:calc(17.8px * 2);line-height:1.1}
.featured-body .text-view p{margin:0;font-size:17.8px;line-height:1.76}
.featured-body .focused-region{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.36fr);gap:calc(1.5rem * .75)}
.featured-body .compact-rail{min-height:30rem;border-radius:1.3rem;overflow:hidden;border:1px solid #2a3348;background:#1c2438;color:#e8ecf4;}
.featured-body iframe{display:block;width:100%;height:100%;border:0}
.featured-body .local-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-body .strong-group{padding:calc(1.5rem * .75);border-radius:0.82rem;background:#1c2438;color:#e8ecf4;border:1px solid #2a3348}
.featured-body .strong-group span{display:block;font-size:calc(17.8px * .875);}
.featured-body .strong-group strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:17.8px;font-weight:600;line-height:1.45}
.featured-body .strong-group a{text-decoration:none;border-bottom:1px solid transparent;transition:color 260ms var(--motion-panel),border-color 260ms var(--motion-panel)}
.featured-body .strong-group a:hover{border-bottom-color:#2f6bff}
@media (max-width:900px){.featured-body .top-shell,.featured-body .focused-region{grid-template-columns:1fr}.featured-body .compact-rail{min-height:22rem}}
.visual-shell{padding:calc(1.5rem * 2.4) 2.61rem;background:#161d2e;color:#c2c9d6}
.visual-shell .wide-group{max-width:1440px;margin:0 auto}
.visual-shell .focused-actions{display:flex;gap:calc(1.57rem * 1.5);align-items:flex-start}
.visual-shell .content-plan{flex:0 1 32rem;min-width:0}
.visual-shell h2{margin:0;font-size:calc(17.8px * 2);line-height:1.14}
.visual-shell .content-plan p{margin:1.5rem 0 0;font-size:calc(17.8px * 1.125);line-height:1.76}
.visual-shell ul{list-style:none;margin:calc(1.57rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:0}
.visual-shell li{padding:calc(1.5rem * .75) 0;line-height:1.76;font-size:calc(17.8px * .875)}
.visual-shell li+li{border-top:1px solid #2a3348}
.visual-shell .strong-frame{flex:1 1 34rem;min-width:0;background:#1c2438;color:#e8ecf4;border:1px solid #2a3348;border-radius:0.82rem;padding:1.57rem;box-shadow:0 6px 18px rgba(0,0,0,0.2)}
.visual-shell .bottom-method{display:flex;flex-wrap:wrap;gap:1.5rem}
.visual-shell .bottom-method label{flex:1 1 16rem;min-width:0}
.visual-shell label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.8px * .875)}
.visual-shell input,.visual-shell textarea{width:100%;max-width:100%;border:1px solid #2a3348;border-radius:0.32rem;background:#161d2e;color:#e8ecf4;font:inherit;padding:calc(1.5rem * .75);outline:none;transition:border-color 260ms var(--motion-panel)}
.visual-shell input::placeholder,.visual-shell textarea::placeholder{color:rgba(255,255,255,0.55)}
.visual-shell input:focus,.visual-shell textarea:focus{border-color:#2f6bff}
.visual-shell .compact-panel{display:block;margin-top:1.5rem}
.visual-shell textarea{resize:vertical}
.visual-shell button{margin-top:1.5rem;border:0;border-radius:0.32rem;background:#1e4fd8;color:#f4f7ff;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 260ms var(--motion-panel)}
.visual-shell button:hover{background:#2f6bff;color:#e8ecf4;}
@media(max-width:840px){.visual-shell .focused-actions{display:block}.visual-shell .strong-frame{margin-top:calc(1.57rem * 1.5);padding:1.5rem}.visual-shell .bottom-method{display:block}.visual-shell .bottom-method label+label{margin-top:1.5rem}}
.team-stack{background:#161d2e;color:#c2c9d6;padding:calc(1.5rem * 2.4) 2.61rem}
.team-stack .wide-group{max-width:1440px;margin:0 auto}
.team-stack .direct-team{display:flex;flex-direction:column;gap:calc(1.57rem * 1.5)}
.team-stack h2{margin:0;font-size:clamp(calc(17.8px * 2),4.4vw,calc(17.8px * 2.65));line-height:1.12;letter-spacing:0}
.team-stack .fresh-list{display:flex;align-items:flex-start;gap:calc(1.57rem * 1.5);flex-wrap:wrap}
.team-stack p{flex:0 1 26rem;margin:0;min-width:0;font-size:calc(17.8px * 1.125);line-height:1.68}
.team-stack .active-figure{flex:1 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.57rem}
.team-stack .active-figure a{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.42rem;background:#1c2438;color:#e8ecf4;border:1px solid #2a3348;text-decoration:none;transition:border-color 260ms var(--motion-panel),background 260ms var(--motion-panel)}
.team-stack .active-figure a:hover{border-color:#2f6bff}
.team-stack strong,.team-stack span{display:block}
.team-stack .active-figure strong{font-size:17.8px}
.team-stack .active-figure span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55;font-size:calc(17.8px * .875)}
.team-stack .visual-actions{display:flex;flex-direction:column;gap:calc(1.57rem * 1.5);padding-top:calc(1.57rem * 1.5);border-top:1px solid #2a3348}
.team-stack .bottom-callout{display:flex;flex-wrap:wrap;gap:1.57rem;align-items:baseline}
.team-stack .bottom-callout strong{flex:0 0 12rem;font-size:17.8px}
.team-stack .bottom-callout span{flex:1 1 22rem;min-width:0;line-height:1.6}
@media(max-width:760px){.team-stack .fresh-list{flex-direction:column}.team-stack p{flex-basis:auto}.team-stack .bottom-callout strong{flex-basis:auto}
}
.featured-wrap{padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4}
.featured-wrap .quiet-plan{max-width:min(1440px,64rem);margin:0 auto}
.featured-wrap h2{margin:0;font-size:calc(17.8px * 2.65);line-height:1.08}
.featured-wrap .secondary-wrap{margin:1.5rem 0 calc(1.57rem * 1.5);font-size:calc(17.8px * 1.125);max-width:52rem}
.featured-wrap .offer-details{display:flex;flex-direction:column;gap:0;border-top:1px solid #2a3348}
.featured-wrap .visual-actions{padding:1.57rem 0;margin:0}
.featured-wrap .visual-actions + .visual-actions{border-top:1px solid #2a3348}
.featured-wrap .visual-actions h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.8px * 1.35);line-height:1.25}
.featured-wrap .visual-actions p{margin:0;font-size:17.8px;line-height:1.76}
.featured-wrap .visual-actions a{text-decoration:underline;text-underline-offset:3px}
.featured-wrap .visual-actions a:hover{}
@media (min-width:960px){.featured-wrap .visual-actions{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.57rem;align-items:start}.featured-wrap .visual-actions h3{margin:0}
}
.soft-figure{padding:calc(1.5rem * 2.4) 2.61rem;background:#0f1522;color:#e8ecf4}
.soft-figure .direct-quote{max-width:min(1440px,56rem);margin:0 auto}
.soft-figure h2{margin:0;font-size:calc(17.8px * 2);line-height:1.12}
.soft-figure .secondary-form{margin:1.5rem 0 calc(1.57rem * 1.5);font-size:calc(17.8px * 1.125);line-height:1.76;color:#c2c9d6}
.soft-figure .narrow-content{padding:calc(1.5rem * .75) 0;border-top:1px solid #2a3348}
.soft-figure .narrow-content:last-child{padding-bottom:0}
.soft-figure h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17.8px * 1.35);line-height:1.25}
.soft-figure .narrow-content p{margin:0;color:#c2c9d6;line-height:1.76}
@media (max-width:720px){.soft-figure .secondary-form{font-size:17.8px}.soft-figure .narrow-content{padding:calc(1.57rem * 1.5) 0}
}
.grid--receipt{background:#0f1522;color:#e8ecf4;padding:calc(1.5rem * 2.4) 2.61rem}
.grid--receipt .wide-group{max-width:min(1440px,68rem);margin:0 auto}
.grid--receipt .text-nav{display:flex;flex-direction:column;gap:calc(1.57rem * 1.5)}
.grid--receipt h2{margin:0;font-size:clamp(calc(17.8px * 2),5.4vw,calc(17.8px * 2.65));line-height:1.06;letter-spacing:0}
.grid--receipt .fresh-list{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(1.57rem * 1.5);padding-top:1.5rem;border-top:1px solid #2a3348}
.grid--receipt p{margin:0;max-width:46rem;color:#c2c9d6;font-size:calc(17.8px * 1.125);line-height:1.68}
.grid--receipt .fresh-list a{padding:calc(1.5rem * .75) 1.57rem;border-radius:0.42rem;background:#1e4fd8;color:#f4f7ff;text-decoration:none;font-weight:700;transition:background 260ms var(--motion-panel)}
.grid--receipt .fresh-list a:hover{background:#2f6bff;color:#e8ecf4;}
.grid--receipt .featured-summary{display:flex;flex-wrap:wrap;align-items:center;gap:1.57rem;padding-top:calc(1.57rem * 1.5)}
.grid--receipt .featured-summary .bottom-callout{font-size:calc(17.8px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#c2c9d6}
.grid--receipt .featured-summary a{color:inherit;text-decoration:none;font-size:17.8px;border-bottom:1px solid transparent;transition:color 260ms var(--motion-panel),border-color 260ms var(--motion-panel)}
.grid--receipt .featured-summary a:hover{color:inherit;border-bottom-color:#2f6bff}
@media(max-width:700px){.grid--receipt .fresh-list{flex-direction:column}.grid--receipt .fresh-list a{width:100%;text-align:center}}
.steady-section{
  --mark-soft:calc(1.5rem * 1.15);
  --layer-local:calc(1440px / 2.4);
  padding:calc(1.5rem * 2.4) 2.61rem;
  background:#2f6bff;
  color:#f4f7ff;
}
.steady-section .wide-group{max-width:1440px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(1.57rem * 1.5);}
.steady-section .direct-quote{flex:1 1 22rem;
  max-width:var(--layer-local);}
.steady-section .featured-summary{
  flex:1 1 16rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.82rem;
  background:color-mix(in srgb, #f4f7ff 12%, transparent);color:#e8ecf4;}
.steady-section h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17.8px * 2);
  line-height:1.14;}
.steady-section p{margin:0;
  font-size:17.8px;
  line-height:1.76;}
.steady-section .fresh-lead{color:color-mix(in srgb, currentColor 82%, transparent);}
.steady-section .visual-actions{font-size:calc(17.8px * .875);
  color:color-mix(in srgb, currentColor 74%, transparent);}
.steady-section .plain-proof{flex:1 1 100%;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, #f4f7ff 24%, transparent);
  font-size:calc(17.8px * .875);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-section a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.18em;}
.steady-section a:hover{}
.steady-section .grid{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:#f4f7ff;
  color:#2f6bff;
  font-weight:600;
  text-decoration:none;
  transition:background 260ms var(--motion-panel), color 260ms var(--motion-panel);
}
.steady-section .grid:hover{
  background:#1e4fd8;
  color:#f4f7ff;
}
@media (max-width:720px){.steady-section .wide-group{
    flex-direction:column;
  }.steady-section .direct-quote{
    max-width:none;
  }
}
.bottom-service{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2.61rem;background:#2f6bff;color:#f4f7ff}
.bottom-service:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14%,color-mix(in srgb,currentColor 7%,transparent) 14% 14.1%);animation:nfFloor calc(260ms*42) linear infinite alternate;pointer-events:none}
.bottom-service .wide-group{position:relative;z-index:1;max-width:1440px;margin:0 auto}
.bottom-service .plain-links{display:flex;flex-direction:column;gap:calc(1.57rem * 1.5);max-width:46rem}
.bottom-service .fresh-lead{margin:0;font-size:calc(17.8px * .875);letter-spacing:.08em;text-transform:uppercase;opacity:.85}
.bottom-service h1{margin:0;font-size:calc(17.8px * 2.65);line-height:1.06}
.bottom-service .direct-quote{margin:0;font-size:calc(17.8px * 1.125);line-height:1.76}
.bottom-service .featured-summary{display:flex;flex-wrap:wrap;gap:1.57rem;align-items:center;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 26%,transparent)}
.bottom-service .featured-summary a{color:inherit;font-size:17.8px;text-underline-offset:.24em}
.bottom-service .featured-summary .bottom-media{font-weight:700}
.bottom-service .visual-actions{margin:0;font-size:calc(17.8px * .875);line-height:1.76;opacity:.9}
.bottom-service .visual-actions a{color:inherit;text-underline-offset:.2em}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(max-width:640px){.bottom-service .featured-summary{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.bottom-service:after{animation:none}}
