body{margin:0;padding:0;font-family:"Nunito", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.quiet-actions {
    width: 100%;
    background: #E9E9EC;
    color: #1F1F24;
    border-bottom: 1px solid #D6D6DC;
  }
.secondary-proof {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5rem 1.18rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.98rem;
    flex-wrap: wrap;
  }
:root {
  --delay-soft: cubic-bezier(0.4,0,0.2,1);
  --line-clear: #F4F4F6;
  --ink-primary: #1F1F24;
}
.wide-area {
    font-size: calc(17.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    padding: 0.25rem 0;
  }
.wide-area:hover {
    color: #1F4FB0;
  }
.fresh-contact {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.98rem * 1.5);
    flex-wrap: wrap;
  }
.nav-link {
    display: inline-block;
    padding: 0.4rem 0.15rem;
    font-size: 17.2px;
    color: #3A3A42;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 390ms var(--delay-soft),
                border-color 390ms var(--delay-soft);
  }
.nav-link:hover {
    color: #1F4FB0;
  }
.nav-link.is-active {
    color: #1F1F24;
    border-bottom-color: #1F4FB0;
  }
.main-team{
    display: none;
    background: transparent;
    border: 1px solid #D6D6DC;
    border-radius: 0.23rem;
    padding: 0.5rem 0.6rem;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;color:#1F1F24;}
.main-team:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#1F1F24;}
.active-contact{
    display: block;
    width: 20px;
    height: 2px;
    background: #1F1F24;
    border-radius: 2px;color:#1F1F24;}
@media (max-width: 767px) {
    .secondary-proof {
      flex-wrap: nowrap;
      align-items: center;
    }

    .main-team {
      display: inline-flex;
    }

    .fresh-contact {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(0.98rem * 1.5);
      border-top: 1px solid #D6D6DC;
      padding-top: calc(0.98rem * 1.5);
    }

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

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
      width: 100%;
    }

    .nav-list li {
      width: 100%;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.6rem 0.25rem;
      border-bottom: 1px solid #D6D6DC;
    }

    .nav-link.is-active {
      border-bottom-color: #1F4FB0;
    }
  }
.text-stack{font-family:"Nunito", sans-serif;font-size:17.2px;line-height:1.81;padding:calc(1.5rem * 2.4) 1.18rem;margin-top:calc(1.5rem * 2.4);background:var(--ink-primary);color:var(--line-clear);}
.card{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.98rem * 1.5)}
.callout{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border:1px solid #D6D6DC;border-radius:0.46rem;background:rgba(255, 255, 255, 0.04)}
.strong-group{font-size:calc(17.2px * 1.35);line-height:1.81;margin:0 0 1.5rem;font-weight:700;letter-spacing:0.01em}
.plain-note{margin:0;max-width:60ch;font-size:17.2px}
.page-feature{display:grid;gap:1.5rem;align-content:start}
.content-grid{font-size:calc(17.2px * .875);text-transform:uppercase;letter-spacing:0.08em}
.page-menu{display:flex;flex-wrap:wrap;gap:0.98rem}
.public-flow{flex:1 1 220px;min-width:0;padding:0.75rem 1rem;border-radius:0.3rem;border:1px solid #D6D6DC;background:#FFFFFF;color:#1F1F24;font-family:inherit;font-size:17.2px}
.public-flow::placeholder{}
.secondary-grid{flex:0 0 auto;padding:0.75rem 1.25rem;border-radius:0.3rem;border:1px solid transparent;background:#C25A2B;color:#FFFFFF;font-family:inherit;font-size:17.2px;font-weight:600;cursor:pointer;transition:background 390ms var(--delay-soft), transform 390ms var(--delay-soft)}
.secondary-grid:hover{background:#A3481F;transform:translateY(-1px);color:#1F1F24;}
.visual-content{margin:0;font-size:calc(17.2px * .875);opacity:0.85}
.local-panel{display:grid;grid-template-columns:1fr;gap:calc(0.98rem * 1.5)}
.featured-footer{font-size:17.2px;font-weight:700;margin:0 0 1.5rem;letter-spacing:0.02em}
.offer-note{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem}
.offer-note a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 390ms var(--delay-soft), opacity 390ms var(--delay-soft)}
.offer-note a:hover{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.open-track{padding:calc(1.5rem * .75);border:1px solid #D6D6DC;border-radius:0.46rem;background:rgba(255, 255, 255, 0.03)}
.offer-header{list-style:none;margin:0;padding:0;display:grid;gap:0.5rem;font-size:17.2px}
.visual-nav{font-weight:600;margin-right:0.25rem}
.open-track a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.open-track a:hover{border-bottom-color:currentColor;color:inherit}
.plain-steps{display:grid;gap:1.5rem;padding-top:calc(0.98rem * 1.5);border-top:1px solid #D6D6DC;font-size:calc(17.2px * .875)}
.plain-details{margin:0;display:flex;flex-wrap:wrap;gap:0.5rem;align-items:center}
.plain-details a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.plain-details a:hover{border-bottom-color:currentColor;color:inherit}
.direct-panel{margin:0;max-width:80ch;opacity:0.85}
.simple-flow{margin:0;opacity:0.75}
@media (min-width: 720px) {.callout{grid-template-columns:1.2fr 1fr;align-items:start}.local-panel{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.callout{grid-template-columns:1.4fr 1fr}.local-panel{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
footer .top-menu{flex:1 1 100%;max-width:900px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(17.2px * .875);line-height:1.81;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:1.18rem;right:1.18rem;bottom:1.5rem;z-index:1200;}
.cookies .top-block{max-width:min(920px,100%);margin:0 auto;padding:calc(1.5rem * 0.9) 1.18rem;border-radius:0.78rem;background:linear-gradient(135deg,#1F4FB0,#A3481F);color:#FFFFFF;box-shadow:0 14px 20px rgba(0,0,0,0.09);display:grid;grid-template-columns:1fr auto;gap:0.98rem;align-items:center;}
.cookies .steady-team strong{display:block;margin-bottom:4px;}
.cookies .steady-team p{margin:0;opacity:0.95;}
.cookies .page-content{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;}
.cookies .page-content button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.23rem;padding:8px 12px;cursor:pointer;}
.cookies .page-content button.cookie-accept{background:#FFFFFF;border-color:transparent;font-weight:700;color:#C25A2B;}
@media (max-width: 760px){.cookies .top-block{grid-template-columns:1fr;}

        .cookies .page-content{justify-content:flex-start;}
    }
.wide-inner{
  padding:calc(1.5rem*2.6) 1.18rem calc(1.5rem*2.2);
  background:linear-gradient(135deg, #E9E9EC 0%, #F4F4F6 55%, #E4E4E8 100%);
  color:#1F1F24;
}
.wide-inner .offer-frame{max-width:900px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.98rem*1.6);
  align-items:flex-start;}
.wide-inner .offer-tile{flex:1 1 30rem;
  min-width:0;}
.wide-inner h1{margin:0 0 calc(0.98rem * 1.5);
  font-size:clamp(2.2rem,5.6vw,4.4rem);
  line-height:1.02;
  letter-spacing:-0.01em;}
.wide-inner .direct-figure{margin:0;
  font-size:calc(17.2px * 1.125);
  line-height:1.81;
  max-width:34rem;}
.wide-inner .page-media{flex:1 1 20rem;
  max-width:30rem;
  padding-top:.4rem;
  border-top:2px solid #1F4FB0;}
.wide-inner .quiet-stack{margin:0 0 calc(0.98rem * 1.5);
  font-size:17.2px;
  line-height:1.81;}
.wide-inner .page-content{display:flex;
  flex-wrap:wrap;
  gap:0.98rem;
  margin-bottom:calc(0.98rem * 1.5);}
.wide-inner .page-content a{
  display:inline-block;
  padding:.7rem 1.1rem;
  border-radius:0.46rem;
  font-weight:700;
  text-decoration:none;
  background:#C25A2B;
  color:#FFFFFF;
  transition:background 390ms var(--delay-soft);
}
.wide-inner .page-content a:last-child{
  background:#1F4FB0;
  color:#FFFFFF;
}
.wide-inner .page-content a:hover{
  background:#A3481F;color:#1F1F24;}
.wide-inner .page-content a:last-child:hover{
  background:#173C87;color:#1F1F24;}
.wide-inner .page-visual{margin:0;
  font-size:calc(17.2px * .875);}
.wide-inner .page-visual a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.wide-inner .page-visual a:hover{color:#1F4FB0;}
@media (max-width:760px){
  .wide-inner .page-media{
    max-width:none;
    border-top-width:2px;
  }
}
.text-plan{
  background:#E9E9EC;
  color:#1F1F24;
  padding:calc(1.5rem * 2.4) 1.18rem;
}
.text-plan .offer-frame{max-width:900px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.98rem * 1.5);
  align-items:flex-start;}
.text-plan .direct-figure{flex:1 1 20rem;
  min-width:0;}
.text-plan .direct-figure h2{margin:0 0 1.5rem;
  font-size:calc(17.2px * 2);
  line-height:1.12;}
.text-plan .direct-figure .primary-note{margin:0;
  color:#3A3A42;
  line-height:1.81;}
.text-plan .contact-copy{flex:1 1 24rem;
  min-width:0;
  display:flex;
  flex-direction:column;}
.text-plan .media-proof{padding:calc(1.5rem * .75) 0;
  border-top:1px solid #D6D6DC;}
.text-plan .media-proof:first-child{border-top:0;
  padding-top:0;}
.text-plan .media-proof h3{margin:0 0 0.35rem;
  font-size:17.2px;
  line-height:1.3;}
.text-plan .media-proof p{margin:0;
  color:#3A3A42;
  line-height:1.81;}
.text-plan .page-visual{flex:1 1 100%;
  margin:0;
  padding-top:1.5rem;
  border-top:1px solid #D6D6DC;
  font-size:calc(17.2px * .875);
  color:#3A3A42;}
.text-plan .page-visual a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.text-plan .page-visual a:hover{color:#1F4FB0;}
@media (max-width:720px){.text-plan .offer-frame{display:block}.text-plan .contact-copy{margin-top:calc(0.98rem * 1.5)}
}
.tile{padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.tile .offer-frame{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.98rem * 1.5);}
.tile h2,.tile h3,.tile p{margin:0;}
.tile h2{font-size:calc(17.2px * 2);line-height:1.14;}
.tile h3{font-size:calc(17.2px * 1.35);line-height:1.25;}
.tile p{font-size:17.2px;line-height:1.81;}
.tile .primary-note{display:flex;flex-direction:column;gap:calc(0.98rem * 1.5);}
.tile .direct-figure{max-width:calc(900px * .78);}
.tile .public-list{display:flex;flex-direction:column;gap:0.98rem;}
.tile .media-proof{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #D6D6DC;border-radius:0.3rem;background:#FFFFFF;color:#1F1F24;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.tile .media-proof p{}
.tile .page-visual{margin-top:calc(0.98rem * 1.5);padding-top:calc(0.98rem * 1.5);border-top:1px solid #D6D6DC;font-size:calc(17.2px * .875);}
.tile a{text-decoration:underline;text-underline-offset:2px;}
.tile a:hover{}
@media (min-width:720px){.tile .public-list{display:grid;grid-template-columns:1fr 1fr;gap:0.98rem;}
}
.unit{--axis-base:calc(1.5rem * 1.42);--layer-local:calc(900px / 2.60);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.unit .offer-frame{max-width:900px;margin:0 auto;}
.unit h1,.unit h2,.unit h3,.unit p{margin:0;}
.unit h2{font-size:calc(17.2px * 2);line-height:1.12;}
.unit p{font-size:17.2px;line-height:1.81;}
.unit a{color:inherit;text-decoration:none;}
.unit .text-body{display:flex;flex-direction:column;gap:calc(0.98rem * 1.5);}
.unit .direct-figure{max-width:var(--layer-local);}
.unit .quiet-stack{font-size:calc(17.2px * .875);color:#3A3A42;max-width:var(--layer-local);}
.unit .quiet-header{display:flex;flex-wrap:wrap;align-items:center;gap:0.98rem;}
.unit .active-body{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.23rem;background:#C25A2B;color:#FFFFFF;transition:background 390ms var(--delay-soft);}
.unit .active-body:hover{background:#A3481F;color:#1F1F24;}
.unit .page-visual{font-size:calc(17.2px * .875);color:inherit;border-bottom:1px solid transparent;padding-bottom:2px;transition:color 390ms var(--delay-soft),border-color 390ms var(--delay-soft);}
.unit .page-visual:hover{color:#1F4FB0;border-color:#1F4FB0;}
@media (max-width:640px){.unit .quiet-header{flex-direction:column;align-items:flex-start;}
}
.quiet-benefit{
  background:#E9E9EC;
  color:#1F1F24;
  padding:calc(1.5rem * 2.4) 1.18rem;
}
.quiet-benefit .offer-frame{max-width:900px;
  margin:0 auto;}
.quiet-benefit .top-rail{max-width:46rem;}
.quiet-benefit .primary-headline{margin:0 0 1.5rem;
  max-width:34rem;
  color:#3A3A42;
  font-size:17.2px;
  line-height:1.81;}
.quiet-benefit h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.quiet-benefit .service-unit{margin-top:calc(0.98rem * 1.5);
  max-width:54rem;}
.quiet-benefit .media-proof{display:flex;
  gap:0.98rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.quiet-benefit .media-proof + .media-proof{border-top:1px solid #D6D6DC;}
.quiet-benefit .media-proof strong{flex:0 0 12rem;
  min-width:0;
  font-size:17.2px;
  color:#1F1F24;}
.quiet-benefit .media-proof span{min-width:0;
  color:#3A3A42;
  line-height:1.81;}
@media (max-width:640px){.quiet-benefit .media-proof{display:block}.quiet-benefit .media-proof span{display:block;margin-top:.45rem}
}
.page-tile{--axis-base:calc(1.5rem * 1.15);--layer-local:calc(900px / 2.10);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.page-tile .offer-frame{max-width:900px;margin:0 auto;}
.page-tile h2,.page-tile h3,.page-tile p{margin:0;}
.page-tile h2{font-size:calc(17.2px * 2);line-height:1.12;}
.page-tile h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.page-tile p{font-size:17.2px;line-height:1.81;}
.page-tile .compact-header{max-width:var(--layer-local);margin-bottom:var(--axis-base);}
.page-tile .compact-header .direct-figure{margin-top:calc(calc(0.98rem * 1.5) / 2);}
.page-tile .contact-copy{display:flex;flex-wrap:wrap;gap:0.98rem;}
.page-tile .media-proof{flex:1 1 calc(900px / 3.2);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.3rem;background:#FFFFFF;color:#1F1F24;border:1px solid #D6D6DC;}
.page-tile .media-proof h3{margin-bottom:calc(calc(0.98rem * 1.5) / 3);}
.page-tile .media-proof p{}
@media (max-width:640px){.page-tile .media-proof{flex:1 1 100%;}
}
.compact-section{
        --axis-base: calc(1.5rem * 1.05);
        --layer-local: calc(900px / 2.1);
        padding: calc(1.5rem * 2.4) 1.18rem;
        background: #E9E9EC;
        color: #1F1F24;
    }
.compact-section .offer-frame{max-width: 900px;
        margin: 0 auto;}
.compact-section h2,
    .compact-section h3,
    .compact-section p,
    .compact-section ol,
    .compact-section li{margin: 0;}
.compact-section h2{font-size: calc(17.2px * 2);
        line-height: 1.14;}
.compact-section h3{font-size: calc(17.2px * 1.35);
        line-height: 1.22;}
.compact-section p{font-size: 17.2px;
        line-height: 1.81;}
.compact-section a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid #C25A2B;}
.compact-section a:hover{color: #1F4FB0;
        border-bottom-color: #1F4FB0;}
.compact-section .primary-note{max-width: var(--layer-local);}
.compact-section .direct-figure{margin-top: 1.5rem;
        color: #3A3A42;}
.compact-section .page-visual{list-style: none;
        padding: 0;
        margin-top: calc(var(--axis-base) * 1.4);
        display: flex;
        flex-direction: column;
        gap: var(--axis-base);
        border-top: 1px solid #D6D6DC;}
.compact-section .primary-footer{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(0.98rem * 0.5);
        padding-top: var(--axis-base);
        border-bottom: 1px solid #D6D6DC;
        padding-bottom: var(--axis-base);}
.compact-section .primary-footer:last-child{border-bottom: none;}
.compact-section .quiet-items{font-size: calc(17.2px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #1F4FB0;}
.compact-section .primary-footer p{color: #3A3A42;}
.compact-section .quiet-stack{margin-top: calc(var(--axis-base) * 1.2);
        padding-top: var(--axis-base);
        border-top: 1px solid #D6D6DC;
        font-size: calc(17.2px * .875);
        color: #3A3A42;}
@media (min-width: 720px) {.compact-section .primary-footer{
            grid-template-columns: minmax(0, 0.32fr) minmax(0, 1fr);
            column-gap: 0.98rem;
            align-items: start;
        }.compact-section .quiet-items{
            grid-column: 1;
            padding-top: 0.35em;
        }.compact-section .primary-footer h3,
        .compact-section .primary-footer p{
            grid-column: 2;
        }
    }
.focused-section{
    padding:clamp(54px,8vw,98px) clamp(16px,4vw,40px);
    background:#E9E9EC;
    color:#1F1F24;
    background-image:linear-gradient(135deg,color-mix(in srgb,currentColor 5%,transparent),transparent 52%);
}
.focused-section .offer-frame{max-width:900px;
    margin:0 auto;}
.focused-section .compact-header{max-width:64ch;
    margin-bottom:calc(0.98rem * 1.5);}
.focused-section .compact-header span{
    display:inline-block;
    padding:4px 12px;
    border-radius:999px;
    background:#1F4FB0;
    color:#FFFFFF;
    font-size:calc(17.2px * .875);
    letter-spacing:0.02em;
}
.focused-section .compact-header h2{margin:0.6rem 0 0.8rem;
    font-size:calc(17.2px * 2);
    line-height:1.18;}
.focused-section .compact-header p{margin:0;
    font-size:17.2px;
    line-height:1.81;}
.focused-section .contact-copy{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.focused-section .contact-copy article{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:0.98rem;
    padding:calc(1.5rem * .75);
    background:#FFFFFF;
    color:#1F1F24;
    border:1px solid #D6D6DC;
    border-radius:0.46rem;
}
.focused-section .contact-copy article:nth-child(even){
    background:#F4F4F6;
    color:#3A3A42;
    border-color:transparent;
}
.focused-section .bottom-inner{display:flex;
    justify-content:flex-start;
    align-items:flex-start;}
.focused-section .bottom-inner b{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:0.3rem;
    background:#C25A2B;
    color:#FFFFFF;
    font-size:calc(17.2px * .875);
    font-weight:700;
}
.focused-section .contact-copy h3{margin:0 0 0.5rem;
    font-size:calc(17.2px * 1.35);
    line-height:1.25;}
.focused-section .contact-copy p{margin:0 0 0.7rem;
    font-size:17.2px;
    line-height:1.81;}
.focused-section .contact-copy em{display:block;
    font-style:normal;
    font-weight:700;
    font-size:calc(17.2px * .875);}
.focused-section .contact-copy article:nth-child(even) em{}
@media (max-width:640px){.focused-section .contact-copy article{
        grid-template-columns:1fr;
    }.focused-section .bottom-inner b{
        width:38px;
        height:38px;
    }
}
.media-flow{--axis-base:calc(1.5rem * 1.35);--layer-local:calc(900px / 2.20);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.media-flow .offer-frame{max-width:900px;margin:0 auto;}
.media-flow h1,.media-flow h2,.media-flow h3,.media-flow p{margin:0;}
.media-flow h2{font-size:calc(17.2px * 2);line-height:1.12;}
.media-flow h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.media-flow p{font-size:17.2px;line-height:1.81;}
.media-flow a{text-decoration:none;}
.media-flow a:hover{}
.media-flow .quiet-stack{font-size:calc(17.2px * .875);text-transform:uppercase;letter-spacing:0.06em;}
.media-flow .direct-figure{margin-top:calc(1.5rem / 2);max-width:var(--layer-local);}
.media-flow .active-body{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.23rem;background:#C25A2B;color:#FFFFFF;}
.media-flow .active-body:hover{background:#A3481F;color:#FFFFFF;}
.media-flow .contact-copy{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;margin-top:var(--axis-base);}
.media-flow .media-proof{flex:1 1 calc(900px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #D6D6DC;border-radius:0.3rem;background:#FFFFFF;color:#1F1F24;}
.media-flow .media-proof p{margin-top:calc(1.5rem / 3);}
.media-flow .wide-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;}
.media-flow .wide-panel>.offer-tile{flex:1 1 auto;min-width:0;}
.media-flow .wide-panel>.active-body{flex:0 0 auto;}
.media-flow .wide-panel>.contact-copy{flex:1 1 100%;}
.media-flow .offer-tile h2{margin-top:calc(1.5rem / 2);}
.media-flow .page-visual{flex:1 1 100%;margin-top:var(--axis-base);font-size:calc(17.2px * .875);}
.grid-testimonials{
  padding: calc(1.5rem * 2.4) 1.18rem;
  background: #E9E9EC;
  color: #1F1F24;
}
.grid-testimonials .offer-frame{max-width: min(900px, 68rem);
  margin: 0 auto;}
.grid-testimonials .compact-header{max-width: 46rem;
  margin-bottom: calc(0.98rem * 1.5);}
.grid-testimonials h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.grid-testimonials .direct-figure{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17.2px * 1.125);
  color: #3A3A42;}
.grid-testimonials .strong-intro{display: flex;
  flex-wrap: wrap;
  gap: 0.98rem;}
.grid-testimonials .media-proof{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #1F1F24;
  border: 1px solid #D6D6DC;
  border-radius: 0.46rem;
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-testimonials .primary-plan{margin: 0 0 calc(1.5rem * .75);
  font-size: 17.2px;
  line-height: 1.6;}
.grid-testimonials .simple-content{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D6D6DC;}
.grid-testimonials .top-flow{font-weight: 700;
  font-size: calc(17.2px * .875);}
.grid-testimonials .strong-content{font-size: calc(17.2px * .875);
  color: #3A3A42;}
.grid-testimonials .quiet-stack{margin: calc(0.98rem * 1.5) 0 0;
  max-width: 52rem;
  font-size: calc(17.2px * .875);
  color: #3A3A42;}
@media (max-width: 700px) {.grid-testimonials .strong-intro{
    display: block;
  }.grid-testimonials .media-proof + .media-proof{
    margin-top: 0.98rem;
  }
}
.media-callout{--axis-base:calc(1.5rem * 1.15);--type-meta:calc(900px / 3.4);padding:calc(1.5rem * 2.4) 1.18rem;background:#1F4FB0;color:#FFFFFF;}
.media-callout .offer-frame{max-width:900px;margin:0 auto;}
.media-callout h2,.media-callout h3,.media-callout p{margin:0;}
.media-callout h2{font-size:calc(17.2px * 2);line-height:1.14;}
.media-callout h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.media-callout p{font-size:17.2px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.media-callout a{color:inherit;text-decoration:none;}
.media-callout .quiet-rail{padding-inline-start:calc(1.18rem / 2);}
.media-callout .main-section{row-gap:calc(var(--axis-base) * .7);}
.media-callout .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;}
.media-callout .row-title h2{flex:1 1 calc(900px / 2.6);min-width:0;}
.media-callout .row-title>p{flex:1 1 calc(900px / 2.8);min-width:0;}
.media-callout .contact-list{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.media-callout .media-proof{flex:1 1 var(--type-meta);min-width:0;display:flex;flex-direction:column;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);}
.media-callout .media-proof p{margin-top:calc(1.5rem / 3);}
.media-callout .media-proof a{display:inline-flex;margin-top:auto;padding-top:calc(1.5rem / 2);font-size:calc(17.2px * .875);text-decoration:underline;text-underline-offset:3px;opacity:.9;}
.media-callout .media-proof a:hover{opacity:1;}
.featured-media{
        --axis-base: calc(1.5rem * 1.12);
        --layer-local: calc(900px / 2.36);
        --type-meta: calc(900px / 3.44);
        padding: calc(1.5rem * 2.4) 1.18rem;
        background: var(--ink-primary);
        color: var(--line-clear);
    }
.featured-media .offer-frame{max-width: 900px;
        margin: 0 auto;}
.featured-media h2,
    .featured-media h3,
    .featured-media p{margin: 0;}
.featured-media h2{font-size: calc(17.2px * 2);
        line-height: 1.12;}
.featured-media h3{font-size: calc(17.2px * 1.35);
        line-height: 1.2;}
.featured-media p{font-size: 17.2px;
        line-height: 1.81;}
.featured-media a{color: inherit;
        text-decoration: none;}
.featured-media .quiet-surface{row-gap: calc(var(--axis-base) * 1.2);}
.featured-media .primary-headline{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.featured-media .direct-figure{margin-top: 1.5rem;
        max-width: calc(900px / 2);color:inherit;}
.featured-media .contact-copy{display: flex;
        flex-wrap: wrap;
        gap: var(--axis-base);
        margin-top: var(--axis-base);}
.featured-media .media-proof{
        flex: 1 1 var(--type-meta);
        min-width: 0;
        padding: calc(var(--axis-base) * .75);
        border-radius: 0.3rem;
        background: #FFFFFF;
        color: #1F1F24;
        border: 1px solid #D6D6DC;
    }
.featured-media .media-proof p{margin-top: calc(1.5rem / 3);color:inherit;}
.featured-media .media-proof a{display: inline-flex;
        margin-top: calc(1.5rem / 2);color:inherit;
        border-bottom: 1px solid #C25A2B;
        padding-bottom: 1px;
        transition: color 390ms var(--delay-soft),
                    border-color 390ms var(--delay-soft);}
.featured-media .media-proof a:hover{color:inherit;
        border-color: #1F4FB0;}
.local-visual{padding:calc(1.5rem * 2.4) 1.18rem;background:#F4F4F6;color:#3A3A42}
.local-visual .offer-frame{max-width:900px;margin:0 auto}
.local-visual h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.local-visual .direct-figure{max-width:44rem;margin:calc(0.98rem * 1.5) 0 0;font-size:17.2px;line-height:1.81}
.local-visual .bottom-nav{display:flex;flex-direction:column;gap:0;margin:calc(0.98rem * 1.5) 0 0;padding:0;list-style:none;border-top:1px solid #D6D6DC}
.local-visual .bottom-nav>li{padding:1.5rem 0;border-bottom:1px solid #D6D6DC}
.local-visual h3{margin:0;font-size:calc(17.2px * 1.35);line-height:1.2}
.local-visual .bottom-nav p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;max-width:52rem}
.local-visual a{text-decoration:underline;text-underline-offset:2px}
.local-visual a:hover{}
@media(max-width:640px){.local-visual h2{font-size:calc(17.2px * 1.35)}.local-visual .bottom-nav>li{padding:calc(1.5rem * .75) 0}}
.top-lead{
  --axis-base:calc(1.5rem * 1.3);
  --layer-local:calc(900px / 1.55);
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#E9E9EC;
  color:#1F1F24;
}
.top-lead .offer-frame{max-width:900px;
  margin:0 auto;}
.top-lead h2,
.top-lead h3,
.top-lead p{margin:0;}
.top-lead .primary-note{max-width:var(--layer-local);}
.top-lead h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.top-lead .direct-figure{margin-top:calc(calc(0.98rem * 1.5) * 0.6);
  font-size:17.2px;
  line-height:1.81;
  color:#3A3A42;}
.top-lead .contact-copy{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(var(--axis-base) * 1.1);
  border-top:1px solid #D6D6DC;}
.top-lead .media-proof{min-width:0;
  padding:calc(calc(0.98rem * 1.5) * 0.9) 0;
  border-bottom:1px solid #D6D6DC;}
.top-lead .media-proof h3{font-size:calc(17.2px * 1.35);
  line-height:1.22;}
.top-lead .media-proof p{margin-top:calc(calc(0.98rem * 1.5) * 0.45);
  font-size:17.2px;
  line-height:1.81;
  color:#3A3A42;
  max-width:var(--layer-local);}
.top-lead .quiet-stack{margin-top:calc(var(--axis-base) * 1.1);
  font-size:calc(17.2px * .875);
  line-height:1.81;
  color:#3A3A42;
  max-width:var(--layer-local);}
.top-lead .quiet-stack a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  transition:color 390ms var(--delay-soft);}
.top-lead .quiet-stack a:hover{color:#1F4FB0;}
@media (min-width:720px){.top-lead .media-proof{
    display:grid;
    grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);
    gap:0.98rem;
    align-items:start;
  }.top-lead .media-proof p{
    margin-top:0;
  }
}
.featured-section{--axis-base:calc(1.5rem * 1.2);--type-meta:calc(900px / 3.4);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.featured-section .offer-frame{max-width:900px;margin:0 auto;}
.featured-section h2,.featured-section h3,.featured-section p{margin:0;}
.featured-section h2{font-size:calc(17.2px * 2);line-height:1.14;}
.featured-section h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.featured-section p{font-size:17.2px;line-height:1.81;}
.featured-section a{text-decoration:none;}
.featured-section a:hover{}
.featured-section .quiet-rail{padding-inline-start:calc(1.18rem / 2);}
.featured-section .quiet-surface{row-gap:calc(var(--axis-base) * 1.1);}
.featured-section .direct-figure{margin-top:1.5rem;max-width:calc(900px / 1.9);}
.featured-section .contact-copy{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.featured-section .media-proof{flex:1 1 var(--type-meta);min-width:0;padding:calc(var(--axis-base) * .8);border-radius:0.3rem;background:#FFFFFF;color:#1F1F24;border:1px solid #D6D6DC;}
.featured-section .media-proof p{margin-top:calc(1.5rem / 3);}
.featured-section .media-proof a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(17.2px * .875);}
.featured-section .page-visual{margin-top:var(--axis-base);font-size:calc(17.2px * .875);}
.focused-feature{--axis-base:calc(1.5rem * 1.35);--layer-local:calc(900px / 2.40);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.focused-feature .offer-frame{max-width:900px;margin:0 auto;}
.focused-feature h2,.focused-feature h3,.focused-feature p{margin:0;}
.focused-feature h2{font-size:calc(17.2px * 2);line-height:1.14;max-width:var(--layer-local);}
.focused-feature h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.focused-feature p{font-size:17.2px;line-height:1.81;}
.focused-feature .quiet-stack{font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3A3A42;margin-bottom:calc(1.5rem / 2);}
.focused-feature .direct-figure{margin-top:1.5rem;max-width:var(--layer-local);color:#3A3A42;}
.focused-feature .contact-copy{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-base);border-top:1px solid #D6D6DC;}
.focused-feature .media-proof{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(0.98rem * 1.5) 0;border-bottom:1px solid #D6D6DC;}
.focused-feature .media-proof h3{color:#1F1F24;}
.focused-feature .media-proof p{color:#3A3A42;max-width:calc(900px * 0.78);}
@media (min-width:720px){.focused-feature .media-proof{grid-template-columns:minmax(0,0.42fr) minmax(0,1fr);gap:0.98rem;align-items:start;}.focused-feature .media-proof h3{padding-right:0.98rem;}
}
.public-summary{--axis-base:calc(1.5rem * 1.20);--type-meta:calc(900px / 3.53);padding:calc(1.5rem * 2.4) 1.18rem;background:#1F4FB0;color:#FFFFFF;}
.public-summary .offer-frame{max-width:900px;margin:0 auto;}
.public-summary h2,.public-summary h3,.public-summary p{margin:0;}
.public-summary h2{font-size:calc(17.2px * 2);line-height:1.12;}
.public-summary h3{font-size:calc(17.2px * 1.35);line-height:1.2;}
.public-summary p{font-size:17.2px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.public-summary a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.public-summary a:hover{opacity:.8;}
.public-summary .top-shell{padding-block:calc(var(--axis-base) / 2);}
.public-summary .quiet-surface{row-gap:calc(var(--axis-base) * 1.2);}
.public-summary .primary-headline{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.public-summary .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;}
.public-summary .row-title h2{flex:1 1 calc(900px / 3);min-width:0;}
.public-summary .row-title>p{flex:1 1 calc(900px / 3);min-width:0;}
.public-summary .site-copy{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.public-summary .media-proof{flex:1 1 var(--type-meta);min-width:0;}
.public-summary .media-proof p{margin-top:calc(1.5rem / 3);}
.team-unit{
    padding:clamp(48px,6vw,80px) clamp(16px,4vw,36px);
    background:#F4F4F6;
    color:#3A3A42;
}
.team-unit .offer-frame{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.98rem * 1.5);}
.team-unit .direct-figure{max-width:60ch;}
.team-unit .direct-figure h2{margin:0 0 10px;
    font-size:calc(17.2px * 2);
    line-height:1.25;}
.team-unit .direct-figure p{margin:0;
    font-size:17.2px;}
.team-unit .focused-steps{display:flex;
    flex-wrap:wrap;
    gap:0.98rem;}
.team-unit .page-visual{
    flex:1 1 260px;
    border:1px solid #D6D6DC;
    border-radius:0.46rem;
    background:#FFFFFF;
    color:#1F1F24;
    padding:calc(1.5rem * .75) 1.18rem;
    box-shadow:0 0px 2px rgba(0,0,0,0.06);
}
.team-unit .page-visual h3{margin:0 0 8px;
    font-size:calc(17.2px * 1.35);}
.team-unit .page-visual p{margin:0 0 10px;}
.team-unit .page-visual p:last-child{margin-bottom:0;}
.team-unit .quiet-stack{font-size:calc(17.2px * .875);
    color:#3A3A42;
    border-left:2px solid #1F4FB0;
    padding-left:10px;}
.team-unit .page-media{border-top:1px solid #D6D6DC;
    padding-top:calc(0.98rem * 1.5);
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    justify-content:space-between;
    gap:0.98rem;}
.team-unit .page-media p{margin:0;
    max-width:52ch;
    font-size:calc(17.2px * .875);}
.team-unit .wide-copy{display:flex;
    flex-wrap:wrap;
    gap:0.98rem;}
.team-unit a{color:inherit;
    text-decoration:underline;
    text-underline-offset:2px;
    transition:color 390ms var(--delay-soft);}
.team-unit a:hover{color:#1F4FB0;}
@media (max-width:700px){.team-unit .focused-steps{
        flex-direction:column;
    }.team-unit .page-media{
        flex-direction:column;
        align-items:flex-start;
    }
}
.strong-nav{
        padding:calc(1.5rem * 2.4) 1.18rem;
        background:#F4F4F6;
        color:#3A3A42;
    }
.strong-nav .offer-frame{max-width:900px;
        margin:0 auto;}
.strong-nav .compact-header{margin-bottom:calc(0.98rem * 1.5);
        max-width:60ch;}
.strong-nav .compact-header h2{margin:0;
        font-size:calc(17.2px * 2);
        line-height:1.2;}
.strong-nav .compact-header p{margin:1.5rem 0 0;
        font-size:17.2px;}
.strong-nav .strong-intro{display:flex;
        flex-wrap:wrap;
        gap:0.98rem;}
.strong-nav .media-proof{
        flex:1 1 240px;
        padding:calc(1.5rem * .75);
        border:1px solid #D6D6DC;
        border-radius:0.3rem;
        background:#FFFFFF;
        color:#1F1F24;
    }
.strong-nav .media-proof h3{margin:0 0 0.5rem;
        font-size:calc(17.2px * 1.35);}
.strong-nav .media-proof p{margin:0;
        font-size:calc(17.2px * .875);
        line-height:1.81;}
.strong-nav .media-proof a{color:inherit;
        text-decoration:none;
        font-weight:600;}
.strong-nav .media-proof a:hover{color:#1F4FB0;}
.strong-nav .quiet-stack{margin-top:calc(0.98rem * 1.5);
        padding-top:1.5rem;
        border-top:1px solid #D6D6DC;}
.strong-nav .quiet-stack p{margin:0 0 0.75rem;
        font-size:calc(17.2px * .875);}
.strong-nav .page-visual{display:flex;
        flex-wrap:wrap;
        gap:0.98rem;}
.strong-nav .page-visual a{color:inherit;
        text-decoration:none;
        font-weight:600;
        font-size:calc(17.2px * .875);}
.strong-nav .page-visual a:hover{color:#1F4FB0;}
@media (max-width: 640px){.strong-nav .media-proof{
            flex:1 1 100%;
        }
    }
.simple-wrap{background:#F4F4F6;color:#3A3A42;padding:calc(1.5rem * 2.4) 1.18rem}
.simple-wrap .offer-frame{max-width:900px;margin:0 auto}
.simple-wrap .fresh-footer{display:flex;flex-direction:column;gap:calc(0.98rem * 1.5)}
.simple-wrap .local-links{display:flex;align-items:flex-end;justify-content:space-between;gap:0.98rem;flex-wrap:wrap}
.simple-wrap h2{margin:0;font-size:clamp(calc(17.2px * 2),4.5vw,calc(17.2px * 2.65));line-height:1.1;letter-spacing:0}
.simple-wrap .local-links a{padding:calc(1.5rem * .75) 0.98rem;border-radius:0.3rem;background:#C25A2B;color:#FFFFFF;text-decoration:none;font-weight:700;transition:background 390ms var(--delay-soft)}
.simple-wrap .local-links a:hover{background:#A3481F;color:#1F1F24;}
.simple-wrap .direct-figure{margin:0;max-width:62ch;font-size:17.2px;line-height:1.81}
.simple-wrap .narrow-entries{display:flex;flex-wrap:wrap;gap:0.98rem}
.simple-wrap .media-proof{flex:1 1 16rem;min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid #D6D6DC}
.simple-wrap .bottom-inner{display:block;margin-bottom:calc(calc(1.5rem * .75)*.4);font-size:calc(17.2px * .875);text-transform:uppercase;letter-spacing:.04em}
.simple-wrap .media-proof strong{display:block;font-size:17.2px;line-height:1.4}
.simple-wrap .media-proof strong a{color:inherit;text-decoration:none;border-bottom:1px solid #D6D6DC}
.simple-wrap .media-proof strong a:hover{border-bottom-color:#1F4FB0}
.simple-wrap .quiet-stack{margin:calc(calc(1.5rem * .75)*.5) 0 0;font-size:calc(17.2px * .875);line-height:1.6}
.simple-wrap .page-visual{margin-top:calc(calc(0.98rem * 1.5)*.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D6D6DC}
.simple-wrap .page-visual p{margin:0;font-size:calc(17.2px * .875);line-height:1.65}
.simple-wrap .page-visual a{text-decoration:none;border-bottom:1px solid currentColor}
.simple-wrap .page-visual a:hover{}
@media(max-width:680px){.simple-wrap .local-links{align-items:flex-start;flex-direction:column}}
.page-plan{
  --axis-base:calc(1.5rem * 1.32);
  --layer-local:calc(900px / 2.1);
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#E9E9EC;
  color:#1F1F24;
}
.page-plan .offer-frame{max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.98rem * 1.5);}
.page-plan h2,
.page-plan h3,
.page-plan p{margin:0;}
.page-plan h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.page-plan h3{font-size:calc(17.2px * 1.35);
  line-height:1.24;}
.page-plan p{font-size:17.2px;
  line-height:1.81;}
.page-plan a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 390ms var(--delay-soft),border-color 390ms var(--delay-soft);}
.page-plan a:hover{color:#1F4FB0;
  border-bottom-color:#1F4FB0;}
.page-plan .primary-note{max-width:var(--layer-local);
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.page-plan .direct-figure{color:#3A3A42;}
.page-plan .public-list{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #D6D6DC;}
.page-plan .media-proof{padding:calc(0.98rem * 1.5) 0;
  border-bottom:1px solid #D6D6DC;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.page-plan .media-proof p{color:#3A3A42;
  max-width:calc(900px * 0.92);}
.page-plan .page-visual{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.98rem;
  padding-top:1.5rem;
  font-size:calc(17.2px * .875);}
.page-plan .page-visual span{color:#3A3A42;}
.page-plan .page-visual a{font-weight:700;}
@media (max-width:640px){.page-plan .primary-note{
    max-width:100%;
  }.page-plan .media-proof p{
    max-width:100%;
  }
}
.public-feature{--axis-base:calc(1.5rem * 1.2);--layer-local:calc(900px / 3.1);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.public-feature .offer-frame{max-width:900px;margin:0 auto;}
.public-feature h2,.public-feature h3,.public-feature p{margin:0;}
.public-feature h2{font-size:calc(17.2px * 2);line-height:1.14;}
.public-feature h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.public-feature p{font-size:17.2px;line-height:1.81;}
.public-feature .primary-note{display:flex;flex-wrap:wrap;gap:0.98rem;align-items:flex-end;}
.public-feature .primary-note>h2{flex:1 1 calc(900px / 2.4);min-width:0;}
.public-feature .primary-note>.direct-figure{flex:1 1 calc(900px / 2.6);min-width:0;color:#3A3A42;}
.public-feature .contact-copy{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.public-feature .media-proof{flex:1 1 calc(900px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.3rem;background:#FFFFFF;color:#1F1F24;border:1px solid #D6D6DC;}
.public-feature .media-proof p{color:#3A3A42;}
.public-feature .narrow-method{margin-top:auto;align-self:flex-start;font-size:calc(17.2px * .875);text-decoration:none;color:inherit;border-bottom:1px solid currentColor;padding-bottom:1px;transition:color 390ms var(--delay-soft);}
.public-feature .narrow-method:hover{color:#1F4FB0;}
.public-feature .quiet-stack{margin-top:var(--axis-base);max-width:var(--layer-local);font-size:calc(17.2px * .875);color:#3A3A42;}
@media (max-width:640px){.public-feature .primary-note{align-items:flex-start;}.public-feature .media-proof{flex:1 1 100%;}
}
.bottom-contact{padding:calc(1.5rem * 2.4) 1.18rem;background:linear-gradient(135deg, #E9E9EC 0%, #F4F4F6 55%, #E4E4E8 100%);color:#1F1F24}
.bottom-contact .offer-frame{max-width:900px;margin:0 auto}
.bottom-contact .top-plan{max-width:54rem;margin-bottom:calc(0.98rem * 1.5)}
.bottom-contact h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.04}
.bottom-contact .top-plan p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(17.2px * 1.125);line-height:1.81}
.bottom-contact .public-shell{display:flex;align-items:flex-start;gap:calc(0.98rem * 1.5)}
.bottom-contact .public-list{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #D6D6DC;padding-left:calc(1.5rem * .75)}
.bottom-contact button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 390ms var(--delay-soft),transform 390ms var(--delay-soft)}
.bottom-contact button:hover,.bottom-contact button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.bottom-contact .service-summary{flex:1 1 30rem;align-self:start;padding-top:calc(calc(1.5rem * .75)*.4)}
.bottom-contact [data-response]{display:none}
.bottom-contact [data-response].is-active{display:block;animation:clarifyFocusIn calc(390ms*1.8) var(--delay-soft) both}
.bottom-contact h3{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.bottom-contact [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(17.2px * 1.125);line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.98rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.bottom-contact .public-shell{display:block}.bottom-contact .public-list{margin-bottom:calc(0.98rem * 1.5);border-left:0;padding-left:0;border-top:2px solid #D6D6DC;padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.bottom-contact [data-response].is-active{animation:none}}
.strong-grid{
  --axis-base:calc(1.5rem * 1.15);
  --layer-local:calc(900px / 1.6);
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#E9E9EC;
  color:#1F1F24;
}
.strong-grid .offer-frame{max-width:900px;
  margin:0 auto;}
.strong-grid h2,
.strong-grid h3,
.strong-grid p{margin:0;}
.strong-grid h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.strong-grid h3{font-size:calc(17.2px * 1.35);
  line-height:1.25;}
.strong-grid p{font-size:17.2px;
  line-height:1.81;}
.strong-grid a{text-decoration:underline;
  text-underline-offset:2px;}
.strong-grid a:hover{}
.strong-grid .primary-note{max-width:var(--layer-local);
  margin-bottom:var(--axis-base);}
.strong-grid .direct-figure{margin-top:calc(1.5rem / 2);}
.strong-grid .public-list{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #D6D6DC;}
.strong-grid .media-proof{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #D6D6DC;}
.strong-grid .media-proof h3{margin-bottom:calc(1.5rem / 3);}
.strong-grid .media-proof p{max-width:var(--layer-local);}
@media (min-width:720px){.strong-grid .media-proof{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
    gap:0.98rem;
    align-items:start;
  }.strong-grid .media-proof h3{
    margin-bottom:0;
  }
}
.content-shell{
        --axis-base: calc(1.5rem * 1.14);
        --layer-local: calc(900px / 2.38);
        padding: calc(1.5rem * 2.4) 1.18rem;
        background: #E9E9EC;
        color: #1F1F24;
    }
.content-shell .offer-frame{max-width: 900px;
        margin: 0 auto;}
.content-shell h2,
    .content-shell h3,
    .content-shell p{margin: 0;}
.content-shell h2{font-size: calc(17.2px * 2);
        line-height: 1.12;}
.content-shell h3{font-size: calc(17.2px * 1.35);
        line-height: 1.2;}
.content-shell p{font-size: 17.2px;
        line-height: 1.81;}
.content-shell .quiet-rail{padding-inline-start: calc(1.18rem / 2);}
.content-shell .featured-figure{padding-block: calc(var(--axis-base) / 2);}
.content-shell .quiet-surface{row-gap: calc(var(--axis-base) * 1.2);}
.content-shell .direct-figure{margin-top: 1.5rem;
        max-width: calc(900px / 1.6);}
.content-shell .contact-copy{display: flex;
        flex-direction: column;
        gap: var(--axis-base);
        margin-top: var(--axis-base);}
.content-shell .media-proof{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid #1F4FB0;}
.content-shell .media-proof p{margin-top: calc(1.5rem / 3);}
.content-shell .page-visual{margin-top: var(--axis-base);
        padding-top: calc(0.98rem * 1.5);
        border-top: 1px solid #D6D6DC;
        font-size: calc(17.2px * .875);}
.content-shell .page-visual a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.content-shell .page-visual a:hover{color: #1F4FB0;}
.site-team{--axis-base:calc(1.5rem * 1.05);--type-meta:calc(900px / 3.4);padding:calc(1.5rem * 2.4) 1.18rem;background:#C25A2B;color:#FFFFFF;}
.site-team .offer-frame{max-width:900px;margin:0 auto;}
.site-team h2,.site-team h3,.site-team p{margin:0;}
.site-team h2{font-size:calc(17.2px * 2);line-height:1.14;}
.site-team h3{font-size:calc(17.2px * .875);line-height:1.3;letter-spacing:.01em;opacity:.92;}
.site-team p{font-size:17.2px;line-height:1.81;}
.site-team .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;}
.site-team .row-title h2{flex:1 1 calc(900px / 3);min-width:0;}
.site-team .row-title>p{flex:1 1 calc(900px / 3);min-width:0;opacity:.82;}
.site-team .top-shell{padding-block:calc(var(--axis-base) / 2);}
.site-team .main-section{row-gap:calc(var(--axis-base) * .7);}
.site-team .contact-copy{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.site-team .media-proof{flex:1 1 var(--type-meta);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.site-team .media-proof p{opacity:.9;}
.site-team .media-proof h3{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.site-team .media-proof{border-inline-start:0;padding-inline-start:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
}
.local-section{
  background:#E9E9EC;
  color:#1F1F24;
  padding:calc(1.5rem * 2.4) 1.18rem;
}
.local-section .offer-frame{max-width:900px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.98rem * 1.5);
  align-items:flex-start;}
.local-section .offer-tile{flex:1 1 20rem;
  min-width:0;}
.local-section .offer-tile p{margin:0 0 1.5rem;
  color:#3A3A42;
  line-height:1.81;}
.local-section h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.1;}
.local-section .primary-headline{flex:1 1 26rem;
  min-width:0;}
.local-section .primary-headline p{margin:0;
  padding:1.5rem 0;
  color:#3A3A42;
  line-height:1.81;}
.local-section .primary-headline p + p{border-top:1px solid #D6D6DC;}
.local-section .primary-headline strong{color:#1F1F24;}
.local-section .primary-headline .page-visual{border-top:1px solid #D6D6DC;
  font-size:calc(17.2px * .875);}
.local-section .primary-headline .page-visual a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #C25A2B;}
.local-section .primary-headline .page-visual a:hover{color:#1F4FB0;
  border-bottom-color:#1F4FB0;}
@media (max-width:720px){.local-section .offer-frame{display:block}.local-section .primary-headline{margin-top:calc(0.98rem * 1.5)}
}
.page-panel{--axis-base:calc(1.5rem * 1.04);--layer-local:calc(900px / 2.28);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.page-panel .offer-frame{max-width:900px;margin:0 auto;display:flex;flex-direction:column;}
.page-panel h2,.page-panel h3,.page-panel p{margin:0;}
.page-panel h2{font-size:calc(17.2px * 2);line-height:1.14;}
.page-panel h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.page-panel p{font-size:17.2px;line-height:1.81;}
.page-panel a{text-decoration:none;}
.page-panel a:hover{}
.page-panel .direct-figure{margin-top:1.5rem;max-width:var(--layer-local);}
.page-panel .contact-view{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:calc(var(--axis-base) * 1.1);border-top:1px solid #D6D6DC;padding-top:var(--axis-base);}
.page-panel .media-proof{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.page-panel .media-proof p{max-width:calc(900px * .82);}
.page-panel .quiet-stack{margin-top:calc(var(--axis-base) * 1.1);padding-top:var(--axis-base);border-top:1px solid #D6D6DC;font-size:calc(17.2px * .875);}
@media (min-width:720px){.page-panel .contact-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:0.98rem;}.page-panel .media-proof:last-child{grid-column:1 / -1;}
}
.content-surface{
  --axis-base:calc(1.5rem * 1.19);
  --layer-local:calc(900px / 1.6);
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#E9E9EC;
  color:#1F1F24;
}
.content-surface .offer-frame{max-width:900px;
  margin:0 auto;}
.content-surface h2,
.content-surface h3,
.content-surface p{margin:0;}
.content-surface h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.content-surface h3{font-size:calc(17.2px * 1.35);
  line-height:1.2;}
.content-surface p{font-size:17.2px;
  line-height:1.81;}
.content-surface .primary-note{max-width:var(--layer-local);}
.content-surface .direct-figure{margin-top:calc(calc(0.98rem * 1.5) * .6);
  color:#3A3A42;}
.content-surface .contact-copy{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-base);
  margin-top:var(--axis-base);}
.content-surface .media-proof{
  flex:1 1 calc(900px / 2.4);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.3rem;
  background:#FFFFFF;
  color:#1F1F24;
  border:1px solid #D6D6DC;
}
.content-surface .primary-plan{font-size:17.2px;}
.content-surface .media-proof h3{margin-top:calc(calc(0.98rem * 1.5) * .7);}
.content-surface .strong-content{margin-top:calc(calc(0.98rem * 1.5) * .25);
  font-size:calc(17.2px * .875);
  color:#3A3A42;}
.content-surface .quiet-stack{margin-top:var(--axis-base);
  max-width:var(--layer-local);
  font-size:calc(17.2px * .875);
  color:#3A3A42;}
@media (max-width:640px){.content-surface .media-proof{
    flex:1 1 100%;
  }
}
.soft-story{
  padding: calc(1.5rem * 2.4) 1.18rem;
  background: #E9E9EC;
  color: #1F1F24;
}
.soft-story .plain-feature{max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: calc(0.98rem * 1.5);
  align-items: start;}
.soft-story .direct-figure{
  padding: calc(1.5rem * .75);
  border-radius: 0.46rem;
  background: var(--ink-primary);
  color: var(--line-clear);
}
.soft-story .direct-figure h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.soft-story .direct-figure p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.2px;}
.soft-story .direct-figure .quiet-stack{font-size: calc(17.2px * .875);color:inherit;
  opacity: .78;}
.soft-story .secondary-form{display: flex;
  flex-direction: column;
  gap: 0.98rem;}
.soft-story .fresh-shell{
  padding: calc(1.5rem * .75);
  border-radius: 0.3rem;
  background: #FFFFFF;
  color: #1F1F24;
  border: 1px solid #D6D6DC;
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);
}
.soft-story .fresh-method{
  display: inline-block;
  font-size: calc(17.2px * .875);
  color: #FFFFFF;
  background: #1F4FB0;
  padding: 0.15rem 0.5rem;
  border-radius: 0.23rem;
  margin-bottom: calc(calc(1.5rem * .75) * .5);
}
.soft-story .fresh-shell h3{margin: 0;
  font-size: calc(17.2px * 1.35);}
.soft-story .fresh-shell p{margin: calc(calc(1.5rem * .75) * .5) 0;}
.soft-story .fresh-shell small{font-size: calc(17.2px * .875);}
@media (max-width: 780px) {.soft-story .plain-feature{
    grid-template-columns: 1fr;
  }
}
.area{--axis-base:calc(1.5rem * 0.9);--layer-local:calc(900px / 1.9);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.area .offer-frame{max-width:900px;margin:0 auto;}
.area h1,.area h2,.area h3,.area p{margin:0;}
.area h2{font-size:calc(17.2px * 2);line-height:1.12;}
.area h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.area p{font-size:17.2px;line-height:1.81;}
.area a{text-decoration:none;}
.area a:hover{}
.area .quiet-stack{font-size:calc(17.2px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.area .direct-figure{max-width:var(--layer-local);margin-top:calc(1.5rem / 2);}
.area .active-body{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.23rem;background:#C25A2B;color:#FFFFFF;}
.area .active-body:hover{background:#A3481F;color:#FFFFFF;}
.area .contact-copy{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;margin-top:var(--axis-base);}
.area .media-proof{flex:1 1 calc(900px / 3.4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid #D6D6DC;}
.area .media-proof h3{margin-bottom:calc(1.5rem / 3);}
.area .media-proof p{}
.area .media-proof .bottom-inner{margin-top:calc(1.5rem / 3);font-size:calc(17.2px * .875);}
.area .page-visual{margin-top:var(--axis-base);font-size:calc(17.2px * .875);}
.area .wide-panel{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;}
.area .wide-panel>.offer-tile{flex:1 1 auto;min-width:0;}
.area .wide-panel>.active-body{flex:0 0 auto;}
.area .wide-panel>.contact-copy{flex:1 1 100%;}
.area .wide-panel>.page-visual{flex:1 1 100%;}
.area .offer-tile h2{margin-top:calc(1.5rem / 2);}
.open-proof{
        padding: calc(1.5rem * 2.4) 1.18rem;
        background: #F4F4F6;
        color: #3A3A42;
    }
.open-proof .offer-frame{max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.98rem * 1.5);}
.open-proof .direct-figure{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.open-proof h2{margin: 0;
        font-size: calc(17.2px * 2);
        line-height: 1.15;}
.open-proof .primary-note{margin: 0;
        font-size: calc(17.2px * 1.125);
        line-height: 1.81;
        max-width: 62ch;}
.open-proof .service-unit{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-top: 1px solid #D6D6DC;
        padding-top: calc(0.98rem * 1.5);}
.open-proof .local-header{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
        gap: 0.98rem;
        align-items: start;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #D6D6DC;}
.open-proof .local-header:last-child{border-bottom: none;
        padding-bottom: 0;}
.open-proof .local-header h3{margin: 0;
        font-size: 17.2px;
        line-height: 1.3;}
.open-proof .local-header p{margin: 0;
        font-size: 17.2px;
        line-height: 1.81;}
.open-proof .quiet-stack{
        background: #FFFFFF;
        color: #1F1F24;
        border: 1px solid #D6D6DC;
        border-radius: 0.46rem;
        padding: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
    }
.open-proof .strong-steps{margin: 0;
        font-size: calc(17.2px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #3A3A42;}
.open-proof .clear-feature{margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);}
.open-proof .clear-feature li{flex: 1 1 240px;
        min-width: 0;
        font-size: calc(17.2px * .875);
        line-height: 1.81;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #1F4FB0;}
.open-proof .main-section{margin: 0;
        font-size: 17.2px;
        line-height: 1.81;
        max-width: 68ch;}
.open-proof a{color:inherit;
        text-decoration: underline;}
.open-proof a:hover{color: #1F4FB0;}
@media (max-width: 760px) {.open-proof .local-header{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.open-proof .clear-feature li{
            flex: 1 1 100%;
        }
    }
.strong-inner{
  --axis-base:calc(1.5rem * 0.9);
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#E9E9EC;
  color:#1F1F24;
}
.strong-inner .offer-frame{max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--axis-base);}
.strong-inner h2,
.strong-inner h3,
.strong-inner p{margin:0;}
.strong-inner h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.strong-inner h3{font-size:calc(17.2px * 1.35);
  line-height:1.22;}
.strong-inner p{font-size:17.2px;
  line-height:1.81;}
.strong-inner .primary-note{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  max-width:calc(900px * 0.78);}
.strong-inner .direct-figure{color:#3A3A42;
  font-size:calc(17.2px * 1.125);}
.strong-inner .contact-copy{display:flex;
  flex-direction:column;
  gap:calc(0.98rem * 1.5);
  border-top:1px solid #D6D6DC;
  padding-top:calc(0.98rem * 1.5);}
.strong-inner .media-proof{min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3.4);
  padding-bottom:calc(0.98rem * 1.5);
  border-bottom:1px solid #D6D6DC;}
.strong-inner .media-proof:last-child{border-bottom:none;
  padding-bottom:0;}
.strong-inner .media-proof p{color:#3A3A42;}
.strong-inner .page-visual{font-size:calc(17.2px * .875);
  color:#3A3A42;
  padding-top:calc(1.5rem / 2);}
.strong-inner .page-visual a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.strong-inner .page-visual a:hover{color:#1F4FB0;}
@media (min-width:720px){.strong-inner .contact-copy{
    gap:calc(calc(0.98rem * 1.5) * 1.1);
  }.strong-inner .media-proof{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
    column-gap:0.98rem;
    align-items:baseline;
  }
}
.simple-steps{--axis-base:calc(1.5rem * 1.15);--type-meta:calc(900px / 3.2);padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.simple-steps .offer-frame{max-width:900px;margin:0 auto;}
.simple-steps h2,.simple-steps h3,.simple-steps p{margin:0;}
.simple-steps h2{font-size:calc(17.2px * 2);line-height:1.14;}
.simple-steps h3{font-size:calc(17.2px * 1.35);line-height:1.22;}
.simple-steps p{font-size:17.2px;line-height:1.81;}
.simple-steps .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.98rem;}
.simple-steps .row-title h2{flex:1 1 calc(900px / 2.6);min-width:0;}
.simple-steps .row-title>p{flex:1 1 calc(900px / 2.6);min-width:0;}
.simple-steps .top-shell{padding-block:calc(var(--axis-base) / 2);}
.simple-steps .quiet-surface{row-gap:calc(var(--axis-base) * 1.1);}
.simple-steps .primary-headline{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.simple-steps .site-copy{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.simple-steps .media-proof{flex:1 1 var(--type-meta);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid #D6D6DC;}
.simple-steps .media-proof p{margin-top:calc(1.5rem / 3);}
.simple-steps .page-visual{flex:1 1 100%;margin-top:var(--axis-base);font-size:calc(17.2px * .875);}
.simple-steps .page-visual a{text-decoration:none;border-bottom:1px solid currentColor;}
.simple-steps .page-visual a:hover{}
.fresh-inner{
        color:#1F1F24;
        background:#E9E9EC;
        padding:calc(1.5rem * 2.4) 1.18rem;
    }
.fresh-inner .c{max-width:900px;
        margin:0 auto;
        display:grid;
        gap:1.18rem;}
@media (min-width: 1024px){.fresh-inner .c{
            grid-template-columns:minmax(0,1fr) 280px;
            align-items:start;
        }
    }
.fresh-inner .text-inner{margin-bottom:calc(0.98rem * 1.5);
        padding-bottom:calc(0.98rem * 1.5);
        border-bottom:1px solid #D6D6DC;}
.fresh-inner h1{font-size:calc(17.2px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;}
.fresh-inner .direct-figure{font-size:calc(17.2px * 1.125);
        margin:0 0 1rem;}
.fresh-inner .bottom-inner{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1.2rem;
        font-size:calc(17.2px * .875);}
.fresh-inner .top-block{line-height:1.81;}
.fresh-inner .top-block p{margin:0 0 1.1rem;}
.fresh-inner .top-block h2{font-size:calc(17.2px * 1.35);
        margin:calc(0.98rem * 1.5) 0 0.7rem;}
.fresh-inner .contact-copy{margin:0 0 1.2rem;
        padding-left:1.1rem;
        display:flex;
        flex-direction:column;
        gap:0.45rem;}
.fresh-inner .page-visual{display:flex;
        flex-wrap:wrap;
        gap:0.7rem 1.4rem;
        margin-top:calc(0.98rem * 1.5);
        padding-top:calc(0.98rem * 1.5);
        border-top:1px solid #D6D6DC;}
.fresh-inner .page-visual a{text-decoration:none;
        font-size:17.2px;
        border-bottom:1px solid transparent;
        transition:color 390ms var(--delay-soft), border-color 390ms var(--delay-soft);}
.fresh-inner .page-visual a:hover{border-bottom-color:#1F4FB0;}
.fresh-inner .clear-headline{
        background:#FFFFFF;
        color:#1F1F24;
        border:1px solid #D6D6DC;
        border-radius:0.46rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 0px 2px rgba(0,0,0,0.06);
    }
.fresh-inner .clear-headline h3{margin:0 0 1rem;
        font-size:17.2px;}
.fresh-inner .wide-block{display:flex;
        flex-direction:column;
        gap:1rem;}
.fresh-inner .wide-block .media-proof{padding-bottom:0.9rem;
        border-bottom:1px solid #D6D6DC;}
.fresh-inner .wide-block .media-proof:last-child{padding-bottom:0;
        border-bottom:none;}
.fresh-inner .wide-block a{text-decoration:none;
        font-size:calc(17.2px * .875);
        display:block;
        margin-bottom:0.3rem;}
.fresh-inner .wide-block a:hover{text-decoration:underline;}
.fresh-inner .wide-block p{margin:0;
        font-size:calc(17.2px * .875);}
.contact-block{padding:calc(1.5rem*2.6) 1.18rem;background:#E9E9EC;color:#1F1F24;}
.contact-block .top-team{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(calc(0.98rem * 1.5) * 1.4);}
.contact-block .active-header{max-width:38rem;}
.contact-block h2{margin:0;font-size:clamp(1.8rem,3.4vw,2.7rem);line-height:1.08;}
.contact-block .active-header p{margin:.7rem 0 0;color:#3A3A42;}
.contact-block .open-callout{display:flex;flex-direction:column;gap:0.98rem;}
.contact-block .compact-team{background:#FFFFFF;color:#1F1F24;border:1px solid #D6D6DC;border-radius:0.3rem;padding:calc(calc(1.5rem * .75) * 1.1);box-shadow:0 0px 2px rgba(0,0,0,0.06);}
.contact-block h3{margin:0 0 .3rem;font-size:1.12rem;line-height:1.3;}
.contact-block h3 a{text-decoration:none;color:inherit;}
.contact-block .public-grid{margin:0 0 .6rem;font-size:calc(17.2px * .875);color:#3A3A42;font-style:italic;}
.contact-block .compact-team p{margin:0 0 .75rem;color:#1F1F24;}
.contact-block .wide-copy{display:inline-block;font-weight:700;font-size:calc(17.2px * .875);text-decoration:none;color:inherit;border-bottom:1px solid transparent;transition:color 390ms var(--delay-soft),border-color 390ms var(--delay-soft);}
.contact-block .wide-copy:hover{color:#1F4FB0;border-bottom-color:#1F4FB0;}
@media (min-width:760px){
  .contact-block .top-team{display:grid;grid-template-columns:.8fr 1.2fr;gap:calc(0.98rem * 1.6);align-items:start;}
  .contact-block .active-header{position:sticky;top:1.5rem;}
}
.grid---blog-item{
        color:#1F1F24;
        background:#E9E9EC;
        padding:calc(1.5rem * 2.4) 1.18rem;
    }
.grid---blog-item .c{max-width:900px;
        margin:0 auto;
        display:grid;
        gap:calc(0.98rem * 1.5);}
@media (min-width: 1024px){.grid---blog-item .c{
            grid-template-columns:minmax(0,1fr) 280px;
            align-items:start;
        }
    }
.grid---blog-item .text-inner{margin-bottom:1.5rem;
        border-bottom:1px solid #D6D6DC;
        padding-bottom:calc(0.98rem * 1.5);}
.grid---blog-item h1{font-size:calc(17.2px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;}
.grid---blog-item .public-grid{font-size:calc(17.2px * 1.125);
        margin:0 0 1rem;}
.grid---blog-item .bottom-inner{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:calc(17.2px * .875);}
.grid---blog-item .bottom-inner .soft-form{
        background:#1F4FB0;
        color:#FFFFFF;
        padding:0.15rem 0.6rem;
        border-radius:0.23rem;
        font-size:calc(17.2px * .875);
    }
.grid---blog-item .top-block{line-height:1.81;
        font-size:17.2px;}
.grid---blog-item .top-block p{margin:0 0 1rem;}
.grid---blog-item .top-block h2{font-size:calc(17.2px * 1.35);
        margin:1.8rem 0 0.6rem;}
.grid---blog-item .page-visual{margin-top:calc(0.98rem * 1.5);
        padding-top:calc(0.98rem * 1.5);
        border-top:1px solid #D6D6DC;
        display:flex;
        flex-direction:column;
        gap:0.5rem;}
.grid---blog-item .featured-summary{font-size:calc(17.2px * .875);
        text-transform:uppercase;
        letter-spacing:0.06em;}
.grid---blog-item .page-visual a{text-decoration:none;
        font-size:17.2px;}
.grid---blog-item .page-visual a:hover{text-decoration:underline;}
.grid---blog-item .page-media{
        background:#FFFFFF;
        color:#1F1F24;
        border:1px solid #D6D6DC;
        border-radius:0.46rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 0px 2px rgba(0,0,0,0.06);
    }
.grid---blog-item .page-media h3{margin:0 0 0.5rem;
        font-size:calc(17.2px * 1.35);}
.grid---blog-item .narrow-menu{font-size:calc(17.2px * .875);
        margin:0 0 1rem;}
.grid---blog-item .contact-copy{list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-direction:column;
        gap:0.9rem;}
.grid---blog-item .contact-copy li{display:flex;
        flex-direction:column;
        gap:0.2rem;}
.grid---blog-item .contact-copy a{text-decoration:none;
        font-size:17.2px;}
.grid---blog-item .contact-copy a:hover{text-decoration:underline;}
.grid---blog-item .plain-inner{font-size:calc(17.2px * .875);}
.form{padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24}
.form .offer-frame{width:min(100%,calc(900px*.78));margin:0 auto}
.form .primary-note{margin:0 0 calc(0.98rem * 1.5)}
.form h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.2px * 2);line-height:1.12}
.form .direct-figure{margin:0;max-width:62ch;font-size:17.2px;line-height:1.81}
.form .contact-copy{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(0.98rem * 1.5)}
.form .media-proof{background:#FFFFFF;color:#1F1F24;border:1px solid #D6D6DC;border-radius:0.46rem;padding:calc(1.5rem * .75) 1.5rem;box-shadow:0 0px 2px rgba(0,0,0,0.06)}
.form .media-proof a{font-size:calc(17.2px * 1.35);line-height:1.2;color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 390ms var(--delay-soft)}
.form .media-proof a:hover{border-bottom-color:#C25A2B}
.form .narrow-benefit{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
.form .bottom-inner{display:block;margin-top:calc(1.5rem * .75);font-size:calc(17.2px * .875);color:#3A3A42}
.form .quiet-stack{margin:calc(0.98rem * 1.5) 0 0;font-size:calc(17.2px * .875);color:#3A3A42;max-width:70ch}
@media (max-width:640px){.form .media-proof{padding:calc(1.5rem * .75)}
}
.team-benefit{
    color:#1F1F24;
    background:#E9E9EC;
    padding:calc(1.5rem * 2.4) 1.18rem;
}
.team-benefit .c{max-width:900px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.98rem * 1.5);}
@media (min-width:1024px){.team-benefit .c{
        flex-direction:row;
        align-items:flex-start;
    }.team-benefit .compact-team{flex:1 1 auto;min-width:0;}.team-benefit .strong-intro{flex:0 0 280px;}
}
.team-benefit .text-inner{margin-bottom:calc(0.98rem * 1.5);
    padding-bottom:calc(0.98rem * 1.5);
    border-bottom:1px solid #D6D6DC;}
.team-benefit h1{font-size:calc(17.2px * 2.65);
    line-height:1.2;
    margin:0 0 0.98rem;}
.team-benefit .content-lead{font-size:calc(17.2px * 1.125);
    margin:0 0 0.98rem;}
.team-benefit .bottom-inner{display:flex;
    flex-wrap:wrap;
    gap:0.98rem;
    font-size:calc(17.2px * .875);}
.team-benefit .top-block{line-height:1.81;}
.team-benefit .top-block p{margin:0 0 0.98rem;}
.team-benefit .top-block h2{font-size:calc(17.2px * 1.35);
    margin:calc(0.98rem * 1.5) 0 0.98rem;}
.team-benefit .post-footer{margin-top:calc(0.98rem * 1.5);
    padding-top:calc(0.98rem * 1.5);
    border-top:1px solid #D6D6DC;}
.team-benefit .quiet-stack{font-size:calc(17.2px * .875);
    margin:0 0 0.98rem;}
.team-benefit .narrow-method{display:flex;
    flex-direction:column;
    gap:0.4rem;}
.team-benefit .narrow-method a{text-decoration:none;
    font-size:17.2px;}
.team-benefit .narrow-method a:hover{text-decoration:underline;}
.team-benefit .strong-intro{
    background:#FFFFFF;
    color:#1F1F24;
    border:1px solid #D6D6DC;
    border-radius:0.46rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 2px rgba(0,0,0,0.06);
}
.team-benefit .strong-intro h3{font-size:calc(17.2px * 1.35);
    margin:0 0 0.98rem;}
.team-benefit .simple-quote{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.6rem;}
.team-benefit .simple-quote a{text-decoration:none;
    font-size:17.2px;
    line-height:1.4;}
.team-benefit .simple-quote a:hover{text-decoration:underline;}
.service-shell{
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#E9E9EC;
  color:#1F1F24;
}
.service-shell .offer-frame{width:min(100%,calc(900px*.78));
  margin:0 auto;}
.service-shell .compact-header{margin:0 0 calc(0.98rem * 1.5);
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #D6D6DC;}
.service-shell h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17.2px * 2);
  line-height:1.12;}
.service-shell .direct-figure{margin:0;
  max-width:62ch;
  font-size:17.2px;
  line-height:1.81;
  color:#3A3A42;}
.service-shell .contact-copy{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.service-shell .media-proof{
  background:#FFFFFF;
  color:#1F1F24;
  border:1px solid #D6D6DC;
  border-radius:0.46rem;
  padding:calc(1.5rem * .75) 1.18rem;
  box-shadow:0 0px 2px rgba(0,0,0,0.06);
}
.service-shell .bottom-inner{display:flex;
  flex-wrap:wrap;
  gap:0.98rem;
  align-items:baseline;
  margin-bottom:calc(1.5rem * .75);}
.service-shell .soft-form{
  display:inline-block;
  padding:0.15rem 0.55rem;
  border-radius:0.23rem;
  background:#1F4FB0;
  color:#FFFFFF;
  font-size:calc(17.2px * .875);
  letter-spacing:0.02em;
}
.service-shell .plain-media{font-size:calc(17.2px * .875);
  color:#3A3A42;}
.service-shell h3{margin:0;
  font-size:calc(17.2px * 1.35);
  line-height:1.2;}
.service-shell h3 a{color:inherit;
  text-decoration:none;}
.service-shell h3 a:hover{color:#1F4FB0;}
.service-shell .public-grid{margin:calc(1.5rem * .75) 0 0;
  font-size:17.2px;
  color:#3A3A42;
  font-style:italic;}
.service-shell .soft-summary{margin:calc(1.5rem * .75) 0 0;
  line-height:1.81;}
.service-shell .wide-copy{display:inline-block;
  margin-top:calc(1.5rem * .75);
  font-size:calc(17.2px * .875);color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.service-shell .wide-copy:hover{color:#1F4FB0;}
.service-shell .quiet-stack{margin:calc(0.98rem * 1.5) 0 0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D6D6DC;
  font-size:calc(17.2px * .875);
  color:#3A3A42;
  max-width:70ch;}
@media (max-width:640px){.service-shell .offer-frame{width:100%}.service-shell .media-proof{padding:calc(1.5rem * .75)}
}
.clear-grid{padding:calc(1.5rem * 2.4) 1.18rem;background:#E9E9EC;color:#1F1F24}
.clear-grid .offer-frame{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.98rem * 1.5)}
.clear-grid .primary-note{max-width:56ch}
.clear-grid h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17.2px * 2);line-height:1.14}
.clear-grid .direct-figure{margin:0;font-size:17.2px;line-height:1.81;color:#3A3A42}
.clear-grid .strong-intro{display:flex;flex-wrap:wrap;gap:0.98rem}
.clear-grid .media-proof{flex:1 1 15rem;min-width:0;background:#FFFFFF;color:#1F1F24;border:1px solid #D6D6DC;border-radius:0.3rem;padding:calc(1.5rem * .75);overflow-wrap:anywhere}
.clear-grid .soft-form{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(17.2px * .875);letter-spacing:0.02em;text-transform:uppercase;color:#3A3A42}
.clear-grid strong{font-size:calc(17.2px * 1.35);line-height:1.2;color:inherit;}
.clear-grid a{text-decoration:none}
.clear-grid a:hover strong{color:#1F4FB0}
.clear-grid .offer-tile{margin:0 0 calc(1.5rem * .75);line-height:1.81}
.clear-grid .quiet-stack{margin:0;font-size:calc(17.2px * .875);line-height:1.81;color:#3A3A42}
.clear-grid .active-unit{border-top:1px solid #D6D6DC;padding-top:calc(1.5rem * .75)}
.clear-grid .active-unit p{margin:0;max-width:62ch;line-height:1.81}
@media(max-width:560px){.clear-grid .strong-intro{display:block}.clear-grid .media-proof{margin-top:0.98rem}}
.wide-service{
  padding: calc(1.5rem * 2.4) 1.18rem;
  background: #1F4FB0;
  color: #FFFFFF;
}
.wide-service .top-details{
  max-width: 900px;
  margin: 0 auto;
  border-radius: 0.78rem;
  overflow: hidden;
  background: #E9E9EC;
  color: #1F1F24;
  box-shadow: 0 14px 20px rgba(0,0,0,0.09);
}
.wide-service .plain-track{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.98rem * 1.5);
  border-bottom: 1px solid #D6D6DC;
  background: #F4F4F6;color:#3A3A42;}
.wide-service .plain-track span{font-size: calc(17.2px * .875);
  letter-spacing: .02em;}
.wide-service a{text-decoration: none;}
.wide-service .plain-track a{font-size: calc(17.2px * .875);
  font-weight: 600;}
.wide-service .plain-track a:hover{}
.wide-service .page-summary{display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: calc(0.98rem * 1.5);
  padding: calc(0.98rem * 1.5);}
.wide-service h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.wide-service .direct-figure p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17.2px;
  line-height: 1.81;}
.wide-service .quiet-intro{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.wide-service .quiet-intro a{
  display: block;
  padding: calc(1.5rem * .75);
  border: 1px solid #D6D6DC;
  border-radius: 0.3rem;
  background: #FFFFFF;
  color: #1F1F24;
  transition: border-color 390ms var(--delay-soft), box-shadow 390ms var(--delay-soft);
}
.wide-service .quiet-intro a:hover{border-color: #C25A2B;
  box-shadow: 0 0px 2px rgba(0,0,0,0.06);}
.wide-service .quiet-intro span,
.wide-service .quiet-intro small{display: block;
  font-size: calc(17.2px * .875);}
.wide-service .quiet-intro strong{display: block;
  margin: calc(calc(1.5rem * .75) * .35) 0;
  font-size: 17.2px;
  font-weight: 700;}
@media (max-width: 780px) {.wide-service .page-summary{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.wide-service .plain-track{
    flex-direction: column;
    align-items: flex-start;
  }
}
.wide-team{
  background: #E9E9EC;
  color: #1F1F24;
  padding: calc(1.5rem * 2.4) 1.18rem;
}
.wide-team .offer-frame{max-width: min(900px, 56rem);
  margin: 0 auto;}
.wide-team .compact-team{display: flex;
  flex-direction: column;
  gap: calc(0.98rem * 1.5);}
.wide-team .direct-figure{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  max-width: 44rem;}
.wide-team h2{margin: 0;
  font-size: clamp(calc(17.2px * 2), 4.4vw, calc(17.2px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.wide-team .direct-figure p{margin: 0;
  font-size: calc(17.2px * 1.125);
  line-height: 1.65;}
.wide-team .plain-story{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.wide-team .local-header{display: flex;
  flex-wrap: wrap;
  gap: 0.98rem;}
.wide-team label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .45);
  flex: 1 1 14rem;
  min-width: 0;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #D6D6DC;}
.wide-team label.wide{flex-basis: 100%;}
.wide-team label span{font-size: calc(17.2px * .875);
  color: #3A3A42;
  letter-spacing: .01em;}
.wide-team input{
  width: 100%;
  border: 0;
  background: transparent;
  color: #1F1F24;
  padding: calc(calc(1.5rem * .75) * .35) 0;
  font: inherit;
}
.wide-team input::placeholder{color: rgba(255,255,255,0.55);}
.wide-team input:focus{outline: none;
  border-bottom: 1px solid #1F4FB0;}
.wide-team .wide-summary{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.98rem;
  padding-top: calc(1.5rem * .75);}
.wide-team .wide-summary span{flex: 1 1 20rem;
  max-width: 30rem;
  color: #3A3A42;
  line-height: 1.55;
  font-size: calc(17.2px * .875);}
.wide-team button{
  border: 0;
  border-radius: 0.3rem;
  background: #C25A2B;
  color: #FFFFFF;
  padding: calc(1.5rem * .75) 0.98rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 390ms var(--delay-soft);
}
.wide-team button:hover{
  background: #A3481F;color:#1F1F24;}
.wide-team .page-media{border-top: 1px solid #D6D6DC;
  padding-top: calc(1.5rem * .75);}
.wide-team .page-media p{margin: 0;
  max-width: 42rem;
  font-size: calc(17.2px * .875);
  line-height: 1.7;
  color: #3A3A42;}
.wide-team .page-media a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #C25A2B;}
.wide-team .page-media a:hover{color: #1F4FB0;
  border-bottom-color: #1F4FB0;}
@media (max-width: 640px) {.wide-team .local-header{ flex-direction: column; }.wide-team .wide-summary{ align-items: flex-start; flex-direction: column; }
}
.clear-lead{padding:calc(1.5rem * 2.4) 1.18rem;background:var(--ink-primary);color:var(--line-clear)}
.clear-lead .compact-team{max-width:min(900px,56rem);margin:0 auto}
.clear-lead h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.08}
.clear-lead .direct-figure{margin:1.5rem 0 calc(0.98rem * 1.5);font-size:calc(17.2px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.clear-lead .wide-section{margin:0 0 0.98rem;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb,currentColor 22%,transparent)}
.clear-lead .wide-section:last-of-type{margin-bottom:calc(1.5rem * .75)}
.clear-lead h3{margin:0 0 0.35rem;font-size:calc(17.2px * 1.35);line-height:1.24}
.clear-lead .wide-section p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.clear-lead a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.clear-lead a:hover{color:inherit;}
.clear-lead .quiet-stack{margin:calc(0.98rem * 1.5) 0 0;font-size:calc(17.2px * .875);color:color-mix(in srgb,currentColor 60%,transparent)}
@media (max-width:640px){.clear-lead .wide-section{padding-left:1.18rem}
}
.contact-body{
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#E9E9EC;
  color:#1F1F24;
}
.contact-body .clear-feature{max-width:min(900px,64rem);
  margin:0 auto;}
.contact-body .direct-figure{border-bottom:1px solid #D6D6DC;
  padding-bottom:calc(0.98rem * 1.5);
  margin-bottom:calc(0.98rem * 1.5);}
.contact-body h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17.2px * 2);
  line-height:1.15;}
.contact-body .media-steps{margin:0;
  max-width:52rem;
  font-size:17.2px;}
.contact-body .page-summary{display:flex;
  flex-direction:column;
  gap:0.98rem;}
.contact-body .media-proof{display:grid;
  grid-template-columns:minmax(0,14rem) minmax(0,1fr);
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #D6D6DC;}
.contact-body .media-proof:last-child{border-bottom:0;
  padding-bottom:0;}
.contact-body h3{margin:0;
  font-size:calc(17.2px * 1.35);
  line-height:1.25;}
.contact-body .media-proof p{margin:0;}
@media (max-width:640px){.contact-body .media-proof{
    grid-template-columns:1fr;
    gap:calc(0.98rem / 2);
  }
}
.steady-frame{
  --axis-base:calc(1.5rem * 0.95);
  --layer-local:calc(900px / 2.75);
  padding:calc(1.5rem * 2.4) 1.18rem;
  background:#C25A2B;
  color:#FFFFFF;
}
.steady-frame .offer-frame{max-width:900px;margin:0 auto;}
.steady-frame h1,.steady-frame h2,.steady-frame h3,.steady-frame p{margin:0;}
.steady-frame h2{font-size:calc(17.2px * 2);line-height:1.12;}
.steady-frame p{font-size:17.2px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-frame a{color:inherit;text-decoration:none;}
.steady-frame .content-entries>h1,.steady-frame .content-entries>h2,.steady-frame .content-entries>p,.steady-frame .content-entries>.page-visual{margin-top:1.5rem;}
.steady-frame .direct-figure{max-width:var(--layer-local);}
.steady-frame .page-visual{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.98rem;
  margin-top:calc(0.98rem * 1.5);}
.steady-frame .active-body{
  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.23rem;
  background:#FFFFFF;
  color:#C25A2B;
  transition:background 390ms var(--delay-soft),color 390ms var(--delay-soft);
}
.steady-frame .active-body:hover{
  background:#1F4FB0;
  color:#FFFFFF;
}
.steady-frame .page-media{font-size:calc(17.2px * .875);
  text-decoration:underline;
  text-underline-offset:3px;
  opacity:0.85;}
.steady-frame .page-media:hover{opacity:1;}
.steady-frame .quiet-stack{margin-top:var(--axis-base);
  font-size:calc(17.2px * .875);
  max-width:var(--layer-local);}
.media-links{background:#E9E9EC;color:#1F1F24;padding:calc(1.5rem * 2.4) 1.18rem}
.media-links .offer-frame{max-width:900px;margin:0 auto}
.media-links .contact-callout{display:flex;flex-direction:column;gap:calc(0.98rem * 1.5)}
.media-links h2{margin:0;font-size:calc(17.2px * 2);line-height:1.15;letter-spacing:0}
.media-links .top-block p{margin:1.5rem 0 0;max-width:46rem;font-size:calc(17.2px * 1.125);line-height:1.81;color:#3A3A42}
.media-links .site-copy{display:flex;flex-wrap:wrap;gap:0.98rem;border-top:1px solid #D6D6DC;padding-top:calc(0.98rem * 1.5)}
.media-links .compact-method{flex:1 1 15rem;min-width:0}
.media-links .compact-method .soft-details{display:inline-block;font-size:calc(17.2px * .875);font-weight:700;color:#FFFFFF;background:#1F4FB0;border-radius:0.23rem;padding:0.1rem 0.5rem;margin-bottom:1.5rem}
.media-links .compact-method p{margin:0;font-size:17.2px;line-height:1.81}
.media-links .media-quote{background:#FFFFFF;color:#1F1F24;border:1px solid #D6D6DC;border-radius:0.46rem;padding:calc(1.5rem * .75);box-shadow:0 0px 2px rgba(0,0,0,0.06)}
.media-links .media-quote .direct-figure{margin:0 0 1.5rem;font-size:17.2px}
.media-links .page-visual{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem;font-size:17.2px}
.media-links .page-visual a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 390ms var(--delay-soft),border-color 390ms var(--delay-soft)}
.media-links .page-visual a:hover{color:#1F4FB0;border-color:#1F4FB0}
.media-links .wide-copy{margin:1.5rem 0 0;font-size:calc(17.2px * .875);color:#3A3A42}
.media-links .wide-copy a{color:inherit;text-decoration:none}
.media-links .wide-copy a:hover{color:#1F4FB0;text-decoration:underline}
@media(max-width:680px){.media-links .site-copy{flex-direction:column}}
.direct-list{
  background: #E9E9EC;
  color: #1F1F24;
  padding: calc(1.5rem * 2.4) 1.18rem;
}
.direct-list .offer-frame{width: min(100%, 900px);
  margin: 0 auto;}
.direct-list .top-rail{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(0.98rem * 1.5);}
.direct-list .quiet-stack{
  margin: 0;
  padding: 4px 10px;
  border-radius: 0.23rem;
  background: #1F4FB0;
  color: #FFFFFF;
  font-size: calc(17.2px * .875);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.direct-list h1{margin: 0;
  font-size: clamp(calc(17.2px * 2), 7vw, calc(17.2px * 2.65));
  line-height: 1.05;}
.direct-list .steady-team{margin: 0;
  max-width: 60ch;
  font-size: 17.2px;
  line-height: 1.81;}
.direct-list .steady-team + .steady-team{margin-top: calc(calc(0.98rem * 1.5) * -0.4);}
.direct-list .page-content{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.98rem;
  min-width: 0;}
.direct-list a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.direct-list .main-links{
  padding: 12px 20px;
  border-radius: 0.3rem;
  background: #C25A2B;
  color: #FFFFFF;
  font-weight: 700;
  transition: background 390ms var(--delay-soft);
}
.direct-list .main-links:hover{
  background: #A3481F;color:#1F1F24;}
.direct-list .primary-headline{padding: 12px 2px;color:inherit;
  border-bottom: 1px solid #D6D6DC;
  transition: color 390ms var(--delay-soft), border-color 390ms var(--delay-soft);}
.direct-list .primary-headline:hover{color: #1F4FB0;
  border-color: #1F4FB0;}
.direct-list .page-visual{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D6D6DC;
  width: 100%;
  font-size: calc(17.2px * .875);}
.direct-list .featured-summary{color: #3A3A42;}
.direct-list .page-visual a{color:inherit;
  border-bottom: 1px solid transparent;
  transition: color 390ms var(--delay-soft), border-color 390ms var(--delay-soft);}
.direct-list .page-visual a:hover{color: #1F4FB0;
  border-color: #1F4FB0;}
@media (max-width: 640px) {.direct-list{ padding: calc(1.5rem * 2.4) 1.18rem; }.direct-list .page-content{ flex-direction: column; align-items: stretch; }.direct-list .main-links{ text-align: center; }
}
