html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
.plain-contact {
    width: 100%;
    background: #3a4149;
    color: #eef0f1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
:root {
  --ease-soft: ease;
  --line-panel: #fdf6ef;
  --tone-cool: #c2542a;
}
.wide-headline {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.5rem 1.33rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.74rem;
    flex-wrap: wrap;
  }
.site-fields {
    font-size: calc(17px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: inherit;
    line-height: 1.1;
  }
.site-fields:hover {
    color: #6b7a3a;
  }
.site-view {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.74rem * 1.5);
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: 17px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 520ms var(--ease-soft),
                border-color 520ms var(--ease-soft);
  }
.nav-link:hover {
    color: #6b7a3a;
    border-bottom-color: #6b7a3a;
  }
.nav-link.is-active {
    border-bottom-color: #eef0f1;
    font-weight: 600;
  }
.soft-frame {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.21rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.soft-wrap{
    display: block;
    width: 1.15rem;
    height: 2px;
    background: #eef0f1;
    transition: transform 520ms var(--ease-soft),
                opacity 520ms var(--ease-soft);color:#f2f3f4;}
.soft-frame[aria-expanded="true"] .soft-wrap:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.soft-frame[aria-expanded="true"] .soft-wrap:nth-child(2) {
    opacity: 0;
  }
.soft-frame[aria-expanded="true"] .soft-wrap:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .wide-headline {
      padding: 1.5rem 1.33rem;
    }

    .soft-frame {
      display: flex;
    }

    .site-view {
      display: none;
      width: 100%;
      flex-basis: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.12);
      margin-top: 1.5rem;
      padding-top: 1.5rem;
    }

    .site-view.is-open {
      display: block;
    }

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

    .nav-list li {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.85rem 0;
      border-bottom: none;
    }

    .nav-link.is-active {
      border-bottom: none;
      color: #6b7a3a;
    }
  }
.clear-fields{font-family:"Libre Baskerville", sans-serif;font-size:calc(17px * .875);line-height:1.76;padding:calc(1.5rem * 2.4) 1.33rem;width:100%;box-sizing:border-box;background:#f4f1ea;color:#262b30;}
.clear-fields *,
  .clear-fields *::before,
  .clear-fields *::after{box-sizing:border-box}
.clear-panel{max-width:980px;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:calc(0.74rem * 1.5)}
.main-footer{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr;gap:0.74rem;align-items:start}
.media-contact{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-right:calc(1.5rem * .75)}
.direct-story{font-size:calc(17px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0;line-height:1.2}
.focused-surface{margin:0;font-size:calc(17px * .875);max-width:32ch;opacity:0.85}
.public-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.fresh-entries{font-size:17px;font-weight:600;margin:0;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.primary-brand{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.primary-brand li{margin:0;padding:0}
.primary-brand a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 520ms var(--ease-soft), opacity 520ms var(--ease-soft);display:inline-block;padding:0.1rem 0}
.primary-brand a:hover,
  .primary-brand a:focus-visible{color:inherit;border-bottom-color:currentColor;outline:none}
.primary-brand a:focus-visible{outline:2px solid currentColor;outline-offset:2px;border-bottom-color:transparent;color:inherit}
.compact-surface{gap:0.75rem}
.compact-surface li{display:flex;flex-direction:column;gap:0.15rem}
.page-frame{font-size:calc(17px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.top-story{font-size:calc(17px * .875);color:inherit;text-decoration:none;line-height:1.4}
a.footer-value{border-bottom:1px solid transparent;transition:border-color 520ms var(--ease-soft);display:inline-block;color:inherit}
a.footer-value:hover,
  a.footer-value:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
a.footer-value:focus-visible{outline:2px solid currentColor;outline-offset:2px;color:inherit}
.content-contact{border-top:1px solid currentColor;padding-top:calc(1.5rem * .75);display:flex;flex-direction:column;gap:0.5rem;opacity:0.9}
.narrow-nav{margin:0;font-size:calc(17px * .875);line-height:1.5;max-width:90ch}
.narrow-nav a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.narrow-nav a:hover,
  .narrow-nav a:focus-visible{color:inherit;text-decoration-thickness:2px;outline:none}
.narrow-nav a:focus-visible{outline:2px solid currentColor;outline-offset:2px;color:inherit}
.person{margin:0;font-size:calc(17px * .875);opacity:0.75}
@media (max-width: 960px) {.main-footer{grid-template-columns:1fr 1fr;gap:calc(0.74rem * 1.5)}.media-contact{grid-column:1 / -1;padding-right:0}
  }
@media (max-width: 560px) {.clear-fields{padding:calc(0.74rem * 1.5) 1.33rem;background:#f4f1ea;color:#262b30;}.main-footer{grid-template-columns:1fr;gap:calc(0.74rem * 1.5)}.fresh-entries{font-size:calc(17px * .875)}
  }
footer,footer *{border-radius:0!important;}
footer .compact-actions{flex:1 1 100%;max-width:980px;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(17px * .875);line-height:1.76;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .focused-footer{width:min(18rem,calc(100vw - 28px));padding:14px;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:24px;background:linear-gradient(135deg, #3a4149 0%, #2c3238 55%, #454d55 100%);color:#eef0f1;box-shadow:0 6px 18px rgba(0,0,0,0.11)}
.cookies .public-steps{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(17px * 1.35)}
.cookies .public-steps button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.76}
.cookies .text-body{margin-top:12px;display:flex;gap:8px}
.cookies .text-body button{flex:1;border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .text-body button.cookie-accept{background:#3a4149;color:#eef0f1}
.bottom-note{
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#3a4149;
  color:#eef0f1;
}
.bottom-note .top-footer{width:min(100%,980px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.74rem * 1.5);}
.bottom-note .featured-quote{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.bottom-note h1{margin:0;
  font-size:calc(17px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.bottom-note .clear-contact{margin:0;
  font-size:calc(17px * 1.125);
  line-height:1.76;
  color:#eef0f1;}
.bottom-note .strong-quote{margin:0;
  font-size:17px;
  line-height:1.76;
  color:#d6dadd;
  border-left:2px solid #6b7a3a;
  padding-left:calc(1.5rem * .75);}
.bottom-note .steady-intro{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75) 1.5rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(255, 255, 255, 0.12);}
.bottom-note .team-visual{
  display:inline-flex;
  align-items:center;
  background:var(--tone-cool);
  color:var(--line-panel);
  text-decoration:none;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.21rem;
  font-size:17px;
  transition:background 520ms var(--ease-soft);
}
.bottom-note .team-visual:hover{
  background:#a8441f;color:#f2f3f4;}
.bottom-note .active-details{color:inherit;
  text-decoration:none;
  font-size:calc(17px * .875);
  border-bottom:1px solid transparent;
  transition:color 520ms var(--ease-soft),border-color 520ms var(--ease-soft);}
.bottom-note .active-details:hover{color:inherit;
  border-color:#6b7a3a;}
@media (max-width:640px){.bottom-note .steady-intro{
    flex-direction:column;
    align-items:flex-start;
  }
}
.content-footer{--layer-content:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.content-footer .top-footer{max-width:980px;margin:0 auto;}
.content-footer h2,.content-footer h3,.content-footer p,.content-footer ol,.content-footer li{margin:0;}
.content-footer h2{font-size:calc(17px * 2);line-height:1.14;}
.content-footer h3{font-size:calc(17px * 1.35);line-height:1.22;}
.content-footer p{font-size:17px;line-height:1.76;}
.content-footer .bottom-fields{display:flex;flex-wrap:wrap;gap:0.74rem;align-items:flex-start;}
.content-footer .bottom-fields>h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.content-footer .bottom-fields>.clear-contact{flex:1 1 calc(980px / 2.6);min-width:0;}
.content-footer .plain-area{list-style:none;padding:0;margin-top:var(--layer-content);display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(255, 255, 255, 0.12);}
.content-footer .top-benefit{display:flex;gap:0.74rem;align-items:flex-start;padding:calc(calc(1.5rem * .75) * .9) 0;border-bottom:1px solid rgba(255, 255, 255, 0.12);}
.content-footer .offer-flow{flex:0 0 auto;font-size:calc(17px * .875);letter-spacing:.08em;padding:calc(calc(1.5rem * .75) * .35) calc(calc(1.5rem * .75) * .7);border-radius:0.21rem;background:#6b7a3a;color:#f6f4e8;}
.content-footer .main-region{flex:1 1 auto;min-width:0;}
.content-footer .main-region p{margin-top:calc(1.5rem / 3);}
.content-footer .steady-intro{margin-top:var(--layer-content);padding-top:calc(1.5rem / 1.4);border-top:1px solid rgba(255, 255, 255, 0.12);}
.content-footer .steady-intro a{text-decoration:underline;text-underline-offset:2px;}
.content-footer .steady-intro a:hover{}
@media (max-width:640px){.content-footer .top-benefit{flex-direction:column;gap:calc(0.74rem / 1.6);}
}
.legal{padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.legal .top-footer{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.74rem * 1.5);}
.legal h2,.legal h3,.legal p{margin:0;}
.legal h2{font-size:calc(17px * 2);line-height:1.14;}
.legal h3{font-size:calc(17px * 1.35);line-height:1.22;}
.legal p{font-size:17px;line-height:1.76;}
.legal .bottom-fields{display:flex;flex-wrap:wrap;gap:0.74rem;align-items:flex-start;}
.legal .bottom-fields>h2{flex:1 1 calc(980px / 3.2);min-width:0;}
.legal .bottom-fields>.clear-contact{flex:1 1 calc(980px / 2.1);min-width:0;color:#d6dadd;}
.legal .secondary-plan{display:flex;flex-wrap:wrap;gap:0.74rem;}
.legal .narrow-form{flex:1 1 calc(980px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.37rem;background:#454d55;color:#f2f3f4;border:1px solid rgba(255, 255, 255, 0.12);}
.legal .narrow-form p{margin-top:calc(1.5rem / 3);color:#f2f3f4;opacity:.86;}
.legal .steady-intro{margin-top:calc(1.5rem / 2);padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.12);font-size:calc(17px * .875);color:#d6dadd;}
.legal .steady-intro a{color:inherit;text-decoration:none;border-bottom:1px solid #c2542a;}
.legal .steady-intro a:hover{color:inherit;border-bottom-color:#6b7a3a;}
@media (max-width:720px){.legal .bottom-fields>h2,.legal .bottom-fields>.clear-contact{flex:1 1 100%;}.legal .narrow-form{flex:1 1 100%;}
}
.narrow-feature{--layer-content:calc(1.5rem * 0.95);--state-public:calc(980px / 3.4);padding:calc(1.5rem * 2.4) 1.33rem;background:var(--tone-cool);color:var(--line-panel);}
.narrow-feature .top-footer{max-width:980px;margin:0 auto;}
.narrow-feature h1,.narrow-feature h2,.narrow-feature h3,.narrow-feature p{margin:0;}
.narrow-feature h2{font-size:calc(17px * 2);line-height:1.12;}
.narrow-feature h3{font-size:calc(17px * 1.35);line-height:1.2;}
.narrow-feature p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-feature a{color:inherit;text-decoration:none;}
.narrow-feature .strong-quote{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.narrow-feature .clear-contact{margin-top:calc(1.5rem / 2);}
.narrow-feature .team-visual{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.21rem;background:var(--line-panel);color:var(--tone-cool);}
.narrow-feature .secondary-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;margin-top:var(--layer-content);}
.narrow-feature .narrow-form{flex:1 1 var(--state-public);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);}
.narrow-feature .narrow-form h3 a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.narrow-feature .narrow-form p{margin-top:calc(1.5rem / 3);}
.narrow-feature .primary-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;}
.narrow-feature .primary-menu>.featured-quote{flex:1 1 auto;min-width:0;}
.narrow-feature .primary-menu>.team-visual{flex:0 0 auto;}
.narrow-feature .primary-menu>.secondary-plan{flex:1 1 100%;}
.narrow-feature .featured-quote h2{margin-top:calc(1.5rem / 2);}
.narrow-summary{--layer-content:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.33rem;background:#2c3238;color:#d6dadd;}
.narrow-summary .top-footer{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-content);}
.narrow-summary h2,.narrow-summary p{margin:0;}
.narrow-summary h2{font-size:calc(17px * 2);line-height:1.14;}
.narrow-summary p{font-size:17px;line-height:1.76;}
.narrow-summary .bottom-fields{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.narrow-summary .clear-contact{font-size:calc(17px * 1.125);}
.narrow-summary .top-menu{display:flex;flex-direction:column;gap:calc(0.74rem * 1.1);}
.narrow-summary details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#454d55;color:#f2f3f4;border:1px solid rgba(255, 255, 255, 0.12);}
.narrow-summary summary{cursor:pointer;font-weight:700;font-size:17px;line-height:1.35;list-style-position:outside;}
.narrow-summary summary::marker{}
.narrow-summary details p{margin-top:calc(1.5rem / 2.4);}
.narrow-summary .strong-quote{font-size:calc(17px * .875);padding-top:calc(1.5rem / 2);border-top:1px solid rgba(255, 255, 255, 0.12);}
.narrow-summary a{text-decoration:underline;text-underline-offset:3px;}
.narrow-summary a:hover{}
@media (max-width:640px){.narrow-summary details{padding:calc(1.5rem * .75);}.narrow-summary .clear-contact{font-size:17px;}
}
.narrow-view{--layer-content:calc(1.5rem * 1.05);--layer-control:calc(980px / 2.90);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.narrow-view .top-footer{max-width:980px;margin:0 auto;}
.narrow-view h1,.narrow-view h2,.narrow-view h3,.narrow-view p{margin:0;}
.narrow-view h2{font-size:calc(17px * 2);line-height:1.12;}
.narrow-view p{font-size:17px;line-height:1.76;}
.narrow-view .clear-contact{margin-top:1.5rem;color:#d6dadd;}
.narrow-view .secondary-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;margin-top:var(--layer-content);}
.narrow-view .narrow-form{flex:1 1 calc(980px / 4);min-width:0;padding-left:calc(1.5rem * .75);border-left:1px solid rgba(255, 255, 255, 0.12);}
.narrow-view .narrow-form p{margin-top:calc(1.5rem / 3);}
.narrow-view .local-stack{display:flex;align-items:flex-start;gap:0.74rem;}
.narrow-view .local-stack>.secondary-plan{flex:1 1 calc(980px / 2);margin-top:0;}
.narrow-view .local-stack>.featured-quote{flex:1 1 calc(980px / 3);min-width:0;}
@media(max-width:760px){.narrow-view .local-stack{flex-direction:column;}.narrow-view .narrow-form{flex:1 1 100%;}}
.offer-fields{
        padding: calc(1.5rem * 2.4) 1.33rem;
        background: #3a4149;
        color: #eef0f1;
    }
.offer-fields .top-footer{max-width: 980px;
        margin: 0 auto;}
.offer-fields .plain-region{margin-bottom: calc(0.74rem * 1.5);
        padding-bottom: calc(0.74rem * 1.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);}
.offer-fields .plain-region span{
        display: inline-block;
        padding: 4px 12px;
        border-radius: 0.21rem;
        background: #6b7a3a;
        color: #f6f4e8;
        font-size: calc(17px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
.offer-fields .plain-region h2{margin: 0.74rem 0;
        font-size: calc(17px * 2);
        line-height: 1.2;}
.offer-fields .plain-region p{margin: 0;
        font-size: 17px;
        line-height: 1.76;}
.offer-fields .secondary-plan{display: flex;
        flex-direction: column;
        gap: 0.74rem;}
.offer-fields .secondary-plan article{
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        background: #454d55;
        color: #f2f3f4;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0.37rem;
    }
.offer-fields .simple-benefit{display: flex;
        align-items: flex-start;
        justify-content: center;}
.offer-fields .simple-benefit b{
        width: 40px;
        height: 40px;
        display: grid;
        place-items: center;
        border-radius: 0.21rem;
        background: var(--tone-cool);
        color: var(--line-panel);
        font-size: calc(17px * .875);
        font-weight: 700;
    }
.offer-fields .secondary-plan h3{margin: 0 0 6px;
        font-size: calc(17px * 1.35);
        line-height: 1.3;}
.offer-fields .secondary-plan p{margin: 0 0 8px;
        font-size: 17px;
        line-height: 1.76;}
.offer-fields .secondary-plan em{display: block;
        font-style: normal;
        font-size: calc(17px * .875);
        font-weight: 700;}
@media (max-width: 640px) {.offer-fields .secondary-plan article{
            grid-template-columns: 1fr;
        }.offer-fields .simple-benefit{
            justify-content: flex-start;
        }
    }
.site-contact{--layer-content:calc(1.5rem * 1.06);--font-small:calc(980px / 3.37);padding:calc(1.5rem * 2.4) 1.33rem;background:#f4f1ea;color:#262b30;}
.site-contact .top-footer{max-width:980px;margin:0 auto;}
.site-contact h2,.site-contact h3,.site-contact p{margin:0;}
.site-contact h2{font-size:calc(17px * 2);line-height:1.12;}
.site-contact h3{font-size:calc(17px * 1.35);line-height:1.2;}
.site-contact p{font-size:17px;line-height:1.76;}
.site-contact .clear-contact{margin-top:1.5rem;}
.site-contact .secondary-plan{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.site-contact .narrow-form{flex:1 1 var(--font-small);min-width:0;padding:calc(var(--layer-content) * .75);border-radius:0.37rem;background:#2c3238;color:#d6dadd;}
.site-contact .narrow-form p{margin-bottom:calc(1.5rem / 3);}
.site-contact .narrow-form h3{}
.site-contact .public-content{padding-inline-start:calc(1.33rem / 2);}
.site-contact .main-story{padding-block:calc(var(--layer-content) / 2);}
.active-list{--layer-content:calc(1.5rem * 1.20);--font-small:calc(980px / 3.53);padding:calc(1.5rem * 2.4) 1.33rem;background:#6b7a3a;color:#f6f4e8;}
.active-list .top-footer{max-width:980px;margin:0 auto;}
.active-list h2,.active-list h3,.active-list p{margin:0;}
.active-list h2{font-size:calc(17px * 2);line-height:1.12;}
.active-list h3{font-size:calc(17px * 1.35);line-height:1.2;}
.active-list p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-list a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.active-list a:hover{border-bottom-color:currentColor;}
.active-list .bottom-block{padding-block:calc(var(--layer-content) / 2);}
.active-list .page-grid{row-gap:calc(var(--layer-content) * 1.2);}
.active-list .media-brand{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.active-list .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;}
.active-list .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.active-list .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.active-list .main-view{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.active-list .narrow-form{flex:1 1 var(--font-small);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.active-list .narrow-form p{margin-top:calc(1.5rem / 3);}
.active-list .steady-intro{flex:1 1 100%;margin-top:calc(var(--layer-content) * .6);font-size:calc(17px * .875);}
.page-flow{
        padding: calc(1.5rem * 2.4) 1.33rem;
        background: #2c3238;
        color: #d6dadd
    }
.page-flow .top-footer{max-width: 980px;
        margin: 0 auto}
.page-flow .local-media{display: flex;
        flex-direction: column;
        gap: calc(0.74rem * 1.5);
        align-items: flex-start}
.page-flow h2{min-width: 0;
        margin: 0;
        font-size: calc(17px * 2);
        line-height: 1.12}
.page-flow .primary-media{min-width: 0}
.page-flow .primary-media p{margin: 0;
        font-size: 17px;
        line-height: 1.76}
.page-flow .direct-group{display: flex;
        flex-wrap: wrap;
        gap: 0.74rem;
        margin-top: 1.5rem}
.page-flow .direct-group span{
        border-radius: 0.21rem;
        background: #454d55;
        color: #f2f3f4;
        border: 1px solid rgba(255, 255, 255, 0.12);
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(17px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.page-flow .local-media{
            display: block
        }.page-flow .primary-media{
            margin-top: 1.5rem
        }
    }
.focused-benefit{--layer-content:calc(1.5rem * 1.24);padding:calc(1.5rem * 2.4) 1.33rem;background:#6b7a3a;color:#f6f4e8;}
.focused-benefit .top-footer{max-width:980px;margin:0 auto;}
.focused-benefit h1,.focused-benefit h2,.focused-benefit h3,.focused-benefit p{margin:0;}
.focused-benefit h2{font-size:calc(17px * 2);line-height:1.14;}
.focused-benefit h3{font-size:calc(17px * 1.35);line-height:1.22;}
.focused-benefit p{font-size:17px;line-height:1.76;}
.focused-benefit .strong-quote{font-size:calc(17px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 72%, transparent);}
.focused-benefit .page-block>h2{margin-top:calc(1.5rem / 2);}
.focused-benefit .secondary-plan{display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.focused-benefit .narrow-form{flex:1 1 calc(980px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.37rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.focused-benefit .narrow-form p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 82%, transparent);}
.focused-benefit .steady-intro{margin-top:var(--layer-content);font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 80%, transparent);}
.focused-benefit .steady-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.focused-benefit .steady-intro a:hover{}
.direct-items{
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#3a4149;
  color:#eef0f1;
}
.direct-items .top-footer{max-width:980px;
  margin:0 auto;}
.direct-items .plain-region{display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-bottom:calc(0.74rem * 1.5);
  border-bottom:1px solid rgba(255, 255, 255, 0.12);}
.direct-items h2{margin:0;
  font-size:calc(17px * 2);
  line-height:1.15;
  max-width:44rem;}
.direct-items .clear-contact{margin:0;
  font-size:calc(17px * 1.125);
  line-height:1.76;}
.direct-items .strip{display:flex;
  flex-wrap:wrap;
  gap:0.74rem;
  margin-top:calc(0.74rem * 1.5);}
.direct-items .narrow-form{flex:1 1 18rem;
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left:2px solid #6b7a3a;}
.direct-items .narrow-form h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(17px * 1.35);
  line-height:1.2;}
.direct-items .narrow-form p{margin:0;
  font-size:17px;
  line-height:1.76;}
.direct-items .steady-intro{margin-top:calc(0.74rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(255, 255, 255, 0.12);}
.direct-items .steady-intro p{margin:0;
  font-size:calc(17px * .875);
  line-height:1.76;}
.direct-items .steady-intro a{text-decoration:underline;
  text-underline-offset:3px;}
.direct-items .steady-intro a:hover{}
@media (max-width:640px){.direct-items .narrow-form{
    flex:1 1 100%;
    padding-left:1.5rem;
  }
}
.simple-region{--layer-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.simple-region .top-footer{max-width:980px;margin:0 auto;}
.simple-region h2,.simple-region h3,.simple-region p{margin:0;}
.simple-region h2{font-size:calc(17px * 2);line-height:1.14;}
.simple-region h3{font-size:calc(17px * 1.35);line-height:1.22;}
.simple-region p{font-size:17px;line-height:1.76;color:#d6dadd;}
.simple-region a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(194, 84, 42, 0.55);}
.simple-region a:hover{color:inherit;}
.simple-region .strong-quote{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#f6f4e8;background:#6b7a3a;display:inline-block;padding:0.2rem 0.6rem;border-radius:0.21rem;}
.simple-region .featured-quote h2{margin-top:calc(1.5rem / 2);}
.simple-region .team-visual{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.21rem;background:var(--tone-cool);color:var(--line-panel);border-bottom:none;}
.simple-region .team-visual:hover{background:#a8441f;color:var(--line-panel);}
.simple-region .primary-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;}
.simple-region .primary-menu>.featured-quote{flex:1 1 auto;min-width:0;}
.simple-region .primary-menu>.team-visual{flex:0 0 auto;}
.simple-region .secondary-plan{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;margin-top:var(--layer-content);}
.simple-region .narrow-form{flex:1 1 calc(980px / 4);min-width:0;padding:calc(1.5rem * .75);background:#454d55;color:#f2f3f4;border:1px solid rgba(255, 255, 255, 0.12);border-radius:0.37rem;}
.simple-region .narrow-form p{margin-top:calc(1.5rem / 3);color:#f2f3f4;}
.simple-region .plain-area{flex:1 1 100%;margin-top:var(--layer-content);font-size:calc(17px * .875);color:#d6dadd;}
.soft-header{--layer-content:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 1.33rem;background:var(--tone-cool);color:var(--line-panel);}
.soft-header .top-footer{max-width:980px;margin:0 auto;}
.soft-header h1,.soft-header h2,.soft-header h3,.soft-header p{margin:0;}
.soft-header h2{font-size:calc(17px * 2);line-height:1.12;}
.soft-header p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-header a{color:inherit;text-decoration:none;}
.soft-header .steady-intro{display:flex;flex-wrap:wrap;align-items:center;gap:0.74rem 1.5rem;}
.soft-header .team-visual{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.21rem;background:var(--line-panel);color:var(--tone-cool);}
.soft-header .clear-copy{margin:0;flex:1 1 18rem;font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.soft-header .clear-copy a{text-decoration:underline;text-underline-offset:2px;}
.soft-header .soft-body h2{margin-top:var(--layer-content);}
.soft-header .clear-contact{margin-top:1.5rem;}
.strong-callout{
    padding:calc(1.5rem * 2.4) 1.33rem;
    background:#2c3238;
    color:#d6dadd;
}
.strong-callout .top-footer{max-width:980px;
    margin:0 auto;}
.strong-callout .plain-region{margin-bottom:calc(0.74rem * 1.5);}
.strong-callout .plain-region h2{margin:0;
    font-size:calc(17px * 2);
    line-height:1.25;}
.strong-callout .plain-region p{margin:0.74rem 0 0;
    font-size:17px;}
.strong-callout .plain-area{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);
    border-top:1px solid rgba(255, 255, 255, 0.12);
    padding-top:calc(1.5rem * .75);}
.strong-callout .steady-quote{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.74rem;
    padding-bottom:calc(1.5rem * .75);
    border-bottom:1px solid rgba(255, 255, 255, 0.12);}
.strong-callout .steady-quote .public-frame{flex:0 0 6.5rem;
    font-size:calc(17px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;color:inherit;}
.strong-callout .steady-quote p{flex:1 1 22rem;
    margin:0;
    font-size:17px;}
.strong-callout .steady-quote .steady-intro{flex:0 0 auto;color:inherit;
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid #c2542a;
    padding-bottom:1px;}
.strong-callout .steady-quote .steady-intro:hover{color:inherit;
    border-bottom-color:#6b7a3a;}
.strong-callout .steady-quote .media-brand{flex:0 0 auto;
    font-size:calc(17px * .875);
    color:#d6dadd;
    opacity:0.85;}
.strong-callout .strong-quote{display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    margin-top:calc(0.74rem * 1.5);}
.strong-callout .steady-lead{
    flex:1 1 22rem;
    background:#454d55;
    color:#f2f3f4;
    border:1px solid rgba(255, 255, 255, 0.12);
    border-radius:0.37rem;
    padding:calc(1.5rem * .75);
}
.strong-callout .steady-lead h3{margin:0 0 0.74rem;
    font-size:calc(17px * 1.35);}
.strong-callout .steady-lead .secondary-plan{margin:0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:0.45rem;
    font-size:17px;}
.strong-callout .offer-header{flex:1 1 18rem;
    padding:calc(1.5rem * .75) 0;}
.strong-callout .offer-header h3{margin:0 0 0.74rem;
    font-size:calc(17px * 1.35);}
.strong-callout .offer-header p{margin:0 0 0.74rem;
    font-size:17px;}
.strong-callout .offer-header .public-headline{font-size:calc(17px * .875);
    margin-bottom:0;}
.strong-callout .offer-header .public-headline a{color:inherit;
    text-decoration:none;
    border-bottom:1px solid #c2542a;}
.strong-callout .offer-header .public-headline a:hover{color:inherit;
    border-bottom-color:#6b7a3a;}
@media (max-width:640px){.strong-callout .steady-quote .public-frame{
        flex:0 0 100%;
    }
}
.offer-note{--layer-content:calc(1.5rem * 0.9);--font-small:calc(980px / 3.1);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.offer-note .top-footer{max-width:980px;margin:0 auto;}
.offer-note h2,.offer-note h3,.offer-note p{margin:0;}
.offer-note h2{font-size:calc(17px * 2);line-height:1.14;}
.offer-note h3{font-size:calc(17px * 1.35);line-height:1.22;}
.offer-note p{font-size:17px;line-height:1.76;}
.offer-note a{text-decoration:none;}
.offer-note a:hover{}
.offer-note .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;row-gap:calc(var(--layer-content) * 1.1);}
.offer-note .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.offer-note .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.offer-note .secondary-plan{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-content);margin-top:var(--layer-content);}
.offer-note .narrow-form{flex:1 1 var(--font-small);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.12);}
.offer-note .narrow-form p{margin-top:calc(1.5rem / 3);}
.offer-note .steady-intro{flex:1 1 100%;margin-top:var(--layer-content);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.12);font-size:calc(17px * .875);}
.offer-note .steady-intro a{font-weight:600;}
@media (max-width:640px){.offer-note .row-title h2,.offer-note .row-title>p{flex:1 1 100%;}.offer-note .narrow-form{flex:1 1 100%;}
}
.clear-items{padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.clear-items .top-footer{max-width:980px;margin:0 auto;}
.clear-items h2,.clear-items h3,.clear-items p,.clear-items ol,.clear-items li{margin:0;}
.clear-items h2{font-size:calc(17px * 2);line-height:1.14;}
.clear-items h3{font-size:calc(17px * 1.35);line-height:1.22;}
.clear-items p{font-size:17px;line-height:1.76;color:#d6dadd;}
.clear-items .bottom-fields{display:flex;flex-direction:column;gap:calc(0.74rem * 1.5);}
.clear-items .clear-contact{color:#eef0f1;}
.clear-items .plain-area{list-style:none;padding:0;margin-top:calc(0.74rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-left:1px solid rgba(255, 255, 255, 0.12);}
.clear-items .narrow-form{position:relative;padding-left:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.clear-items .narrow-form::before{content:"";position:absolute;left:-4px;top:calc(1.5rem / 2);width:7px;height:7px;border-radius:50%;background:#6b7a3a;color:#f6f4e8;}
.clear-items .offer-flow{font-size:calc(17px * .875);letter-spacing:.06em;text-transform:uppercase;color:inherit;}
.clear-items .strong-quote{margin-top:calc(0.74rem * 1.5);padding:calc(1.5rem * .75);background:#2c3238;color:#d6dadd;border-radius:0.37rem;}
@media(max-width:760px){.clear-items .plain-area{padding-left:calc(1.5rem * .75);}.clear-items .narrow-form{padding-left:calc(1.5rem * .75);}
}
.top-form{padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1}
.top-form .top-footer{max-width:min(980px,52rem);margin:0 auto}
.top-form .bottom-fields{padding-bottom:calc(0.74rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.12)}
.top-form h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.top-form .bottom-fields p{margin:1.5rem 0 0;color:#d6dadd;line-height:1.76}
.top-form .offer-contact{margin-top:calc(0.74rem * 1.5);display:flex;flex-direction:column;gap:0.74rem}
.top-form details{padding:1.5rem calc(1.5rem * .75);background:#454d55;color:#f2f3f4;border:1px solid rgba(255, 255, 255, 0.12);border-radius:0.37rem}
.top-form summary{cursor:pointer;font-size:17px;line-height:1.25;font-weight:600}
.top-form details p{margin:1.5rem 0 0;color:#d6dadd;line-height:1.76}
@media(max-width:720px){.top-form details{padding:1.5rem 1.33rem}
}
.focused-block{
  position: relative;
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: linear-gradient(135deg, #3a4149 0%, #2c3238 55%, #454d55 100%);
  color: #eef0f1;
}
.focused-block .top-footer{max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.74rem * 1.5);}
.focused-block .bottom-fields h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.15;}
.focused-block .bottom-fields p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.focused-block .wide-method{display: flex;
  flex-wrap: wrap;
  gap: calc(0.74rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);}
.focused-block .site-inner{flex: 1 1 16rem;
  min-width: 0;}
.focused-block .site-inner h3{margin: 0 0 calc(1.5rem * .75);
  font-size: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.75;}
.focused-block .steady-quote{margin: 0 0 calc(1.5rem * .75);
  line-height: 1.76;
  overflow-wrap: anywhere;}
.focused-block .steady-quote a{color: inherit;
  text-underline-offset: 0.2em;}
.focused-block .strong-quote{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * .875);
  line-height: 1.76;
  opacity: 0.72;}
.focused-block .secondary-plan{margin: 0;
  padding: 0;
  list-style: none;}
.focused-block .secondary-plan li{display: flex;
  justify-content: space-between;
  gap: 0.74rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.14);
  font-size: calc(17px * .875);}
.focused-block .secondary-plan li:last-child{border-bottom: 0;}
.focused-block .steady-intro{padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);}
.focused-block .steady-intro p{margin: 0;
  line-height: 1.76;}
.focused-block .simple-group{display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;
  margin-top: calc(1.5rem * .75);}
.focused-block .simple-group a{color: inherit;
  font-size: calc(17px * .875);
  text-underline-offset: 0.2em;}
@media (max-width: 640px) {.focused-block .wide-method{
    flex-direction: column;
  }.focused-block .secondary-plan li{
    flex-direction: column;
    gap: 0.15rem;
  }
}
.team-tile{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #f4f1ea;
  color: #262b30;
}
.team-tile .top-footer{max-width: 980px;
  margin: 0 auto;}
.team-tile .visual-frame{margin-bottom: calc(0.74rem * 1.5);}
.team-tile h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.team-tile .visual-frame p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.team-tile .soft-fields{display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;}
.team-tile .visual-copy{
  flex: 1 1 15rem;
  display: flex;
  flex-direction: column;
  padding: calc(1.5rem * .75);
  border-radius: 0.37rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #454d55;
  color: #f2f3f4;
  text-decoration: none;
  transition: border-color 520ms var(--ease-soft), transform 520ms var(--ease-soft);
}
.team-tile .visual-copy:hover{border-color: #6b7a3a;
  transform: translateY(calc(calc(1.5rem * .75) * -.15));}
.team-tile .visual-copy span{display: block;
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.team-tile .visual-copy strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .5);
  font-size: calc(17px * 1.35);
  line-height: 1.2;}
.team-tile .visual-copy small{display: block;
  font-size: calc(17px * .875);
  line-height: 1.76;}
.team-tile .clear-copy{margin-top: calc(0.74rem * 1.5);
  padding-top: calc(0.74rem * 1.5);
  border-top: 1px solid rgba(255, 255, 255, 0.12);}
.team-tile .clear-copy .steady-quote{margin: 0 0 calc(1.5rem * .75);
  font-size: 17px;}
.team-tile .clear-copy .secondary-plan{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.74rem calc(0.74rem * 1.5);}
.team-tile .clear-copy .secondary-plan li{font-size: calc(17px * .875);}
.team-tile .clear-copy .secondary-plan li span{display: block;
  font-size: calc(17px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;
  margin-bottom: 0.2rem;}
.team-tile .clear-copy a{text-decoration: underline;
  text-underline-offset: 3px;}
.team-tile .clear-copy a:hover{color:inherit;}
@media (max-width: 780px) {.team-tile .visual-copy{
    flex: 1 1 100%;
  }
}
.bottom-header{--layer-content:calc(1.5rem * 1.09);--layer-control:calc(980px / 2.33);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.bottom-header .top-footer{max-width:980px;margin:0 auto;}
.bottom-header h2,.bottom-header p{margin:0;}
.bottom-header h2{font-size:calc(17px * 2);line-height:1.12;}
.bottom-header p{font-size:17px;line-height:1.76;}
.bottom-header a{text-decoration:none;}
.bottom-header a:hover{}
.bottom-header .open-wrap>p{margin-top:1.5rem;}
.bottom-header .top-menu{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:1.5rem;}
.bottom-header details{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255, 255, 255, 0.12);}
.bottom-header details:last-of-type{border-bottom:1px solid rgba(255, 255, 255, 0.12);}
.bottom-header summary{cursor:pointer;font-weight:700;font-size:calc(17px * 1.125);line-height:1.3;}
.bottom-header details p{margin-top:calc(1.5rem / 3);}
.bottom-header .steady-intro{margin-top:1.5rem;font-size:calc(17px * .875);}
.top-surface{--layer-content:calc(1.5rem * 1.02);padding:calc(1.5rem * 2.4) 1.33rem;background:var(--tone-cool);color:var(--line-panel);}
.top-surface .top-footer{max-width:980px;margin:0 auto;}
.top-surface h1,.top-surface h2,.top-surface h3,.top-surface p{margin:0;}
.top-surface h2{font-size:calc(17px * 2);line-height:1.12;}
.top-surface h3{font-size:calc(17px * 1.35);line-height:1.2;}
.top-surface p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.top-surface a{color:inherit;text-decoration:none;}
.top-surface .team-visual{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.21rem;background:var(--line-panel);color:var(--tone-cool);}
.top-surface .strong-quote{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.top-surface .secondary-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;margin-top:var(--layer-content);}
.top-surface .narrow-form{flex:1 1 calc(980px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.top-surface .narrow-form p,.top-surface .narrow-form a{margin-top:calc(1.5rem / 3);}
.top-surface .narrow-form a{display:inline-block;font-size:calc(17px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.top-surface .primary-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.74rem;}
.top-surface .primary-menu>.featured-quote{flex:1 1 auto;min-width:0;}
.top-surface .primary-menu>.team-visual{flex:0 0 auto;}
.top-surface .primary-menu>.secondary-plan{flex:1 1 100%;}
.top-surface .featured-quote h2{margin-top:calc(1.5rem / 2);}
.top-surface .steady-intro{margin-top:var(--layer-content);font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.top-surface .steady-intro a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.steady-block{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #f4f1ea;
  color: #262b30;
}
.steady-block .top-footer{max-width: min(980px, 70rem);
  margin: 0 auto;}
.steady-block h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.steady-block .clear-intro{margin: calc(1.5rem * .75) 0 calc(0.74rem * 1.5);
  font-size: calc(17px * 1.125);}
.steady-block .plain-area{display: flex;
  flex-direction: column;
  gap: calc(0.74rem * 1.5);}
.steady-block .narrow-form{margin: 0;
  padding: 0 0 0 calc(1.5rem * .75);
  border-left: 2px solid #6b7a3a;}
.steady-block .steady-quote{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.74rem;
  margin-bottom: calc(calc(1.5rem * .75) * .5);}
.steady-block .visual-items{font-weight: 700;
  font-size: calc(17px * 1.35);}
.steady-block .contact-inner{font-size: calc(17px * .875);color:inherit;}
.steady-block .narrow-form p{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  font-size: 17px;
  line-height: 1.76;}
.steady-block .narrow-form small{display: block;
  font-size: calc(17px * .875);color:inherit;}
.steady-block .strong-quote{margin: calc(0.74rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: calc(17px * .875);color:inherit;}
.steady-block .strong-quote a{color:inherit;
  text-decoration: underline;}
.steady-block .strong-quote a:hover{color:inherit;}
@media (min-width: 760px) {.steady-block .plain-area{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(0.74rem * 1.5) calc(1.5rem * .75);
  }
}
.open-flow{padding:calc(1.5rem * 2) 1.33rem;background:linear-gradient(135deg, #3a4149 0%, #2c3238 55%, #454d55 100%);color:#eef0f1;}
.open-flow .focused-footer{max-width:980px;margin:0 auto;display:grid;gap:calc(0.74rem * 1.5);}
.open-flow h2,.open-flow h3,.open-flow p{margin:0;}
.open-flow .clear-contact{display:grid;gap:.55rem;}
.open-flow .clear-contact h2{font-size:calc(17px * 2);line-height:1.2;}
.open-flow .clear-contact p{font-size:17px;line-height:1.76;}
.open-flow .secondary-plan{display:grid;gap:.55rem;}
.open-flow .narrow-form{
        display:grid;
        grid-template-columns:minmax(0,14rem) minmax(0,1fr);
        gap:0.74rem;
        align-items:start;
        padding:.85rem 1rem;
        background:#454d55;
        color:#f2f3f4;
        border:1px solid rgba(255, 255, 255, 0.12);
        border-left:3px solid #6b7a3a;
        border-radius:0.37rem;
    }
.open-flow .narrow-form h3{font-size:calc(17px * 1.35);line-height:1.25;}
.open-flow .narrow-form p{font-size:calc(17px * .875);line-height:1.65;}
.open-flow .strong-quote{
        display:grid;
        gap:.7rem;
        padding:1rem 1.1rem;
        background:#2c3238;
        color:#d6dadd;
        border-radius:0.58rem;
        border:1px solid rgba(255, 255, 255, 0.12);
    }
.open-flow .strong-quote p{font-size:calc(17px * .875);line-height:1.7;}
.open-flow .steady-intro{display:flex;flex-wrap:wrap;gap:.5rem;}
.open-flow .steady-intro a{
        display:inline-flex;
        align-items:center;
        min-height:2.3rem;
        padding:0 .8rem;
        border-radius:0.21rem;
        text-decoration:none;
        background:var(--tone-cool);
        color:var(--line-panel);
        border:1px solid rgba(194, 84, 42, 0.55);
        font-size:calc(17px * .875);
    }
.open-flow .steady-intro a:hover{background:#a8441f;color:#f2f3f4;}
@media (max-width: 720px){.open-flow .narrow-form{grid-template-columns:1fr;}
    }
.soft-rail{--layer-content:calc(1.5rem * 1.15);--field-static:1px;padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.soft-rail .top-footer{max-width:980px;margin:0 auto;}
.soft-rail h2,.soft-rail h3,.soft-rail p{margin:0;}
.soft-rail h2{font-size:calc(17px * 2);line-height:1.14;}
.soft-rail h3{font-size:calc(17px * 1.35);line-height:1.22;}
.soft-rail p{font-size:17px;line-height:1.76;}
.soft-rail .strong-quote{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#d6dadd;margin-bottom:calc(1.5rem / 2);}
.soft-rail .clear-contact{margin-top:1.5rem;color:#d6dadd;}
.soft-rail .secondary-plan{display:flex;flex-direction:column;margin-top:calc(var(--layer-content) * 1.4);border-top:var(--field-static) solid rgba(255, 255, 255, 0.12);}
.soft-rail .narrow-form{display:flex;gap:0.74rem;padding:calc(1.5rem * .75) 0;border-bottom:var(--field-static) solid rgba(255, 255, 255, 0.12);}
.soft-rail .narrow-form .featured-quote{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.soft-rail .narrow-form p{color:#d6dadd;}
@media (max-width:640px){.soft-rail .narrow-form{flex-direction:column;gap:calc(0.74rem / 2);}
}
.main-note{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #3a4149;
  color: #eef0f1;
}
.main-note .focused-footer{max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.74rem * 1.5);}
.main-note .open-group{
  padding: calc(1.5rem * .75);
  border-radius: 0.58rem;
  background: #2c3238;
  color: #d6dadd;
  border-left: 3px solid var(--tone-cool);
}
.main-note h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.main-note .open-group p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17px;
  line-height: 1.76;}
.main-note .contact-figure{display: flex;
  flex-direction: column;
  gap: 0.74rem;}
.main-note .wide-feature{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: #454d55;
  color: #f2f3f4;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.main-note .direct-entries{font-size: calc(17px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  word-break: break-word;}
.main-note h3{margin: 0;
  font-size: calc(17px * 1.35);
  line-height: 1.2;}
.main-note .wide-feature p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 17px;
  line-height: 1.76;}
.main-note small{display: block;
  font-size: calc(17px * .875);
  line-height: 1.5;}
@media (max-width: 780px) {.main-note .wide-feature{
    grid-template-columns: 1fr;
  }
}
.public-items{--layer-content:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.public-items .top-footer{max-width:980px;margin:0 auto;}
.public-items h2,.public-items h3,.public-items p{margin:0;}
.public-items h2{font-size:calc(17px * 2);line-height:1.14;}
.public-items h3{font-size:calc(17px * 1.35);line-height:1.22;}
.public-items p{font-size:17px;line-height:1.76;color:#d6dadd;}
.public-items a{color:inherit;text-decoration:none;}
.public-items a:hover{color:inherit;}
.public-items .primary-menu{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.74rem;}
.public-items .featured-quote{flex:1 1 60%;min-width:0;}
.public-items .featured-quote .clear-contact{margin-top:1.5rem;}
.public-items .team-visual{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.21rem;background:var(--tone-cool);color:var(--line-panel);}
.public-items .top-menu{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--layer-content);margin-top:calc(0.74rem * 1.5);}
.public-items .narrow-form{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid rgba(255, 255, 255, 0.12);}
.public-items .narrow-form:first-child{border-top:0;padding-top:0;}
.public-items .narrow-form p{margin-top:calc(1.5rem / 3);}
.public-items .steady-intro{flex:1 1 100%;margin-top:calc(0.74rem * 1.5);font-size:calc(17px * .875);color:#d6dadd;}
.controls{--layer-content:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.controls .top-footer{max-width:980px;margin:0 auto;}
.controls h2,.controls h3,.controls p{margin:0;}
.controls h2{font-size:calc(17px * 2);line-height:1.14;}
.controls h3{font-size:calc(17px * 1.35);line-height:1.22;}
.controls p{font-size:17px;line-height:1.76;}
.controls .bottom-fields{display:flex;flex-direction:column;gap:calc(0.74rem * 1.5);padding-bottom:calc(0.74rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.12);}
.controls .clear-contact{color:#d6dadd;}
.controls .plain-area{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;}
.controls .secondary-panel{display:flex;gap:0.74rem;padding:calc(0.74rem * 1.5) 0;border-bottom:1px solid rgba(255, 255, 255, 0.12);}
.controls .secondary-panel:last-child{border-bottom:none;}
.controls .offer-flow{flex:0 0 auto;min-width:2.4rem;font-size:calc(17px * .875);letter-spacing:0.08em;color:inherit;padding-top:0.35rem;}
.controls .main-region{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.controls .main-region p{color:#d6dadd;}
.controls .direct-nav{font-size:calc(17px * .875);color:inherit;letter-spacing:0.04em;}
.controls .strong-quote{margin-top:calc(0.74rem * 1.5);padding-top:calc(0.74rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.12);font-size:calc(17px * .875);color:#d6dadd;}
@media(max-width:640px){.controls .secondary-panel{flex-direction:column;gap:calc(0.74rem / 2);}.controls .offer-flow{padding-top:0;}}
.soft-group{padding:calc(1.5rem * 2.4) 1.33rem;background:var(--tone-cool);color:var(--line-panel)}
.soft-group .top-footer{max-width:980px;margin:0 auto}
.soft-group .visual-flow{display:flex;gap:calc(0.74rem * 1.5);align-items:flex-start}
.soft-group h2{flex:1 1 42rem;min-width:0;margin:0;font-size:calc(17px * 2.65);line-height:1.02}
.soft-group .primary-media{flex:0 1 34rem;min-width:0}
.soft-group .primary-media p{margin:0;font-size:calc(17px * 1.125);line-height:1.76}
.soft-group .simple-group{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.74rem * 1.5)}
.soft-group .simple-group a{border-radius:0.37rem;background:#6b7a3a;color:#f6f4e8;padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75);text-decoration:none;font-size:calc(17px * .875)}
.soft-group .direct-fields{max-width:980px;margin:calc(1.5rem * 2.4) auto 0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.soft-group .strong-quote{flex:1 1 20rem;min-width:0;background:#454d55;color:#f2f3f4;border:1px solid rgba(255, 255, 255, 0.12);border-radius:0.58rem;padding:calc(1.5rem * .75)}
.soft-group .strong-quote h3{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:calc(17px * 1.35);line-height:1.2}
.soft-group .strong-quote p{margin:0;font-size:calc(17px * .875);line-height:1.76}
@media(max-width:760px){.soft-group .visual-flow{display:block}.soft-group .primary-media{margin-top:calc(0.74rem * 1.5)}.soft-group h2{font-size:calc(17px * 2)}}
.plain-note{
        padding:calc(1.5rem * 2.4) 1.33rem;
        background:linear-gradient(135deg, #3a4149 0%, #2c3238 55%, #454d55 100%);
        color:#eef0f1;
    }
.plain-note .top-footer{max-width:980px;
        margin:0 auto;}
.plain-note .plain-region{margin-bottom:calc(0.74rem * 1.5);}
.plain-note .plain-region p{margin:0;
        font-size:calc(17px * .875);
        letter-spacing:.03em;
        text-transform:uppercase;
        opacity:.85;}
.plain-note .plain-region h2{margin:0.4rem 0 0;
        font-size:calc(17px * 2);
        line-height:1.2;}
.plain-note .bottom-fields{margin-bottom:calc(0.74rem * 1.5);}
.plain-note .bottom-fields p{margin:0;
        font-size:17px;}
.plain-note .secondary-plan{display:flex;
        flex-direction:column;
        gap:0.74rem;
        margin-bottom:calc(0.74rem * 1.5);}
.plain-note .narrow-form{
        padding:calc(1.5rem * .75);
        border-radius:0.58rem;
        border:1px solid rgba(255, 255, 255, 0.12);
        background:#454d55;
        color:#f2f3f4;
        box-shadow:0 0px 2px rgba(0,0,0,0.07);
    }
.plain-note .narrow-form .public-frame{
        display:inline-block;
        font-size:calc(17px * .875);
        font-weight:700;
        letter-spacing:.04em;
        text-transform:uppercase;
        padding:0.15rem 0.5rem;
        border-radius:0.21rem;
        background:#6b7a3a;
        color:#f6f4e8;
    }
.plain-note .narrow-form h3{margin:1.33rem 0 0.4rem;
        font-size:calc(17px * 1.35);
        line-height:1.3;}
.plain-note .narrow-form p{margin:0;}
.plain-note .narrow-form a{text-decoration:underline;}
.plain-note .narrow-form a:hover{}
.plain-note .strong-quote{
        padding:calc(1.5rem * .75);
        border-radius:0.37rem;
        border-left:3px solid #6b7a3a;
        background:#2c3238;
        color:#d6dadd;
    }
.plain-note .strong-quote h3{margin:0 0 0.5rem;
        font-size:calc(17px * 1.35);}
.plain-note .strong-quote p{margin:0 0 0.6rem;}
.plain-note .strong-quote p:last-child{margin-bottom:0;}
.plain-note .steady-intro a{text-decoration:underline;}
.plain-note .steady-intro a:hover{}
@media (min-width:720px){.plain-note .secondary-plan{
            flex-direction:row;
            flex-wrap:wrap;
        }.plain-note .narrow-form{
            flex:1 1 30%;
            min-width:260px;
        }
    }
.compact-service{
  --layer-content:calc(1.5rem * 1.17);
  --layer-control:calc(980px / 2.41);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#f4f1ea;
  color:#262b30;
}
.compact-service .top-footer{max-width:980px;
  margin:0 auto;}
.compact-service h2,
.compact-service h3,
.compact-service p{margin:0;}
.compact-service h2{font-size:calc(17px * 2);
  line-height:1.12;}
.compact-service h3{font-size:calc(17px * 1.35);
  line-height:1.2;}
.compact-service p{font-size:17px;
  line-height:1.76;color:inherit;}
.compact-service a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #c2542a;}
.compact-service a:hover{color:inherit;
  border-bottom-color:#6b7a3a;}
.compact-service .page-grid{row-gap:calc(var(--layer-content) * 1.2);}
.compact-service .media-brand{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.compact-service .clear-contact{margin-top:1.5rem;
  max-width:var(--layer-control);}
.compact-service .main-view{display:flex;
  flex-direction:column;
  gap:var(--layer-content);
  margin-top:var(--layer-content);}
.compact-service .narrow-form{min-width:0;
  padding-inline-start:calc(1.5rem * .75);
  border-inline-start:2px solid rgba(255, 255, 255, 0.12);}
.compact-service .narrow-form p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.compact-service .narrow-form{
    padding-inline-start:calc(calc(1.5rem * .75) / 1.5);
  }
}
.active-summary{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #2c3238;
  color: #d6dadd;
}
.active-summary .focused-footer{max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.74rem * 1.5);}
.active-summary .open-group{
  padding: calc(1.5rem * .75);
  border-radius: 0.58rem;
  background: #454d55;
  color: #f2f3f4;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.active-summary h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.12;}
.active-summary .open-group p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.active-summary .contact-figure{display: flex;
  flex-direction: column;
  gap: 0.74rem;}
.active-summary .wide-feature{
  display: grid;
  grid-template-columns: minmax(7rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: #454d55;
  color: #f2f3f4;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.active-summary .direct-entries{font-size: calc(17px * .875);
  word-break: break-word;
  line-height: 1.4;}
.active-summary h3{margin: 0;
  font-size: calc(17px * 1.35);
  line-height: 1.2;}
.active-summary .wide-feature p{margin: calc(calc(1.5rem * .75) * .5) 0;
  line-height: 1.76;}
.active-summary small{display: block;
  font-size: calc(17px * .875);}
@media (max-width: 780px) {.active-summary .wide-feature{
    grid-template-columns: 1fr;
  }
}
.content-surface{
  --layer-content:calc(1.5rem * 1.18);
  --layer-control:calc(980px / 2.45);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:#3a4149;
  color:#eef0f1;
}
.content-surface .top-footer{max-width:980px;
  margin:0 auto;}
.content-surface h2,
.content-surface p{margin:0;}
.content-surface h2{font-size:calc(17px * 2);
  line-height:1.14;}
.content-surface p{font-size:17px;
  line-height:1.76;}
.content-surface .strong-quote{color:#d6dadd;
  font-size:calc(17px * .875);}
.content-surface .clear-contact{color:#eef0f1;}
.content-surface a{color:inherit;
  text-decoration:none;}
.content-surface a:hover{color:inherit;}
.content-surface .team-visual{
  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.21rem;
  background:var(--tone-cool);
  color:var(--line-panel);
  font-size:17px;
  text-decoration:none;
}
.content-surface .team-visual:hover{
  background:#a8441f;
  color:var(--line-panel);
}
.content-surface .featured-proof > h2,
.content-surface .featured-proof > p,
.content-surface .featured-proof > .team-visual{margin-top:1.5rem;}
.content-surface .featured-proof > h2{margin-top:0;}
.content-surface .steady-intro{margin-top:var(--layer-content);
  padding-top:calc(0.74rem * 1.5);
  border-top:1px solid rgba(255, 255, 255, 0.12);
  font-size:calc(17px * .875);
  color:#d6dadd;}
.content-surface .steady-intro a{color:inherit;}
.content-surface .steady-intro a:hover{color:inherit;}
@media (max-width:640px){.content-surface .team-visual{
    width:100%;
  }
}
.steady-flow{
  --layer-content:calc(1.5rem * 0.87);
  padding:calc(1.5rem * 2.4) 1.33rem;
  background:var(--tone-cool);
  color:var(--line-panel);
}
.steady-flow .top-footer{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  row-gap:calc(var(--layer-content) * 1.1);}
.steady-flow h2{margin:0;
  font-size:calc(17px * 2);
  line-height:1.14;
  max-width:calc(980px / 1.35);}
.steady-flow p{margin:0;
  font-size:17px;
  line-height:1.76;
  max-width:calc(980px / 1.55);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.steady-flow .team-visual{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.21rem;
  background:var(--line-panel);
  color:var(--tone-cool);
  font-size:17px;
  text-decoration:none;
  transition:background 520ms var(--ease-soft), color 520ms var(--ease-soft);
}
.steady-flow .team-visual:hover{
  background:#6b7a3a;
  color:#f6f4e8;
}
.steady-flow .steady-intro{font-size:calc(17px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);
  padding-top:calc(var(--layer-content) / 3);}
.steady-flow .steady-intro a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.steady-flow .steady-intro a:hover{}
@media (max-width:640px){.steady-flow .top-footer{
    align-items:flex-start;
    text-align:left;
  }.steady-flow h2,
  .steady-flow p{
    max-width:100%;
  }
}
.area{--layer-content:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.33rem;background:#3a4149;color:#eef0f1;}
.area .top-footer{max-width:980px;margin:0 auto;}
.area h2,.area h3,.area p{margin:0;}
.area h2{font-size:calc(17px * 2);line-height:1.14;}
.area h3{font-size:calc(17px * 1.35);line-height:1.22;}
.area p{font-size:17px;line-height:1.76;color:#d6dadd;}
.area .secondary-plan{display:flex;flex-direction:column;gap:var(--layer-content);margin-top:var(--layer-content);}
.area .narrow-form{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid rgba(255, 255, 255, 0.12);}
.area .narrow-form p{margin-top:calc(1.5rem / 3.5);}
.area .strong-quote{margin-top:var(--layer-content);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.12);font-size:calc(17px * .875);}
.area .strong-quote a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.area .strong-quote a:hover{color:inherit;}
@media (min-width:720px){.area .secondary-plan{display:grid;grid-template-columns:1fr 1fr;gap:var(--layer-content) calc(0.74rem * 1.5);}.area .narrow-form:last-child{grid-column:1 / -1;}
}
.wide-contact{
    color:#eef0f1;
    background:#3a4149;
    padding:calc(1.5rem * 2.4) 1.33rem;
}
.wide-contact .c{max-width:980px;
    margin:0 auto;
    display:grid;
    gap:1.33rem;}
@media (min-width:1024px){.wide-contact .c{grid-template-columns:minmax(0,1fr) 280px;align-items:start;}
}
.wide-contact .open-service{padding-bottom:1.5rem;
    border-bottom:1px solid rgba(255, 255, 255, 0.12);
    margin-bottom:1.5rem;}
.wide-contact .active-view{margin:0 0 0.6rem;
    font-size:calc(17px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.wide-contact h1{font-size:calc(17px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.wide-contact .public-inner{font-size:calc(17px * 1.125);
    margin:0 0 1rem;}
.wide-contact .simple-benefit{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:calc(17px * .875);}
.wide-contact .primary-media{line-height:1.76;}
.wide-contact .primary-media h2{font-size:calc(17px * 2);
    margin:calc(0.74rem * 1.5) 0 0.5rem;}
.wide-contact .primary-media h3{font-size:calc(17px * 1.35);
    margin:calc(1.5rem * .75) 0 0.35rem;}
.wide-contact .primary-media p{margin:0 0 calc(1.5rem * .75);}
.wide-contact .fresh-contact{margin:0 0 calc(1.5rem * .75);
    padding-left:1.2rem;
    display:flex;
    flex-direction:column;
    gap:0.45rem;}
.wide-contact .post-foot{margin-top:calc(0.74rem * 1.5);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid rgba(255, 255, 255, 0.12);}
.wide-contact .strong-quote{margin:0 0 0.7rem;
    font-size:calc(17px * .875);}
.wide-contact .read-next{display:flex;
    flex-direction:column;
    gap:0.4rem;}
.wide-contact .read-next a{text-decoration:none;
    font-size:17px;}
.wide-contact .read-next a:hover{text-decoration:underline;}
.wide-contact .clear-copy{
    background:#454d55;
    color:#f2f3f4;
    border:1px solid rgba(255, 255, 255, 0.12);
    border-radius:0.58rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 2px rgba(0,0,0,0.07);
}
.wide-contact .clear-copy h3{margin:0 0 0.8rem;
    font-size:calc(17px * 1.35);}
.wide-contact .primary-list{margin:0;
    display:flex;
    flex-direction:column;
    gap:0.5rem;}
.wide-contact .primary-list .secondary-panel{display:flex;
    justify-content:space-between;
    gap:0.8rem;
    padding-bottom:0.4rem;
    border-bottom:1px solid rgba(255, 255, 255, 0.12);
    font-size:calc(17px * .875);}
.wide-contact .primary-list dt{}
.wide-contact .primary-list dd{margin:0;
    font-weight:600;}
.wide-contact .quiet-group{margin:0.9rem 0;
    font-size:calc(17px * .875);}
.wide-contact .steady-intro a{
    display:inline-block;
    color:var(--line-panel);
    background:var(--tone-cool);
    padding:0.55rem 0.9rem;
    border-radius:0.37rem;
    text-decoration:none;
    font-size:calc(17px * .875);
}
.wide-contact .steady-intro a:hover{
    background:#a8441f;color:#f2f3f4;}
.steady-surface{
  color: #eef0f1;
  background: #3a4149;
  padding: calc(1.5rem * 2.4) 1.33rem;
}
.steady-surface .c{max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: calc(0.74rem * 1.5);}
@media (min-width: 1024px) {.steady-surface .c{
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 1.33rem;
  }
}
.steady-surface .featured-benefit{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.steady-surface .plain-region{border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 1.5rem;}
.steady-surface .active-view{margin: 0 0 0.5rem;
  font-size: calc(17px * .875);
  letter-spacing: 0.08em;
  text-transform: uppercase;}
.steady-surface h1{font-size: calc(17px * 2.65);
  line-height: 1.2;
  margin: 0 0 0.6rem;}
.steady-surface .soft-visual{margin: 0 0 1rem;
  font-size: calc(17px * 1.125);}
.steady-surface .simple-benefit{display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.2rem;
  font-size: calc(17px * .875);}
.steady-surface .primary-media{line-height: 1.76;
  font-size: 17px;}
.steady-surface .primary-media p{margin: 0 0 1.1rem;}
.steady-surface .primary-media h2{font-size: calc(17px * 1.35);
  margin: 1.8rem 0 0.7rem;}
.steady-surface .primary-media a{text-decoration: underline;
  text-underline-offset: 3px;}
.steady-surface .primary-media a:hover{}
.steady-surface .foot{margin-top: calc(0.74rem * 1.5);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.74rem;
  justify-content: space-between;}
.steady-surface .foot .strong-quote{margin: 0;
  font-size: calc(17px * .875);}
.steady-surface .team-visual{
  display: inline-block;
  padding: 0.6rem 1.1rem;
  background: var(--tone-cool);
  color: var(--line-panel);
  border-radius: 0.37rem;
  text-decoration: none;
  font-size: calc(17px * .875);
  transition: background 520ms var(--ease-soft);
}
.steady-surface .team-visual:hover{
  background: #a8441f;color:#f2f3f4;}
.steady-surface .plain-area{
  background: #454d55;
  color: #f2f3f4;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.58rem;
  padding: calc(1.5rem * .75);
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0.74rem;
}
.steady-surface .plain-area h3{margin: 0;
  font-size: 17px;}
.steady-surface .public-headline{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;}
.steady-surface .public-headline a{display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-decoration: none;}
.steady-surface .public-headline a:hover .t{text-decoration: underline;}
.steady-surface .public-headline .t{font-size: calc(17px * .875);
  font-weight: 600;}
.steady-surface .public-headline .d{font-size: calc(17px * .875);}
.steady-surface .quiet-group{border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.74rem;}
.steady-surface .quiet-group p{margin: 0;
  font-size: calc(17px * .875);}
.simple-footer{
        color: #eef0f1;
        background: #3a4149;
        padding: calc(1.5rem * 2.4) 1.33rem;
    }
.simple-footer .c{max-width: 980px;
        margin: 0 auto;
        display: grid;
        gap: calc(0.74rem * 1.5);}
@media (min-width: 1024px) {.simple-footer .c{
            grid-template-columns: minmax(0, 1fr) 280px;
            align-items: start;
        }
    }
.simple-footer .open-service{margin-bottom: calc(0.74rem * 1.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding-bottom: calc(0.74rem * 1.5);}
.simple-footer h1{font-size: calc(17px * 2.65);
        line-height: 1.2;
        margin: 0 0 0.6rem;}
.simple-footer .public-inner{font-size: calc(17px * 1.125);
        margin: 0 0 1rem;}
.simple-footer .simple-benefit{display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 1.2rem;
        font-size: calc(17px * .875);}
.simple-footer .primary-media{line-height: 1.76;
        font-size: 17px;}
.simple-footer .primary-media h2{font-size: calc(17px * 1.35);
        margin: 1.6rem 0 0.6rem;}
.simple-footer .primary-media p{margin: 0 0 1rem;}
.simple-footer .steady-intro{margin-top: calc(0.74rem * 1.5);
        padding-top: calc(0.74rem * 1.5);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-size: calc(17px * .875);}
.simple-footer .steady-intro a{text-decoration: none;}
.simple-footer .steady-intro a:hover{text-decoration: underline;}
.simple-footer .contact-story{
        background: #454d55;
        color: #f2f3f4;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0.58rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 0px 2px rgba(0,0,0,0.07);
    }
.simple-footer .contact-story h3{margin: 0 0 0.9rem;
        font-size: calc(17px * 1.35);}
.simple-footer .page-rail{display: flex;
        flex-direction: column;
        gap: 0.7rem;
        font-size: calc(17px * .875);}
.simple-footer .contact-story a{text-decoration: none;}
.simple-footer .contact-story a:hover{text-decoration: underline;}
.secondary-view{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #3a4149;
  color: #eef0f1;
}
.secondary-view .open-form{width: min(100%, calc(980px * .68));
  margin: 0 auto;}
.secondary-view h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.secondary-view .clear-contact{margin: 1.5rem 0 calc(0.74rem * 1.5);
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.secondary-view .region{border-top: 1px solid rgba(255, 255, 255, 0.12);}
.secondary-view .region p{margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);}
.secondary-view .region span{display: block;
  margin-bottom: calc(1.5rem * .75);
  color: #d6dadd;
  font-size: calc(17px * .875);}
.secondary-view .region a{color:inherit;
  font-size: calc(17px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.secondary-view .region a:hover{color:inherit;}
.secondary-view .direct-fields{display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;
  padding: 1.5rem 0;}
.secondary-view .direct-fields > div{flex: 1 1 16rem;
  min-width: 0;}
.secondary-view .direct-fields strong{display: block;
  font-size: calc(17px * .875);
  letter-spacing: .02em;}
.secondary-view .direct-fields p{margin: calc(1.5rem * .75) 0 0;
  color: #d6dadd;
  line-height: 1.76;}
.secondary-view ul{display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;}
.secondary-view li{min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);}
.secondary-view li a{display: block;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.secondary-view li a span{display: block;
  margin-top: calc(1.5rem * .75);
  color: #d6dadd;
  font-size: calc(17px * .875);}
.secondary-view li a:hover{color:inherit;}
@media (max-width: 560px) {.secondary-view .direct-fields{
    display: block;
  }.secondary-view .direct-fields > div + div{
    margin-top: 1.5rem;
  }
}
.soft-content{padding:calc(1.5rem * 2.4) 1.33rem;background:linear-gradient(135deg, #3a4149 0%, #2c3238 55%, #454d55 100%);color:#eef0f1}
.soft-content .top-footer{max-width:980px;margin:0 auto}
.soft-content .bottom-fields{display:flex;flex-wrap:wrap;gap:calc(0.74rem * 1.5);align-items:baseline;margin-bottom:calc(0.74rem * 1.5)}
.soft-content .bottom-fields h2{flex:1 1 22rem;min-width:0;margin:0;font-size:calc(17px * 2);line-height:1.1}
.soft-content .bottom-fields .clear-contact{flex:1 1 26rem;min-width:0;margin:0;font-size:17px;line-height:1.76;}
.soft-content .text-flow{background:#454d55;color:#f2f3f4;border:1px solid rgba(255, 255, 255, 0.12);border-radius:0.58rem;padding:1.5rem}
.soft-content form{display:flex;flex-direction:column;gap:1.5rem}
.soft-content .secondary-panel{display:flex;flex-wrap:wrap;gap:1.5rem}
.soft-content .fresh-copy{flex:1 1 16rem;min-width:0;display:block}
.soft-content .fresh-copy.full{flex:1 1 100%}
.soft-content .fresh-copy span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.6);font-size:calc(17px * .875);}
.soft-content input{width:100%;max-width:100%;box-sizing:border-box;border:1px solid rgba(255, 255, 255, 0.12);border-radius:0.21rem;background:#2c3238;color:#f2f3f4;font:inherit;padding:calc(1.5rem * .75);outline:none}
.soft-content input::placeholder{}
.soft-content input:focus{border-color:var(--tone-cool);box-shadow:0 0 0 3px rgba(194, 84, 42, 0.55)}
.soft-content .team-visual{display:flex;flex-wrap:wrap;gap:0.74rem;align-items:center;margin-top:calc(calc(1.5rem * .75)*.4)}
.soft-content button{border:0;border-radius:0.37rem;background:var(--tone-cool);color:var(--line-panel);font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap}
.soft-content button:hover{background:#a8441f;color:#f2f3f4;}
.soft-content .strong-quote{flex:1 1 20rem;min-width:0;margin:0;font-size:calc(17px * .875);}
.soft-content .local-story{display:flex;flex-wrap:wrap;gap:0.74rem;align-items:flex-start;margin-top:1.5rem}
.soft-content .local-story p{flex:1 1 28rem;min-width:0;margin:0;font-size:17px;line-height:1.76}
.soft-content .simple-group{flex:1 1 22rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);justify-content:flex-end}
.soft-content .simple-group a{border-radius:0.21rem;background:#6b7a3a;color:#f6f4e8;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(17px * .875)}
.soft-content .simple-group a:hover{background:#576530;color:#f2f3f4;}
@media(max-width:860px){.soft-content .bottom-fields{display:block}.soft-content .bottom-fields .clear-contact{margin-top:calc(1.5rem * .75)}.soft-content .text-flow{padding:1.5rem calc(1.5rem * .75)}.soft-content .simple-group{justify-content:flex-start}.soft-content .bottom-fields h2{font-size:calc(17px * 1.35)}
}
.narrow-rail{padding:calc(1.5rem * 2.4) 1.33rem;background:#f4f1ea;color:#262b30}
.narrow-rail .plain-area{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.32fr) minmax(0,1fr);gap:calc(0.74rem * 1.5)}
.narrow-rail .clear-intro{align-self:start}
.narrow-rail h2{margin:0;font-size:calc(17px * 2);line-height:1.05}
.narrow-rail .clear-intro p{margin:1.5rem 0 0;font-size:17px;color:#5c646c}
.narrow-rail .main-details{display:grid;gap:calc(1.5rem * .75)}
.narrow-rail .local-visual{height:clamp(20rem,38vw,32rem);border-radius:0.58rem;overflow:hidden;border:1px solid rgba(255, 255, 255, 0.12)}
.narrow-rail iframe{display:block;width:100%;height:100%;border:0}
.narrow-rail .soft-area{display:flex;flex-wrap:wrap;gap:0.74rem}
.narrow-rail .quiet-inner{flex:1 1 16rem;padding:calc(1.5rem * .75);border-radius:0.37rem;background:#454d55;color:#f2f3f4;border:1px solid rgba(255, 255, 255, 0.12)}
.narrow-rail .quiet-inner span{display:block;font-size:calc(17px * .875);color:inherit;letter-spacing:.02em}
.narrow-rail .quiet-inner strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-weight:600;white-space:pre-line}
@media (max-width: 760px){.narrow-rail .plain-area{grid-template-columns:1fr}.narrow-rail .local-visual{height:20rem}}
.main-group{padding:calc(1.5rem * 2.4) 1.33rem;background:#2c3238;color:#d6dadd}
.main-group .strong-copy{max-width:min(980px,62rem);margin:0 auto}
.main-group h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.main-group .simple-copy{margin:1.5rem 0 calc(0.74rem * 1.5);font-size:calc(17px * 1.125);line-height:1.76}
.main-group .direct-fields{display:flex;flex-direction:column;gap:0.74rem}
.main-group .strong-quote{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.main-group .strong-quote:first-child{border-top:1px solid color-mix(in srgb,currentColor 38%,transparent)}
.main-group h3{margin:0 0 0.4rem;font-size:calc(17px * 1.35);line-height:1.25;letter-spacing:0.01em}
.main-group .strong-quote p{margin:0;font-size:17px}
@media (min-width:760px){.main-group .direct-fields{display:grid;grid-template-columns:1fr 1fr;gap:0 calc(0.74rem * 1.5)}.main-group .strong-quote{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0}.main-group .strong-quote:nth-child(odd){border-right:1px solid color-mix(in srgb,currentColor 16%,transparent);padding-right:calc(0.74rem * 1.5)}.main-group .strong-quote:nth-child(even){padding-left:calc(0.74rem * 1.5)}
}
.main-list{padding:calc(1.5rem * 2.4) 1.33rem;background:#2c3238;color:#d6dadd}
.main-list .strong-copy{max-width:min(980px,64rem);margin:0 auto}
.main-list h2{margin:0;font-size:calc(17px * 2);line-height:1.15;letter-spacing:-0.01em}
.main-list .simple-copy{margin:1.5rem 0 calc(0.74rem * 1.5);font-size:calc(17px * 1.125);line-height:1.76}
.main-list .direct-fields{display:flex;flex-direction:column;gap:0}
.main-list .strong-quote{padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255, 255, 255, 0.12)}
.main-list .strong-quote:last-child{border-bottom:1px solid rgba(255, 255, 255, 0.12)}
.main-list h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35);line-height:1.25;font-weight:600}
.main-list .strong-quote p{margin:0;font-size:17px;line-height:1.76}
@media (min-width:768px){.main-list .strong-quote{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:0.74rem;align-items:start}.main-list h3{margin:0}
}
.clear-tile{--layer-content:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.33rem;background:#6b7a3a;color:#f6f4e8;}
.clear-tile .top-footer{max-width:980px;margin:0 auto;}
.clear-tile h1,.clear-tile h2,.clear-tile h3,.clear-tile p{margin:0;}
.clear-tile h2{font-size:calc(17px * 2);line-height:1.12;}
.clear-tile p{font-size:17px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.clear-tile a{color:inherit;text-decoration:none;}
.clear-tile .featured-proof>h2{margin-top:0;}
.clear-tile .featured-proof>p,.clear-tile .featured-proof>.team-visual,.clear-tile .featured-proof>.steady-intro{margin-top:var(--layer-content);}
.clear-tile .clear-contact{font-size:calc(17px * 1.125);color:color-mix(in srgb, currentColor 88%, transparent);}
.clear-tile .strong-quote{font-size:calc(17px * .875);}
.clear-tile .team-visual{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.21rem;background:#f6f4e8;color:#6b7a3a;font-size:17px;}
.clear-tile .team-visual:hover{background:var(--tone-cool);color:var(--line-panel);}
.clear-tile .steady-intro{font-size:calc(17px * .875);color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-tile .steady-intro a{text-decoration:underline;text-underline-offset:3px;color:inherit;}
.clear-tile .steady-intro a:hover{}
.service-body{
  padding: calc(1.5rem * 2.4) 1.33rem;
  background: #f4f1ea;
  color: #262b30;
}
.service-body .top-footer{max-width: min(980px, 78rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.74rem * 1.5);
  align-items: flex-start;}
.service-body .featured-quote{flex: 1 1 32rem;
  min-width: 0;}
.service-body h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.1;}
.service-body .featured-quote p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.76;}
.service-body .featured-quote p + p{margin-top: 0.74rem;}
.service-body .plain-area{
  flex: 1 1 18rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.58rem;
  background: #3a4149;
  color: #eef0f1;
}
.service-body .plain-area strong{display: block;
  font-size: calc(17px * 1.35);
  margin-bottom: 0.74rem;}
.service-body .plain-area p{margin: 0 0 0.74rem;
  line-height: 1.76;}
.service-body .plain-area a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;}
.service-body .plain-area a:hover{color:inherit;}
.service-body .plain-area span{display: block;
  padding-top: 0.74rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);color:inherit;
  font-size: calc(17px * .875);
  line-height: 1.76;}
.service-body .steady-intro{max-width: min(980px, 78rem);
  margin: calc(0.74rem * 1.5) auto 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.74rem calc(1.5rem * .75);}
.service-body .steady-intro p{margin: 0;
  font-size: calc(17px * .875);color:inherit;}
.service-body .steady-intro a{color:inherit;
  text-decoration: none;
  font-size: calc(17px * .875);
  border-bottom: 1px solid currentColor;}
.service-body .steady-intro a:hover{color:inherit;}
@media (max-width: 760px) {.service-body .top-footer{
    flex-direction: column;
  }.service-body .steady-intro{
    flex-direction: column;
    align-items: flex-start;
  }
}
.secondary-rail{
  background: #3a4149;
  color: #eef0f1;
  padding: calc(1.5rem * 2.4) 1.33rem;
}
.secondary-rail .top-footer{width: min(100%, 980px);
  margin: 0 auto;}
.secondary-rail .primary-unit{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.secondary-rail .strong-quote{margin: 0 0 1.5rem;
  font-size: calc(17px * .875);
  line-height: 1.6;
  color: #d6dadd;
  border-left: 2px solid var(--tone-cool);
  padding-left: 12px;}
.secondary-rail h1{margin: 0;
  font-size: clamp(calc(17px * 2), 7vw, calc(17px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.secondary-rail .steady-entries{margin: 1.5rem 0 0;
  font-size: calc(17px * 1.125);
  line-height: 1.7;}
.secondary-rail .text-body{margin-top: calc(0.74rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.74rem;
  min-width: 0;}
.secondary-rail a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.secondary-rail .media-body{
  padding: 13px 20px;
  border-radius: 0.37rem;
  background: var(--tone-cool);
  color: var(--line-panel);
  font-weight: 700;
  transition: background 520ms var(--ease-soft, ease);
}
.secondary-rail .media-body:hover{
  background: #a8441f;color:#f2f3f4;}
.secondary-rail .media-brand{padding: 13px 2px;
  color: #eef0f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 520ms var(--ease-soft, ease);}
.secondary-rail .media-brand:hover{color:inherit;}
.secondary-rail .steady-intro{margin: calc(0.74rem * 1.5) 0 0;
  font-size: calc(17px * .875);
  line-height: 1.7;
  color: #d6dadd;}
.secondary-rail .steady-intro a{color:inherit;
  border-bottom: 1px solid #c2542a;}
.secondary-rail .steady-intro a:hover{color:inherit;
  border-bottom-color: #6b7a3a;}
@media (max-width: 640px) {.secondary-rail{ padding: calc(1.5rem * 2.4) 1.33rem; }.secondary-rail .text-body{ flex-direction: column; align-items: flex-start; }
}
