:root {
  --paint-deep: #dde5f1;
  --line-accent: #12233f;
  --delay-soft: cubic-bezier(0.2,0.8,0.2,1);
  --surface-inverse: #ffffff;
  --surface-card: #1d4ed8;
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
*{box-sizing:border-box;}
.bottom-flow {
    width: 100%;
    background: var(--surface-inverse);
    color: var(--line-accent);
    border-bottom: 1px solid var(--paint-deep);
    padding: 1.5rem 1.89rem;
  }
.featured-proof {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.73rem;
  }
.offer-flow {
    grid-column: 2;
    justify-self: center;
    text-decoration: none;
    color: inherit;
    font-size: calc(14.4px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: calc(1.5rem * 0.25) 0;
  }
.visual-inner {
    grid-column: 3;
    justify-self: end;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    color: var(--line-accent);
    border: 1px solid var(--paint-deep);
    border-radius: 0.7rem;
    cursor: pointer;
  }
.active-rail {
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 0.39rem;
  }
.quiet-details {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: calc(0.73rem * 1.5);
    border-top: 1px solid var(--paint-deep);
    padding-top: calc(0.73rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.73rem;
  }
.nav-list a {
    display: inline-block;
    text-decoration: none;
    color: #1d4ed8;
    font-size: 14.4px;
    padding: calc(1.5rem * 0.25) calc(1.89rem * 0.5);
    border-radius: 0.39rem;
    transition: color 550ms var(--delay-soft),
                background-color 550ms var(--delay-soft);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #0e7490;
    background: #f3f6fb;
  }
@media (max-width: 767px) {
    .featured-proof {
      grid-template-columns: 1fr auto;
    }

    .offer-flow {
      grid-column: 1;
      justify-self: start;
    }

    .visual-inner {
      display: flex;
    }

    .quiet-details {
      display: none;
      grid-column: 1 / -1;
    }

    .quiet-details.is-open {
      display: block;
    }

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

    .nav-list a {
      display: block;
      padding: calc(1.5rem * 0.5) 0;
      border-bottom: 1px solid var(--paint-deep);
      border-radius: 0;
    }

    .nav-list li:last-child a {
      border-bottom: none;
    }
  }
.secondary-callout{font-family:"Libre Baskerville", sans-serif;font-size:calc(14.4px * .875);line-height:1.78;padding:calc(1.5rem * 2.4) 1.89rem;margin-top:calc(1.5rem * 2.4);background:#12233f;color:#f3f6fb;}
.open-list{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.73rem * 1.5)}
.site-content{display:flex;flex-direction:column;gap:1.5rem}
.site-headline{font-size:calc(14.4px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.secondary-quote{margin:0;max-width:42ch;opacity:0.85}
.focused-nav{display:grid;grid-template-columns:1fr;gap:calc(0.73rem * 1.5)}
.contact-form{font-size:14.4px;font-weight:600;margin:0 0 1.5rem 0;letter-spacing:0.01em}
.content-summary{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.content-summary a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 550ms var(--delay-soft), opacity 550ms var(--delay-soft)}
.content-summary a:hover,
  .content-summary a:focus-visible{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.clear-rail{display:flex;flex-direction:column;gap:0.4rem}
.wide-figure{margin:0}
.text-contact{font-weight:600;margin-right:0.35rem}
.clear-rail a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.clear-rail a:hover,
  .clear-rail a:focus-visible{border-bottom-color:currentColor;color:inherit}
.local-story{border-top:1px solid currentColor;padding-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem;opacity:0.9}
.strong-figure,
  .bottom-unit{margin:0;font-size:calc(14.4px * .875)}
@media (min-width: 640px) {.focused-nav{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.open-list{grid-template-columns:1.1fr 2.4fr 1fr;grid-template-areas:"brand sitemap contact"
        "legal legal legal";column-gap:calc(0.73rem * 1.5);row-gap:calc(0.73rem * 1.5)}.site-content{grid-area:brand}.focused-nav{grid-area:sitemap;grid-template-columns:repeat(3, minmax(0, 1fr))}.clear-rail{grid-area:contact}.local-story{grid-area:legal}
  }
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .featured-tile{width:min(38rem,calc(100vw - 1.89rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:1.34rem;background:#f7f7f7;color:#0a0f1a;box-shadow:0 10px 24px rgba(0,0,0,0.1)}
.cookies strong{font-size:calc(14.4px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.78}
.cookies .plain-service{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .plain-service>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.39rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--surface-card);color:#ffffff;border-color:var(--surface-card)}
.team-surface{
        padding:calc(1.5rem * 2.6) 1.89rem;
        background:var(--surface-inverse);
        color:var(--line-accent);
    }
.team-surface .public-frame{max-width:1120px;
        margin:0 auto;
        display:flex;
        gap:calc(0.73rem * 2.4);
        align-items:flex-start;
        flex-wrap:wrap;}
.team-surface .strong-entries{flex:1 1 30rem;
        min-width:0;
        padding-top:.4rem;}
.team-surface h1{margin:0 0 calc(0.73rem * 1.5);
        font-size:clamp(1.9rem,3.6vw,2.9rem);
        line-height:1.14;
        letter-spacing:-0.01em;}
.team-surface .strong-summary{margin:0;
        font-size:calc(14.4px * 1.125);
        line-height:1.7;
        max-width:38rem;}
.team-surface .plain-service{display:flex;
        flex-wrap:wrap;
        gap:0.73rem;
        margin-top:1.5rem;}
.team-surface .plain-service a{
        text-decoration:none;
        padding:.72rem 1.15rem;
        border-radius:0.7rem;
        border:1px solid var(--paint-deep);
        color:#12233f;
        background:#ffffff;
        font-size:calc(14.4px * .875);
        transition:background 550ms var(--delay-soft), color 550ms var(--delay-soft);
    }
.team-surface .plain-service a:first-child{
        background:var(--surface-card);
        color:#ffffff;
        border-color:var(--surface-card);
    }
.team-surface .plain-service a:first-child:hover{
        background:#173fb0;
        border-color:#173fb0;color:#12233f;}
.team-surface .plain-service a:last-child:hover{
        background:#f3f6fb;color:#243b5e;}
.team-surface .wide-items{margin:calc(0.73rem * 1.5) 0 0;
        font-size:calc(14.4px * .875);
        color:#243b5e;}
.team-surface .wide-items a{color:#1d4ed8;
        text-decoration:underline;
        text-underline-offset:3px;}
.team-surface .wide-items a:hover{color:#0e7490;}
.team-surface .compact-links{flex:1 1 22rem;
        margin:0;
        min-width:0;}
.team-surface .offer-lead{width:100%;
        height:auto;
        display:block;
        border-radius:1rem;
        border:1px solid var(--paint-deep);
        box-shadow:0 2px 12px rgba(0,0,0,0.08);}
.team-surface figcaption{margin-top:.6rem;
        font-size:calc(14.4px * .875);
        color:#243b5e;
        line-height:1.55;}
@media (max-width: 900px){.team-surface .compact-links{
            flex:1 1 100%;
        }
    }
.grid-_choices{--mark-static:calc(1.5rem * 1.35);--state-public:calc(1120px / 2.20);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-card);color:#ffffff;}
.grid-_choices .service-nav{max-width:1120px;margin:0 auto;}
.grid-_choices h1,.grid-_choices h2,.grid-_choices h3,.grid-_choices p{margin:0;}
.grid-_choices h1{font-size:calc(14.4px * 2.65);line-height:1.08;}
.grid-_choices h2{font-size:calc(14.4px * 2);line-height:1.12;}
.grid-_choices h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.grid-_choices p{font-size:14.4px;line-height:1.78;}
.grid-_choices a{color:inherit;text-decoration:none;}
.grid-_choices img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.grid-_choices .main-contact{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.39rem;background:#ffffff;color:var(--surface-card);}
.grid-_choices .strong-entries{max-width:var(--state-public);}
.grid-_choices .strong-entries .steady-intro{margin-top:calc(1.5rem / 2);opacity:0.86;}
.grid-_choices .page-section{font-size:calc(14.4px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.grid-_choices .contact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.73rem;margin-top:var(--mark-static);}
.grid-_choices .featured-track{flex:1 1 calc(1120px / 4);min-width:0;}
.grid-_choices .featured-track p,.grid-_choices .featured-track a{margin-top:calc(1.5rem / 3);}
.grid-_choices .featured-track img{margin-bottom:calc(1.5rem / 2);}
.grid-_choices .featured-track a.read{display:inline-block;border-bottom:1px solid currentColor;padding-bottom:2px;}
.grid-_choices .simple-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.73rem;}
.grid-_choices .simple-quote>.strong-entries{flex:1 1 auto;min-width:0;}
.grid-_choices .simple-quote>.main-contact{flex:0 0 auto;}
.grid-_choices .simple-quote>.contact-service{flex:1 1 100%;}
.grid-_choices .simple-quote>.wide-items{flex:1 1 100%;margin-top:calc(1.5rem / 2);font-size:calc(14.4px * .875);opacity:0.86;}
.grid-_choices .wide-items a{border-bottom:1px solid currentColor;}
.grid-_choices .strong-entries h2{margin-top:calc(1.5rem / 2);}
.wide-grid{
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: #f3f6fb;
        color: #243b5e
    }
.wide-grid .service-nav{max-width: 1120px;
        margin: 0 auto}
.wide-grid .local-brand{display: flex;
        flex-direction: column;
        gap: calc(0.73rem * 1.5)}
.wide-grid .strong-form{max-width: 46rem}
.wide-grid h2{margin: 0;
        font-size: calc(14.4px * 2);
        line-height: 1.14}
.wide-grid .strong-form p{margin: calc(1.5rem * .75) 0 0;
        font-size: 14.4px;
        line-height: 1.78}
.wide-grid ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.wide-grid li{display: flex;
        flex-wrap: wrap;
        gap: 0.73rem;
        align-items: baseline;
        padding: calc(0.73rem * 1.5) 0}
.wide-grid li + li{border-top: 1px solid var(--paint-deep)}
.wide-grid strong{flex: 0 1 15rem;
        min-width: 0;
        font-size: calc(14.4px * 1.35);
        line-height: 1.22}
.wide-grid span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.78}
@media (max-width: 720px) {.wide-grid li{
            display: block
        }.wide-grid span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.text-shell{--mark-static:calc(1.5rem * 1.20);--copy-main:calc(1120px / 3.53);padding:calc(1.5rem * 2.4) 1.89rem;background:#0e7490;color:#ffffff;}
.text-shell .service-nav{max-width:1120px;margin:0 auto;}
.text-shell h2,.text-shell h3,.text-shell p{margin:0;}
.text-shell h2{font-size:calc(14.4px * 2);line-height:1.12;}
.text-shell h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.text-shell p{font-size:14.4px;line-height:1.78;}
.text-shell .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.73rem;}
.text-shell .row-title h2{flex:1 1 calc(1120px / 3);min-width:0;}
.text-shell .row-title>p{flex:1 1 calc(1120px / 3);min-width:0;opacity:.86;}
.text-shell .content-grid{padding-block:calc(var(--mark-static) / 2);}
.text-shell .site-section{row-gap:calc(var(--mark-static) * 1.2);}
.text-shell .narrow-service{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.text-shell .featured-inner{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.text-shell .featured-track{flex:1 1 var(--copy-main);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.text-shell .featured-track p{margin-top:calc(1.5rem / 3);opacity:.86;}
.text-shell .wide-items{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:0.73rem;margin-top:calc(var(--mark-static) / 2);}
.text-shell .wide-items a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 2) 1.5rem;border-radius:0.39rem;background:#ffffff;color:#0e7490;font-size:calc(14.4px * .875);text-decoration:none;}
.text-shell .wide-items a:hover{background:#ffffff;color:#12233f;}
.grid---block-second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:#f3f6fb;
    color:#243b5e;
  }
.grid---block-second-hero-block .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.73rem * 1.5));}
.grid---block-second-hero-block h1{margin:0;
    font-size:clamp(1.95rem,5vw,calc(14.4px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:0;}
.grid---block-second-hero-block .steady-intro{max-width:40rem;
    padding-left:clamp(.9rem,1.8vw,1.4rem);
    border-left:2px solid var(--paint-deep,#dde5f1);}
.grid---block-second-hero-block .steady-intro p{margin:0;
    font-size:clamp(1rem,1.24vw,14.4px);
    line-height:1.76;}
.grid---block-second-hero-block .public-list{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;
    margin-top:clamp(.5rem,1.4vw,1rem);}
@media (max-width:640px){.grid---block-second-hero-block{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.grid---block-second-hero-block .public-list{aspect-ratio:4/3;}
  }
.narrow-rail{
    padding:calc(1.5rem * 2.4) 1.89rem;
    background:#f3f6fb;
    color:#243b5e;
}
.narrow-rail .service-nav{max-width:1120px;
    margin:0 auto;}
.narrow-rail .offer-menu{display:flex;
    flex-direction:column;
    gap:calc(0.73rem * 1.5);}
.narrow-rail .steady-intro{max-width:60ch;}
.narrow-rail .steady-intro h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(14.4px * 2);
    line-height:1.2;}
.narrow-rail .steady-intro p{margin:0;
    font-size:14.4px;
    line-height:1.78;}
.narrow-rail .quiet-proof{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    border-top:1px solid var(--paint-deep);}
.narrow-rail .media-frame{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.73rem;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid var(--paint-deep);}
.narrow-rail .contact-actions{flex:0 0 8rem;
    font-size:calc(14.4px * .875);
    text-transform:uppercase;
    letter-spacing:0.04em;
    opacity:0.75;}
.narrow-rail .media-frame a,
.narrow-rail .media-frame .text-area{flex:1 1 auto;
    font-size:14.4px;
    color:inherit;
    text-decoration:none;}
.narrow-rail .media-frame a{border-bottom:1px solid transparent;
    transition:color 550ms var(--delay-soft), border-color 550ms var(--delay-soft);}
.narrow-rail .media-frame a:hover{border-bottom-color:#0e7490;}
.narrow-rail .page-section{flex:0 0 auto;
    font-size:calc(14.4px * .875);
    opacity:0.7;}
.narrow-rail .main-contact{display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.73rem;
    padding:calc(1.5rem * .75) 0 0;}
.narrow-rail .main-contact p{margin:0;
    max-width:52ch;
    font-size:calc(14.4px * .875);
    line-height:1.78;
    opacity:0.85;}
.narrow-rail .fresh-nav{display:flex;
    flex-wrap:wrap;
    gap:0.73rem;}
.narrow-rail .fresh-nav .wide-items{
    display:inline-block;
    padding:0.55rem 1.1rem;
    border-radius:0.7rem;
    background:var(--surface-card);
    color:#ffffff;
    font-size:calc(14.4px * .875);
    font-weight:700;
    text-decoration:none;
    transition:background 550ms var(--delay-soft);
}
.narrow-rail .fresh-nav .wide-items:hover{
    background:#173fb0;color:#12233f;}
.narrow-rail .fresh-nav .wide-items + .wide-items{
    background:#ffffff;
    color:#12233f;
    border:1px solid var(--paint-deep);
}
.narrow-rail .fresh-nav .wide-items + .wide-items:hover{
    background:#0e7490;
    color:#ffffff;
    border-color:#0e7490;
}
@media (max-width:760px){.narrow-rail .media-frame{
        flex-direction:column;
        align-items:flex-start;
        gap:0.35rem;
    }.narrow-rail .contact-actions{
        flex:0 0 auto;
    }.narrow-rail .main-contact{
        flex-direction:column;
        align-items:flex-start;
    }
}
.main-surface{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent);}
.main-surface .service-nav{max-width:1120px;margin:0 auto;display:grid;gap:calc(0.73rem * 1.5);}
.main-surface .top-figure{display:grid;gap:.6rem;padding-bottom:calc(0.73rem * 1.5);border-bottom:1px solid var(--paint-deep);}
.main-surface h2,.main-surface h3,.main-surface h4,.main-surface p{margin:0;}
.main-surface h2{font-size:calc(14.4px * 2);line-height:var(--copy-lead);}
.main-surface .steady-intro{max-width:60ch;font-size:14.4px;line-height:1.78;color:#243b5e;}
.main-surface .site-surface{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(17rem,.85fr);gap:calc(0.73rem * 1.5);align-items:start;}
.main-surface .media-flow{display:grid;gap:.6rem;}
.main-surface .media-frame{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid var(--paint-deep);border-radius:0.7rem;background:#ffffff;color:#12233f;}
.main-surface .media-frame:nth-child(odd){border-left:3px solid var(--surface-card);}
.main-surface .content-track{width:2.5rem;height:2.5rem;border-radius:0.39rem;display:grid;place-items:center;background:#f3f6fb;color:#243b5e;font-weight:700;font-size:calc(14.4px * .875);}
.main-surface .media-frame h4{font-size:14.4px;line-height:var(--copy-lead);}
.main-surface .media-frame p{margin-top:.3rem;font-size:calc(14.4px * .875);line-height:1.78;color:#243b5e;}
.main-surface time{font-size:calc(14.4px * .875);color:#243b5e;white-space:nowrap;}
.main-surface .wide-rail{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.8rem;padding:calc(1.5rem * .75);border:1px solid var(--paint-deep);border-radius:1rem;background:#f3f6fb;color:#243b5e;}
.main-surface .menu{font-size:calc(14.4px * 1.125);line-height:var(--copy-lead);}
.main-surface .main-lead{display:grid;gap:.55rem;}
.main-surface .team-unit{padding:.75rem .85rem;border-radius:0.7rem;background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);}
.main-surface .team-unit p{font-size:calc(14.4px * .875);line-height:1.78;}
.main-surface .team-unit time{display:block;margin-top:.35rem;color:#243b5e;}
.main-surface .offer-story{display:grid;gap:.5rem;padding-top:.85rem;border-top:1px solid var(--paint-deep);}
.main-surface .bottom-intro{display:grid;gap:.35rem;}
.main-surface .direct-wrap{font-size:calc(14.4px * .875);color:#243b5e;}
.main-surface .offer-story input{min-width:0;border:1px solid var(--paint-deep);border-radius:0.39rem;padding:.75rem .85rem;background:#ffffff;color:#12233f;font:inherit;outline:none;}
.main-surface .offer-story input:focus{border-color:var(--surface-card);box-shadow:0 0 0 3px rgba(29, 78, 216, 0.35);}
.main-surface .offer-story button{justify-self:start;border:0;border-radius:0.39rem;padding:.75rem 1.1rem;background:var(--surface-card);color:#ffffff;font:inherit;font-weight:700;cursor:pointer;}
.main-surface .offer-story button:hover{background:#173fb0;color:#12233f;}
@media (max-width:900px){.main-surface .site-surface{grid-template-columns:1fr;}.main-surface .wide-rail{position:relative;top:auto;}.main-surface .media-frame{grid-template-columns:auto minmax(0,1fr);}.main-surface .media-frame time{grid-column:2;}
}
.service-panel{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--surface-inverse);
    color:var(--line-accent);
  }
.service-panel .fresh-method{max-width:min(1120px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.73rem * 1.5));}
.service-panel h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.service-panel .public-list{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;
    box-shadow:0 0px 3px rgba(0,0,0,0.06);}
.service-panel .steady-intro{max-width:42rem;
    padding-left:clamp(.9rem,1.6vw,1.25rem);
    border-left:2px solid var(--paint-deep);}
.service-panel .steady-intro p{margin:0;
    font-size:clamp(1rem,1.24vw,14.4px);
    line-height:1.78;
    color:#243b5e;}
@media (max-width:640px){.service-panel{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.service-panel .public-list{aspect-ratio:4/3;}.service-panel .steady-intro{padding-left:.85rem;}
  }
.site-view{--mark-static:calc(1.5rem * 1.35);--state-public:calc(1120px / 1.9);padding:calc(1.5rem * 2.4) 1.89rem;background:#f3f6fb;color:#243b5e;}
.site-view .service-nav{max-width:1120px;margin:0 auto;}
.site-view h2,.site-view h3,.site-view p{margin:0;}
.site-view .fresh-lead{max-width:var(--state-public);}
.site-view h2{font-size:calc(14.4px * 2);line-height:1.14;letter-spacing:-0.01em;}
.site-view .steady-intro{margin-top:calc(1.5rem / 2);font-size:calc(14.4px * 1.125);line-height:1.78;}
.site-view .contact-service{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-static);border-top:1px solid var(--paint-deep);}
.site-view .featured-track{display:flex;flex-wrap:wrap;gap:0.73rem;padding:calc(0.73rem * 1.5) 0;border-bottom:1px solid var(--paint-deep);}
.site-view .page-actions{flex:0 0 auto;min-width:7.5rem;font-size:calc(14.4px * .875);text-transform:uppercase;letter-spacing:0.08em;padding-top:0.35rem;}
.site-view h3{flex:1 1 14rem;font-size:calc(14.4px * 1.35);line-height:1.22;}
.site-view .featured-track p{flex:1 1 22rem;font-size:14.4px;line-height:1.78;}
.site-view .page-section{margin-top:var(--mark-static);max-width:var(--state-public);font-size:calc(14.4px * .875);line-height:1.78;padding:calc(1.5rem * .75);background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);border-radius:0.7rem;}
@media (max-width:720px){.site-view .featured-track{flex-direction:column;gap:calc(0.73rem / 2);}.site-view .page-actions{min-width:0;padding-top:0;}
}
.simple-links{--mark-static:calc(1.5rem * 1.35);--state-public:calc(1120px / 2.6);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent);}
.simple-links .service-nav{max-width:1120px;margin:0 auto;}
.simple-links h2,.simple-links h3,.simple-links p{margin:0;}
.simple-links h2{font-size:calc(14.4px * 2);line-height:1.14;}
.simple-links h3{font-size:calc(14.4px * 1.35);line-height:1.24;}
.simple-links p{font-size:14.4px;line-height:1.78;}
.simple-links a{color:inherit;text-decoration:none;}
.simple-links .page-section{margin:0;font-size:calc(14.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#243b5e;}
.simple-links .steady-intro{margin-top:calc(1.5rem / 2);max-width:var(--state-public);color:#243b5e;}
.simple-links .main-contact{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.39rem;background:var(--surface-card);color:#ffffff;font-size:calc(14.4px * .875);}
.simple-links .main-contact:hover{background:#173fb0;color:#12233f;}
.simple-links .simple-quote{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.73rem;}
.simple-links .simple-quote>.strong-entries{flex:1 1 auto;min-width:0;}
.simple-links .simple-quote>.main-contact{flex:0 0 auto;}
.simple-links .simple-quote>.contact-service{flex:1 1 100%;}
.simple-links .contact-service{display:flex;flex-wrap:wrap;gap:0.73rem;margin-top:var(--mark-static);}
.simple-links .featured-track{flex:1 1 calc(1120px / 3.6);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--paint-deep);border-radius:0.7rem;background:#ffffff;color:#12233f;}
.simple-links .featured-track .top-wrap{margin:0 0 calc(1.5rem / 3);font-size:calc(14.4px * .875);color:#0e7490;letter-spacing:0.02em;}
.simple-links .featured-track p{margin-top:calc(1.5rem / 3);color:#243b5e;}
@media (max-width:720px){.simple-links .simple-quote{align-items:flex-start;}.simple-links .featured-track{flex:1 1 100%;}
}
.focused-benefit{
  background:var(--surface-card);
  color:#ffffff;
  padding:calc(1.5rem * 2.4) 1.89rem;
}
.focused-benefit .service-nav{max-width:1120px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.73rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.focused-benefit .steady-intro{flex:1 1 30rem;
  min-width:0;}
.focused-benefit h2{margin:0;
  font-size:calc(14.4px * 2.65);
  line-height:1.1;
  letter-spacing:0;}
.focused-benefit .steady-intro p{margin:1.5rem 0 0;
  max-width:36rem;
  font-size:calc(14.4px * 1.125);
  line-height:1.78;}
.focused-benefit .focused-unit{flex:0 1 26rem;
  min-width:min(100%,17rem);
  padding-top:calc(0.73rem * 1.5);
  border-top:1px solid color-mix(in srgb,#ffffff 30%,transparent);}
.focused-benefit .focused-unit p{margin:0;
  font-size:14.4px;
  line-height:1.78;}
.focused-benefit .main-contact{display:inline-flex;
  margin-top:1.5rem;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.2em;}
.focused-benefit .main-contact:hover{opacity:.82;}
@media (max-width:720px){.focused-benefit .service-nav{display:block}.focused-benefit .focused-unit{margin-top:calc(0.73rem * 1.5)}
}
.soft-actions{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--surface-inverse,#ffffff);
    color:var(--line-accent,#12233f);
  }
.soft-actions .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.73rem * 1.5);}
.soft-actions h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.1;
    font-weight:640;
    letter-spacing:-0.01em;
    max-width:24ch;}
.soft-actions .steady-intro{max-width:42rem;
    padding-left:1.89rem;
    border-left:2px solid var(--paint-deep,#dde5f1);}
.soft-actions .steady-intro p{margin:0;
    font-size:clamp(1rem,1.25vw,14.4px);
    line-height:1.72;
    color:#243b5e;}
.soft-actions .public-list{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    margin-top:1.5rem;}
@media (max-width:640px){.soft-actions{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.soft-actions h1{max-width:100%;}.soft-actions .steady-intro{padding-left:0.73rem;}.soft-actions .public-list{aspect-ratio:4/3;}
  }
.featured-brand{
  --mark-static:calc(1.5rem * 1.05);
  --state-public:calc(1120px / 2.6);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--surface-inverse);
  color:var(--line-accent);
}
.featured-brand .service-nav{max-width:1120px;
  margin:0 auto;}
.featured-brand h2,
.featured-brand h3,
.featured-brand p{margin:0;}
.featured-brand h2{font-size:calc(14.4px * 2);
  line-height:1.14;
  max-width:var(--state-public);}
.featured-brand h3{font-size:calc(14.4px * 1.35);
  line-height:1.22;}
.featured-brand p{font-size:14.4px;
  line-height:1.78;}
.featured-brand .page-section{
  font-size:calc(14.4px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#243b5e;
  background:#f3f6fb;
  display:inline-block;
  padding:0.35rem 0.75rem;
  border-radius:0.39rem;
  margin-bottom:calc(0.73rem * 1.5);
}
.featured-brand .steady-intro{margin-top:calc(0.73rem * 1.5);
  max-width:var(--state-public);
  color:#243b5e;}
.featured-brand .contact-service{display:flex;
  flex-direction:column;
  gap:var(--mark-static);
  margin-top:calc(var(--mark-static) * 1.15);}
.featured-brand .featured-track{min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid var(--paint-deep);
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  gap:calc(0.73rem * 0.9);}
.featured-brand .featured-track:last-of-type{border-bottom:1px solid var(--paint-deep);}
.featured-brand .featured-track p{max-width:calc(var(--state-public) * 1.35);}
.featured-brand .featured-track .clear-callout{font-size:calc(14.4px * .875);
  color:#243b5e;}
.featured-brand .featured-track a{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  padding:0.55rem 1.1rem;
  border-radius:0.39rem;
  background:var(--surface-card);
  color:#ffffff;
  font-size:calc(14.4px * .875);
  text-decoration:none;
  transition:background 550ms var(--delay-soft);
}
.featured-brand .featured-track a:hover{
  background:#173fb0;color:#12233f;}
.featured-brand .wide-items{margin-top:calc(var(--mark-static) * 1.1);
  padding-top:calc(0.73rem * 1.5);
  border-top:1px solid var(--paint-deep);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.73rem;}
.featured-brand .wide-items p{flex:1 1 260px;
  font-size:calc(14.4px * .875);
  color:#243b5e;}
.featured-brand .wide-items a{font-size:calc(14.4px * .875);
  color:#1d4ed8;
  text-decoration:none;
  border-bottom:1px solid #1d4ed8;
  padding-bottom:1px;}
.featured-brand .wide-items a:hover{color:#0e7490;
  border-bottom-color:#0e7490;}
@media (min-width:820px){.featured-brand .featured-track{
    grid-template-columns:minmax(0, 0.9fr) minmax(0, 1.6fr);
    grid-template-areas:
      "title body"
      "title detalle"
      "title action";
    column-gap:1.5rem;
    align-items:start;
  }.featured-brand .featured-track h3{grid-area:title;}.featured-brand .featured-track p:not(.clear-callout){grid-area:body;}.featured-brand .featured-track .clear-callout{grid-area:detalle;}.featured-brand .featured-track a{grid-area:action;margin-top:calc(0.73rem * 0.5);}
}
.direct-body{padding:calc(1.5rem * 2) 1.89rem;background:#f3f6fb;color:#243b5e;}
.direct-body .public-frame{max-width:1120px;margin:0 auto;display:grid;gap:calc(0.73rem * 1.5);}
.direct-body h2,.direct-body h3,.direct-body p{margin:0;}
.direct-body .steady-intro{display:grid;gap:.6rem;max-width:60ch;}
.direct-body .steady-intro h2{font-size:calc(14.4px * 2);line-height:1.2;}
.direct-body .strong-form{font-size:14.4px;line-height:1.78;}
.direct-body .wide-panel{display:flex;flex-wrap:wrap;gap:0.73rem;}
.direct-body .featured-track{flex:1 1 17rem;background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);border-radius:1rem;padding:calc(1.5rem * .75);display:grid;gap:.4rem;box-shadow:0 0px 3px rgba(0,0,0,0.06);}
.direct-body .featured-track h3{font-size:calc(14.4px * 1.35);line-height:1.3;}
.direct-body .featured-track p{font-size:calc(14.4px * .875);line-height:1.78;}
.direct-body .page-section{display:grid;gap:.5rem;border-top:1px solid var(--paint-deep);padding-top:calc(0.73rem * 1.5);}
.direct-body .page-section p{font-size:calc(14.4px * .875);}
.direct-body .wide-items{display:flex;flex-wrap:wrap;gap:.5rem;}
.direct-body .wide-items a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .85rem;border-radius:0.39rem;text-decoration:none;background:var(--surface-card);color:#ffffff;border:1px solid rgba(29, 78, 216, 0.35);font-size:calc(14.4px * .875);}
.direct-body .wide-items a:hover{background:#173fb0;color:#12233f;}
@media (max-width:680px){.direct-body .featured-track{flex:1 1 100%;}}
.steady-region{--mark-static:calc(1.5rem * 1.2);--field-static:calc(1120px / 3.4);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent);}
.steady-region .service-nav{max-width:1120px;margin:0 auto;}
.steady-region h2,.steady-region h3,.steady-region p,.steady-region ul,.steady-region li{margin:0;padding:0;list-style:none;}
.steady-region h2{font-size:calc(14.4px * 2);line-height:1.14;}
.steady-region h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.steady-region p,.steady-region li{font-size:14.4px;line-height:1.78;}
.steady-region a{color:#1d4ed8;text-decoration:none;border-bottom:1px solid #1d4ed8;}
.steady-region a:hover{color:#0e7490;border-bottom-color:#0e7490;}
.steady-region img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.steady-region .strong-form{max-width:calc(1120px / 1.55);}
.steady-region .strong-form .steady-intro{margin-top:1.5rem;color:#243b5e;}
.steady-region .content-quote{display:flex;flex-wrap:wrap;gap:calc(0.73rem * 3);margin-top:var(--mark-static);align-items:flex-start;}
.steady-region .strong-entries{flex:1 1 calc(1120px / 1.9);min-width:0;}
.steady-region .page-section{color:#243b5e;padding-bottom:1.5rem;border-bottom:1px solid var(--paint-deep);}
.steady-region .contact-service{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem;}
.steady-region .featured-track{padding-left:1.89rem;border-left:2px solid #0e7490;}
.steady-region .featured-track p{margin-top:calc(1.5rem / 3);color:#243b5e;}
.steady-region .contact-links{flex:1 1 var(--field-static);min-width:0;background:#f3f6fb;color:#243b5e;padding:calc(1.5rem * .75);border-radius:1rem;}
.steady-region .active-content{margin-top:1.5rem;font-size:calc(14.4px * .875);}
.steady-region .wide-items{margin-top:1.5rem;font-size:calc(14.4px * .875);}
@media (max-width:760px){.steady-region .content-quote{flex-direction:column;}.steady-region .featured-track{padding-left:1.89rem;}
}
.quiet-steps{padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;background:var(--surface-inverse);color:var(--line-accent);}
.quiet-steps .fresh-method{max-width:min(1120px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.73rem * 1.5));}
.quiet-steps h1{margin:0;font-size:clamp(1.95rem,5vw,calc(14.4px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.quiet-steps .public-list{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.7rem;}
.quiet-steps .strong-entries{max-width:40rem;padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid var(--paint-deep);}
.quiet-steps p{margin:0;font-size:clamp(1rem,1.28vw,14.4px);line-height:1.76;color:#243b5e;}
@media (max-width:640px){.quiet-steps{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.quiet-steps .public-list{aspect-ratio:4/3;}
  }
.simple-content{
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: #f3f6fb;
  color: #243b5e;
}
.simple-content .public-frame{max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: calc(0.73rem * 1.5);
  align-items: start;}
.simple-content .contact-links{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #12233f;
  color: #f3f6fb;
}
.simple-content .contact-links h2{margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.12;}
.simple-content .steady-intro{margin: calc(1.5rem * .75) 0 0;
  font-size: 14.4px;
  line-height: 1.78;}
.simple-content .wide-panel{margin-top: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: calc(0.73rem * .5);
  border-top: 1px solid rgba(243, 246, 251, 0.25);
  padding-top: calc(1.5rem * .75);}
.simple-content .top-team{display: flex;
  justify-content: space-between;
  gap: 0.73rem;
  font-size: calc(14.4px * .875);}
.simple-content .bottom-intro{opacity: .78;}
.simple-content .simple-actions{font-weight: 600;
  text-align: right;}
.simple-content .page-section{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.4px * .875);
  opacity: .78;}
.simple-content .local-figure{display: flex;
  flex-direction: column;
  gap: 0.73rem;}
.simple-content .featured-track{
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #ffffff;
  color: #12233f;
  border: 1px solid var(--paint-deep);
  box-shadow: 0 0px 3px rgba(0,0,0,0.06);
}
.simple-content .fresh-lead{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.73rem;}
.simple-content .fresh-lead h3{margin: 0;
  font-size: calc(14.4px * 1.35);
  line-height: 1.2;}
.simple-content .bottom-surface{
  font-size: calc(14.4px * .875);
  padding: 0.15rem 0.55rem;
  border-radius: 0.39rem;
  background: #0e7490;
  color: #ffffff;
  white-space: nowrap;
}
.simple-content .featured-track p{margin: calc(calc(1.5rem * .75) * .55) 0 calc(calc(1.5rem * .75) * .35);
  font-size: 14.4px;}
.simple-content .featured-track small{display: block;
  font-size: calc(14.4px * .875);}
@media (max-width: 820px) {.simple-content .public-frame{
    grid-template-columns: 1fr;
  }.simple-content .fresh-lead{
    flex-direction: column;
    align-items: flex-start;
  }
}
.local-team{
  background:var(--surface-inverse);
  color:var(--line-accent);
  padding:calc(1.5rem * 2.4) 1.89rem;
}
.local-team .service-nav{max-width:1120px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.73rem * 1.5);
  align-items:flex-start;}
.local-team .strong-entries{flex:1 1 30rem;
  min-width:0;}
.local-team h2{margin:0;
  font-size:calc(14.4px * 2);
  line-height:1.12;
  letter-spacing:0;}
.local-team .strong-entries p{margin:1.5rem 0 0;
  max-width:40rem;
  font-size:calc(14.4px * 1.125);
  line-height:1.78;}
.local-team .strong-entries .page-section{
  font-size:calc(14.4px * .875);
  color:#243b5e;
  background:#f3f6fb;
  padding:calc(1.5rem * .75);
  border-radius:0.7rem;
  margin-top:calc(0.73rem * 1.5);
}
.local-team .plain-service{margin-top:calc(0.73rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:0.73rem;}
.local-team .plain-service a{
  display:inline-flex;
  align-items:center;
  color:#ffffff;
  background:var(--surface-card);
  text-decoration:none;
  border-radius:0.7rem;
  padding:.75rem 1.05rem;
  font-size:calc(14.4px * .875);
  transition:background 550ms var(--delay-soft);
}
.local-team .plain-service a:hover{
  background:#173fb0;color:#12233f;}
.local-team .plain-service a.ghost{
  color:var(--line-accent);
  background:transparent;
  border:1px solid var(--paint-deep);
}
.local-team .plain-service a.ghost:hover{
  background:color-mix(in srgb, currentColor 10%, transparent);color:#12233f;}
.local-team .contact-links{flex:1 1 20rem;
  min-width:16rem;
  margin:0;}
.local-team .contact-links img{display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:1rem;
  box-shadow:0 2px 12px rgba(0,0,0,0.08);}
.local-team .contact-links figcaption{margin-top:calc(1.5rem * .75);
  font-size:calc(14.4px * .875);
  color:#243b5e;
  line-height:1.5;}
.local-team .wide-panel{max-width:1120px;
  margin:calc(0.73rem * 1.5) auto 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:0.73rem;}
.local-team .wide-panel li{
  flex:1 1 15rem;
  min-width:0;
  background:#ffffff;
  color:#12233f;
  border:1px solid var(--paint-deep);
  border-radius:0.7rem;
  padding:calc(1.5rem * .75);
  font-size:calc(14.4px * .875);
  line-height:1.6;
}
.local-team .wide-panel .bottom-surface{
  display:block;
  font-size:calc(14.4px * .875);
  color:#ffffff;
  background:#0e7490;
  border-radius:0.39rem;
  padding:.2rem .5rem;
  margin-bottom:.5rem;
  width:fit-content;
}
@media (max-width:760px){.local-team .service-nav{display:block}.local-team .contact-links{margin-top:calc(0.73rem * 1.5)}.local-team .wide-panel li{flex:1 1 100%}
}
.direct-story{
  --mark-static:calc(1.5rem * 0.86);
  --state-public:calc(1120px / 2.35);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:#f3f6fb;
  color:#243b5e;
}
.direct-story .service-nav{max-width:1120px;
  margin:0 auto;}
.direct-story h2,
.direct-story h3,
.direct-story p{margin:0;}
.direct-story h2{font-size:calc(14.4px * 2);
  line-height:1.14;}
.direct-story h3{font-size:calc(14.4px * 1.35);
  line-height:1.22;}
.direct-story p{font-size:14.4px;
  line-height:1.78;}
.direct-story .wide-panel{max-width:var(--state-public);}
.direct-story .page-section{font-size:calc(14.4px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  opacity:0.72;
  margin-bottom:calc(1.5rem / 3);}
.direct-story .steady-intro{margin-top:calc(1.5rem / 2);}
.direct-story .contact-service{display:flex;
  flex-direction:column;
  gap:var(--mark-static);
  margin-top:var(--mark-static);
  border-top:1px solid var(--paint-deep);
  padding-top:var(--mark-static);}
.direct-story .featured-track{min-width:0;
  display:flex;
  gap:0.73rem;
  padding-bottom:var(--mark-static);
  border-bottom:1px solid var(--paint-deep);}
.direct-story .featured-track:last-child{border-bottom:0;
  padding-bottom:0;}
.direct-story .strong-entries{min-width:0;}
.direct-story .strong-entries p{margin-top:calc(1.5rem / 3);}
.direct-story .top-content{display:inline-block;
  margin-top:calc(1.5rem / 3);
  font-size:calc(14.4px * .875);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid #1d4ed8;
  padding-bottom:2px;}
.direct-story .top-content:hover{border-bottom-color:#0e7490;}
.direct-story .contact-links{margin-top:var(--mark-static);
  font-size:calc(14.4px * .875);
  max-width:var(--state-public);
  opacity:0.85;}
.direct-story .contact-links a{text-decoration:underline;}
.direct-story .contact-links a:hover{}
@media (max-width:720px){.direct-story .featured-track{
    flex-direction:column;
  }
}
.plain-track{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.89rem;
    background:var(--surface-inverse,#ffffff);
    color:var(--line-accent,#12233f);
  }
.plain-track .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(0.73rem * 1.5));}
.plain-track h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.1;
    font-weight:640;
    letter-spacing:-0.005em;}
.plain-track .public-list{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;
    box-shadow:var(--shadow-card,0 0px 3px rgba(0,0,0,0.06));}
.plain-track .fresh-method>div{max-width:40rem;
    padding-top:clamp(.7rem,1.4vw,1.5rem);
    border-top:1px solid var(--paint-deep,#dde5f1);}
.plain-track p{margin:0;
    font-size:clamp(.98rem,1.2vw,14.4px);
    line-height:1.76;
    color:#243b5e;}
@media (max-width:640px){.plain-track{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.plain-track .public-list{aspect-ratio:4/3;}
  }
.active-lead{--mark-static:calc(1.5rem * 1.15);--state-public:calc(1120px / 2.20);padding:calc(1.5rem * 2.4) 1.89rem;background:#f3f6fb;color:#243b5e;}
.active-lead .service-nav{max-width:1120px;margin:0 auto;}
.active-lead h2,.active-lead h3,.active-lead p{margin:0;}
.active-lead h2{font-size:calc(14.4px * 2);line-height:1.12;}
.active-lead h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.active-lead p{font-size:14.4px;line-height:1.78;}
.active-lead .steady-intro{margin-top:1.5rem;}
.active-lead .page-section{margin-top:calc(0.73rem * 1.5);font-size:calc(14.4px * .875);opacity:.82;}
.active-lead .contact-service{display:flex;flex-direction:column;gap:var(--mark-static);margin-top:var(--mark-static);}
.active-lead .featured-track{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid var(--paint-deep);}
.active-lead .featured-track p{margin-top:calc(1.5rem / 3);}
.active-lead .contact-lead{display:flex;align-items:flex-start;gap:0.73rem;}
.active-lead .contact-lead>.strong-entries{flex:1 1 calc(1120px / 3);min-width:0;}
.active-lead .contact-lead>.contact-service{flex:2 1 calc(1120px / 2);margin-top:0;}
@media(max-width:760px){.active-lead .contact-lead{flex-direction:column;}.active-lead .contact-lead>.contact-service{margin-top:var(--mark-static);}}
.service-brand{--mark-static:calc(1.5rem * 1.05);--layer-strong:calc(1120px / 3.4);padding:calc(1.5rem * 2.4) 1.89rem;background:#0e7490;color:#ffffff;}
.service-brand .service-nav{max-width:1120px;margin:0 auto;}
.service-brand h2,.service-brand h3,.service-brand p{margin:0;}
.service-brand h2{font-size:calc(14.4px * 2);line-height:1.14;}
.service-brand h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.service-brand p{font-size:14.4px;line-height:1.78;color:color-mix(in srgb, currentColor 76%, transparent);}
.service-brand a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-brand a:hover{opacity:.82;}
.service-brand .strong-form{max-width:calc(1120px / 1.55);}
.service-brand .strong-form .steady-intro{margin-top:1.5rem;}
.service-brand .contact-service{display:flex;flex-wrap:wrap;gap:0.73rem calc(0.73rem * 1.6);margin-top:var(--mark-static);}
.service-brand .featured-track{flex:1 1 var(--layer-strong);min-width:0;padding-top:calc(1.5rem / 2.4);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.service-brand .featured-track p{margin-top:calc(1.5rem / 3.2);}
.service-brand .wide-items{margin-top:var(--mark-static);max-width:calc(1120px / 1.7);font-size:calc(14.4px * .875);}
@media (max-width:720px){.service-brand .featured-track{flex:1 1 100%;}.service-brand .strong-form{max-width:100%;}
}
.public-panel{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.89rem calc(calc(1.5rem * 2.4)*.62);
    background:#f3f6fb;
    color:#243b5e;
  }
.public-panel .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.73rem * 1.5);}
.public-panel h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;
    color:inherit;}
.public-panel .public-list{display:block;
    width:100%;
    height:auto;
    aspect-ratio:24/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--shadow-card,0 0px 3px rgba(0,0,0,0.06));}
.public-panel .steady-intro{max-width:42rem;
    padding-left:calc(0.73rem * 1.5);
    border-left:2px solid var(--paint-deep,#dde5f1);}
.public-panel p{margin:0;
    font-size:14.4px;
    line-height:1.78;
    color:inherit;}
@media (max-width:720px){.public-panel .public-list{aspect-ratio:16/10;}.public-panel .steady-intro{padding-left:calc(1.5rem * .75);}.public-panel{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.steady-rail{padding:calc(1.5rem * 2.4) 1.89rem;background:#0e7490;color:#ffffff}
.steady-rail .service-nav{max-width:1120px;margin:0 auto}
.steady-rail .local-section{display:flex;flex-direction:column;gap:calc(0.73rem * 1.5);align-items:flex-start}
.steady-rail h2{margin:0;font-size:calc(14.4px * 2);line-height:1.1}
.steady-rail .steady-intro{margin:0;max-width:62ch;font-size:14.4px;opacity:.92}
.steady-rail .public-group{width:100%;display:flex;flex-wrap:wrap;gap:0.73rem}
.steady-rail .featured-track{flex:1 1 18rem;min-width:0;background:color-mix(in srgb,#ffffff 12%,transparent);color:#ffffff;border-radius:0.7rem;padding:calc(1.5rem * .75)}
.steady-rail .featured-track p{margin:0 0 calc(1.5rem * .75);font-size:calc(14.4px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.85}
.steady-rail .featured-track strong{display:block;font-size:14.4px;line-height:1.45;font-weight:500}
.steady-rail .local-section>a{align-self:flex-start;border-radius:0.39rem;background:var(--surface-card);color:#ffffff;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(14.4px * .875)}
.steady-rail .local-section>a:hover{background:#173fb0;color:#12233f;}
@media(max-width:680px){.steady-rail .public-group{display:block}.steady-rail .featured-track+.featured-track{margin-top:0.73rem}}
.compact-rail{
        --mark-static: calc(1.5rem * 1.05);
        --state-public: calc(1120px / 2.15);
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: var(--surface-inverse);
        color: var(--line-accent);
    }
.compact-rail .service-nav{max-width: 1120px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--mark-static);}
.compact-rail .strong-form{max-width: var(--state-public);
        display: flex;
        flex-direction: column;
        gap: calc(0.73rem * 1.1);}
.compact-rail h2{margin: 0;
        font-size: calc(14.4px * 2);
        line-height: 1.15;}
.compact-rail .steady-intro{margin: 0;
        font-size: 14.4px;
        line-height: 1.78;
        color: #243b5e;}
.compact-rail .public-group{display: flex;
        flex-direction: column;
        gap: calc(0.73rem * 0.9);}
.compact-rail details{
        padding: calc(1.5rem * .75) 1.5rem;
        border: 1px solid var(--paint-deep);
        border-radius: 0.7rem;
        background: #ffffff;
        color: #12233f;
    }
.compact-rail details[open]{
        background: #f3f6fb;
        color: #243b5e;
    }
.compact-rail summary{cursor: pointer;
        font-weight: 700;
        font-size: 14.4px;
        line-height: 1.35;
        list-style: none;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 0.73rem;}
.compact-rail summary::-webkit-details-marker{display: none;}
.compact-rail summary::after{content: "+";
        font-weight: 400;
        font-size: calc(14.4px * 1.125);
        line-height: 1;
        flex-shrink: 0;}
.compact-rail details[open] summary::after{content: "–";}
.compact-rail details p{margin: calc(0.73rem * 1.2) 0 0;
        font-size: calc(14.4px * .875);
        line-height: 1.78;}
.compact-rail details a{color: #1d4ed8;
        text-decoration: underline;
        text-underline-offset: 2px;}
.compact-rail details a:hover{color: #0e7490;}
.compact-rail .page-section{margin: 0;
        padding-top: calc(0.73rem * 1.5);
        border-top: 1px solid var(--paint-deep);
        font-size: calc(14.4px * .875);
        line-height: 1.78;
        color: #243b5e;}
.compact-rail .page-section a{color: #1d4ed8;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.compact-rail .page-section a:hover{color: #0e7490;}
@media (max-width: 720px) {.compact-rail details{
            padding: calc(1.5rem * .75) calc(1.5rem * .75);
        }
    }
.clear-steps{background:#0e7490;color:#ffffff;padding:calc(1.5rem * 2.4) 1.89rem}
.clear-steps .service-nav{max-width:1120px;margin:0 auto}
.clear-steps .offer-lead{display:flex;align-items:center;gap:calc(0.73rem * 1.5)}
.clear-steps .public-list{display:block;flex:0 1 42%;min-width:15rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem}
.clear-steps .bottom-team{flex:1 1 34rem;min-width:0}
.clear-steps h2{margin:0;font-size:clamp(calc(14.4px * 2),5vw,calc(14.4px * 2.65));line-height:1.05;letter-spacing:0}
.clear-steps p{margin:1.5rem 0 0;max-width:42rem;font-size:calc(14.4px * 1.125);line-height:1.65}
.clear-steps .page-section{margin-top:calc(1.5rem * .75);font-size:calc(14.4px * .875);line-height:1.6;opacity:.85}
.clear-steps .page-region{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.73rem * 1.5)}
.clear-steps a{padding:calc(1.5rem * .75);border-radius:0.39rem;background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;text-decoration:none}
@media(max-width:760px){.clear-steps .offer-lead{align-items:stretch;flex-direction:column}.clear-steps .public-list{flex-basis:auto;min-width:0}}
.offset---panel-second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.89rem calc(calc(1.5rem * 2.4)*.62);
    background:var(--surface-inverse,#ffffff);
    color:var(--line-accent,#12233f);
  }
.offset---panel-second-hero-block .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;}
.offset---panel-second-hero-block h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.01em;}
.offset---panel-second-hero-block .public-list{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:1rem;
    margin:clamp(1.1rem,2.4vw,calc(0.73rem * 1.5)) 0 0;
    box-shadow:var(--shadow-card,0 0px 3px rgba(0,0,0,0.06));}
.offset---panel-second-hero-block .strong-form{max-width:36rem;
    margin-top:clamp(.9rem,2vw,1.5rem);
    padding-left:clamp(.9rem,1.6vw,1.2rem);
    border-left:3px solid #0e7490;}
.offset---panel-second-hero-block p{margin:0;
    font-size:clamp(1rem,1.24vw,14.4px);
    line-height:1.76;
    color:#243b5e;}
@media (max-width:640px){.offset---panel-second-hero-block{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.offset---panel-second-hero-block .public-list{aspect-ratio:4/3;}
  }
.quiet-section{
  --mark-static:calc(1.5rem * 0.85);
  --state-public:calc(1120px / 3.1);
  --field-control:calc(1120px / 4.2);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--surface-inverse);
  color:var(--line-accent);
}
.quiet-section .service-nav{max-width:1120px;margin:0 auto;}
.quiet-section h2,
.quiet-section h3,
.quiet-section p{margin:0;}
.quiet-section h2{font-size:calc(14.4px * 2);line-height:1.14;}
.quiet-section h3{font-size:calc(14.4px * 1.35);line-height:1.24;}
.quiet-section p{font-size:14.4px;line-height:1.78;}
.quiet-section .strong-form{max-width:var(--state-public);}
.quiet-section .steady-intro{margin-top:calc(0.73rem * 1.5);color:#243b5e;}
.quiet-section .site-intro{margin:var(--mark-static) 0 0;}
.quiet-section .site-intro img{display:block;width:100%;height:var(--field-control);object-fit:cover;
  border-radius:1rem;box-shadow:0 0px 3px rgba(0,0,0,0.06);}
.quiet-section .contact-service{display:flex;flex-wrap:wrap;align-items:stretch;
  gap:0.73rem;margin-top:var(--mark-static);}
.quiet-section .featured-track{
  flex:1 1 calc(1120px / 3.4);
  min-width:0;
  padding:calc(1.5rem * .75);
  background:#ffffff;
  color:#12233f;
  border:1px solid var(--paint-deep);
  border-radius:0.7rem;
}
.quiet-section .featured-track p{margin-top:calc(1.5rem / 3);color:#243b5e;}
.quiet-section .top-content{display:inline-block;
  margin-top:calc(1.5rem / 2.4);
  font-size:calc(14.4px * .875);
  font-weight:600;
  color:#1d4ed8;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 550ms var(--delay-soft),border-color 550ms var(--delay-soft);}
.quiet-section .top-content:hover{color:#0e7490;border-bottom-color:#0e7490;}
.quiet-section .page-section{margin-top:var(--mark-static);
  max-width:var(--state-public);
  font-size:calc(14.4px * .875);
  color:#243b5e;}
.quiet-section .page-section a{color:#1d4ed8;text-decoration:none;border-bottom:1px solid #1d4ed8;}
.quiet-section .page-section a:hover{color:#0e7490;border-bottom-color:#0e7490;}
@media (max-width:720px){.quiet-section .site-intro img{height:auto;}
}
.top-copy{padding:calc(1.5rem * 2.4) 1.89rem;background:#0e7490;color:#ffffff}
.top-copy .service-nav{max-width:1120px;margin:0 auto}
.top-copy .contact-lead{display:flex;gap:calc(0.73rem * 1.5);align-items:flex-start}
.top-copy .steady-intro{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.top-copy h2{margin:0;font-size:calc(14.4px * 2);line-height:1.08}
.top-copy .steady-intro p{margin:1.5rem 0 0;font-size:14.4px;line-height:1.78}
.top-copy .contact-service{flex:1 1 42rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-copy .featured-track{border-top:1px solid color-mix(in srgb,#ffffff 28%,transparent);padding:calc(1.5rem * .75) 0 0}
.top-copy .featured-track:first-child{border-top:0;padding-top:0}
.top-copy strong{display:block;font-size:calc(14.4px * 1.125);line-height:1.2}
.top-copy .featured-track p{margin:0.73rem 0 0;line-height:1.78;font-size:calc(14.4px * .875)}
@media(max-width:780px){.top-copy .contact-lead{display:block}.top-copy .steady-intro{position:static}.top-copy .contact-service{margin-top:calc(0.73rem * 1.5)}.top-copy h2{font-size:calc(14.4px * 1.35)}}
.bottom-plan{
    padding:calc(calc(1.5rem * 2.4)*1.1) 1.89rem;
    background:var(--surface-inverse,#ffffff);color:var(--line-accent);}
.bottom-plan .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.73rem * 1.5);}
.bottom-plan .steady-intro{display:flex;
    flex-direction:column;
    gap:0.73rem;}
.bottom-plan h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.bottom-plan .narrow-intro{margin:0;
    max-width:46rem;
    font-size:calc(14.4px * 1.125);
    line-height:1.6;
    color:#243b5e;}
.bottom-plan .active-tile{margin:0;
    width:100%;}
.bottom-plan .public-list{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--shadow-card,0 0px 3px rgba(0,0,0,0.06));}
.bottom-plan .strong-entries{max-width:44rem;
    padding-top:calc(0.73rem * 1.5);
    border-top:1px solid var(--paint-deep,#dde5f1);}
.bottom-plan .strong-entries p{margin:0;
    font-size:14.4px;
    line-height:1.78;}
@media (max-width:640px){.bottom-plan{
      padding-top:calc(calc(1.5rem * 2.4)*0.8);
      padding-bottom:calc(calc(1.5rem * 2.4)*0.8);
    }.bottom-plan .public-list{aspect-ratio:4/3;}.bottom-plan .strong-entries{max-width:100%;}
  }
.active-fields{--mark-static:calc(1.5rem * 1.10);--copy-main:calc(1120px / 3.42);padding:calc(1.5rem * 2.4) 1.89rem;background:#0e7490;color:#ffffff;}
.active-fields .service-nav{max-width:1120px;margin:0 auto;}
.active-fields h2,.active-fields h3,.active-fields p{margin:0;}
.active-fields h2{font-size:calc(14.4px * 2);line-height:1.12;}
.active-fields h3{font-size:calc(14.4px * 1.35);line-height:1.2;}
.active-fields p{font-size:14.4px;line-height:1.78;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-fields a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.active-fields .steady-intro{margin-top:1.5rem;max-width:calc(1120px / 1.9);}
.active-fields .region{display:flex;flex-wrap:wrap;gap:var(--mark-static);margin-top:var(--mark-static);}
.active-fields .featured-track{flex:1 1 var(--copy-main);min-width:0;padding:calc(var(--mark-static) * .75);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.active-fields .featured-track p{margin-top:calc(1.5rem / 3);}
.active-fields .page-section{margin-top:var(--mark-static);max-width:calc(1120px / 1.7);font-size:calc(14.4px * .875);}
.visual-callout{
  background:var(--surface-inverse);
  color:var(--line-accent);
  padding:calc(1.5rem * 2.4) 1.89rem;
}
.visual-callout .service-nav{max-width:1120px;
  margin:0 auto;
  display:flex;
  gap:calc(0.73rem * 1.5);
  align-items:flex-start;}
.visual-callout .wide-panel{
  flex:0 0 17rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  background:#f3f6fb;
  color:#243b5e;
  border-radius:1rem;
}
.visual-callout .page-section{margin:0 0 0.73rem;
  font-size:calc(14.4px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;}
.visual-callout .focused-list{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:.5rem;
  font-size:calc(14.4px * .875);
  line-height:1.78;}
.visual-callout .focused-list li{padding-left:.9rem;
  position:relative;}
.visual-callout .focused-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:.4rem;
  height:.4rem;
  border-radius:50%;
  background:#0e7490;color:#ffffff;}
.visual-callout .strong-entries{flex:1 1 auto;
  min-width:0;
  max-width:46rem;}
.visual-callout h2{margin:0;
  font-size:calc(14.4px * 2);
  line-height:1.15;}
.visual-callout .compact-list{margin:1.5rem 0 0;
  font-size:14.4px;
  line-height:1.78;}
.visual-callout .compact-list + .compact-list{margin-top:calc(0.73rem * 1.5);}
.visual-callout .wide-items{margin-top:calc(0.73rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.visual-callout .wide-items a{color:#1d4ed8;
  text-decoration:none;
  border-bottom:1px solid var(--paint-deep);
  padding:.25rem 0;
  font-size:calc(14.4px * .875);}
.visual-callout .wide-items a:hover{color:#0e7490;
  border-bottom-color:#0e7490;}
@media (max-width:760px){.visual-callout .service-nav{
    flex-direction:column;
    gap:calc(0.73rem * 1.5);
  }.visual-callout .wide-panel{
    flex:1 1 auto;
    width:100%;
  }
}
.narrow-links{--mark-static:calc(1.5rem * 1.3);--state-public:calc(1120px / 2.7);--copy-quiet:calc(1120px / 3.9);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-card);color:#ffffff;}
.narrow-links .service-nav{max-width:1120px;margin:0 auto;}
.narrow-links h1,.narrow-links h2,.narrow-links h3,.narrow-links p{margin:0;}
.narrow-links h2{font-size:calc(14.4px * 2);line-height:1.14;}
.narrow-links p{font-size:14.4px;line-height:1.78;color:color-mix(in srgb, currentColor 76%, transparent);}
.narrow-links a{color:inherit;text-decoration:none;}
.narrow-links img{display:block;width:min(26rem,100%);max-width:100%;height:auto;border-radius:0.7rem;flex:0 1 min(26rem,36vw);}
.narrow-links .public-story{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;}
.narrow-links .public-story .strong-entries{flex:1 1 26rem;min-width:0;max-width:var(--state-public);}
.narrow-links .page-section{font-size:calc(14.4px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.narrow-links .steady-intro{margin-top:calc(0.73rem * 1.5);}
.narrow-links .wide-items{display:flex;align-items:center;flex-wrap:wrap;gap:0.73rem;margin-top:1.5rem;}
.narrow-links .main-contact{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.39rem;background:#ffffff;color:var(--surface-card);}
.narrow-links .contact-links{padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb, currentColor 34%, transparent);font-size:calc(14.4px * .875);}
.narrow-links .contact-links:hover{border-bottom-color:currentColor;}
@media (max-width:720px){.narrow-links .public-story{flex-direction:column-reverse;align-items:flex-start;}.narrow-links img{width:100%;flex:1 1 auto;}.narrow-links .strong-entries{max-width:none;}
}
.focused-plan{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--surface-inverse);
    color:var(--line-accent);
  }
.focused-plan .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.73rem * 1.5);}
.focused-plan .steady-intro{max-width:44rem;
    display:flex;
    flex-direction:column;
    gap:0.73rem;}
.focused-plan h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.focused-plan .narrow-intro{margin:0;
    font-size:clamp(1rem,1.2vw,14.4px);
    line-height:1.7;
    color:#243b5e;
    max-width:38rem;}
.focused-plan .public-list{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 0px 3px rgba(0,0,0,0.06);}
@media (max-width:640px){.focused-plan{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.focused-plan .public-list{aspect-ratio:4/3;}
  }
.open-team{--mark-static:calc(1.5rem * 1.05);--state-public:calc(1120px / 2.3);padding:calc(1.5rem * 2.4) 1.89rem;background:#f3f6fb;color:#243b5e;}
.open-team .service-nav{max-width:1120px;margin:0 auto;}
.open-team h1,.open-team h2,.open-team h3,.open-team p{margin:0;}
.open-team h2{font-size:calc(14.4px * 2);line-height:1.14;}
.open-team p{font-size:14.4px;line-height:1.78;}
.open-team a{color:inherit;text-decoration:none;}
.open-team .page-section{font-size:calc(14.4px * .875);letter-spacing:0.02em;text-transform:uppercase;opacity:0.72;}
.open-team .strong-entries h2{margin-top:calc(1.5rem / 2.4);max-width:var(--state-public);}
.open-team .main-contact{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.39rem;background:var(--surface-card);color:#ffffff;}
.open-team .main-contact:hover{background:#173fb0;color:#12233f;}
.open-team .contact-service{display:flex;flex-wrap:wrap;align-items:stretch;gap:0.73rem;margin-top:var(--mark-static);}
.open-team .featured-track{flex:1 1 calc(1120px / 2.35);min-width:0;padding:calc(1.5rem * .75);border-radius:0.7rem;background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);box-shadow:0 0px 3px rgba(0,0,0,0.06);}
.open-team .featured-track p{color:inherit;}
.open-team .simple-quote{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.73rem;}
.open-team .simple-quote>.strong-entries{flex:1 1 auto;min-width:0;}
.open-team .simple-quote>.main-contact{flex:0 0 auto;}
.open-team .simple-quote>.contact-service{flex:1 1 100%;}
@media (max-width:720px){.open-team .simple-quote{align-items:flex-start;}.open-team .featured-track{flex:1 1 100%;}
}
.plan{
        padding: calc(1.5rem * 2.4) 1.89rem;
        background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 55%, #0e7490 100%);
        color: #ffffff;
    }
.plan .service-nav{max-width: 1120px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.73rem * 1.5);}
.plan .steady-intro{max-width: 46rem;}
.plan h2{margin: 0;
        font-size: calc(14.4px * 2);
        line-height: 1.15;}
.plan .steady-intro p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(14.4px * 1.125);
        line-height: 1.78;}
.plan .local-brand{display: flex;
        flex-wrap: wrap;
        gap: 0.73rem;}
.plan .bottom-note{
        flex: 1 1 22rem;
        padding: calc(1.5rem * .75);
        border: 1px solid var(--paint-deep);
        border-radius: 1rem;
        background: #ffffff;
        color: #12233f;
        box-shadow: 0 0px 3px rgba(0,0,0,0.06);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.plan .narrow-form{font-size: 14.4px;
        line-height: 1.78;}
.plan .service-summary{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--paint-deep);
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-size: calc(14.4px * .875);}
.plan .service-summary strong{font-size: 14.4px;}
@media (max-width: 760px) {.plan .bottom-note{
            flex: 1 1 100%;
        }
    }
.soft-view{--mark-static:calc(1.5rem * 0.9);--state-public:calc(1120px / 2.75);padding:calc(1.5rem * 2.4) 1.89rem;background:#f3f6fb;color:#243b5e;}
.soft-view .service-nav{max-width:1120px;margin:0 auto;}
.soft-view h2,.soft-view p{margin:0;}
.soft-view h2{font-size:calc(14.4px * 2);line-height:1.14;}
.soft-view p{font-size:14.4px;line-height:1.78;}
.soft-view a{color:#1d4ed8;text-decoration:none;}
.soft-view a:hover{color:#0e7490;}
.soft-view .simple-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.73rem;}
.soft-view .strong-entries{flex:1 1 60%;min-width:0;max-width:var(--state-public);}
.soft-view .strong-entries .steady-intro{margin-top:calc(1.5rem / 2);color:#243b5e;}
.soft-view .main-contact{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;border-radius:0.39rem;background:var(--surface-card);color:#ffffff;font-size:calc(14.4px * .875);}
.soft-view .main-contact:hover{background:#173fb0;color:#ffffff;}
.soft-view .public-group{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--mark-static);margin-top:calc(0.73rem * 1.5);}
.soft-view details{padding:calc(calc(1.5rem * .75) * 0.95) calc(calc(1.5rem * .75) * 1.1);border-radius:0.7rem;background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);}
.soft-view summary{cursor:pointer;font-weight:700;font-size:14.4px;list-style:none;}
.soft-view summary::-webkit-details-marker{display:none;}
.soft-view summary::after{content:"+";float:right;font-weight:400;color:#243b5e;}
.soft-view details[open] summary::after{content:"–";}
.soft-view details p{margin-top:calc(1.5rem / 3);color:#12233f;}
.soft-view .wide-items{flex:1 1 100%;margin-top:calc(0.73rem * 1.5);font-size:calc(14.4px * .875);color:#243b5e;}
@media (max-width:720px){.soft-view .strong-entries{flex:1 1 100%;}.soft-view .main-contact{width:100%;}
}
.plain-group{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.89rem;
    background:var(--surface-inverse);
    color:var(--line-accent);
  }
.plain-group .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;}
.plain-group h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.plain-group .public-list{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;
    margin:clamp(1rem,2.4vw,calc(0.73rem * 1.5)) 0 0;}
.plain-group .steady-intro{max-width:40rem;
    margin-top:clamp(.9rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--paint-deep);}
.plain-group p{margin:0;
    font-size:clamp(1rem,1.26vw,14.4px);
    line-height:1.76;
    color:#243b5e;}
@media (max-width:640px){.plain-group{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.plain-group .public-list{aspect-ratio:4/3;}
  }
.secondary-method{
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: #12233f;
  color: #f3f6fb;
}
.secondary-method .service-nav{max-width: min(1120px, 72rem);
  margin: 0 auto;}
.secondary-method .fresh-lead{max-width: 48rem;
  margin-bottom: calc(0.73rem * 1.5);}
.secondary-method h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.4px * 2);
  line-height: 1.12;}
.secondary-method .steady-intro{margin: 0;
  font-size: calc(14.4px * 1.125);
  line-height: 1.6;
  color: #c9d4e6;}
.secondary-method .wide-panel{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(0.73rem * 1.5);}
.secondary-method .featured-track{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #12233f;
  border: 1px solid var(--paint-deep);
  border-radius: 1rem;
  box-shadow: 0 0px 3px rgba(0,0,0,0.06);
}
.secondary-method .narrow-form{margin: 0 0 calc(1.5rem * .75);
  font-size: 14.4px;
  line-height: 1.65;}
.secondary-method .by{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-deep);}
.secondary-method .quiet-method{font-weight: 700;
  font-size: calc(14.4px * .875);}
.secondary-method .active-quote{font-size: calc(14.4px * .875);color:inherit;}
.secondary-method .simple-grid{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding-top: calc(0.73rem * 1.5);
  border-top: 1px solid #243b5e;}
.secondary-method .page-section{flex: 1 1 min(100%, 18rem);}
.secondary-method .page-section h3{margin: 0 0 0.4rem;
  font-size: calc(14.4px * 1.35);
  line-height: 1.25;}
.secondary-method .page-section p{margin: 0;
  font-size: calc(14.4px * .875);
  line-height: 1.7;
  color: #c9d4e6;}
.secondary-method .page-section a,
.secondary-method .primary-content a{color:inherit;
  text-decoration: underline;}
.secondary-method .page-section a:hover,
.secondary-method .primary-content a:hover{color:inherit;}
.secondary-method .primary-content{margin: calc(0.73rem * 1.5) 0 0;
  font-size: calc(14.4px * .875);
  color: #c9d4e6;}
@media (max-width: 700px) {.secondary-method .wide-panel,
  .secondary-method .simple-grid{
    display: block;
  }.secondary-method .featured-track + .featured-track,
  .secondary-method .page-section + .page-section{
    margin-top: 0.73rem;
  }
}
.text-footer{--mark-static:calc(1.5rem * 0.92);--state-public:calc(1120px / 2.35);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-card);color:#ffffff;}
.text-footer .service-nav{max-width:1120px;margin:0 auto;}
.text-footer h2,.text-footer h3,.text-footer p{margin:0;}
.text-footer h2{font-size:calc(14.4px * 2);line-height:1.14;}
.text-footer h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.text-footer p{font-size:14.4px;line-height:1.78;color:color-mix(in srgb, currentColor 76%, transparent);}
.text-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-footer a:hover{}
.text-footer .strong-form{max-width:var(--state-public);}
.text-footer .steady-intro{margin-top:calc(1.5rem / 3);}
.text-footer .public-group{display:flex;flex-direction:column;gap:calc(var(--mark-static) * 0.7);margin-top:var(--mark-static);}
.text-footer .featured-track{padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.15);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:3px solid #0e7490;}
.text-footer .featured-track p{margin-top:calc(1.5rem / 3.4);}
.text-footer .page-section{margin-top:var(--mark-static);max-width:var(--state-public);font-size:calc(14.4px * .875);}
.active-actions{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.89rem;
    background:var(--surface-inverse,#ffffff);
    color:var(--line-accent,#12233f);
  }
.active-actions .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.73rem * 1.5);}
.active-actions h1{margin:0;
    max-width:22ch;
    font-family:"Libre Baskerville", sans-serif;
    font-size:clamp(1.9rem,4.6vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.active-actions .public-list{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:var(--shadow-card,0 0px 3px rgba(0,0,0,0.06));}
.active-actions .steady-intro{max-width:40rem;
    padding-left:clamp(.9rem,1.8vw,1.4rem);
    border-left:2px solid var(--paint-deep,#dde5f1);}
.active-actions p{margin:0;
    font-size:clamp(1rem,1.26vw,14.4px);
    line-height:1.76;
    color:#243b5e;}
@media (max-width:640px){.active-actions h1{max-width:100%;}.active-actions .public-list{aspect-ratio:4/3;}.active-actions{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.offer-rail{--mark-static:calc(1.5rem * 1.28);--state-public:calc(1120px / 2.4);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent);}
.offer-rail .service-nav{max-width:1120px;margin:0 auto;}
.offer-rail h2,.offer-rail h3,.offer-rail p{margin:0;}
.offer-rail h2{font-size:calc(14.4px * 2);line-height:1.14;max-width:var(--state-public);}
.offer-rail h3{font-size:calc(14.4px * 1.35);line-height:1.22;}
.offer-rail p{font-size:14.4px;line-height:1.78;}
.offer-rail a{color:#1d4ed8;text-decoration:none;border-bottom:1px solid var(--paint-deep);}
.offer-rail a:hover{color:#0e7490;}
.offer-rail img{display:block;width:100%;height:auto;border-radius:1rem;}
.offer-rail .site-unit>img{margin-top:var(--mark-static);}
.offer-rail .site-unit>.steady-intro{margin-top:1.5rem;max-width:var(--state-public);}
.offer-rail .contact-service{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.73rem;margin-top:var(--mark-static);}
.offer-rail .featured-track{flex:1 1 calc(1120px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-deep);}
.offer-rail .featured-track p{margin-top:calc(1.5rem / 3.2);color:#243b5e;}
.offer-rail .page-section{margin-top:var(--mark-static);padding:calc(1.5rem * .75);border-radius:0.7rem;background:#f3f6fb;color:#243b5e;font-size:calc(14.4px * .875);}
@media (max-width:720px){.offer-rail .featured-track{flex:1 1 100%;}
}
.social{--mark-static:calc(1.5rem * 1.15);--state-public:calc(1120px / 2.9);padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent);}
.social .service-nav{max-width:1120px;margin:0 auto;}
.social h2,.social h3,.social p{margin:0;}
.social h2{font-size:calc(14.4px * 2);line-height:1.14;}
.social h3{font-size:calc(14.4px * 1.35);line-height:1.24;}
.social p{font-size:14.4px;line-height:1.78;}
.social .strong-form{max-width:var(--state-public);}
.social .strong-form .steady-intro{margin-top:calc(1.5rem / 2.4);}
.social .contact-service{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-static);border-top:1px solid var(--paint-deep);}
.social .featured-track{padding:calc(0.73rem * 1.5) 0;border-bottom:1px solid var(--paint-deep);}
.social .featured-track p{margin-top:calc(1.5rem / 3.2);max-width:calc(var(--state-public) * 1.35);}
.social .page-section{margin-top:var(--mark-static);padding:calc(1.5rem * .75) 1.5rem;background:#f3f6fb;color:#243b5e;border-radius:0.7rem;}
.social .page-section a{text-decoration:underline;text-underline-offset:2px;}
.social .page-section a:hover{}
.social .wide-items{margin-top:calc(calc(0.73rem * 1.5) * 1.1);font-size:calc(14.4px * .875);}
.social .wide-items a{text-decoration:none;border-bottom:1px solid currentColor;}
.social .wide-items a:hover{}
@media (min-width:760px){.social .contact-service{margin-top:calc(var(--mark-static) * 1.1);}.social .featured-track{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:0.73rem;align-items:start;}.social .featured-track p{margin-top:0;}
}
.main-note{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent)}
.main-note .service-nav{width:min(100%,calc(1120px*.72));margin:0 auto}
.main-note .fresh-lead{margin-bottom:calc(0.73rem * 1.5)}
.main-note h1{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.main-note .steady-intro{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.78;color:#243b5e}
.main-note .contact-quote{display:flex;flex-wrap:wrap;gap:0.73rem;margin-top:calc(0.73rem * 1.5);padding-top:0.73rem;border-top:1px solid var(--paint-deep);font-size:calc(14.4px * .875);color:#243b5e}
.main-note .site-intro{margin:0 0 1.5rem}
.main-note .site-intro img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem;box-shadow:0 0px 3px rgba(0,0,0,0.06)}
.main-note .site-intro figcaption{margin-top:0.73rem;font-size:calc(14.4px * .875);color:#243b5e}
.main-note .compact-list{background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);border-radius:0.7rem;padding:calc(1.5rem * .75);margin-top:1.5rem}
.main-note .compact-list p{margin:0 0 1.5rem;line-height:1.78}
.main-note .compact-list p:last-child{margin-bottom:0}
.main-note .compact-list h2{margin:1.5rem 0 0.73rem;font-size:calc(14.4px * 1.35);line-height:1.2}
.main-note .compact-list h2:first-child{margin-top:0}
.main-note .wide-items{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.73rem calc(1.5rem * .75);margin-top:1.5rem;padding-top:calc(0.73rem * 1.5);border-top:1px solid var(--paint-deep)}
.main-note .text-quote{font-size:calc(14.4px * .875);color:#243b5e}
.main-note .wide-items a{color:#1d4ed8;text-decoration:none;font-size:14.4px;border-bottom:1px solid transparent;transition:color 550ms var(--delay-soft),border-color 550ms var(--delay-soft)}
.main-note .wide-items a:hover{color:#0e7490;border-bottom-color:#0e7490}
@media (max-width:640px){.main-note .compact-list{padding:calc(0.73rem * 1.5)}.main-note .contact-quote{flex-direction:column;gap:0.73rem}
}
.focused-region{padding:calc(1.5rem * 2.4) 1.89rem;background:#f3f6fb;color:#243b5e}
.focused-region .service-nav{max-width:1120px;margin:0 auto}
.focused-region .simple-body{display:flex;flex-wrap:wrap;gap:calc(0.73rem * 1.5);align-items:flex-start}
.focused-region .steady-intro{flex:1 1 22rem;min-width:0}
.focused-region h2{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:calc(14.4px * 2);line-height:1.15}
.focused-region .active-quote{margin:0;font-size:calc(14.4px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.75}
.focused-region .wide-headline{flex:1 1 30rem;min-width:0;border-left:2px solid var(--paint-deep);padding-left:calc(0.73rem * 1.5)}
.focused-region .wide-headline p{margin:0 0 calc(1.5rem * .75);font-size:14.4px;line-height:1.78}
.focused-region .wide-headline p:last-of-type{margin-bottom:0}
.focused-region .hero{list-style:none;margin:calc(0.73rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.focused-region .hero li{min-width:0}
.focused-region .hero a{display:inline-block;border-radius:0.39rem;background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);padding:calc(calc(1.5rem * .75)*.5) calc(1.5rem * .75);text-decoration:none;font-size:calc(14.4px * .875)}
.focused-region .hero a:hover{background:var(--surface-card);color:#ffffff;border-color:var(--surface-card)}
.focused-region .page-section{margin:calc(1.5rem * .75) 0 0;font-size:calc(14.4px * .875);opacity:.8}
@media(max-width:760px){.focused-region .wide-headline{border-left:0;padding-left:0;border-top:2px solid var(--paint-deep);padding-top:calc(0.73rem * 1.5)}
}
.public-wrap{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent)}
.public-wrap .service-nav{width:min(100%,calc(1120px*.62));margin:0 auto}
.public-wrap .contact-quote{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#243b5e;font-size:calc(14.4px * .875)}
.public-wrap .contact-quote>*{min-width:0;flex:1 1 18rem}
.public-wrap h1{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.public-wrap .steady-intro{margin:1.5rem 0 calc(0.73rem * 1.5);color:#243b5e;font-size:calc(14.4px * 1.125);line-height:1.78}
.public-wrap .site-intro{margin:0 0 calc(0.73rem * 1.5);border-radius:1rem;overflow:hidden;box-shadow:0 0px 3px rgba(0,0,0,0.06)}
.public-wrap .site-intro img{display:block;width:100%;height:auto}
.public-wrap .bottom-team{border-top:1px solid var(--paint-deep);padding-top:1.5rem}
.public-wrap .bottom-team p{margin:0 0 1.5rem;line-height:1.78}
.public-wrap .bottom-team p:last-child{margin-bottom:0}
.public-wrap .wide-items{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.73rem;margin-top:calc(0.73rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid var(--paint-deep);font-size:calc(14.4px * .875)}
.public-wrap .text-quote{color:#243b5e}
.public-wrap .wide-items a{color:#1d4ed8;text-decoration:none;border-bottom:1px solid transparent}
.public-wrap .wide-items a:hover{color:#0e7490;border-bottom-color:currentColor}
@media (max-width:640px){.public-wrap .service-nav{width:100%}.public-wrap h1{font-size:calc(14.4px * 2)}
}
.active-panel{padding:calc(1.5rem * 2.4) 1.89rem;background:#0e7490;color:#ffffff}
.active-panel .service-nav{max-width:1120px;margin:0 auto}
.active-panel .contact-lead{display:flex;gap:calc(0.73rem * 1.5);align-items:flex-start}
.active-panel .steady-intro{flex:1 1 34rem;min-width:0}
.active-panel h2{margin:0;font-size:calc(14.4px * 2);line-height:1.1}
.active-panel .steady-intro p{margin:1.5rem 0 0;max-width:42rem;font-size:calc(14.4px * 1.125);line-height:1.78}
.active-panel .wide-headline{flex:0 1 30rem;min-width:0;background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 0px 3px rgba(0,0,0,0.06)}
.active-panel .wide-headline>p{margin:0;line-height:1.78;font-size:calc(14.4px * .875)}
.active-panel .wide-headline a{text-decoration:underline}
.active-panel .wide-headline a:hover{}
.active-panel .page-region{display:flex;flex-wrap:wrap;gap:0.73rem;margin-top:1.5rem}
.active-panel .page-region a{border-radius:0.39rem;background:var(--surface-card);color:#ffffff;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(14.4px * .875)}
.active-panel .page-region a:hover{background:#173fb0;color:#12233f;}
@media(max-width:780px){.active-panel .contact-lead{display:block}.active-panel .wide-headline{margin-top:calc(0.73rem * 1.5);padding:1.5rem}.active-panel h2{font-size:calc(14.4px * 1.35)}}
.main-view{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-inverse);color:var(--line-accent)}
.main-view .service-nav{width:min(100%,calc(1120px*.66));margin:0 auto}
.main-view .wide-panel{display:flex;flex-wrap:wrap;gap:0.73rem;margin-bottom:1.5rem;font-size:calc(14.4px * .875)}
.main-view .featured-block{padding:0.15rem 0.6rem;border:1px solid var(--paint-deep);border-radius:0.39rem;background:#f3f6fb;color:#243b5e}
.main-view h1{margin:0;font-size:calc(14.4px * 2.65);line-height:1.06}
.main-view .steady-intro{margin:1.5rem 0 calc(0.73rem * 1.5);font-size:calc(14.4px * 1.125);line-height:1.78;color:#243b5e}
.main-view .active-tile{margin:0 0 calc(0.73rem * 1.5);padding:0}
.main-view .active-tile img{display:block;width:100%;height:auto;border-radius:1rem;box-shadow:0 0px 3px rgba(0,0,0,0.06)}
.main-view .active-tile figcaption{margin-top:0.73rem;font-size:calc(14.4px * .875);color:#243b5e}
.main-view .content-quote{border-top:1px solid var(--paint-deep);padding-top:1.5rem}
.main-view .content-quote p{margin:0 0 1.5rem;line-height:1.78}
.main-view .content-quote p:last-child{margin-bottom:0}
.main-view .fresh-nav{margin-top:calc(0.73rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--paint-deep);display:flex;flex-direction:column;gap:0.73rem}
.main-view .secondary-region{margin:0;font-size:calc(14.4px * .875);color:#243b5e}
.main-view .fresh-nav a{color:#1d4ed8;text-decoration:none;font-size:14.4px;line-height:1.78}
.main-view .fresh-nav a:hover,.main-view .fresh-nav a:focus-visible{color:#0e7490;text-decoration:underline}
@media (max-width:640px){.main-view .service-nav{width:100%}.main-view .wide-panel{gap:0.4rem}
}
.open-actions{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-card);color:#ffffff}
.open-actions .service-nav{max-width:1120px;margin:0 auto}
.open-actions .wide-panel{display:flex;gap:calc(0.73rem * 1.5);align-items:stretch}
.open-actions .bottom-nav{flex:0 1 19rem;min-width:0;border-left:2px solid color-mix(in srgb,#ffffff 34%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.open-actions .bottom-nav p{margin:0;font-size:calc(14.4px * .875);line-height:1.78}
.open-actions .bottom-nav a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.39rem;background:#0e7490;color:#ffffff;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(14.4px * .875)}
.open-actions .bottom-nav a:hover{background:#0b5f75;color:#12233f;}
.open-actions .site-surface{flex:1 1 42rem;min-width:0}
.open-actions h2{margin:0;font-size:calc(14.4px * 2);line-height:1.08}
.open-actions .site-surface>p{margin:1.5rem 0 0;max-width:46rem;font-size:14.4px;line-height:1.78}
.open-actions .contact-service{margin-top:calc(0.73rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-actions .contact-service p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#ffffff 22%,transparent)}
.open-actions .contact-service p:first-child{border-top:0;padding-top:0}
.open-actions .contact-service strong{flex:0 1 11rem;min-width:0;font-size:calc(14.4px * .875);letter-spacing:.02em}
.open-actions .contact-service span{flex:1 1 22rem;min-width:0;font-size:calc(14.4px * .875);line-height:1.78}
@media(max-width:760px){.open-actions .wide-panel,.open-actions .contact-service p{display:block}.open-actions .bottom-nav{border-left:0;padding-left:0}.open-actions .site-surface{margin-top:calc(0.73rem * 1.5)}.open-actions .contact-service span{display:block;margin-top:calc(1.5rem * .75)}.open-actions h2{font-size:calc(14.4px * 1.35)}}
.steady-callout{padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;background:#f3f6fb;color:#243b5e;}
.steady-callout .fresh-method{max-width:min(1120px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.73rem * 1.5));}
.steady-callout .strong-form{display:flex;flex-direction:column;gap:clamp(.6rem,1.4vw,1.5rem);}
.steady-callout h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(14.4px * 2.65));line-height:1.08;font-weight:640;letter-spacing:-0.01em;max-width:24ch;}
.steady-callout .steady-intro{margin:0;max-width:52ch;font-size:clamp(1rem,1.2vw,14.4px);line-height:1.72;}
.steady-callout .public-list{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:1rem;}
.steady-callout .page-section{max-width:46rem;padding-left:clamp(.9rem,1.6vw,1.5rem);border-left:2px solid var(--paint-deep,#dde5f1);}
.steady-callout .page-section p{margin:0;font-size:calc(14.4px * .875);line-height:1.7;}
@media (max-width:640px){.steady-callout{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.steady-callout h1{max-width:100%;}.steady-callout .public-list{aspect-ratio:4/3;}
  }
.steady-panel{
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: #0e7490;
  color: #ffffff;
}
.steady-panel .service-nav{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(0.73rem * 1.5);
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;}
.steady-panel .strong-entries{padding-top: calc(1.5rem * .75);}
.steady-panel h2{margin: 0;
  font-size: calc(14.4px * 2);
  line-height: 1.08;}
.steady-panel .strong-entries > p{margin: 1.5rem 0 0;
  font-size: 14.4px;
  line-height: 1.78;}
.steady-panel .site-media{display: flex;
  flex-direction: column;
  gap: 0.73rem;
  margin-top: calc(0.73rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.steady-panel .site-media a{color: inherit;
  font-size: calc(14.4px * .875);
  text-underline-offset: .22em;}
.steady-panel .quiet-proof{display: flex;
  flex-direction: column;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.steady-panel .wide-items{display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: 0.73rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 30%, transparent);
  transition: background 550ms var(--delay-soft);}
.steady-panel a.route:hover{
  background: color-mix(in srgb, currentColor 8%, transparent);
}
.steady-panel .wide-items span{font-size: calc(14.4px * .875);
  opacity: .78;}
.steady-panel .wide-items strong,
.steady-panel .wide-items p{margin: 0;
  line-height: 1.78;
  overflow-wrap: anywhere;}
.steady-panel .wide-items strong{font-size: calc(14.4px * 1.125);}
@media (max-width: 820px) {.steady-panel .service-nav{
    grid-template-columns: minmax(0, 1fr);
  }.steady-panel .strong-entries{
    padding-top: 0;
  }.steady-panel .quiet-proof{
    margin-top: calc(0.73rem * 1.5);
  }
}
@media (max-width: 520px) {.steady-panel .wide-items{
    grid-template-columns: minmax(0, 1fr);
    gap: calc(1.5rem * .75);
  }
}
.page-block{padding:calc(1.5rem * 2.4) 1.89rem;background:#f3f6fb;color:#243b5e}
.page-block .service-nav{max-width:1120px;margin:0 auto}
.page-block .compact-actions{display:flex;gap:calc(0.73rem * 1.5);align-items:flex-start}
.page-block .bottom-headline{flex:0 1 30rem;min-width:0}
.page-block h2{margin:0;font-size:calc(14.4px * 2);line-height:1.14}
.page-block .bottom-headline p{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.78}
.page-block ul{list-style:none;margin:calc(0.73rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-block li{padding:calc(1.5rem * .75) 0;line-height:1.78}
.page-block li+li{border-top:1px solid var(--paint-deep)}
.page-block .featured-tile{flex:1 1 36rem;min-width:0;background:#ffffff;color:#12233f;border:1px solid var(--paint-deep);border-radius:1rem;padding:calc(0.73rem * 1.5);box-shadow:0 0px 3px rgba(0,0,0,0.06)}
.page-block .quiet-footer{display:flex;flex-wrap:wrap;gap:1.5rem}
.page-block .quiet-footer label{flex:1 1 18rem;min-width:0}
.page-block label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(14.4px * .875)}
.page-block input,.page-block textarea{width:100%;max-width:100%;border:1px solid var(--paint-deep);border-radius:0.39rem;background:#ffffff;color:#12233f;font:inherit;padding:calc(1.5rem * .75);outline:none}
.page-block input::placeholder,.page-block textarea::placeholder{color:rgba(255,255,255,0.55)}
.page-block input:focus,.page-block textarea:focus{border-color:rgba(29, 78, 216, 0.35);box-shadow:0 0 0 3px rgba(29, 78, 216, 0.35)}
.page-block .offer-service{display:block;margin-top:1.5rem}
.page-block textarea{resize:vertical}
.page-block button{margin-top:1.5rem;border:0;border-radius:0.39rem;background:var(--surface-card);color:#ffffff;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.page-block button:hover{background:#173fb0;color:#12233f;}
@media(max-width:840px){.page-block .compact-actions{display:block}.page-block .featured-tile{margin-top:calc(0.73rem * 1.5);padding:1.5rem}.page-block .quiet-footer{display:block}.page-block .quiet-footer label+label{margin-top:1.5rem}}
.content-details{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-card);color:#ffffff}
.content-details .team-form{max-width:min(1120px,64rem);margin:0 auto}
.content-details .fresh-lead{margin-bottom:calc(0.73rem * 1.5)}
.content-details h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.content-details .local-entries{margin:1.5rem 0 calc(1.5rem * .75);font-size:calc(14.4px * 1.125);max-width:52rem}
.content-details .featured-block{margin:0;font-size:calc(14.4px * .875);opacity:.78}
.content-details .simple-grid{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.content-details .page-section{padding:calc(1.5rem * .75) 0}
.content-details .page-section + .page-section{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.content-details h3{margin:0 0 0.73rem;font-size:calc(14.4px * 1.35);line-height:1.25}
.content-details .page-section p{margin:0;max-width:60rem}
@media (min-width:760px){.content-details .page-section{display:grid;grid-template-columns:minmax(12rem,18rem) 1fr;gap:1.89rem;align-items:start}.content-details h3{margin:0}
}
.primary-header{padding:calc(1.5rem * 2.4) 1.89rem;background:var(--surface-card);color:#ffffff}
.primary-header .team-form{max-width:min(1120px,64rem);margin:0 auto}
.primary-header .steady-intro{max-width:52rem}
.primary-header h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.08}
.primary-header .local-entries{margin:1.5rem 0 0;font-size:calc(14.4px * 1.125);line-height:1.78}
.primary-header .simple-grid{margin-top:calc(0.73rem * 1.5);display:flex;flex-direction:column;gap:0}
.primary-header .page-section{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.primary-header .page-section:last-child{border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.primary-header h3{margin:0 0 0.73rem;font-size:calc(14.4px * 1.35);line-height:1.25}
.primary-header .page-section p{margin:0;font-size:14.4px;line-height:1.78}
.primary-header a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.primary-header a:hover{opacity:.82}
@media (min-width:768px){.primary-header .page-section{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.89rem;align-items:start}.primary-header h3{margin:0}
}
.secondary-headline{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.89rem;
    background:var(--surface-inverse,#ffffff);
    color:var(--line-accent,#12233f);
  }
.secondary-headline .fresh-method{max-width:min(1120px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.73rem * 1.5));}
.secondary-headline .steady-intro{display:flex;
    flex-direction:column;
    gap:clamp(.6rem,1.4vw,0.73rem);}
.secondary-headline h1{margin:0;
    font-size:clamp(1.9rem,4.8vw,calc(14.4px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.secondary-headline .narrow-intro{margin:0;
    max-width:44rem;
    font-size:clamp(1rem,1.3vw,calc(14.4px * 1.125));
    line-height:1.7;
    color:#243b5e;}
.secondary-headline .public-list{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.7rem;
    box-shadow:var(--shadow-card,0 0px 3px rgba(0,0,0,0.06));}
.secondary-headline .page-section{max-width:40rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid var(--paint-deep,#dde5f1);}
.secondary-headline .page-section p{margin:0;
    font-size:clamp(.98rem,1.2vw,14.4px);
    line-height:1.78;
    color:#243b5e;}
@media (max-width:640px){.secondary-headline{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.secondary-headline .public-list{aspect-ratio:4/3;width:100%;}
  }
.direct-fields{
  --mark-static:calc(1.5rem * 1.3);
  --state-public:calc(1120px / 2.4);
  padding:calc(1.5rem * 2.4) 1.89rem;
  background:var(--surface-inverse);
  color:var(--line-accent);
}
.direct-fields .service-nav{max-width:1120px;margin:0 auto;}
.direct-fields h2,.direct-fields p,.direct-fields ul{margin:0;}
.direct-fields h2{font-size:calc(14.4px * 2);line-height:1.14;}
.direct-fields p{font-size:14.4px;line-height:1.78;}
.direct-fields a{color:#1d4ed8;text-decoration:none;}
.direct-fields a:hover{color:#0e7490;}
.direct-fields .direct-entries{max-width:var(--state-public);
  padding-bottom:calc(0.73rem * 1.5);
  border-bottom:1px solid var(--paint-deep);}
.direct-fields .direct-entries .top-team{font-size:calc(14.4px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#243b5e;
  margin-bottom:calc(0.73rem * 1.5);}
.direct-fields .direct-entries h2{margin-bottom:calc(0.73rem * 1.5);}
.direct-fields .steady-intro{color:#243b5e;}
.direct-fields .wide-items{margin-top:var(--mark-static);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.73rem 1.5rem;}
.direct-fields .main-contact{
  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.39rem;
  background:var(--surface-card);
  color:#ffffff;
  font-size:14.4px;
}
.direct-fields .main-contact:hover{background:#173fb0;color:#ffffff;}
.direct-fields .page-section{flex:1 1 16rem;
  color:#243b5e;
  font-size:calc(14.4px * .875);}
.direct-fields .content-service{list-style:none;
  padding:0;
  margin-top:calc(0.73rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:0.73rem 1.5rem;
  width:100%;
  border-top:1px solid var(--paint-deep);
  padding-top:calc(0.73rem * 1.5);}
.direct-fields .content-service li{font-size:calc(14.4px * .875);}
.direct-fields .contact-links{margin-top:var(--mark-static);
  font-size:calc(14.4px * .875);
  color:#243b5e;}
@media (max-width:640px){.direct-fields .wide-items{flex-direction:column;align-items:flex-start;}.direct-fields .main-contact{width:100%;}
}
.steady-quote{
  padding: calc(1.5rem * 2.4) 1.89rem;
  background: #0e7490;
  color: #ffffff;
}
.steady-quote .service-nav{max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.73rem * 1.5);
  align-items: flex-start;}
.steady-quote .quiet-media{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1.34rem;
  background: #12233f;
  color: #f3f6fb;
}
.steady-quote .quiet-media span{display: inline-block;
  font-size: calc(14.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.85;}
.steady-quote h2{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.4px * 2);
  line-height: 1.12;}
.steady-quote .quiet-media p{margin: calc(1.5rem * .75) 0 0;
  font-size: 14.4px;
  line-height: 1.78;
  opacity: 0.9;}
.steady-quote .team-tile{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 0.73rem;}
.steady-quote .team-tile div{
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #ffffff;
  color: #12233f;
  border: 1px solid var(--paint-deep);
}
.steady-quote .team-tile strong{display: block;
  font-size: calc(14.4px * 1.35);}
.steady-quote .team-tile p{margin: calc(0.73rem * 1.5) 0 0;
  font-size: calc(14.4px * .875);
  line-height: 1.78;}
.steady-quote .wide-items{flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.73rem;
  padding-top: calc(0.73rem * 1.5);
  border-top: 1px solid rgba(255, 255, 255, 0.28);}
.steady-quote .wide-items span{font-size: calc(14.4px * .875);
  opacity: 0.85;}
.steady-quote .wide-items a{font-size: calc(14.4px * .875);
  text-decoration: underline;
  text-underline-offset: 3px;}
.steady-quote .wide-items a:hover{opacity: 0.8;}
@media (max-width: 760px) {.steady-quote .service-nav{
    flex-direction: column;
  }
}
.open-steps{padding:calc(1.5rem * 2.4) 1.89rem;background:#0e7490;color:#ffffff}
.open-steps .service-nav{max-width:1120px;margin:0 auto}
.open-steps .contact-lead{display:flex;gap:calc(0.73rem * 1.5);align-items:flex-end}
.open-steps .strong-entries{flex:1 1 34rem;min-width:0}
.open-steps h2{margin:0;font-size:calc(14.4px * 2.65);line-height:1.06}
.open-steps .strong-entries p{margin:1.5rem 0 0;max-width:46rem;font-size:calc(14.4px * 1.125);line-height:1.78}
.open-steps .bottom-body{flex:0 1 32rem;min-width:0;background:#12233f;color:#f3f6fb;border-radius:1rem;padding:0.73rem;box-shadow:0 2px 12px rgba(0,0,0,0.08)}
.open-steps .bottom-body>p{margin:0;line-height:1.78}
.open-steps .plain-service{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.open-steps a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:0.39rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.open-steps .plain-service a{border:1px solid color-mix(in srgb,#f3f6fb 22%,transparent)}
.open-steps .plain-service .focused-copy{background:var(--surface-card);color:#ffffff;border-color:var(--surface-card)}
.open-steps .wide-items{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.open-steps .wide-items a{background:color-mix(in srgb,#f3f6fb 8%,transparent);color:#f3f6fb;font-size:calc(14.4px * .875);padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75)}
@media(max-width:780px){.open-steps .contact-lead{display:block}.open-steps .bottom-body{margin-top:calc(0.73rem * 1.5);padding:1.5rem}.open-steps h2{font-size:calc(14.4px * 2)}}
