:root {
  --paint-deep: #0B2242;
  --paint-light: #F4F8FC;
  --ease-entry: ease-in-out;
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.main-proof {
    width: 100%;
    background: #F6F9FC;
    color: #0B2242;
    border-bottom: 1px solid #D3DEEB;
  }
.secondary-brand {
    max-width: 1580px;
    margin: 0 auto;
    padding: 1.5rem 2.02rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.73rem;
    flex-wrap: wrap;
  }
.main-stack {
    font-size: calc(19.1px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
    padding: 0.25rem 0;
  }
.main-stack:hover {
    color: #1E6FB8;
  }
.content-contact {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.73rem * 1.25);
    flex-wrap: wrap;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.15rem;
    font-size: 19.1px;
    color: #22354F;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 420ms var(--ease-entry),
                border-color 420ms var(--ease-entry);
  }
.nav-link:hover {
    color: #0B2242;
    border-bottom-color: #D3DEEB;
  }
.nav-link.is-active {
    color: #0B2242;
    border-bottom-color: var(--paint-deep);
    font-weight: 600;
  }
.nav-toggle {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: #E7EEF6;
    color: #22354F;
    border: 1px solid #D3DEEB;
    border-radius: 0.33rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.nav-toggle-bar {
    display: block;
    width: 1.15rem;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
.nav-toggle:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#0B2242;}
@media (max-width: 767px) {
    .secondary-brand {
      flex-wrap: nowrap;
      align-items: center;
    }

    .nav-toggle {
      display: flex;
      margin-left: auto;
    }

    .content-contact {
      display: none;
      width: 100%;
      flex-basis: 100%;
      margin-top: calc(1.73rem * 1.5);
      border-top: 1px solid #D3DEEB;
      padding-top: calc(1.73rem * 1.5);
    }

    .content-contact.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-link {
      display: block;
      padding: 0.75rem 0;
      border-bottom: 1px solid #D3DEEB;
      border-left: 2px solid transparent;
      padding-left: 0.5rem;
    }

    .nav-link:hover {
      border-bottom-color: #D3DEEB;
      border-left-color: #D3DEEB;
    }

    .nav-link.is-active {
      border-bottom-color: #D3DEEB;
      border-left-color: var(--paint-deep);
    }
  }
@media (min-width: 768px) {
    .secondary-brand {
      flex-wrap: nowrap;
    }

    .content-contact {
      display: block !important;
    }
  }
.wide-region{font-family:"Libre Baskerville", sans-serif;font-size:19.1px;line-height:1.76;padding:calc(1.5rem * 2.4) 2.02rem;margin-top:calc(1.5rem * 2.4);background:#0B2242;color:#F4F8FC;}
.offer-note{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.73rem * 1.5)}
.featured-steps{display:grid;grid-template-columns:1.4fr 1.6fr 1fr 1.4fr;gap:calc(1.5rem * .75);align-items:start}
.primary-callout,
  .content-unit,
  .direct-feature,
  .content-intro{min-width:0}
.service{font-size:calc(19.1px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0 0 1.5rem;color:inherit}
.steady-entries{margin:0;font-size:calc(19.1px * .875);max-width:34ch;opacity:0.85}
.narrow-stack{font-size:19.1px;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem;color:inherit;opacity:0.9}
.wide-headline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem;font-size:calc(19.1px * .875)}
.main-plan{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.5rem 2.02rem}
.wide-headline a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 420ms var(--ease-entry),
                opacity 420ms var(--ease-entry)}
.wide-headline a:hover,
  .wide-headline a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.text-footer{gap:1.5rem}
.text-footer li{display:flex;flex-direction:column;gap:0.15rem}
.clear-callout{font-size:calc(19.1px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.direct-inner{font-size:calc(19.1px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.narrow-figure{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.73rem * 1.5)}
.narrow-figure p{margin:0;font-size:calc(19.1px * .875);line-height:1.76;opacity:0.85;max-width:90ch}
.primary-steps{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.73rem * 1.5);font-size:calc(19.1px * .875);opacity:0.85}
.quiet-flow,
  .welcome{margin:0}
@media (max-width: 1024px) {.featured-steps{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.wide-region{padding:calc(1.5rem * 2.4) 2.02rem;background:#0B2242;color:#F4F8FC;}.featured-steps{grid-template-columns:1fr;gap:calc(1.73rem * 1.5)}.main-plan{grid-template-columns:1fr 1fr}.primary-steps{flex-direction:column;align-items:flex-start}
  }
.cookies{position:fixed;left:2.02rem;bottom:1.5rem;width:min(360px,calc(100vw - (2.02rem * 2)));z-index:1200;}
.cookies .simple-copy{border:1px solid #D3DEEB;border-radius:1rem;background:#FFFFFF;color:#0B2242;padding:1.5rem 2.02rem;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.cookies .simple-copy h3{margin:0 0 6px;}
.cookies .simple-copy p{margin:0;}
.cookies .strong-fields{margin-top:12px;display:flex;gap:8px;}
.cookies .strong-fields button{flex:1;border:1px solid #D3DEEB;border-radius:0.33rem;background:#FFFFFF;color:#0B2242;padding:8px 10px;cursor:pointer;}
.cookies .strong-fields button.cookie-accept{background:var(--paint-deep);border-color:var(--paint-deep);color:var(--paint-light);}
.soft-inner{
  padding:calc(calc(1.5rem * 2.4)*2.2) 2.02rem;
  background:#F6F9FC;
  color:#0B2242;
}
.soft-inner .direct-summary{max-width:1580px;
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  gap:calc(1.73rem*1.4);
  flex-wrap:wrap;}
.soft-inner .visual-feature{flex:1 1 34rem;
  min-width:0;
  padding-top:calc(1.73rem * 1.5);}
.soft-inner h1{margin:0 0 calc(1.73rem * 1.5);
  font-size:clamp(2.1rem,4.6vw,3.9rem);
  line-height:1.06;
  letter-spacing:-0.01em;}
.soft-inner .plain-intro{margin:0 0 calc(calc(1.73rem * 1.5)*1.2);
  font-size:calc(19.1px * 1.125);
  line-height:1.76;
  color:#22354F;
  max-width:46rem;}
.soft-inner .active-brand{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.73rem*0.7);
  padding-top:calc(calc(1.73rem * 1.5)*0.6);
  border-top:1px solid #D3DEEB;}
.soft-inner .top-flow,
.soft-inner .fresh-surface{display:inline-block;
  padding:0.7rem 1.15rem;
  border-radius:0.48rem;
  font-size:calc(19.1px * .875);
  text-decoration:none;
  transition:background 420ms var(--ease-entry), color 420ms var(--ease-entry);}
.soft-inner .top-flow{
  background:var(--paint-deep);
  color:var(--paint-light);
}
.soft-inner .top-flow:hover{
  background:#143A66;color:#0B2242;}
.soft-inner .fresh-surface{
  background:#FFFFFF;
  color:#0B2242;
  border:1px solid #D3DEEB;
}
.soft-inner .fresh-surface:hover{
  background:#E7EEF6;
  color:#22354F;
}
.soft-inner .strong-steps{flex:0 1 min(32rem,40vw);
  margin:0;
  min-width:0;}
.soft-inner .cluster{width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:1.17rem;
  box-shadow:0 10px 26px rgba(0,0,0,0.17);}
.soft-inner .offer-copy{margin-top:calc(calc(1.73rem * 1.5)*0.7);
  font-size:calc(19.1px * .875);
  line-height:1.5;
  color:#22354F;}
@media (max-width:820px){
  .soft-inner{
    padding:calc(calc(1.5rem * 2.4)*1.5) 2.02rem;
  }
  .soft-inner .strong-steps{
    flex:1 1 100%;
  }
  .soft-inner .visual-feature{
    padding-top:0;
  }
}
.featured-callout{--mark-strong:calc(1.5rem * 1.18);--axis-public:calc(1580px / 2.6);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--paint-deep);color:var(--paint-light);}
.featured-callout .direct-summary{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-strong);}
.featured-callout h2{font-size:calc(19.1px * 2);line-height:1.14;margin:0;}
.featured-callout p{margin:0;font-size:19.1px;line-height:1.76;}
.featured-callout .steady-group{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);max-width:var(--axis-public);}
.featured-callout .plain-intro{color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-callout .open-group{display:flex;flex-direction:column;gap:calc(1.5rem / 1.6);}
.featured-callout details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.48rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.featured-callout summary{cursor:pointer;font-weight:700;font-size:calc(19.1px * 1.125);line-height:1.3;list-style:none;}
.featured-callout summary::-webkit-details-marker{display:none;}
.featured-callout summary::after{content:"+";float:right;font-weight:400;opacity:.7;margin-left:calc(1.5rem * .75);}
.featured-callout details[open] summary::after{content:"–";}
.featured-callout details p{margin-top:calc(1.5rem / 2.6);color:color-mix(in srgb, currentColor 82%, transparent);}
.featured-callout .offer-copy{margin-top:calc(1.5rem / 2);font-size:calc(19.1px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.featured-callout .offer-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.featured-callout .offer-copy a:hover{}
@media (max-width:720px){.featured-callout .steady-group{max-width:none;}.featured-callout summary{font-size:19.1px;}
}
.offer-content{--mark-strong:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.offer-content .direct-summary{max-width:1580px;margin:0 auto;}
.offer-content h2,.offer-content h3,.offer-content p{margin:0;}
.offer-content h2{font-size:calc(19.1px * 2);line-height:1.12;}
.offer-content h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.offer-content p{font-size:19.1px;line-height:1.76;}
.offer-content img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.offer-content .quiet-details{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.73rem;padding-bottom:calc(calc(1.73rem * 1.5) * .9);border-bottom:1px solid #D3DEEB;}
.offer-content .quiet-details h2{flex:1 1 calc(1580px / 3);min-width:0;}
.offer-content .quiet-details .plain-intro{flex:1 1 calc(1580px / 2.6);min-width:0;color:#22354F;}
.offer-content .steady-group{display:flex;flex-wrap:wrap;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.offer-content .bottom-note{flex:1 1 calc(1580px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .8);}
.offer-content .bottom-note .visual-feature{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.offer-content .bottom-note p{color:#22354F;}
.offer-content .site-menu{align-self:flex-start;margin-top:calc(1.5rem / 4);padding:calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);border-radius:0.33rem;background:#1E6FB8;color:#F4F8FC;font-size:calc(19.1px * .875);text-decoration:none;transition:background 420ms var(--ease-entry);}
.offer-content .site-menu:hover{background:#175A96;color:#0B2242;}
@media (max-width:720px){.offer-content .quiet-details{align-items:flex-start;}.offer-content .bottom-note{flex:1 1 100%;}
}
.team-surface{--mark-strong:calc(1.5rem * 1.14);--axis-public:calc(1580px / 2.7);padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.team-surface .direct-summary{max-width:1580px;margin:0 auto;}
.team-surface h2,.team-surface h3,.team-surface p{margin:0;}
.team-surface h2{font-size:calc(19.1px * 2);line-height:1.12;max-width:var(--axis-public);}
.team-surface h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.team-surface p{font-size:19.1px;line-height:1.76;}
.team-surface .quiet-details{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.team-surface .offer-copy{font-size:calc(19.1px * .875);letter-spacing:.06em;text-transform:uppercase;}
.team-surface .plain-intro{max-width:var(--axis-public);}
.team-surface .top-team{display:flex;flex-wrap:wrap;gap:var(--mark-strong) 1.73rem;margin-top:calc(var(--mark-strong) * 1.1);}
.team-surface .bottom-note{flex:1 1 calc(var(--axis-public) / 1.35);min-width:min(100%,18rem);padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid #D3DEEB;}
.team-surface .bottom-note p{margin-top:calc(1.5rem / 3);}
.team-surface .active-brand{margin-top:calc(var(--mark-strong) * 1.1);font-size:calc(19.1px * .875);}
.team-surface .active-brand a{text-decoration:underline;text-underline-offset:3px;}
.team-surface .active-brand a:hover{}
@media (max-width:720px){.team-surface .bottom-note{flex:1 1 100%;}
}
.media-visual{position:relative;overflow:hidden;isolation:isolate;}
.media-visual>*{position:relative;z-index:1;}
.media-visual::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(--ease-entry) 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){.media-visual::before,.media-visual::after{animation:none!important;}}
.site-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.site-block .compact-block{max-width:min(1580px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.73rem * 1.5);}
.site-block h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.site-block .public-details{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;
    border:1px solid #D3DEEB;
    box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.site-block .visual-feature{max-width:42rem;
    padding-top:1.5rem;
    border-top:1px solid #D3DEEB;}
.site-block p{margin:0;
    font-size:19.1px;
    line-height:1.76;
    color:#22354F;}
@media (max-width:640px){.site-block{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.site-block .public-details{
      aspect-ratio:4/3;
    }
  }
.text-shell{padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.text-shell .direct-summary{max-width:1580px;margin:0 auto;display:grid;gap:calc(1.73rem * 1.5);}
.text-shell .bottom-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(16rem,.5fr);gap:1.73rem;align-items:end;padding-bottom:calc(1.73rem * 1.5);border-bottom:1px solid #D3DEEB;}
.text-shell h2,.text-shell h4,.text-shell p{margin:0;}
.text-shell h2{font-size:calc(19.1px * 2);line-height:1.2;}
.text-shell .plain-intro{font-size:19.1px;line-height:1.76;color:#22354F;}
.text-shell .focused-headline{display:grid;grid-template-columns:minmax(0,.62fr) minmax(18rem,.38fr);gap:1.73rem;align-items:start;}
.text-shell .narrow-proof{display:grid;gap:.65rem;}
.text-shell .local-summary{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.2rem .1rem .5rem;border-bottom:1px dashed #D3DEEB;}
.text-shell .page-view{font-size:calc(19.1px * .875);letter-spacing:.04em;text-transform:uppercase;font-weight:700;}
.text-shell .team-story{font-size:calc(19.1px * .875);color:#22354F;}
.text-shell .public-rail{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid #D3DEEB;border-radius:0.48rem;background:#FFFFFF;color:#0B2242;}
.text-shell .public-rail:nth-child(odd){margin-left:clamp(0rem,3vw,1.8rem);}
.text-shell .primary-actions{width:2.4rem;height:2.4rem;border-radius:0.33rem;display:grid;place-items:center;background:#E7EEF6;color:#22354F;font-weight:700;font-size:calc(19.1px * .875);}
.text-shell .soft-wrap h4{font-size:19.1px;line-height:1.3;}
.text-shell .soft-wrap p{margin-top:.3rem;font-size:calc(19.1px * .875);line-height:1.76;color:#22354F;}
.text-shell time{font-size:calc(19.1px * .875);color:#22354F;white-space:nowrap;}
.text-shell .compact-steps{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.85rem;padding:calc(1.5rem * .75);border:1px solid #D3DEEB;border-radius:1rem;background:#FFFFFF;color:#0B2242;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.text-shell .wide-section{display:grid;gap:.6rem;}
.text-shell .bottom-block{padding:.75rem .9rem;border-radius:0.48rem;background:#E7EEF6;color:#22354F;border:1px solid #D3DEEB;}
.text-shell .bottom-block:nth-child(even){background:var(--paint-deep);color:var(--paint-light);border-color:var(--paint-deep);}
.text-shell .bottom-block p{font-size:calc(19.1px * .875);line-height:1.76;}
.text-shell .bottom-block time{display:block;margin-top:.35rem;color:inherit;opacity:.75;}
.text-shell .primary-plan{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:end;padding-top:.85rem;border-top:1px solid #D3DEEB;}
.text-shell .compact-body{display:grid;gap:.3rem;min-width:0;}
.text-shell .simple-frame{font-size:calc(19.1px * .875);color:#22354F;}
.text-shell .primary-plan input{min-width:0;width:100%;border:1px solid #D3DEEB;border-radius:0.33rem;padding:.75rem .85rem;background:#F6F9FC;color:#0B2242;font:inherit;outline:none;}
.text-shell .primary-plan input::placeholder{color:rgba(255,255,255,0.55);}
.text-shell .primary-plan input:focus{border-color:#3E8FD4;box-shadow:0 0 0 2px #3E8FD4;}
.text-shell .primary-plan button{border:0;border-radius:0.33rem;padding:.75rem 1.1rem;background:#1E6FB8;color:#F4F8FC;font:inherit;font-weight:700;cursor:pointer;transition:background 420ms var(--ease-entry);}
.text-shell .primary-plan button:hover{background:#175A96;color:#0B2242;}
@media (max-width:900px){.text-shell .bottom-track,.text-shell .focused-headline{grid-template-columns:1fr;}.text-shell .compact-steps{position:relative;top:auto;}.text-shell .public-rail:nth-child(odd){margin-left:0;}.text-shell .primary-plan{grid-template-columns:1fr;}
}
.media-nav{
        padding:calc(1.5rem * 2.4) 2.02rem;
        background:linear-gradient(135deg, #0B2242 0%, #143A66 55%, #1E6FB8 100%);
        color:#F4F8FC;
    }
.media-nav .direct-summary{max-width:1580px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.73rem * 1.5);}
.media-nav .plain-intro{max-width:60ch;}
.media-nav .plain-intro h2{margin:0;
        font-size:calc(19.1px * 2);
        line-height:1.2;}
.media-nav .plain-intro p{margin:calc(1.73rem * 1.5) 0 0;
        font-size:19.1px;
        opacity:.9;}
.media-nav .steady-group{display:flex;
        flex-direction:column;
        border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-nav .public-rail{display:grid;
        grid-template-columns:minmax(140px, 200px) 1fr;
        gap:1.73rem;
        align-items:baseline;
        padding:calc(1.5rem * .75) 0;
        border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-nav .compact-body{font-size:calc(19.1px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.78;}
.media-nav .top-method{font-size:calc(19.1px * 1.125);
        font-weight:700;
        color:inherit;
        text-decoration:none;
        word-break:break-word;}
.media-nav a.value:hover{text-decoration:underline;}
.media-nav .offer-copy{grid-column:2;
        font-size:calc(19.1px * .875);
        opacity:.82;
        margin-top:calc(1.73rem * 0.25);}
.media-nav .top-rail{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        align-items:flex-start;
        gap:1.73rem;
        padding:calc(1.5rem * .75);
        border-radius:1rem;
        background:color-mix(in srgb, currentColor 10%, transparent);
        border:1px solid color-mix(in srgb, currentColor 24%, transparent);
    }
.media-nav .visual-feature{margin:0;
        max-width:62ch;
        font-size:19.1px;
        opacity:.94;}
.media-nav .active-brand{display:flex;
        flex-wrap:wrap;
        gap:1.73rem;
        margin:0;}
.media-nav .active-brand a{
        display:inline-block;
        padding:10px 18px;
        border-radius:0.48rem;
        background:#1E6FB8;
        color:#F4F8FC;
        text-decoration:none;
        font-weight:700;
        font-size:calc(19.1px * .875);
    }
.media-nav .active-brand a:hover{
        background:#175A96;color:#0B2242;}
@media (max-width:760px){.media-nav .public-rail{
            grid-template-columns:1fr;
        }.media-nav .offer-copy{
            grid-column:1;
        }.media-nav .top-rail{
            flex-direction:column;
        }
    }
.plain-form{padding:calc(calc(1.5rem * 2.4)*.78) 2.02rem;background:#F6F9FC;color:#0B2242;}
.plain-form .compact-block{max-width:min(1580px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.73rem * 1.5);}
.plain-form h1{margin:0;font-size:clamp(2rem,4.6vw,calc(19.1px * 2.65));line-height:1.08;font-weight:680;letter-spacing:-0.01em;}
.plain-form .plain-intro{margin:0;max-width:44rem;font-size:calc(19.1px * 1.125);line-height:1.6;color:#22354F;}
.plain-form .public-details{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:1rem;box-shadow:var(--shadow-base,0 1px 4px rgba(0,0,0,0.13));}
.plain-form .visual-feature{max-width:40rem;padding-top:calc(1.73rem * 1.5);border-top:1px solid #D3DEEB;}
.plain-form .visual-feature p{margin:0;font-size:19.1px;line-height:1.76;color:#0B2242;}
@media (max-width:640px){.plain-form{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.plain-form .public-details{aspect-ratio:4/3;}.plain-form .plain-intro{font-size:19.1px;}
  }
.team-links{
  background:#F6F9FC;
  color:#0B2242;
  padding:calc(1.5rem * 2.4) 2.02rem;
}
.team-links .direct-summary{max-width:1580px;
  margin:0 auto;}
.team-links .open-inner{max-width:46rem;}
.team-links .soft-view{margin:0 0 1.5rem;
  max-width:34rem;
  color:#22354F;
  font-size:19.1px;
  line-height:1.76;}
.team-links h2{margin:0;
  font-size:calc(19.1px * 2);
  line-height:1.12;
  letter-spacing:0;}
.team-links .narrow-actions{margin-top:calc(1.73rem * 1.5);
  max-width:56rem;
  display:flex;
  flex-direction:column;}
.team-links .bottom-note{display:grid;
  grid-template-columns:14rem 1fr;
  gap:1.73rem;
  align-items:start;
  padding:1.5rem 0;}
.team-links .bottom-note + .bottom-note{border-top:1px solid #D3DEEB;}
.team-links .bottom-note strong{font-size:19.1px;
  line-height:1.35;}
.team-links .bottom-note span{color:#22354F;
  font-size:19.1px;
  line-height:1.76;}
@media (max-width:720px){.team-links .bottom-note{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.media-wrap{
  background: linear-gradient(135deg, #0B2242 0%, #143A66 55%, #1E6FB8 100%);
  color: #F4F8FC;
  padding: calc(1.5rem * 2.4) 2.02rem;
}
.media-wrap .direct-summary{width: min(100%, 1580px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.73rem;
  align-items: start;}
.media-wrap h2,
.media-wrap h3,
.media-wrap p{margin: 0;}
.media-wrap h2{font-size: calc(19.1px * 2); line-height: 1.1;}
.media-wrap h3{font-size: calc(19.1px * 1.35); line-height: 1.18;}
.media-wrap p{font-size: 19.1px; line-height: 1.76;}
.media-wrap .simple-proof{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.73rem * 1.5);
  border-radius: 1.17rem;
  background: linear-gradient(120deg, #1E6FB8 0%, #3E8FD4 100%);
  color: #F4F8FC;
}
.media-wrap .primary-entries{display: grid;
  gap: calc(1.5rem * .75);
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(244, 248, 252, 0.28);}
.media-wrap .simple-story span{display: block;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  opacity: 0.85;}
.media-wrap .simple-story p{font-size: calc(19.1px * .875); line-height: 1.6;}
.media-wrap .narrow-proof{display: grid;
  gap: calc(1.5rem * .75);}
.media-wrap .items{
  display: grid;
  grid-template-columns: 0.9rem minmax(6rem, 0.22fr) minmax(9rem, 0.32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.48rem;
  background: #FFFFFF;
  color: #0B2242;
  border: 1px solid #D3DEEB;
  animation: peopleTimelineIn calc(420ms * 2) var(--ease-entry) both;
  animation-delay: var(--motion-panel, 0ms);
}
.media-wrap i{
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #1E6FB8;color:#F4F8FC;}
.media-wrap .items span{font-size: calc(19.1px * .875);
  line-height: 1.5;}
@keyframes peopleTimelineIn {from{ opacity: 0.25; transform: translateX(calc(calc(1.73rem * 1) * 0.14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.media-wrap .direct-summary{ grid-template-columns: 1fr; }.media-wrap .items{
    grid-template-columns: 0.9rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
    row-gap: 0.5rem;
  }.media-wrap .items i{ grid-area: dot; }.media-wrap .items span{ grid-area: role; }.media-wrap .items h3{ grid-area: name; }.media-wrap .items p{ grid-area: text; }
}
.secondary-feature{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:#E7EEF6;
    color:#22354F;
}
.secondary-feature .direct-summary{max-width:1580px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.73rem;
    align-items:flex-start;}
.secondary-feature .featured-unit{flex:1 1 320px;
    min-width:280px;}
.secondary-feature .featured-unit img{display:block;
    width:100%;
    height:auto;
    border-radius:1rem;
    border:1px solid #D3DEEB;
    box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.secondary-feature .soft-wrap{flex:1 1 460px;
    min-width:300px;}
.secondary-feature .soft-wrap h2{margin:0 0 calc(1.73rem * 1.5);
    font-size:calc(19.1px * 2);
    line-height:1.2;}
.secondary-feature .soft-wrap h3{margin:calc(1.73rem * 1.5) 0 0.5rem;
    font-size:calc(19.1px * 1.125);
    line-height:1.3;}
.secondary-feature .soft-wrap p{margin:0 0 0.85rem;
    font-size:19.1px;
    line-height:1.76;}
.secondary-feature .soft-wrap ul{margin:0 0 0.5rem;
    padding-left:1.1rem;
    display:grid;
    gap:0.45rem;}
.secondary-feature .soft-wrap li{font-size:19.1px;
    line-height:1.6;}
@media (max-width:820px){.secondary-feature .direct-summary{
        flex-direction:column;
    }.secondary-feature .featured-unit,
    .secondary-feature .soft-wrap{
        flex:1 1 auto;
        min-width:0;
    }
}
.primary-block{
    padding:calc(calc(1.5rem * 2.4)*.68) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.primary-block .compact-block{max-width:min(1580px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.2vw,calc(1.73rem * 1.5));}
.primary-block h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:640;
    letter-spacing:-0.005em;}
.primary-block .plain-intro{max-width:44rem;
    padding-left:clamp(.9rem,1.8vw,1.6rem);
    border-left:2px solid #1E6FB8;}
.primary-block .plain-intro p{margin:0;
    font-size:clamp(1rem,1.22vw,19.1px);
    line-height:1.72;
    color:#22354F;}
.primary-block .public-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:24/9;
    object-fit:cover;
    border-radius:0.48rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.13);}
@media (max-width:640px){.primary-block{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.primary-block .public-details{aspect-ratio:4/3;}.primary-block .plain-intro{padding-left:0;border-left:none;border-top:2px solid #1E6FB8;padding-top:.85rem;}
  }
.top-wrap{
        padding: calc(1.5rem * 2.4) 2.02rem;
        background: #E7EEF6;
        color: #22354F
    }
.top-wrap .direct-summary{max-width: 1580px;
        margin: 0 auto}
.top-wrap .secondary-intro{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(1.73rem * 1.5);
        align-items: start}
.top-wrap .quiet-details{min-width: 0;
        position: sticky;
        top: 1.5rem}
.top-wrap h2{margin: 0;
        font-size: calc(19.1px * 2);
        line-height: 1.12;
        letter-spacing: -0.01em}
.top-wrap .quiet-details p{margin: 1.5rem 0 0;
        font-size: 19.1px;
        line-height: 1.76;
        max-width: 34rem}
.top-wrap ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.top-wrap li{display: grid;
        grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
        gap: 1.73rem;
        padding: calc(1.5rem * .75) 0;
        align-items: baseline}
.top-wrap li + li{border-top: 1px solid #D3DEEB}
.top-wrap strong{font-size: 19.1px;
        line-height: 1.3;
        font-weight: 700}
.top-wrap span{line-height: 1.76;
        font-size: calc(19.1px * .875)}
@media (max-width: 900px) {.top-wrap .secondary-intro{
            grid-template-columns: minmax(0, 1fr)
        }.top-wrap .quiet-details{
            position: static
        }
    }
@media (max-width: 620px) {.top-wrap li{
            grid-template-columns: minmax(0, 1fr);
            gap: calc(1.5rem * .75)
        }
    }
.page-links{--mark-strong:calc(1.5rem * 1.35);--axis-public:calc(1580px / 2.4);padding:calc(1.5rem * 2.4) 2.02rem;background:#E7EEF6;color:#22354F;}
.page-links .direct-summary{max-width:1580px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-strong);}
.page-links h2,.page-links p{margin:0;}
.page-links h2{font-size:calc(19.1px * 2);line-height:1.14;max-width:var(--axis-public);}
.page-links .quiet-details{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.page-links .plain-intro{font-size:calc(19.1px * 1.125);line-height:1.76;max-width:var(--axis-public);}
.page-links a{text-decoration:underline;text-underline-offset:3px;}
.page-links a:hover{}
.page-links .open-group{display:flex;flex-direction:column;gap:calc(1.5rem / 1.6);}
.page-links details{padding:calc(calc(1.5rem * .75) * .85) calc(1.5rem * .75);border-radius:0.48rem;background:#FFFFFF;color:#0B2242;border:1px solid #D3DEEB;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.page-links summary{cursor:pointer;font-weight:700;font-size:19.1px;line-height:1.3;}
.page-links details p{margin-top:calc(1.5rem / 3);font-size:calc(19.1px * .875);line-height:1.76;}
.page-links .offer-copy{font-size:calc(19.1px * .875);line-height:1.76;max-width:var(--axis-public);border-top:1px solid #D3DEEB;padding-top:calc(1.5rem / 2);}
@media (max-width:720px){.page-links h2,.page-links .plain-intro,.page-links .offer-copy{max-width:none;}
}
.open-method{--mark-strong:calc(1.5rem * 1.19);--axis-public:calc(1580px / 3.10);--label-button:calc(1580px / 3.27);padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.open-method .direct-summary{max-width:1580px;margin:0 auto;}
.open-method h1,.open-method h2,.open-method h3,.open-method p{margin:0;}
.open-method h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.open-method h2{font-size:calc(19.1px * 2);line-height:1.12;}
.open-method h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.open-method p{font-size:19.1px;line-height:1.76;}
.open-method .visual-feature .offer-copy{font-size:calc(19.1px * .875);color:#22354F;margin-top:calc(1.73rem * 1.5);}
.open-method a{color:#0B2242;text-decoration:none;}
.open-method a:hover{color:#1E6FB8;}
.open-method img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.open-method .active-brand{display:flex;flex-wrap:wrap;gap:1.73rem;margin-top:calc(1.73rem * 1.5);font-size:calc(19.1px * .875);}
.open-method .active-brand a{border-bottom:1px solid #D3DEEB;padding-bottom:2px;}
.open-method .plain-intro{margin-top:1.5rem;}
.open-method .top-team{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.open-method .bottom-note{min-width:0;}
.open-method .bottom-note p{margin-top:calc(1.5rem / 3);}
.open-method .bottom-note img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-button) * .7);}
.open-method .focused-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.73rem;}
.open-method .focused-feature>.visual-feature{flex:1 1 calc(1580px / 3);min-width:0;}
.open-method .focused-feature>.top-team{flex:2 1 calc(1580px / 2);margin-top:0;}
.open-method .focused-feature>img{margin-left:auto;max-width:calc(var(--label-button) * 1.1);}
@media (max-width:720px){.open-method .focused-feature>img{max-width:100%;margin-left:0;}
}
.page-form{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.page-form .compact-block{max-width:min(1580px,68rem);
    margin:0 auto;}
.page-form h1{margin:0;
    font-size:clamp(2rem,5vw,calc(19.1px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.page-form .public-details{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;
    margin:clamp(1.1rem,2.4vw,calc(1.73rem * 1.5)) 0 0;}
.page-form .compact-block>div{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D3DEEB;}
.page-form p{margin:0;
    font-size:clamp(1rem,1.28vw,19.1px);
    line-height:1.76;
    color:#22354F;}
@media (max-width:640px){.page-form{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.page-form .public-details{aspect-ratio:4/3;}
  }
.featured-header{
    padding:clamp(3.5rem,8vw,6rem) 2.02rem;
    background:linear-gradient(135deg, #0B2242 0%, #143A66 55%, #1E6FB8 100%);
    color:#F4F8FC;
}
.featured-header .direct-summary{max-width:62rem;
    margin:0 auto;}
.featured-header .secondary-view{margin-bottom:calc(1.73rem * 1.5);
    max-width:46rem;}
.featured-header .secondary-view p{margin:0;
    color:color-mix(in srgb, currentColor 76%, transparent);
    font-size:calc(19.1px * .875);
    text-transform:uppercase;
    letter-spacing:.1em;}
.featured-header .secondary-view h2{margin:.5rem 0 0;
    font-size:clamp(2rem,4vw,3rem);
    line-height:1.15;}
.featured-header .top-team{display:flex;
    flex-direction:column;
    gap:1.73rem;}
.featured-header .top-team article{
    padding:calc(1.5rem * .75);
    border-radius:1rem;
    background:color-mix(in srgb, currentColor 10%, transparent);
    border:1px solid color-mix(in srgb, currentColor 16%, transparent);
}
.featured-header .quiet-steps{display:flex;
    justify-content:space-between;
    align-items:baseline;
    gap:.75rem;
    margin-bottom:.9rem;
    font-size:calc(19.1px * .875);}
.featured-header .quiet-steps strong{font-weight:600;}
.featured-header .quiet-steps span{color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-header .clear-steps{display:grid;
    grid-template-columns:14rem 1fr;
    gap:1.73rem;
    align-items:start;}
.featured-header .clear-steps img{display:block;
    width:100%;
    height:11rem;
    object-fit:cover;
    border-radius:0.48rem;}
.featured-header .clear-steps small{display:block;
    color:color-mix(in srgb, currentColor 72%, transparent);
    font-size:calc(19.1px * .875);
    line-height:1.4;}
.featured-header .clear-steps h3{margin:.5rem 0 .4rem;
    font-size:calc(19.1px * 1.35);
    line-height:1.25;}
.featured-header .clear-steps p{margin:0;
    color:color-mix(in srgb, currentColor 85%, transparent);}
@media (max-width:680px){.featured-header .clear-steps{
        grid-template-columns:1fr;
    }.featured-header .clear-steps img{
        height:12rem;
    }
}
.clear-shell{--mark-strong:calc(1.5rem * 1.05);--axis-public:calc(1580px / 2.6);padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.clear-shell .direct-summary{max-width:1580px;margin:0 auto;}
.clear-shell h2,.clear-shell h3,.clear-shell p{margin:0;}
.clear-shell h2{font-size:calc(19.1px * 2);line-height:1.14;}
.clear-shell h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.clear-shell p{font-size:19.1px;line-height:1.76;}
.clear-shell a{color:#0B2242;text-decoration:none;}
.clear-shell a:hover{color:#1E6FB8;}
.clear-shell .quiet-details{display:flex;flex-wrap:wrap;gap:1.73rem;align-items:baseline;}
.clear-shell .quiet-details>h2{flex:1 1 calc(1580px / 3);min-width:0;}
.clear-shell .quiet-details>.plain-intro{flex:1 1 calc(1580px / 2.4);min-width:0;color:#22354F;}
.clear-shell .top-team{display:flex;flex-wrap:wrap;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.clear-shell .bottom-note{flex:1 1 calc(1580px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9) 0 0;border-top:1px solid #D3DEEB;}
.clear-shell .bottom-note p{margin-top:calc(1.5rem / 3.2);color:#22354F;}
.clear-shell .active-brand{display:flex;flex-wrap:wrap;gap:1.73rem;margin-top:var(--mark-strong);padding-top:calc(1.73rem * 1.5);border-top:1px solid #D3DEEB;}
.clear-shell .active-brand a{font-size:calc(19.1px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.top-fields{padding:calc(1.5rem * 2.4) 2.02rem;background:var(--paint-deep);color:var(--paint-light)}
.top-fields .direct-summary{max-width:1580px;margin:0 auto}
.top-fields .quiet-details{max-width:52rem}
.top-fields h2{margin:0;font-size:calc(19.1px * 2.65);line-height:1.05}
.top-fields .plain-intro{margin:calc(1.73rem * 1.5) 0 0;font-size:calc(19.1px * 1.125);line-height:1.76}
.top-fields .simple-links{display:flex;flex-wrap:wrap;gap:1.73rem;margin:calc(1.73rem * 1.5) 0 0;padding:0;list-style:none}
.top-fields .simple-links .bottom-note{flex:1 1 min(100%,22rem);max-width:38rem;padding:1.5rem 0;border-top:1px solid rgba(244,248,252,0.18)}
.top-fields .simple-links .bottom-note:nth-child(even){flex-basis:min(100%,30rem)}
.top-fields h3{margin:0;font-size:calc(19.1px * 1.35);line-height:1.2}
.top-fields .simple-links p{margin:calc(1.5rem * .75) 0 0;line-height:1.76}
.top-fields .offer-copy{max-width:52rem;margin:calc(1.73rem * 1.5) 0 0;font-size:calc(19.1px * .875);line-height:1.76;opacity:0.88}
.top-fields .offer-copy a{text-decoration:underline}
.top-fields .offer-copy a:hover{}
@media(max-width:720px){.top-fields .simple-links{display:block}.top-fields .simple-links .bottom-note,.top-fields .simple-links .bottom-note:nth-child(even){max-width:none;flex-basis:auto}}
.secondary-rail{
    padding:calc(calc(1.5rem * 2.4)*.78) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.secondary-rail .compact-block{max-width:min(1580px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.73rem * 1.5));}
.secondary-rail h1{margin:0;
    max-width:22ch;
    font-size:clamp(2rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.secondary-rail .public-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;
    box-shadow:var(--shadow-base,0 1px 4px rgba(0,0,0,0.13));}
.secondary-rail .plain-intro{max-width:42rem;
    padding-left:clamp(.85rem,1.6vw,1.4rem);
    border-left:2px solid #1E6FB8;}
.secondary-rail p{margin:0;
    font-size:clamp(1rem,1.22vw,19.1px);
    line-height:1.76;
    color:#22354F;}
@media (max-width:640px){.secondary-rail h1{max-width:100%;}.secondary-rail .public-details{aspect-ratio:4/3;}.secondary-rail{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.soft-lead{
  --mark-strong:calc(1.5rem * 1.21);
  --axis-public:calc(1580px / 2.9);
  padding:calc(1.5rem * 2.4) 2.02rem;
  background:#F6F9FC;
  color:#0B2242;
}
.soft-lead .direct-summary{max-width:1580px;
  margin:0 auto;}
.soft-lead h2,
.soft-lead h3,
.soft-lead p{margin:0;}
.soft-lead h2{font-size:calc(19.1px * 2);
  line-height:1.14;}
.soft-lead h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;
  margin-bottom:calc(1.5rem / 4);}
.soft-lead p{font-size:19.1px;
  line-height:1.76;}
.soft-lead .quiet-details{max-width:var(--axis-public);
  margin-bottom:var(--mark-strong);}
.soft-lead .plain-intro{margin-top:calc(1.5rem / 2);
  color:#22354F;}
.soft-lead .steady-group{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--mark-strong);
  border-top:1px solid #D3DEEB;}
.soft-lead .content-shell{display:flex;
  gap:1.73rem;
  align-items:flex-start;
  padding-top:var(--mark-strong);
  border-top:1px solid #D3DEEB;}
.soft-lead .content-shell:first-child{border-top:0;
  padding-top:0;}
.soft-lead .service-summary{flex:0 0 auto;
  min-width:2.4rem;
  font-size:calc(19.1px * 1.125);
  font-weight:700;
  letter-spacing:0.04em;
  color:#1E6FB8;
  padding-top:0.15rem;}
.soft-lead .soft-wrap{min-width:0;
  max-width:var(--axis-public);}
.soft-lead .soft-wrap p{color:#22354F;}
.soft-lead .offer-copy{margin-top:var(--mark-strong);
  padding-top:var(--mark-strong);
  border-top:1px solid #D3DEEB;
  max-width:var(--axis-public);
  color:#22354F;}
.soft-lead .active-brand{margin-top:calc(1.5rem / 1.5);
  font-size:calc(19.1px * .875);
  color:#22354F;}
.soft-lead .active-brand a{color:#0B2242;
  text-decoration:underline;
  text-underline-offset:3px;}
.soft-lead .active-brand a:hover{color:#1E6FB8;}
@media (max-width:640px){.soft-lead .content-shell{
    flex-direction:column;
    gap:calc(1.73rem / 3);
  }.soft-lead .service-summary{
    min-width:0;
  }
}
.main-rail{--mark-strong:calc(1.5rem * 1.35);--axis-public:calc(1580px / 2.50);--label-button:calc(1580px / 3.66);padding:calc(1.5rem * 2.4) 2.02rem;background:#1E6FB8;color:#F4F8FC;}
.main-rail .direct-summary{max-width:1580px;margin:0 auto;}
.main-rail h1,.main-rail h2,.main-rail h3,.main-rail p{margin:0;}
.main-rail h2{font-size:calc(19.1px * 2);line-height:1.12;}
.main-rail h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.main-rail p{font-size:19.1px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-rail a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.main-rail a:hover{opacity:.82;}
.main-rail img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.main-rail .plain-intro{margin-top:1.5rem;}
.main-rail .active-brand{margin-top:calc(1.73rem * 1.5);font-size:calc(19.1px * .875);}
.main-rail .top-team{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.main-rail .bottom-note{min-width:0;padding-bottom:calc(1.73rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-rail .bottom-note:last-child{border-bottom:0;padding-bottom:0;}
.main-rail .bottom-note p{margin-top:calc(1.5rem / 3);}
.main-rail .focused-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.73rem;}
.main-rail .focused-feature>.visual-feature{flex:1 1 calc(1580px / 3);min-width:0;}
.main-rail .focused-feature>.top-team{flex:2 1 calc(1580px / 2);margin-top:0;}
.main-rail .focused-feature>img{margin-left:auto;max-width:var(--label-button);}
@media (max-width:760px){.main-rail .focused-feature>img{margin-left:0;max-width:100%;}
}
.steady-contact{--mark-strong:calc(1.5rem * 1.28);--axis-public:calc(1580px / 2.9);padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.steady-contact .direct-summary{max-width:1580px;margin:0 auto;}
.steady-contact h2,.steady-contact h3,.steady-contact p{margin:0;}
.steady-contact h2{font-size:calc(19.1px * 2);line-height:1.14;}
.steady-contact h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.steady-contact p{font-size:19.1px;line-height:1.76;}
.steady-contact .visual-feature>.plain-intro{margin-top:1.5rem;max-width:var(--axis-public);}
.steady-contact .visual-feature>.offer-copy{margin-top:calc(1.5rem * .7);max-width:var(--axis-public);font-size:calc(19.1px * .875);color:#22354F;}
.steady-contact .offer-details{display:flex;align-items:flex-start;gap:1.73rem;}
.steady-contact .offer-details>.visual-feature{flex:1 1 calc(1580px / 3.2);min-width:0;}
.steady-contact .offer-details>.top-team{flex:2 1 calc(1580px / 2);min-width:0;margin-top:0;}
.steady-contact .top-team{display:flex;flex-direction:column;gap:var(--mark-strong);}
.steady-contact .bottom-note{min-width:0;padding-left:1.5rem;border-left:2px solid #D3DEEB;}
.steady-contact .bottom-note p{margin-top:calc(1.5rem / 3);color:#22354F;}
@media(max-width:820px){.steady-contact .offer-details{flex-direction:column;}.steady-contact .offer-details>.top-team{margin-top:var(--mark-strong);}.steady-contact .visual-feature>.plain-intro,.steady-contact .visual-feature>.offer-copy{max-width:none;}
}
.simple-plan{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.simple-plan .compact-block{max-width:min(1580px,64rem);
    margin:0 auto;}
.simple-plan h1{margin:0;
    font-size:clamp(2rem,5vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.simple-plan .public-details{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;
    margin:clamp(1rem,2.4vw,calc(1.73rem * 1.5)) 0 0;
    box-shadow:var(--shadow-base,0 1px 4px rgba(0,0,0,0.13));}
.simple-plan .compact-block>div{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #D3DEEB;}
.simple-plan p{margin:0;
    font-size:clamp(1rem,1.25vw,19.1px);
    line-height:1.76;
    color:#22354F;}
@media (max-width:640px){.simple-plan{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.simple-plan .public-details{aspect-ratio:4/3;}
  }
.profile{
    padding:calc(1.5rem * 2.4) 2.02rem;
    background:var(--paint-deep);
    color:var(--paint-light);
}
.profile .direct-summary{max-width:1580px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(calc(1.73rem * 1.5) * 1.2);}
.profile .quiet-details{max-width:52rem;}
.profile .quiet-details h2{margin:0 0 calc(1.73rem * 1.5);
    font-size:calc(19.1px * 2);
    line-height:1.2;}
.profile .quiet-details p{margin:0;
    font-size:19.1px;
    line-height:1.76;
    opacity:.9;}
.profile .visual-body{display:flex;
    flex-wrap:wrap;
    gap:1.73rem;}
.profile .active-brand{
    flex:1 1 16rem;
    min-width:14rem;
    padding:calc(1.5rem * .75);
    border-radius:1rem;
    border:1px solid #D3DEEB;
    background:#FFFFFF;
    color:#0B2242;
}
.profile .active-brand h3{margin:0 0 0.5rem;
    font-size:calc(19.1px * 1.35);
    line-height:1.3;}
.profile .active-brand p{margin:0 0 0.6rem;
    font-size:calc(19.1px * .875);
    line-height:1.76;}
.profile .active-brand .contact-stack{margin:0;
    font-size:calc(19.1px * .875);}
.profile .strong-rail{display:flex;
    flex-wrap:wrap;
    gap:1.73rem;
    padding-top:calc(1.73rem * 1.5);
    border-top:1px solid color-mix(in srgb, var(--paint-light) 22%, transparent);}
.profile .compact-body{flex:1 1 14rem;
    min-width:12rem;}
.profile .compact-body .direct-note{display:block;
    font-size:calc(19.1px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:.7;
    margin-bottom:0.35rem;}
.profile .compact-body a,
.profile .compact-body p{margin:0;
    font-size:19.1px;
    text-decoration:none;
    word-break:break-word;}
.profile .compact-body a:hover{text-decoration:underline;}
.profile .top-flow{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.73rem;
    padding-top:calc(1.73rem * 1.5);
    border-top:1px solid color-mix(in srgb, var(--paint-light) 22%, transparent);}
.profile .top-flow p{flex:1 1 22rem;
    margin:0;
    font-size:calc(19.1px * .875);
    line-height:1.76;
    opacity:.9;}
.profile .fresh-view{
    display:inline-block;
    padding:0.7rem 1.2rem;
    border-radius:0.48rem;
    background:#1E6FB8;
    color:#F4F8FC;
    font-size:calc(19.1px * .875);
    font-weight:700;
    text-decoration:none;
    transition:background 420ms var(--ease-entry);
}
.profile .fresh-view:hover{
    background:#175A96;color:#0B2242;}
@media (max-width:760px){.profile .visual-body{
        flex-direction:column;
    }.profile .top-flow{
        flex-direction:column;
        align-items:flex-start;
    }
}
.offset-_updates{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #0B2242;
  color: #F4F8FC;
}
.offset-_updates .direct-summary{max-width: min(1580px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.73rem * 1.5);}
.offset-_updates .offer-copy{flex: 1 1 22rem;
  min-width: 0;}
.offset-_updates h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.offset-_updates .offer-copy p{margin: calc(1.5rem * .75) 0;
  color: #C3D0E0;
  font-size: calc(19.1px * 1.125);
  max-width: 34rem;}
.offset-_updates .offer-copy a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #1E6FB8;
  color: #F4F8FC;
  text-decoration: none;
  transition: background 420ms var(--ease-entry);
}
.offset-_updates .offer-copy a:hover{
  background: #175A96;color:#0B2242;}
.offset-_updates .top-rail{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #FFFFFF;
  color: #0B2242;
  border: 1px solid #D3DEEB;
}
.offset-_updates .plain-intro{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.1px;color:inherit;
  letter-spacing: .01em;}
.offset-_updates .top-team{list-style: none;
  margin: 0;
  padding: 0;}
.offset-_updates .top-team li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #D3DEEB;}
.offset-_updates .top-team li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.offset-_updates .top-team strong{display: block;
  font-size: 19.1px;
  line-height: 1.35;}
.offset-_updates .top-team span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(19.1px * .875);
  line-height: 1.6;}
.offset-_updates .content-tile{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D3DEEB;
  font-size: calc(19.1px * .875);color:inherit;}
@media (max-width: 760px) {.offset-_updates .direct-summary{
    flex-direction: column;
  }
}
.site-inner{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.site-inner .compact-block{max-width:min(1580px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.73rem * 1.5));}
.site-inner h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.site-inner .public-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;
    box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.site-inner .plain-intro{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D3DEEB;}
.site-inner .plain-intro p{margin:0;
    font-size:clamp(1rem,1.22vw,19.1px);
    line-height:1.76;
    color:#22354F;}
@media (max-width:640px){.site-inner{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.site-inner .public-details{
      aspect-ratio:4/3;
    }
  }
.visual-contact{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #0B2242;
  color: #F4F8FC;
}
.visual-contact .direct-summary{max-width: min(1580px, 72rem);
  margin: 0 auto;}
.visual-contact .plain-intro{max-width: 52rem;}
.visual-contact h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.visual-contact .open-shell{margin: calc(1.5rem * .75) 0 calc(1.73rem * 1.5);
  font-size: calc(19.1px * 1.125);
  color: #C3D0E0;}
.visual-contact .top-team{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.73rem;}
.visual-contact .bottom-note{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #22354F;}
.visual-contact .quiet-quote{display: block;
  font-weight: 700;
  font-size: calc(19.1px * 1.35);
  line-height: 1.25;}
.visual-contact .bottom-note p{margin: calc(calc(1.5rem * .75) * .7) 0;
  color: #C3D0E0;}
.visual-contact .quiet-steps{font-size: calc(19.1px * .875);color:inherit;}
.visual-contact .steady-group{margin-top: calc(1.73rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22354F;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.73rem;}
.visual-contact .offer-copy{margin: 0;
  flex: 1 1 min(100%, 30rem);
  color: #C3D0E0;}
.visual-contact .top-flow{
  display: inline-block;
  padding: .7rem 1.3rem;
  border-radius: 0.48rem;
  background: #1E6FB8;
  color: #F4F8FC;
  font-size: 19.1px;
  text-decoration: none;
  transition: background 420ms var(--ease-entry);
}
.visual-contact .top-flow:hover{
  background: #175A96;color:#0B2242;}
@media (max-width: 700px) {.visual-contact .top-team{
    display: block;
  }.visual-contact .bottom-note + .bottom-note{
    margin-top: 1.73rem;
  }
}
.open-headline{
  --mark-strong:calc(1.5rem * 1.15);
  --axis-public:calc(1580px / 2.35);
  padding:calc(1.5rem * 2.4) 2.02rem;
  background:var(--paint-deep);
  color:var(--paint-light);
}
.open-headline .direct-summary{max-width:1580px;margin:0 auto;}
.open-headline h2,.open-headline h3,.open-headline p{margin:0;}
.open-headline h2{font-size:calc(19.1px * 2);line-height:1.14;max-width:var(--axis-public);}
.open-headline p{font-size:19.1px;line-height:1.76;}
.open-headline a{color:inherit;text-decoration:none;}
.open-headline .active-brand{display:flex;
  flex-wrap:wrap;
  gap:calc(1.73rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.open-headline .visual-feature{flex:1 1 32rem;min-width:0;}
.open-headline .plain-intro{margin-top:1.5rem;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.open-headline .offer-copy{margin-top:calc(1.73rem * 1.5);
  padding-top:calc(1.73rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  color:color-mix(in srgb, currentColor 74%, transparent);}
.open-headline .top-rail{flex:0 1 26rem;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  min-width:0;}
.open-headline img{display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:0.48rem;}
.open-headline .top-flow{
  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.33rem;
  background:var(--paint-light);
  color:var(--paint-deep);
  font-size:19.1px;
  transition:background 420ms var(--ease-entry),color 420ms var(--ease-entry);
}
.open-headline .top-flow:hover,
.open-headline .top-flow:focus-visible{
  background:#1E6FB8;
  color:#F4F8FC;
}
.open-headline .fresh-surface{font-size:calc(19.1px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.open-headline .fresh-surface a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:1px;}
.open-headline .fresh-surface a:hover,
.open-headline .fresh-surface a:focus-visible{border-bottom-color:currentColor;}
@media (max-width: 900px){.open-headline .active-brand{flex-direction:column;}.open-headline .top-rail{flex:1 1 auto;width:100%;}.open-headline h2{max-width:none;}
}
.bottom-feature{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.bottom-feature .compact-block{max-width:min(1580px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.bottom-feature h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.bottom-feature .public-details{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;
    margin:clamp(1.1rem,2.4vw,calc(1.73rem * 1.5)) 0 0;
    box-shadow:var(--shadow-base,0 1px 4px rgba(0,0,0,0.13));}
.bottom-feature .compact-block>div{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.73rem);
    border-top:1px solid #D3DEEB;}
.bottom-feature p{margin:0;
    font-size:clamp(1rem,1.22vw,19.1px);
    line-height:1.76;
    color:#22354F;}
@media (max-width:640px){.bottom-feature{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.bottom-feature .public-details{
      aspect-ratio:4/3;
    }
  }
.bottom-area{--mark-strong:calc(1.5rem * 1.2);--field-local:calc(1580px / 6.4);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--paint-deep);color:var(--paint-light);}
.bottom-area .direct-summary{max-width:1580px;margin:0 auto;}
.bottom-area h2,.bottom-area h3,.bottom-area p{margin:0;}
.bottom-area h2{font-size:calc(19.1px * 2);line-height:1.14;}
.bottom-area h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.bottom-area p{font-size:19.1px;line-height:1.76;color:color-mix(in srgb, currentColor 76%, transparent);}
.bottom-area a{color:inherit;text-decoration:none;}
.bottom-area img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.bottom-area .quiet-details{max-width:calc(1580px / 1.7);}
.bottom-area .offer-copy{margin-bottom:calc(1.5rem / 2);font-size:calc(19.1px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.bottom-area .plain-intro{margin-top:1.5rem;}
.bottom-area .top-team{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.bottom-area .bottom-note{display:flex;flex-wrap:wrap;gap:1.73rem;align-items:flex-start;padding-top:var(--mark-strong);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.bottom-area .bottom-note:first-child{padding-top:0;border-top:0;}
.bottom-area .clear-plan{flex:0 0 var(--field-local);min-width:0;}
.bottom-area .soft-wrap{flex:1 1 calc(1580px / 2.6);min-width:0;}
.bottom-area .soft-wrap p{margin-top:calc(1.5rem / 3);}
.bottom-area .site-menu{display:inline-block;margin-top:calc(1.5rem / 2);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);font-size:calc(19.1px * .875);}
.bottom-area .active-brand{margin-top:var(--mark-strong);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);font-size:calc(19.1px * .875);}
.bottom-area .active-brand a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
@media (max-width:720px){.bottom-area .clear-plan{flex:1 1 100%;}.bottom-area .soft-wrap{flex:1 1 100%;}
}
.open-quote{--mark-strong:calc(1.5rem * 0.95);--axis-public:calc(1580px / 3.05);--label-button:calc(1580px / 4.05);padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.open-quote .direct-summary{max-width:1580px;margin:0 auto;}
.open-quote h1,.open-quote h2,.open-quote h3,.open-quote p{margin:0;}
.open-quote h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.open-quote h2{font-size:calc(19.1px * 2);line-height:1.12;}
.open-quote h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.open-quote p{font-size:19.1px;line-height:1.76;color:#22354F;}
.open-quote a{color:#0B2242;text-decoration:none;border-bottom:1px solid #D3DEEB;}
.open-quote a:hover{color:#1E6FB8;border-bottom-color:#1E6FB8;}
.open-quote img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.open-quote .plain-intro{margin-top:1.5rem;}
.open-quote .offer-copy{margin-top:calc(1.73rem * 1.5);font-size:calc(19.1px * .875);}
.open-quote .top-team{display:flex;flex-direction:column;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.open-quote .bottom-note{min-width:0;}
.open-quote .bottom-note p{margin-top:calc(1.5rem / 3);}
.open-quote .bottom-note img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-button) * .7);}
.open-quote .focused-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.73rem;}
.open-quote .focused-feature>.visual-feature{flex:1 1 calc(1580px / 3);min-width:0;}
.open-quote .focused-feature>.top-team{flex:2 1 calc(1580px / 2);margin-top:0;}
.open-quote .focused-feature>img{margin-left:auto;flex:0 1 var(--label-button);}
@media (max-width:720px){.open-quote .focused-feature>img{flex:1 1 100%;margin-left:0;}
}
.focused-details{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.focused-details .bottom-quote{max-width:min(1580px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(1.73rem * 1.5));}
.focused-details .plain-intro{display:flex;
    flex-direction:column;
    gap:clamp(.7rem,1.4vw,1.5rem);}
.focused-details h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.focused-details .visual-feature{margin:0;
    max-width:44rem;
    font-size:clamp(1rem,1.24vw,19.1px);
    line-height:1.74;
    color:#22354F;}
.focused-details .direct-benefit{margin:0;
    padding-top:clamp(.9rem,1.8vw,1.5rem);
    border-top:1px solid #D3DEEB;}
.focused-details .public-details{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;}
@media (max-width:640px){.focused-details{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.focused-details .public-details{aspect-ratio:4/3;}
  }
.narrow-team{padding:calc(1.5rem * 2.4) 2.02rem;background:#E7EEF6;color:#22354F}
.narrow-team .direct-summary{max-width:1580px;margin:0 auto}
.narrow-team .strong-team{display:flex;flex-wrap:wrap;gap:calc(1.73rem * 1.5);align-items:flex-start}
.narrow-team .quiet-details{flex:1 1 320px;min-width:0;max-width:46ch}
.narrow-team h2{margin:0;font-size:calc(19.1px * 2);line-height:1.12}
.narrow-team .quiet-details p{margin:1.5rem 0 0;font-size:19.1px;line-height:1.76}
.narrow-team .primary-summary{flex:2 1 480px;min-width:0;display:flex;flex-direction:column;gap:1px;background:#D3DEEB;border:1px solid #D3DEEB;border-radius:1rem;overflow:hidden;color:#0B2242;}
.narrow-team .primary-summary a{display:block;background:#FFFFFF;color:#0B2242;padding:1.5rem 2.02rem;text-decoration:none;transition:background 420ms var(--ease-entry)}
.narrow-team .primary-summary a:hover{background:#E7EEF6;color:#22354F;}
.narrow-team strong{display:block;font-size:19.1px;line-height:1.24}
.narrow-team span{display:block;margin-top:0.5rem;font-size:calc(19.1px * .875);line-height:1.6}
@media(max-width:780px){.narrow-team .strong-team{display:block}.narrow-team .primary-summary{margin-top:calc(1.73rem * 1.5)}.narrow-team h2{font-size:calc(19.1px * 1.35)}}
.content-list{--mark-strong:calc(1.5rem * 1.05);--axis-public:calc(1580px / 2.9);padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242;}
.content-list .direct-summary{max-width:1580px;margin:0 auto;}
.content-list h2,.content-list h3,.content-list p,.content-list ul{margin:0;}
.content-list h2{font-size:calc(19.1px * 2);line-height:1.14;margin-top:var(--mark-strong);max-width:var(--axis-public);}
.content-list h3{font-size:calc(19.1px * 1.35);line-height:1.22;}
.content-list p{font-size:19.1px;line-height:1.76;}
.content-list .offer-copy{font-size:calc(19.1px * .875);color:#22354F;background:#E7EEF6;padding:calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);border-radius:0.33rem;max-width:var(--axis-public);}
.content-list a{color:#0B2242;text-decoration:none;}
.content-list a:hover{color:#1E6FB8;}
.content-list .top-team{display:flex;flex-wrap:wrap;gap:1.73rem;margin-top:var(--mark-strong);}
.content-list .bottom-note{flex:1 1 calc(1580px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(1.5rem * .75);border-radius:0.48rem;background:#FFFFFF;color:#0B2242;border:1px solid #D3DEEB;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.content-list .clear-region{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 4);font-size:calc(19.1px * .875);color:#22354F;}
.content-list .clear-region li{padding-left:calc(calc(1.5rem * .75) * .8);position:relative;}
.content-list .clear-region li::before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:#1E6FB8;color:#F4F8FC;}
.content-list .top-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .7) 1.5rem;border-radius:0.33rem;background:var(--paint-deep);color:var(--paint-light);font-size:calc(19.1px * .875);margin-top:auto;}
.content-list .top-flow:hover{background:#143A66;color:var(--paint-light);}
.content-list .active-brand{display:flex;flex-wrap:wrap;gap:calc(2.02rem / 2);align-items:baseline;margin-top:var(--mark-strong);padding-top:calc(1.5rem / 2);border-top:1px solid #D3DEEB;font-size:calc(19.1px * .875);color:#22354F;}
.content-list .active-brand a{color:#0B2242;text-decoration:underline;text-underline-offset:3px;}
.content-list .active-brand a:hover{color:#1E6FB8;}
@media (max-width:720px){.content-list .bottom-note{flex:1 1 100%;}.content-list h2{max-width:none;}
}
.content-nav{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.content-nav .compact-block{max-width:min(1580px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(1.73rem * 1.5));}
.content-nav .plain-intro{max-width:52rem;}
.content-nav h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.content-nav .plain-intro p{margin:clamp(.85rem,1.8vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.24vw,19.1px);
    line-height:1.72;
    color:#22354F;}
.content-nav .direct-benefit{margin:0;
    width:100%;}
.content-nav .public-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:24/9;
    object-fit:cover;
    border-radius:0.48rem;
    border:1px solid #D3DEEB;}
@media (max-width:640px){.content-nav{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.content-nav .public-details{aspect-ratio:4/3;}
  }
.top-area{
  --mark-strong:calc(1.5rem * 1.15);
  --axis-public:calc(1580px / 2.2);
  --font-strong:calc(1580px / 3.4);
  padding:calc(1.5rem * 2.4) 2.02rem;
  background:#0B2242;
  color:#F4F8FC;
}
.top-area .direct-summary{max-width:1580px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-strong);}
.top-area h2,
.top-area h3,
.top-area p,
.top-area ul{margin:0;}
.top-area h2{font-size:calc(19.1px * 2);
  line-height:1.14;
  max-width:var(--axis-public);}
.top-area h3{font-size:calc(19.1px * 1.35);
  line-height:1.22;}
.top-area p{font-size:19.1px;
  line-height:1.76;}
.top-area .quiet-details{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);}
.top-area .plain-intro{max-width:calc(1580px / 1.9);
  opacity:.86;}
.top-area .focused-block{display:flex;
  flex-wrap:wrap;
  gap:1.73rem;}
.top-area .bottom-note{
  flex:1 1 var(--font-strong);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding:calc(calc(1.5rem * .75) * 1.15);
  border-radius:0.48rem;
  background:#FFFFFF;
  color:#0B2242;
  border:1px solid #D3DEEB;
}
.top-area .bottom-note p{color:inherit;
  opacity:.86;}
.top-area .clear-region{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);
  border-top:1px solid #D3DEEB;
  padding-top:calc(1.5rem / 2.6);}
.top-area .clear-region li{font-size:calc(19.1px * .875);
  line-height:1.55;
  padding-inline-start:calc(calc(1.5rem * .75) / 1.6);
  position:relative;color:inherit;}
.top-area .clear-region li::before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#1E6FB8;color:#F4F8FC;}
.top-area .top-flow{
  align-self:flex-start;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border-radius:0.33rem;
  background:var(--paint-deep);
  color:var(--paint-light);
  text-decoration:none;
  font-size:calc(19.1px * .875);
  transition:background 420ms var(--ease-entry);
}
.top-area .top-flow:hover{
  background:#143A66;color:#0B2242;}
.top-area .active-brand{font-size:calc(19.1px * .875);
  line-height:1.65;
  opacity:.82;
  max-width:calc(1580px / 1.7);
  border-top:1px solid rgba(244,248,252,0.22);
  padding-top:calc(1.5rem / 2);}
.top-area .active-brand a{text-decoration:underline;
  text-underline-offset:3px;}
.top-area .active-brand a:hover{color:inherit;}
@media (max-width:760px){.top-area .bottom-note{
    flex:1 1 100%;
  }
}
.service-intro{--mark-strong:calc(1.5rem * 1.32);--axis-public:calc(1580px / 2.45);--label-button:calc(1580px / 3.61);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--paint-deep);color:var(--paint-light);}
.service-intro .direct-summary{max-width:1580px;margin:0 auto;}
.service-intro h1,.service-intro h2,.service-intro h3,.service-intro p{margin:0;}
.service-intro h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.service-intro h2{font-size:calc(19.1px * 2);line-height:1.12;}
.service-intro h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.service-intro p{font-size:19.1px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.service-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-intro a:hover{}
.service-intro img{display:block;width:100%;height:auto;border-radius:0.48rem;}
.service-intro .plain-intro{max-width:var(--axis-public);}
.service-intro .offer-copy{margin-top:var(--mark-strong);max-width:var(--axis-public);}
.service-intro .top-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.73rem;margin-top:var(--mark-strong);}
.service-intro .bottom-note{flex:1 1 calc(1580px / 4);min-width:0;}
.service-intro .bottom-note p{margin-top:calc(1.5rem / 3);}
.service-intro .primary-area>img{margin-top:var(--mark-strong);}
.service-intro .primary-area>.plain-intro{margin-top:1.5rem;}
@media (max-width:720px){.service-intro .bottom-note{flex:1 1 100%;}
}
.site-summary{--mark-strong:calc(1.5rem * 1.18);--axis-public:calc(1580px / 2.3);padding:calc(1.5rem * 2.4) 2.02rem;background:#E7EEF6;color:#22354F;}
.site-summary .direct-summary{max-width:1580px;margin:0 auto;}
.site-summary h2,.site-summary h3,.site-summary p{margin:0;}
.site-summary h2{font-size:calc(19.1px * 2);line-height:1.14;}
.site-summary p{font-size:19.1px;line-height:1.76;}
.site-summary a{color:inherit;text-decoration:none;}
.site-summary .visual-feature{max-width:var(--axis-public);}
.site-summary .offer-copy{font-size:calc(19.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;margin-bottom:calc(1.5rem / 3);}
.site-summary .plain-intro{margin-top:calc(1.5rem / 2);}
.site-summary .top-flow{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.33rem;background:var(--paint-deep);color:var(--paint-light);}
.site-summary .top-flow:hover{background:#143A66;color:#0B2242;}
.site-summary .top-team{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-strong);border-top:1px solid #D3DEEB;}
.site-summary .bottom-note{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D3DEEB;}
.site-summary .bottom-note p{max-width:calc(1580px / 1.55);}
.site-summary .bottom-note .quiet-quote{margin-top:calc(1.5rem / 3);font-size:calc(19.1px * .875);opacity:0.78;}
.site-summary .visual-wrap{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.73rem;}
.site-summary .visual-wrap>.visual-feature{flex:1 1 auto;min-width:0;}
.site-summary .visual-wrap>.top-flow{flex:0 0 auto;}
.site-summary .visual-wrap>.top-team{flex:1 1 100%;}
@media (max-width:720px){.site-summary .visual-wrap{align-items:flex-start;}.site-summary .bottom-note p{max-width:none;}
}
.offer-quote{padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;background:#E7EEF6;color:#22354F;}
.offer-quote .compact-block{max-width:min(1580px,66rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(1.73rem * 1.5));}
.offer-quote h1{margin:0;font-size:clamp(2rem,5vw,calc(19.1px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.offer-quote .public-details{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.48rem;box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.offer-quote .plain-intro{max-width:40rem;padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D3DEEB;}
.offer-quote p{margin:0;font-size:clamp(1rem,1.26vw,19.1px);line-height:1.76;}
@media (max-width:640px){.offer-quote{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.offer-quote .public-details{aspect-ratio:4/3;}
  }
.service-quote{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #E7EEF6;
  color: #22354F;
}
.service-quote .steady-list{max-width: 1580px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.73rem * 1.5);}
.service-quote .local-list{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #D3DEEB;}
.service-quote h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(19.1px * 2);
  line-height: 1.12;}
.service-quote .local-list p{margin: 0;
  flex: 1 1 26rem;
  font-size: 19.1px;
  line-height: 1.76;}
.service-quote .plain-visual{display: flex;
  flex-direction: column;
  gap: 0;}
.service-quote .bottom-block{display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #D3DEEB;}
.service-quote .bottom-block:first-child{border-top: none;
  padding-top: 0;}
.service-quote .direct-menu{font-size: calc(19.1px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  word-break: break-word;}
.service-quote h3{margin: 0;
  font-size: calc(19.1px * 1.35);
  line-height: 1.2;}
.service-quote .bottom-block p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 19.1px;
  line-height: 1.76;}
.service-quote small{display: block;
  opacity: .78;
  font-size: calc(19.1px * .875);}
@media (max-width: 780px) {.service-quote .bottom-block{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.steady-headline{--mark-strong:calc(1.5rem * 1.22);--axis-public:calc(1580px / 2.30);padding:calc(1.5rem * 2.4) 2.02rem;background:#E7EEF6;color:#22354F;}
.steady-headline .direct-summary{max-width:1580px;margin:0 auto;}
.steady-headline h1,.steady-headline h2,.steady-headline h3,.steady-headline p{margin:0;}
.steady-headline h1{font-size:calc(19.1px * 2.65);line-height:1.08;}
.steady-headline h2{font-size:calc(19.1px * 2);line-height:1.12;}
.steady-headline h3{font-size:calc(19.1px * 1.35);line-height:1.2;}
.steady-headline p{font-size:19.1px;line-height:1.76;}
.steady-headline a{color:#0B2242;text-decoration:none;}
.steady-headline a:hover{color:inherit;}
.steady-headline .top-flow{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.33rem;background:var(--paint-deep);color:var(--paint-light);}
.steady-headline .top-flow:hover{background:#143A66;color:var(--paint-light);}
.steady-headline .wide-callout>h1,.steady-headline .wide-callout>h2,.steady-headline .wide-callout>p,.steady-headline .wide-callout>.top-flow{margin-top:1.5rem;}
.steady-headline .wide-callout .plain-intro{font-size:calc(19.1px * .875);letter-spacing:0.02em;text-transform:uppercase;color:#22354F;}
.steady-headline .wide-callout .offer-copy{max-width:var(--axis-public);}
.steady-headline .active-brand{margin-top:var(--mark-strong);font-size:calc(19.1px * .875);}
.text-wrap{
  background:#F6F9FC;
  color:#0B2242;
  padding:calc(1.5rem * 2.4) 2.02rem;
}
.text-wrap .c{max-width:1580px;
  margin:0 auto;
  display:grid;
  gap:2.02rem;}
@media (min-width:1024px){.text-wrap .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.text-wrap .compact-block{min-width:0;}
.text-wrap .public-menu{margin-bottom:calc(1.73rem * 1.5);}
.text-wrap .public-shell{margin:0 0 .6rem;
  font-size:calc(19.1px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#22354F;}
.text-wrap h1{font-size:calc(19.1px * 2.65);
  line-height:1.2;
  margin:0 0 .8rem;}
.text-wrap .site-items{font-size:calc(19.1px * 1.125);
  color:#22354F;
  margin:0 0 1.1rem;
  max-width:60ch;}
.text-wrap .quiet-steps{display:flex;
  flex-wrap:wrap;
  gap:.4rem 1.2rem;
  font-size:calc(19.1px * .875);
  color:#22354F;
  border-top:1px solid #D3DEEB;
  padding-top:.9rem;}
.text-wrap .strong-quote{margin:0 0 calc(1.73rem * 1.5);}
.text-wrap .strong-quote img{display:block;
  width:100%;
  height:auto;
  border-radius:0.48rem;
  box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.text-wrap .strong-quote figcaption{margin-top:.6rem;
  font-size:calc(19.1px * .875);
  color:#22354F;}
.text-wrap .clear-steps{line-height:1.76;
  font-size:19.1px;}
.text-wrap .clear-steps p{margin:0 0 1.1rem;}
.text-wrap .clear-steps h2{font-size:calc(19.1px * 2);
  margin:1.8rem 0 .7rem;}
.text-wrap .focused-actions{list-style:none;
  padding:0;
  margin:0 0 1.2rem;
  display:flex;
  flex-direction:column;
  gap:.7rem;}
.text-wrap .focused-actions li{
  background:#E7EEF6;
  color:#22354F;
  border-radius:0.33rem;
  padding:.8rem 1rem;
  font-size:19.1px;
}
.text-wrap .focused-actions strong{color:#0B2242;}
.text-wrap blockquote{
  margin:1.4rem 0;
  padding:.9rem 1.1rem;
  border-left:3px solid #1E6FB8;
  background:#FFFFFF;
  color:#0B2242;
  border-radius:0 0.33rem 0.33rem 0;
  font-size:19.1px;
}
.text-wrap .foot{margin-top:calc(1.73rem * 1.5);
  padding-top:1rem;
  border-top:1px solid #D3DEEB;}
.text-wrap .offer-copy{font-size:calc(19.1px * .875);
  color:#22354F;
  margin:0 0 .9rem;}
.text-wrap .active-brand{display:flex;
  flex-wrap:wrap;
  gap:.6rem 1.4rem;
  font-size:calc(19.1px * .875);}
.text-wrap .active-brand a{color:#0B2242;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 420ms var(--ease-entry), border-color 420ms var(--ease-entry);}
.text-wrap .active-brand a:hover{color:#1E6FB8;
  border-bottom-color:#1E6FB8;}
.text-wrap .primary-flow{
  background:#FFFFFF;
  color:#0B2242;
  border:1px solid #D3DEEB;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 4px rgba(0,0,0,0.13);
  align-self:start;
}
.text-wrap .primary-flow h3{margin:0 0 1rem;
  font-size:calc(19.1px * 1.35);}
.text-wrap .bottom-rail{display:flex;
  flex-direction:column;
  gap:.9rem;}
.text-wrap .plain-stack{
  display:block;
  text-decoration:none;
  color:#0B2242;
  padding:.7rem .8rem;
  border-radius:0.33rem;
  background:#E7EEF6;
  transition:background 420ms var(--ease-entry);
}
.text-wrap .plain-stack:hover{background:var(--ink-inverse, #E7EEF6);color:#22354F;}
.text-wrap .secondary-headline{display:block;
  font-size:19.1px;
  line-height:1.4;
  margin-bottom:.25rem;}
.text-wrap .open-note{display:block;
  font-size:calc(19.1px * .875);
  color:#22354F;}
@media (max-width:1023px){.text-wrap .primary-flow{order:2;}
}
.service-section{padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242}
.service-section .direct-summary{max-width:1580px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.73rem * 1.5);align-items:flex-start}
.service-section .direct-summary>*{min-width:0}
.service-section .direct-benefit{flex:1 1 20rem;margin:0}
.service-section .public-details{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem;box-shadow:0 1px 4px rgba(0,0,0,0.13)}
.service-section .secondary-panel{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * .875);color:#22354F}
.service-section .compact-block{flex:2 1 34rem;background:#FFFFFF;color:#0B2242;border:1px solid #D3DEEB;border-radius:1rem;padding:1.73rem}
.service-section .quiet-steps{margin:0;font-size:calc(19.1px * .875);color:#22354F}
.service-section h1{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * 2.65);line-height:1.06}
.service-section h2{margin:calc(1.73rem * 1.5) 0 calc(1.5rem * .75);font-size:calc(19.1px * 1.35);line-height:1.2}
.service-section .plain-intro{margin:1.5rem 0;font-size:calc(19.1px * 1.125);line-height:1.76;color:#22354F}
.service-section .compact-block p{margin:0 0 1.5rem;line-height:1.76}
.service-section .offer-copy{margin:calc(1.73rem * 1.5) 0 0;padding:calc(1.5rem * .75) 1.73rem;background:#E7EEF6;color:#22354F;border-radius:0.48rem;font-size:19.1px}
.service-section .active-brand{margin:calc(1.73rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid #D3DEEB;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-section .soft-actions{margin:0;font-size:calc(19.1px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#22354F}
.service-section .active-brand a{color:#0B2242;text-decoration:none;font-size:19.1px;line-height:1.4}
.service-section .active-brand a:hover{color:#1E6FB8;text-decoration:underline}
@media(max-width:760px){.service-section .direct-summary{flex-direction:column}.service-section .direct-benefit,.service-section .compact-block{flex:1 1 auto;width:100%}}
.focused-plan{
  background:#F6F9FC;
  color:#0B2242;
  padding:calc(1.5rem * 2.4) 2.02rem;
}
.focused-plan .c{max-width:1580px;
  margin:0 auto;
  display:grid;
  gap:2.02rem;}
@media (min-width:1024px){.focused-plan .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.focused-plan .compact-block{min-width:0;}
.focused-plan .public-menu{margin-bottom:1.5rem;}
.focused-plan .public-shell{margin:0 0 0.5rem;
  font-size:calc(19.1px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#22354F;}
.focused-plan h1{font-size:calc(19.1px * 2.65);
  line-height:1.18;
  margin:0 0 0.75rem;}
.focused-plan .plain-intro{font-size:calc(19.1px * 1.125);
  line-height:1.55;
  margin:0 0 1rem;
  max-width:60ch;
  color:#22354F;}
.focused-plan .quiet-steps{display:flex;
  flex-wrap:wrap;
  gap:0.5rem 1.25rem;
  font-size:calc(19.1px * .875);
  color:#22354F;
  border-top:1px solid #D3DEEB;
  padding-top:0.75rem;}
.focused-plan .strong-quote{margin:0 0 calc(1.73rem * 1.5);
  border-radius:1rem;
  overflow:hidden;
  box-shadow:0 1px 4px rgba(0,0,0,0.13);}
.focused-plan .strong-quote img{display:block;
  width:100%;
  height:auto;}
.focused-plan .clear-steps{font-size:19.1px;
  line-height:1.76;}
.focused-plan .clear-steps p{margin:0 0 1.1rem;}
.focused-plan .clear-steps h2{font-size:calc(19.1px * 1.35);
  margin:1.75rem 0 0.75rem;
  line-height:1.3;}
.focused-plan .foot{margin-top:calc(1.73rem * 1.5);
  padding-top:calc(1.73rem * 1.5);
  border-top:1px solid #D3DEEB;}
.focused-plan .offer-copy{font-size:calc(19.1px * .875);
  color:#22354F;
  margin:0 0 0.85rem;}
.focused-plan .offer-copy a{color:#0B2242;text-decoration:underline;}
.focused-plan .offer-copy a:hover{color:#1E6FB8;}
.focused-plan .active-brand{display:flex;
  flex-direction:column;
  gap:0.4rem;}
.focused-plan .active-brand a{color:#0B2242;
  text-decoration:none;
  font-size:19.1px;
  border-bottom:1px solid transparent;
  padding-bottom:1px;
  transition:color 420ms var(--ease-entry),border-color 420ms var(--ease-entry);}
.focused-plan .active-brand a:hover{color:#1E6FB8;
  border-bottom-color:#1E6FB8;}
.focused-plan .top-rail{
  background:#FFFFFF;
  color:#0B2242;
  border:1px solid #D3DEEB;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 4px rgba(0,0,0,0.13);
  align-self:start;
}
.focused-plan .top-rail h3{margin:0 0 0.85rem;
  font-size:calc(19.1px * 1.35);}
.focused-plan .quiet-list{list-style:none;
  margin:0 0 1.25rem;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.65rem;}
.focused-plan .quiet-list a{color:#0B2242;
  text-decoration:none;
  font-size:19.1px;
  line-height:1.45;}
.focused-plan .quiet-list a:hover{color:#1E6FB8;
  text-decoration:underline;}
.focused-plan .team-block{border-top:1px solid #D3DEEB;
  padding-top:0.85rem;
  font-size:calc(19.1px * .875);
  color:#22354F;}
.focused-plan .team-block p{margin:0 0 0.35rem;}
.focused-plan .team-block a{color:#0B2242;text-decoration:none;}
.focused-plan .team-block a:hover{color:#1E6FB8;text-decoration:underline;}
.quiet-method{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.quiet-method .compact-block{max-width:min(1580px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.73rem * 1.5));}
.quiet-method h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.quiet-method .public-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.48rem;
    box-shadow:var(--shadow-base,0 1px 4px rgba(0,0,0,0.13));}
.quiet-method .plain-intro{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D3DEEB;}
.quiet-method p{margin:0;
    font-size:clamp(1rem,1.24vw,19.1px);
    line-height:1.74;
    color:#22354F;}
@media (max-width:640px){.quiet-method{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.quiet-method .public-details{aspect-ratio:4/3;}
  }
.content-details{
  background:#F6F9FC;
  color:#0B2242;
  padding:calc(1.5rem * 2.4) 2.02rem;
}
.content-details .soft-wrap{max-width:min(1580px,62rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.73rem * 1.5);}
.content-details .plain-intro{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:44rem;}
.content-details h2{margin:0;
  font-size:clamp(calc(19.1px * 2),4vw,calc(19.1px * 2.65));
  line-height:1.1;}
.content-details .plain-intro p{margin:0;
  font-size:calc(19.1px * 1.125);
  line-height:1.6;
  color:#22354F;}
.content-details .local-footer{
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  background:#FFFFFF;
  color:#0B2242;
  border:1px solid #D3DEEB;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 4px rgba(0,0,0,0.13);
}
.content-details .public-rail{display:flex;
  flex-wrap:wrap;
  gap:1.73rem;}
.content-details .public-rail .compact-body{flex:1 1 16rem;}
.content-details .compact-body{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .4);
  min-width:0;}
.content-details .compact-body span{font-size:calc(19.1px * .875);
  letter-spacing:.02em;
  color:#22354F;}
.content-details input,
.content-details select,
.content-details textarea{
  font:inherit;
  color:#0B2242;
  background:#F6F9FC;
  border:1px solid #D3DEEB;
  border-radius:0.33rem;
  padding:calc(calc(1.5rem * .75) * .55) calc(calc(1.5rem * .75) * .7);
  width:100%;
  box-sizing:border-box;
}
.content-details textarea{resize:vertical;
  min-height:8rem;
  line-height:1.5;}
.content-details input::placeholder,
.content-details textarea::placeholder{color:rgba(255,255,255,0.55);}
.content-details input:focus,
.content-details select:focus,
.content-details textarea:focus{outline:2px solid #3E8FD4;
  outline-offset:1px;}
.content-details .site-service{display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.73rem;
  border-top:1px solid #D3DEEB;
  padding-top:calc(1.5rem * .75);}
.content-details .offer-copy{margin:0;
  flex:1 1 20rem;
  font-size:calc(19.1px * .875);
  line-height:1.55;
  color:#22354F;}
.content-details button{
  border:0;
  border-radius:0.48rem;
  background:var(--paint-deep);
  color:var(--paint-light);
  padding:calc(calc(1.5rem * .75) * .7) 1.73rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background 420ms var(--ease-entry);
}
.content-details button:hover{
  background:#143A66;color:#0B2242;}
.content-details .top-rail{font-size:calc(19.1px * .875);
  color:#22354F;
  line-height:1.6;}
.content-details .top-rail p{margin:0;}
.content-details .top-rail a{color:#0B2242;
  text-decoration:underline;}
.content-details .top-rail a:hover{color:#1E6FB8;}
@media (max-width:640px) {.content-details .site-service{
    align-items:flex-start;
    flex-direction:column;
  }.content-details button{
    width:100%;
  }
}
.main-unit{background:#1E6FB8;color:#F4F8FC;padding:calc(1.5rem * 2.4) 2.02rem}
.main-unit .direct-summary{max-width:1580px;margin:0 auto}
.main-unit .offer-details{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.73rem * 1.5)}
.main-unit .visual-feature{flex:1 1 24rem;min-width:0}
.main-unit h2{margin:0;font-size:clamp(calc(19.1px * 2),4.4vw,calc(19.1px * 2.65));line-height:1.08;letter-spacing:0}
.main-unit p{margin:1.5rem 0 0;max-width:38rem;font-size:calc(19.1px * 1.125);line-height:1.62}
.main-unit .visual-feature a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.73rem;border-radius:0.48rem;background:#F4F8FC;color:#1E6FB8;text-decoration:none;font-weight:700}
.main-unit .visual-feature a:hover{background:#FFFFFF;color:#0B2242;}
.main-unit .cluster{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:1rem}
.main-unit .top-team{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.main-unit .bottom-note{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.main-unit .bottom-note:last-child{border-bottom:0;padding-bottom:0}
.main-unit strong,.main-unit span{display:block}
.main-unit strong{font-size:19.1px}
.main-unit span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55;font-size:calc(19.1px * .875)}
@media(max-width:820px){.main-unit .offer-details{flex-direction:column}.main-unit .cluster{flex-basis:auto;min-width:0;aspect-ratio:16/9;width:100%}.main-unit .top-team{width:100%}
}
.strong-headline{padding:calc(1.5rem * 2.4) 2.02rem;background:var(--paint-deep);color:var(--paint-light)}
.strong-headline .contact-callout{max-width:min(1580px,64rem);margin:0 auto}
.strong-headline .secondary-view{max-width:52rem}
.strong-headline h2{margin:0;font-size:calc(19.1px * 2.65);line-height:1.08}
.strong-headline .site-unit{margin:1.5rem 0 calc(1.73rem * 1.5);font-size:calc(19.1px * 1.125);line-height:1.6}
.strong-headline .bottom-grid{display:flex;flex-direction:column;gap:1.73rem;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent);padding-top:calc(1.73rem * 1.5)}
.strong-headline .offer-copy{padding:0}
.strong-headline .offer-copy h3{margin:0 0 0.5rem;font-size:calc(19.1px * 1.35);line-height:1.25}
.strong-headline .offer-copy p{margin:0;max-width:60rem}
.strong-headline .plain-note{margin-top:calc(1.73rem * 1.5);padding-top:calc(1.73rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.strong-headline .plain-note .direct-note{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78}
.strong-headline .narrow-actions{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.73rem}
.strong-headline .narrow-actions li{display:flex;flex-direction:column;gap:0.2rem;min-width:14rem}
.strong-headline .narrow-actions .k{font-size:calc(19.1px * .875);opacity:0.72}
.strong-headline .narrow-actions a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.strong-headline .narrow-actions a:hover{}
.strong-headline .focused-header{margin:calc(1.5rem * .75) 0 0;font-size:calc(19.1px * .875);opacity:0.82;max-width:52rem}
@media (max-width:640px){.strong-headline .narrow-actions{flex-direction:column;gap:calc(1.5rem * .75)}
}
.offer-shell{padding:calc(1.5rem * 2.4) 2.02rem;background:#F6F9FC;color:#0B2242}
.offer-shell .strong-surface{max-width:min(1580px,64rem);margin:0 auto}
.offer-shell h2{margin:0;font-size:calc(19.1px * 2);line-height:1.1}
.offer-shell .open-shell{margin:1.5rem 0 calc(1.73rem * 1.5);font-size:calc(19.1px * 1.125);}
.offer-shell .visual-details{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);margin:0 0 1.73rem;border-left:2px solid #D3DEEB;background:#FFFFFF;border-radius:0.48rem;padding-right:calc(1.5rem * .75);color:#0B2242;}
.offer-shell .visual-details:last-child{margin-bottom:0}
.offer-shell h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.1px * 1.35);line-height:1.25}
.offer-shell .visual-details p{margin:0;}
.offer-shell a{text-decoration:underline}
.offer-shell a:hover{}
@media (max-width:640px){.offer-shell .visual-details{padding:calc(1.5rem * .75);border-left-width:1px}
}
.quiet-menu{
    padding:calc(calc(1.5rem * 2.4)*.72) 2.02rem;
    background:#F6F9FC;
    color:#0B2242;
  }
.quiet-menu .compact-block{max-width:min(1580px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.73rem * 1.5);}
.quiet-menu h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(19.1px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.quiet-menu .public-details{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--shadow-base,0 1px 4px rgba(0,0,0,0.13));}
.quiet-menu .plain-intro{max-width:40rem;
    padding-left:calc(1.5rem * .75);
    border-left:2px solid #1E6FB8;}
.quiet-menu p{margin:0;
    font-size:19.1px;
    line-height:1.76;
    color:#22354F;}
@media (max-width:640px){.quiet-menu{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.quiet-menu .public-details{aspect-ratio:4/3;}.quiet-menu .plain-intro{padding-left:calc(1.73rem * 1.5);}
  }
.text-copy{
  padding: calc(1.5rem * 2.4) 2.02rem;
  background: #0B2242;
  color: #F4F8FC;
}
.text-copy .direct-summary{max-width: min(1580px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.73rem * 1.5);}
.text-copy .secondary-view{max-width: 46rem;}
.text-copy h2{margin: 0;
  font-size: calc(19.1px * 2);
  line-height: 1.1;}
.text-copy .plain-intro{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.1px * 1.125);
  color: #C3D0E0;}
.text-copy .top-summary{display: flex;
  flex-wrap: wrap;
  gap: 1.73rem;
  border-top: 1px solid #22354F;
  border-bottom: 1px solid #22354F;
  padding: calc(1.73rem * 1.5) 0;}
.text-copy .content-shell{flex: 1 1 16rem;
  min-width: 0;}
.text-copy .service-summary{display: block;
  font-size: calc(19.1px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;
  margin-bottom: 0.4rem;}
.text-copy .content-shell strong{display: block;
  font-size: calc(19.1px * 1.35);
  margin-bottom: 0.5rem;}
.text-copy .content-shell p{margin: 0;
  color: #C3D0E0;}
.text-copy .plain-note{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: start;}
.text-copy .plain-note .contact-stack strong{display: block;
  font-size: calc(19.1px * 1.35);
  margin-bottom: 0.4rem;}
.text-copy .plain-note .contact-stack p{margin: 0;
  color: #C3D0E0;}
.text-copy .open-grid{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.text-copy .open-grid li{display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid #22354F;}
.text-copy .open-grid li:last-child{border-bottom: 0;}
.text-copy .direct-note{flex: 0 0 6rem;
  font-size: calc(19.1px * .875);
  color: #C3D0E0;
  text-transform: uppercase;
  letter-spacing: 0.03em;}
.text-copy .top-method{flex: 1 1 12rem;
  min-width: 0;}
.text-copy a{text-decoration: underline;
  text-underline-offset: 3px;}
.text-copy a:hover{color:inherit;}
.text-copy .active-brand{margin: 0;
  font-size: calc(19.1px * .875);
  color: #C3D0E0;
  max-width: 52rem;}
@media (max-width: 720px) {.text-copy .plain-note{
    grid-template-columns: 1fr;
  }.text-copy .direct-note{
    flex-basis: 100%;
  }
}
.team-area{--mark-strong:calc(1.5rem * 0.87);--axis-public:calc(1580px / 2.11);padding:calc(1.5rem * 2.4) 2.02rem;background:var(--paint-deep);color:var(--paint-light);}
.team-area .direct-summary{max-width:1580px;margin:0 auto;}
.team-area h2,.team-area p{margin:0;}
.team-area h2{font-size:calc(19.1px * 2);line-height:1.12;}
.team-area p{font-size:19.1px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-area a{color:inherit;text-decoration:none;}
.team-area .top-flow{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:var(--paint-light);color:var(--paint-deep);transition:background 420ms var(--ease-entry);}
.team-area .top-flow:hover{background:#1E6FB8;color:#F4F8FC;}
.team-area .bottom-brand{text-align:center;}
.team-area .bottom-brand p{margin:1.5rem auto 0;max-width:var(--axis-public);}
.team-area .bottom-brand .top-flow{margin-top:1.5rem;}
.team-area .active-brand{margin-top:calc(var(--mark-strong) * 1.1);font-size:calc(19.1px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.team-area .active-brand a{text-decoration:underline;text-underline-offset:3px;}
.team-area .active-brand a:hover{}
.quiet-area{
  background: linear-gradient(135deg, #0B2242 0%, #143A66 55%, #1E6FB8 100%);
  color: #F4F8FC;
  padding: calc(1.5rem * 2.4) 2.02rem;
}
.quiet-area .direct-summary{width: min(100%, 1580px);
  margin: 0 auto;}
.quiet-area .offer-details{display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(1.73rem * 1.5);}
.quiet-area .visual-feature{flex: 1 1 460px;
  min-width: 0;}
.quiet-area h1{margin: 0;
  font-size: clamp(calc(19.1px * 2), 6vw, calc(19.1px * 2.65));
  line-height: 1.02;
  letter-spacing: 0;}
.quiet-area p{margin: 1.5rem 0 0;
  max-width: 58ch;
  font-size: calc(19.1px * 1.125);
  line-height: 1.66;
  opacity: 0.86;}
.quiet-area .top-flow{
  display: inline-flex;
  margin-top: calc(1.73rem * 1.5);
  padding: 14px 22px;
  border-radius: 0.48rem;
  background: #1E6FB8;
  color: #F4F8FC;
  text-decoration: none;
  font-weight: 700;
  transition: background 420ms var(--ease-entry);
}
.quiet-area .top-flow:hover{
  background: #175A96;color:#0B2242;}
.quiet-area .top-team{flex: 0 1 440px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 10px;}
.quiet-area .bottom-note{display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(244, 248, 252, 0.24);
  color: inherit;
  text-decoration: none;
  transition: border-color 420ms var(--ease-entry);}
.quiet-area .bottom-note:hover{border-bottom-color: rgba(244, 248, 252, 0.6);}
.quiet-area .bottom-note span{font-size: 19.1px;
  font-weight: 700;}
.quiet-area .bottom-note small{max-width: 24ch;
  opacity: 0.72;
  line-height: 1.45;
  text-align: right;}
@media (max-width: 720px) {.quiet-area .offer-details{
    align-items: stretch;
    flex-direction: column;
  }.quiet-area .top-team{
    min-width: 0;
  }.quiet-area .bottom-note{
    flex-direction: column;
    gap: 6px;
  }.quiet-area .bottom-note small{
    text-align: left;
    max-width: none;
  }
}
