:root {
  --speed-slow: cubic-bezier(0.22,1,0.36,1);
}
body{margin:0;padding:0;font-family:"Fira Sans", sans-serif;}
*{box-sizing:border-box;}
.narrow-quote {
    width: 100%;
    background: #16211a;
    color: #f3faf4;
    border-bottom: 1px solid #d6e0d2;
    padding: 1.5rem 0;
  }
.fresh-story {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 2.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.59rem;
  }
.service-details {
    display: flex;
    align-items: center;
    gap: calc(2.59rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
.bottom-method {
    font-size: calc(16.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f3faf4;
    text-decoration: none;
    white-space: nowrap;
  }
.bottom-method:hover {
    color: #fff7ed;
  }
.team-stack ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.59rem * 1.5);
  }
.team-stack a {
    display: inline-block;
    padding: calc(1.5rem * 0.4) 0;
    font-size: 16.2px;
    color: #f3faf4;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 430ms var(--speed-slow), border-color 430ms var(--speed-slow);
  }
.team-stack a:hover {
    color: #fff7ed;
    border-bottom-color: #fff7ed;
  }
.contact-summary {
    display: flex;
    align-items: center;
    gap: 2.59rem;
    flex: 0 0 auto;
  }
.clear-menu {
    display: inline-block;
    padding: calc(1.5rem * 0.6) calc(2.35rem * 1.2);
    background: #e8590c;
    color: #fff7ed;
    font-size: 16.2px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.48rem;
    transition: background 430ms var(--speed-slow);
    white-space: nowrap;
  }
.clear-menu:hover{
    background: #c2410c;color:#1c2a1e;}
.media-area {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: 1px solid #f3faf4;
    border-radius: 0.32rem;
    cursor: pointer;
  }
.media-area span{
    display: block;
    height: 2px;
    width: 100%;
    background: #f3faf4;
    border-radius: 2px;
    transition: transform 430ms var(--speed-slow), opacity 430ms var(--speed-slow);color:#1c2a1e;}
.media-area.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.media-area.is-open span:nth-child(2) {
    opacity: 0;
  }
.media-area.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 900px) {
    .service-details {
      gap: 2.59rem;
    }
    .team-stack ul {
      gap: 2.59rem;
    }
    .team-stack a {
      font-size: calc(16.2px * .875);
    }
  }
@media (max-width: 767px) {
    .fresh-story {
      flex-wrap: wrap;
      align-items: center;
    }

    .media-area {
      display: flex;
    }

    .team-stack {
      display: none;
      width: 100%;
      order: 3;
      margin-top: 1.5rem;
      border-top: 1px solid #d6e0d2;
      padding-top: 1.5rem;
    }

    .team-stack.is-open {
      display: block;
    }

    .team-stack ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }

    .team-stack li {
      width: 100%;
      border-bottom: 1px solid #d6e0d2;
    }

    .team-stack li:last-child {
      border-bottom: none;
    }

    .team-stack a {
      display: block;
      width: 100%;
      padding: calc(1.5rem * 0.8) 0;
      font-size: 16.2px;
      border-bottom: none;
    }

    .team-stack a:hover {
      border-bottom-color: transparent;
    }

    .clear-menu {
      padding: calc(1.5rem * 0.5) calc(2.35rem * 0.9);
      font-size: calc(16.2px * .875);
    }
  }
.primary-media{font-family:"Fira Sans", sans-serif;font-size:16.2px;line-height:1.82;padding:calc(1.5rem * 2.4) 2.35rem;background:#16211a;color:#f3faf4;}
.local-fields{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5)}
.strong-plan{display:grid;grid-template-columns:1.4fr 1.6fr 1fr 1.4fr;gap:2.59rem;align-items:start}
.focused-feature,
  .site-area,
  .main-shell,
  .service-region{min-width:0}
.featured-method{font-size:calc(16.2px * 1.125);font-weight:700;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.visual-media{margin:0;font-size:calc(16.2px * .875);max-width:32ch;opacity:0.85}
.active-links{font-size:16.2px;font-weight:600;margin:0 0 calc(1.5rem * .75);letter-spacing:0.02em;text-transform:uppercase}
.main-entries{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.contact-block{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.4rem 1.25rem}
.main-entries a,
  .featured-form a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 430ms var(--speed-slow)}
.main-entries a:hover,
  .main-entries a:focus-visible,
  .featured-form a:hover,
  .featured-form a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.featured-form{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-form li{display:flex;flex-direction:column;gap:0.15rem}
.direct-surface{font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.service-brand{font-size:16.2px;word-break:break-word}
.steady-header{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(2.59rem * 1.5);font-size:calc(16.2px * .875);opacity:0.85}
.steady-header p{margin:0;max-width:90ch}
.steady-header a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.open-lead{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.5rem * .75);font-size:calc(16.2px * .875);opacity:0.75}
.open-lead p{margin:0}
@media (max-width: 960px) {.strong-plan{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.primary-media{padding:calc(2.59rem * 1.5) 2.35rem;background:#16211a;color:#f3faf4;}.strong-plan{grid-template-columns:1fr;gap:calc(2.59rem * 1.5)}.contact-block{grid-template-columns:1fr 1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 2.35rem;
    right: 2.35rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .open-entries {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    color: #1c2a1e;
    border-radius: 0.99rem;
    padding: 1.5rem 2.35rem;
    box-shadow: 0 18px 50px rgba(0,0,0,0.24);
}
.cookies .open-entries strong {
    display: block;
    margin-bottom: 6px;
}
.cookies .open-entries p {
    margin: 0;
}
.cookies .strong-team {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cookies .strong-team a {
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    padding: 7px 12px;
    transition: background 430ms var(--speed-slow), color 430ms var(--speed-slow);
}
.cookies .strong-team a.cookie-accept {
    background: #fff7ed;
    background: #e8590c;
    border-color: transparent;
    color: #16211a;
    font-weight: 700;
}
.cookies .strong-team a:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #16211a;
}
.compact-body{
  --state-local:calc(1.5rem * 1.19);
  --layer-static:calc(1660px / 2.80);
  padding:calc(1.5rem * 2.4) 2.35rem;
  background:#f6f8f4;
  color:#16211a;
}
.compact-body .direct-rail{max-width:1660px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);
  gap:2.59rem;
  align-items:start;}
.compact-body h1,
.compact-body p{margin:0;}
.compact-body h1{font-size:calc(16.2px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.compact-body .top-grid{margin-top:1.5rem;
  font-size:calc(16.2px * 1.125);
  line-height:1.82;
  color:#16211a;}
.compact-body .content-details{font-size:16.2px;
  line-height:1.82;
  color:#16211a;}
.compact-body .content-media{display:flex;
  flex-direction:column;
  gap:calc(2.59rem * 1.5);
  padding-left:1.5rem;
  border-left:1px solid #d6e0d2;}
.compact-body .simple-content{margin-top:calc(2.59rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;}
.compact-body .featured-flow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:#1f6b3a;
  color:#f3faf4;
  text-decoration:none;
  font-size:16.2px;
  transition:background 430ms var(--speed-slow);
}
.compact-body .featured-flow:hover{
  background:#17522c;color:#1c2a1e;}
.compact-body .media-list{color:#1f6b3a;
  text-decoration:none;
  font-size:16.2px;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;}
.compact-body .media-list:hover{color:inherit;}
.compact-body .bottom-benefit{font-size:calc(16.2px * .875);
  line-height:1.82;
  color:#16211a;}
.compact-body .bottom-benefit a{color:#1f6b3a;
  text-decoration:none;}
.compact-body .bottom-benefit a:hover{color:inherit;}
@media (max-width:860px){.compact-body .direct-rail{
    grid-template-columns:1fr;
  }.compact-body .content-media{
    padding-left:0;
    padding-top:calc(2.59rem * 1.5);
    border-left:0;
    border-top:1px solid #d6e0d2;
  }
}
.open-callout{--state-local:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;}
.open-callout .direct-rail{max-width:1660px;margin:0 auto;}
.open-callout h2,.open-callout h3,.open-callout p{margin:0;}
.open-callout h2{font-size:calc(16.2px * 2);line-height:1.12;}
.open-callout h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.open-callout p{font-size:16.2px;line-height:1.82;}
.open-callout .content-details{font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.open-callout .top-grid{margin-top:calc(1.5rem / 2);opacity:0.86;}
.open-callout a{color:inherit;text-decoration:none;}
.open-callout .featured-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#f3faf4;color:#1f6b3a;}
.open-callout .main-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;margin-top:var(--state-local);}
.open-callout .steady-body{flex:1 1 calc(1660px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.open-callout .steady-body p{margin-top:calc(1.5rem / 3);opacity:0.82;}
.open-callout .steady-body a{display:inline-block;margin-top:calc(1.5rem / 3);text-decoration:underline;text-underline-offset:3px;}
.open-callout .public-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.open-callout .public-surface>.wide-track{flex:1 1 auto;min-width:0;}
.open-callout .public-surface>.featured-flow{flex:0 0 auto;}
.open-callout .public-surface>.main-lead{flex:1 1 100%;}
.open-callout .wide-track h2{margin-top:calc(1.5rem / 2);}
.open-callout .simple-content{flex:1 1 100%;margin-top:var(--state-local);font-size:calc(16.2px * .875);opacity:0.82;}
.open-callout .simple-content a{text-decoration:underline;text-underline-offset:3px;}
.top-proof{padding:calc(1.5rem * 2.4) 2.35rem;background:#f6f8f4;color:#16211a;}
.top-proof .direct-rail{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5);}
.top-proof h2,.top-proof h3,.top-proof p{margin:0;}
.top-proof h2{font-size:calc(16.2px * 2);line-height:1.14;}
.top-proof h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.top-proof p{font-size:16.2px;line-height:1.82;}
.top-proof .content-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.top-proof .top-grid{font-size:calc(16.2px * 1.125);}
.top-proof .main-lead{display:flex;flex-wrap:wrap;gap:2.59rem;}
.top-proof .steady-body{flex:1 1 calc(1660px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.48rem;background:#ffffff;color:#1c2a1e;border:1px solid #d6e0d2;}
.top-proof .steady-body p{margin-top:calc(1.5rem / 2.4);color:#1c2a1e;}
.top-proof .simple-content{margin-top:calc(2.59rem * 1.5);font-size:calc(16.2px * .875);color:#1c2a1e;}
.top-proof .simple-content a{color:#1f6b3a;text-decoration:underline;text-underline-offset:3px;}
.top-proof .simple-content a:hover{color:inherit;}
@media (max-width:900px){.top-proof .steady-body{flex:1 1 100%;}
}
.wide-inner{
  padding: calc(1.5rem * 2.4) 2.35rem;
  background: #e8590c;
  color: #fff7ed;
}
.wide-inner .direct-rail{max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.59rem * 1.5);
  align-items: flex-start;}
.wide-inner .service-actions{flex: 1 1 320px;
  min-width: 0;}
.wide-inner h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.12;}
.wide-inner .service-actions p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.2px;
  line-height: 1.82;}
.wide-inner .main-menu{
  flex: 1 1 420px;
  min-width: 0;
  border-radius: 0.99rem;
  background: #ffffff;
  color: #1c2a1e;
  border: 1px solid #d6e0d2;
  overflow: hidden;
}
.wide-inner .primary-story{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #d6e0d2;}
.wide-inner .primary-story span{font-size: calc(16.2px * .875);}
.wide-inner a{text-decoration: none;}
.wide-inner .primary-story a{font-size: calc(16.2px * .875);
  border-bottom: 1px solid #1f6b3a;
  padding-bottom: 1px;}
.wide-inner .primary-note{display: flex;
  flex-direction: column;}
.wide-inner .primary-note a{display: block;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #d6e0d2;}
.wide-inner .primary-note a:last-child{border-bottom: 0;}
.wide-inner .primary-note strong{display: block;
  font-size: 16.2px;}
.wide-inner .primary-note small{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(16.2px * .875);}
.wide-inner .primary-note span{display: block;}
@media (max-width: 780px) {.wide-inner .direct-rail{
    flex-direction: column;
  }.wide-inner .primary-story{
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-list{--state-local:calc(1.5rem * 1.17);--layer-static:calc(1660px / 2.41);padding:calc(1.5rem * 2.4) 2.35rem;background:#16211a;color:#f3faf4;}
.contact-list .direct-rail{max-width:1660px;margin:0 auto;}
.contact-list h2,.contact-list h3,.contact-list p{margin:0;}
.contact-list h2{font-size:calc(16.2px * 2);line-height:1.12;}
.contact-list h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.contact-list p{font-size:16.2px;line-height:1.82;}
.contact-list .top-grid{margin-top:1.5rem;}
.contact-list .media-steps{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.contact-list .steady-body{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #7cc48f;}
.contact-list .steady-body p{margin-top:calc(1.5rem / 3);opacity:.86;}
.contact-list .simple-content{margin-top:var(--state-local);font-size:calc(16.2px * .875);opacity:.9;}
.contact-list .simple-content a{text-decoration:underline;text-underline-offset:3px;}
.contact-list .simple-content a:hover{}
@media (max-width:720px){.contact-list .steady-body{padding-inline-start:1.5rem;}
}
.offer-figure{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.offer-figure .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);}
.offer-figure .wide-track{min-width: 0;
        border-left: 2px solid #1f6b3a;
        padding-left: clamp(1rem, 2.5vw, calc(1.5rem * .75));}
.offer-figure h1{margin: 0;
        font-size: clamp(1.9rem, 4.2vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.offer-figure p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.25vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 700px) {.offer-figure{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.offer-figure .wide-track{
            border-left-width: 0;
            padding-left: 0;
            border-top: 2px solid #1f6b3a;
            padding-top: 1.5rem;
        }
    }
.visual-unit{padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;overflow:hidden}
.visual-unit .direct-rail{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5)}
.visual-unit .offer-block{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(243,250,244,0.22)}
.visual-unit h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12;font-weight:600}
.visual-unit .offer-block p{margin:0;font-size:calc(16.2px * 1.125);line-height:1.82}
.visual-unit .site-track{display:flex;flex-wrap:wrap;gap:2.59rem}
.visual-unit .content-details{flex:1 1 20rem;min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid rgba(243,250,244,0.35)}
.visual-unit .content-details:nth-child(2n){border-top-color:#e8590c}
.visual-unit strong{display:block;font-size:calc(16.2px * 1.35);line-height:1.2;font-weight:600}
.visual-unit .content-details p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
.visual-unit .simple-content{padding-top:1.5rem;border-top:1px solid rgba(243,250,244,0.22)}
.visual-unit .simple-content p{margin:0;font-size:16.2px;line-height:1.82}
.visual-unit .simple-content a{text-decoration:underline;text-underline-offset:3px;transition:color 430ms var(--speed-slow)}
.visual-unit .simple-content a:hover{}
@media (max-width:720px){.visual-unit .content-details{flex:1 1 100%}
}
.service-media{padding:calc(1.5rem * 2.4) 2.35rem;background:#f6f8f4;color:#16211a}
.service-media .direct-rail{max-width:min(1660px,58rem);margin:0 auto;display:grid;gap:calc(2.59rem * 1.5)}
.service-media .content-entries{display:flex;flex-direction:column;gap:1.5rem}
.service-media h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.service-media .content-entries p{margin:0;color:#1c2a1e;line-height:1.82}
.service-media .clear-section{display:flex;flex-direction:column;border-top:1px solid #d6e0d2}
.service-media details{padding:1.5rem 0;border-bottom:1px solid #d6e0d2}
.service-media summary{cursor:pointer;font-size:calc(16.2px * 1.35);line-height:1.22;list-style:none}
.service-media summary::-webkit-details-marker{display:none}
.service-media summary::after{content:"+";float:right;color:#1f6b3a;font-weight:600}
.service-media details[open] summary::after{content:"–"}
.service-media details p{margin:1.5rem 0 0;color:#1c2a1e;line-height:1.82}
@media(max-width:720px){.service-media .direct-rail{gap:1.5rem}.service-media summary{font-size:16.2px}
}
.content-team{
  padding:calc(1.5rem * 2.4) 2.35rem;
  background:#eaf1e6;
  color:#1c2a1e;
}
.content-team .page-header{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.59rem * 1.5);}
.content-team .local-content h2{margin:0 0 .6rem;
  font-size:calc(16.2px * 2);
  line-height:1.15;}
.content-team .local-content .top-grid{margin:0;
  font-size:16.2px;
  line-height:1.82;}
.content-team .media-unit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.59rem;
  padding:calc(1.5rem * 0.6) 0;
  border-top:1px solid #d6e0d2;
  border-bottom:1px solid #d6e0d2;}
.content-team .contact-plan{font-size:calc(16.2px * .875);
  text-transform:uppercase;
  letter-spacing:.08em;}
.content-team .visual-header{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:calc(2.59rem * 0.5);}
.content-team .visual-header li{
  padding:.25rem .75rem;
  border:1px solid #d6e0d2;
  border-radius:0.32rem;
  background:#ffffff;
  color:#1c2a1e;
  font-size:calc(16.2px * .875);
}
.content-team .featured-copy{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.content-team .focused-grid{
  background:#ffffff;
  color:#1c2a1e;
  border:1px solid #d6e0d2;
  border-radius:0.99rem;
  padding:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.content-team .focused-grid .simple-actions{margin:0;
  font-size:calc(16.2px * .875);
  text-transform:uppercase;
  letter-spacing:.06em;
  opacity:.75;}
.content-team .focused-grid h3{margin:0;
  font-size:calc(16.2px * 1.35);
  line-height:1.25;}
.content-team .focused-grid h3 a{color:inherit;
  text-decoration:none;}
.content-team .focused-grid h3 a:hover{}
.content-team .focused-grid .service-track{margin:0;
  font-size:calc(16.2px * .875);
  opacity:.85;}
.content-team .focused-grid .top-method{margin:0;
  font-size:16.2px;
  line-height:1.82;}
.content-team .focused-grid .open{
  align-self:flex-start;
  margin-top:.4rem;
  padding:.5rem .9rem;
  border-radius:0.48rem;
  background:#1f6b3a;
  color:#f3faf4;
  text-decoration:none;
  font-weight:600;
  font-size:calc(16.2px * .875);
  transition:background 430ms var(--speed-slow);
}
.content-team .focused-grid .open:hover{
  background:#17522c;color:#1c2a1e;}
.content-team .content-details{margin:0;
  font-size:calc(16.2px * .875);
  line-height:1.82;}
.content-team .content-details a{text-decoration:underline;}
.content-team .content-details a:hover{}
@media (min-width:900px){.content-team .featured-copy{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:2.59rem;
  }
}
.strong-inner{
    padding:calc(1.5rem * 2.4) 2.35rem;
    background:#eaf1e6;
    color:#1c2a1e;
}
.strong-inner .direct-rail{max-width:1660px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:2.59rem;
    align-items:flex-start;}
.strong-inner .top-grid{flex:1 1 320px;
    min-width:280px;}
.strong-inner .top-grid h2{margin:0 0 calc(2.59rem * 1.5);
    font-size:calc(16.2px * 2);
    line-height:1.2;}
.strong-inner .top-grid p{margin:0;
    font-size:16.2px;
    line-height:1.82;}
.strong-inner .site-track{flex:2 1 520px;
    display:flex;
    flex-direction:column;
    gap:calc(2.59rem * 1.5);
    border-left:1px solid #d6e0d2;
    padding-left:2.35rem;}
.strong-inner .steady-body{padding-bottom:calc(2.59rem * 1.5);
    border-bottom:1px solid #d6e0d2;}
.strong-inner .steady-body:last-child{border-bottom:0;
    padding-bottom:0;}
.strong-inner .steady-body h3{margin:0 0 6px;
    font-size:calc(16.2px * 1.35);}
.strong-inner .steady-body p{margin:0;
    line-height:1.82;}
.strong-inner .steady-body p + p{margin-top:10px;}
.strong-inner .simple-content a{color:#1f6b3a;
    text-decoration:none;
    border-bottom:1px solid currentColor;
    transition:color 430ms var(--speed-slow);}
.strong-inner .simple-content a:hover{color:inherit;}
.strong-inner a{color:#1f6b3a;}
.strong-inner a:hover{color:inherit;}
@media (max-width:760px){.strong-inner .site-track{
        border-left:0;
        padding-left:0;
        border-top:1px solid #d6e0d2;
        padding-top:calc(2.59rem * 1.5);
    }
}
.focused-footer{
        padding: calc(calc(1.5rem * 2.4) * .72) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.focused-footer .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);}
.focused-footer .wide-track{min-width: 0;
        border-left: 3px solid #1f6b3a;
        padding-left: clamp(1rem, 2.2vw, 1.9rem);}
.focused-footer h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.005em;}
.focused-footer p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 640px) {.focused-footer{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.focused-footer .wide-track{
            padding-left: 0.9rem;
        }
    }
.service-shell{
  --state-local:calc(1.5rem * 1.05);
  --label-nav:calc(1660px / 3.6);
  padding:calc(1.5rem * 2.4) 2.35rem;
  background:#eaf1e6;
  color:#1c2a1e;
}
.service-shell .direct-rail{max-width:1660px;
  margin:0 auto;}
.service-shell h2,
.service-shell h3,
.service-shell p{margin:0;}
.service-shell h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.service-shell h3{font-size:calc(16.2px * 1.35);
  line-height:1.22;}
.service-shell p{font-size:16.2px;
  line-height:1.82;}
.service-shell .top-grid{margin-top:1.5rem;}
.service-shell .content-headline{display:flex;
  flex-wrap:wrap;
  gap:var(--state-local);
  margin-top:calc(var(--state-local) * 1.1);}
.service-shell .steady-body{
  flex:1 1 var(--label-nav);
  min-width:0;
  padding:calc(var(--state-local) * .7) calc(var(--state-local) * .85);
  border-radius:0.48rem;
  background:#ffffff;
  color:#1c2a1e;
  border:1px solid #d6e0d2;
}
.service-shell .steady-body p{margin-top:calc(1.5rem / 3);
  font-size:calc(16.2px * .875);}
@media (max-width:720px){.service-shell .steady-body{
    flex:1 1 100%;
  }
}
.badge--contributors{
  background: #f6f8f4;
  color: #16211a;
  padding: calc(1.5rem * 2.4) 2.35rem;
}
.badge--contributors .direct-rail{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(2.59rem * 1.5);
  align-items: start;}
.badge--contributors h2,
.badge--contributors h3,
.badge--contributors p{margin: 0;}
.badge--contributors h2{font-size: calc(16.2px * 2);
  line-height: 1.08;
  margin-bottom: calc(2.59rem * 1.5);}
.badge--contributors h3{font-size: calc(16.2px * 1.35);
  line-height: 1.18;}
.badge--contributors p{font-size: 16.2px;
  line-height: 1.82;}
.badge--contributors .focused-grid p + p{margin-top: calc(2.59rem * 1.5);}
.badge--contributors .contact-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.badge--contributors .content-details{display: grid;
  gap: 0.35rem;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #d6e0d2;}
.badge--contributors .content-details span{font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1c2a1e;}
@media (max-width: 900px) {.badge--contributors .direct-rail{
    grid-template-columns: 1fr;
  }.badge--contributors h2{
    font-size: clamp(calc(16.2px * 1.35), 6vw, calc(16.2px * 2));
  }
}
.active-service{
    padding:calc(1.5rem * 2.4) 2.35rem;
    background:#eaf1e6;
    color:#1c2a1e;
}
.active-service .direct-rail{max-width:1660px;
    margin:0 auto;}
.active-service .direct-benefit{display:flex;
    flex-direction:column;
    gap:calc(2.59rem * 1.5);
    margin-bottom:2.59rem;}
.active-service .direct-benefit span{
    display:inline-block;
    align-self:flex-start;
    padding:4px 12px;
    border-radius:0.32rem;
    background:#e8590c;
    color:#fff7ed;
    font-size:calc(16.2px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
}
.active-service .direct-benefit h2{margin:0;
    font-size:calc(16.2px * 2);
    line-height:1.15;}
.active-service .direct-benefit p{margin:0;
    font-size:16.2px;
    line-height:1.82;}
.active-service .main-lead{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.active-service .main-lead article{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:calc(1.5rem * .75);
    padding:calc(1.5rem * .75);
    border-radius:0.99rem;
    background:#ffffff;
    color:#1c2a1e;
    border:1px solid #d6e0d2;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
}
.active-service .main-lead b{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:0.48rem;
    background:#1f6b3a;
    color:#f3faf4;
    font-size:calc(16.2px * .875);
    font-weight:600;
    align-self:start;
}
.active-service .main-lead h3{margin:0;
    font-size:calc(16.2px * 1.35);}
.active-service .main-lead em{display:block;
    margin-top:6px;
    font-style:normal;
    font-size:calc(16.2px * .875);}
.active-service .main-lead p{margin:10px 0 0;
    font-size:16.2px;
    line-height:1.82;}
@media (max-width:640px){.active-service .main-lead article{
        grid-template-columns:1fr;
    }
}
.wide-links{
        padding: calc(calc(1.5rem * 2.4) * .66) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
        border-bottom: 1px solid #d6e0d2;
    }
.wide-links .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        gap: clamp(1rem, 4vw, calc(2.59rem * 1.5));
        align-items: flex-start;}
.wide-links .wide-track{min-width: 0;
        flex: 1 1 auto;}
.wide-links h1{margin: 0;
        font-size: clamp(2rem, 5vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 720;
        letter-spacing: -0.01em;}
.wide-links p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.35vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 600px) {.wide-links .main-block{
            display: block;
        }.wide-links{
            padding-top: calc(calc(1.5rem * 2.4) * .52);
            padding-bottom: calc(calc(1.5rem * 2.4) * .52);
        }
    }
.active-panel{--state-local:calc(1.5rem * 1.15);--layer-static:calc(1660px / 2.4);padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;}
.active-panel .direct-rail{max-width:1660px;margin:0 auto;}
.active-panel h2,.active-panel h3,.active-panel p{margin:0;}
.active-panel h2{font-size:calc(16.2px * 2);line-height:1.14;}
.active-panel h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.active-panel p{font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 76%, transparent);}
.active-panel a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:1px;}
.active-panel a:hover{border-bottom-color:currentColor;}
.active-panel .content-details{margin-bottom:calc(1.5rem / 2.5);font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.active-panel .top-grid{margin-top:1.5rem;max-width:var(--layer-static);}
.active-panel .main-lead{display:flex;flex-direction:column;gap:var(--state-local);margin-top:calc(var(--state-local) * 1.1);}
.active-panel .steady-body{min-width:0;padding-top:calc(2.59rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.active-panel .steady-body:first-child{border-top:0;padding-top:0;}
.active-panel .wide-track{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.active-panel .wide-track p{max-width:var(--layer-static);}
.active-panel .wide-track a{align-self:flex-start;font-size:calc(16.2px * .875);}
@media (min-width:900px){.active-panel .main-lead{display:grid;grid-template-columns:1fr 1fr;gap:calc(var(--state-local) * 1.2) 2.59rem;}.active-panel .steady-body{padding-top:calc(2.59rem * 1.5);}.active-panel .steady-body:nth-child(1),.active-panel .steady-body:nth-child(2){border-top:0;padding-top:0;}
}
.featured-grid{--state-local:calc(1.5rem * 1.05);--axis-active:calc(1660px / 3.2);padding:calc(1.5rem * 2.4) 2.35rem;background:#f6f8f4;color:#16211a;}
.featured-grid .direct-rail{max-width:1660px;margin:0 auto;}
.featured-grid h2,.featured-grid h3,.featured-grid p{margin:0;}
.featured-grid h2{font-size:calc(16.2px * 2);line-height:1.14;}
.featured-grid h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.featured-grid p{font-size:16.2px;line-height:1.82;}
.featured-grid .top-grid{color:#1c2a1e;}
.featured-grid .bottom-form{display:flex;flex-wrap:wrap;gap:2.59rem;align-items:flex-start;}
.featured-grid .bottom-form>h2{flex:1 1 var(--axis-active);min-width:0;}
.featured-grid .bottom-form>.top-grid{flex:1 1 var(--axis-active);min-width:0;}
.featured-grid .main-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:calc(calc(2.59rem * 1.5) * .6);}
.featured-grid .steady-body{flex:1 1 calc(1660px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border:1px solid #d6e0d2;border-radius:0.48rem;background:#ffffff;color:#1c2a1e;}
.featured-grid .steady-body p{margin-top:calc(1.5rem / 3.2);color:#1c2a1e;}
.featured-grid .simple-content{flex:1 1 100%;margin-top:calc(2.59rem * 1.5);font-size:calc(16.2px * .875);color:#1c2a1e;}
.featured-grid .simple-content a{color:#1f6b3a;text-decoration:underline;text-underline-offset:3px;}
.featured-grid .simple-content a:hover{color:inherit;}
@media (max-width:720px){.featured-grid .steady-body{flex:1 1 100%;}
}
.main-view{--state-local:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;}
.main-view .direct-rail{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5);}
.main-view h2,.main-view h3,.main-view p{margin:0;}
.main-view h2{font-size:calc(16.2px * 2);line-height:1.12;}
.main-view h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.main-view p{font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-view .content-entries{display:flex;flex-direction:column;gap:1.5rem;}
.main-view .top-grid{font-size:calc(16.2px * 1.125);color:color-mix(in srgb, currentColor 82%, transparent);}
.main-view .primary-intro{display:flex;flex-direction:column;gap:var(--state-local);}
.main-view .steady-body{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.48rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.main-view .steady-body h3{margin-bottom:calc(1.5rem / 3);}
.main-view .content-details{font-size:calc(16.2px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.main-view .content-details a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.main-view .content-details a:hover{}
@media (min-width:900px){.main-view .direct-rail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);grid-template-areas:"intro questions" "note questions";align-items:start;}.main-view .content-entries{grid-area:intro;}.main-view .primary-intro{grid-area:questions;}.main-view .content-details{grid-area:note;}
}
.soft-service{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.soft-service .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);}
.soft-service .wide-track{min-width: 0;}
.soft-service h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -0.01em;}
.soft-service p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 640px) {.soft-service{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.soft-service h1{
            font-size: clamp(1.6rem, 7vw, 2.1rem);
        }
    }
.compact-form{--state-local:calc(1.5rem * 1.29);padding:calc(1.5rem * 2.4) 2.35rem;background:#f6f8f4;color:#16211a;}
.compact-form .direct-rail{max-width:1660px;margin:0 auto;}
.compact-form h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12;}
.compact-form p{margin:0;font-size:16.2px;line-height:1.82;}
.compact-form .media-region{display:flex;flex-direction:column;gap:calc(2.59rem * 1.5);}
.compact-form .content-details{max-width:none;}
.compact-form .featured-flow{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.32rem;background:#1f6b3a;color:#f3faf4;text-decoration:none;transition:background 430ms var(--speed-slow);}
.compact-form .featured-flow:hover{background:#17522c;color:#1c2a1e;}
.compact-form .simple-content{font-size:calc(16.2px * .875);color:#1c2a1e;}
.compact-form .simple-content a{color:#1f6b3a;text-decoration:underline;text-underline-offset:2px;}
.compact-form .simple-content a:hover{color:inherit;}
.simple-wrap{
  padding: calc(1.5rem * 2.4) 2.35rem;
  background: #eaf1e6;
  color: #1c2a1e;
}
.simple-wrap .media-shell{max-width: 1660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 2.59rem;
  align-items: start;}
.simple-wrap .simple-rail{
  padding: calc(1.5rem * .75);
  border-radius: 0.99rem;
  background: #16211a;
  color: #f3faf4;
}
.simple-wrap h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.12;}
.simple-wrap .simple-rail p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.2px;
  line-height: 1.82;}
.simple-wrap .track{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.simple-wrap .text-rail{
  display: grid;
  grid-template-columns: minmax(4rem, .25fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #ffffff;
  color: #1c2a1e;
  border: 1px solid #d6e0d2;
}
.simple-wrap .media-fields{font-size: calc(16.2px * .875);
  word-break: break-word;
  line-height: 1.4;}
.simple-wrap h3{margin: 0;
  font-size: calc(16.2px * 1.35);}
.simple-wrap .text-rail p{margin: calc(calc(1.5rem * .75) * .5) 0;
  line-height: 1.82;}
.simple-wrap small{font-size: calc(16.2px * .875);}
@media (max-width: 780px) {.simple-wrap .media-shell,
  .simple-wrap .text-rail{
    grid-template-columns: 1fr;
  }
}
.text-panel{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.text-panel .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(2.59rem * 1.5);
        align-items: flex-start;}
.text-panel .wide-track{flex: 1 1 32rem;
        min-width: 0;}
.text-panel h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.text-panel p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 640px) {.text-panel{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.text-panel .main-block{
            display: block;
        }
    }
.visual-contact{--state-local:calc(1.5rem * 1.15);--layer-static:calc(1660px / 2.20);padding:calc(1.5rem * 2.4) 2.35rem;background:#f6f8f4;color:#16211a;}
.visual-contact .direct-rail{max-width:1660px;margin:0 auto;}
.visual-contact h2,.visual-contact h3,.visual-contact p{margin:0;}
.visual-contact h2{font-size:calc(16.2px * 2);line-height:1.12;}
.visual-contact h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.visual-contact p{font-size:16.2px;line-height:1.82;}
.visual-contact .top-grid{margin-top:1.5rem;}
.visual-contact .content-details{margin-top:calc(1.5rem / 1.4);font-size:calc(16.2px * .875);color:color-mix(in srgb, #16211a 72%, transparent);}
.visual-contact .main-lead{display:flex;flex-direction:column;gap:var(--state-local);}
.visual-contact .steady-body{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #d6e0d2;}
.visual-contact .steady-body p{margin-top:calc(1.5rem / 3);}
.visual-contact .quiet-quote{display:flex;align-items:flex-start;gap:2.59rem;}
.visual-contact .quiet-quote>.wide-track{flex:1 1 calc(1660px / 3);min-width:0;}
.visual-contact .quiet-quote>.main-lead{flex:2 1 calc(1660px / 2);}
@media(max-width:760px){.visual-contact .quiet-quote{flex-direction:column;}.visual-contact .quiet-quote>.main-lead{margin-top:var(--state-local);}.visual-contact .steady-body{padding-left:calc(calc(1.5rem * .75) / 1.4);}
}
.bar{
  --state-local:calc(1.5rem * 1.35);
  padding:calc(1.5rem * 2.4) 2.35rem;
  background:#eaf1e6;
  color:#1c2a1e;
}
.bar .direct-rail{max-width:1660px;
  margin:0 auto;}
.bar h2,
.bar h3,
.bar p{margin:0;}
.bar h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.bar h3{font-size:calc(16.2px * 1.35);
  line-height:1.22;}
.bar p{font-size:16.2px;
  line-height:1.82;}
.bar .content-entries{display:flex;
  flex-direction:column;
  gap:calc(2.59rem * 1.5);}
.bar .top-grid{font-size:calc(16.2px * 1.125);}
.bar .main-lead{display:flex;
  flex-direction:column;
  gap:var(--state-local);
  margin-top:calc(var(--state-local) * 1.2);}
.bar .steady-body{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem / 3);
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid #d6e0d2;}
.bar .steady-body:last-child{border-bottom:1px solid #d6e0d2;}
.bar .page-area{
  display:inline-block;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem / 5) calc(1.5rem / 2);
  border-radius:0.32rem;
  background:#e8590c;
  color:#fff7ed;
  font-size:calc(16.2px * .875);
  letter-spacing:.02em;
}
.bar .simple-content{margin-top:calc(var(--state-local) * 1.1);
  font-size:calc(16.2px * .875);}
.bar .simple-content a{text-decoration:underline;
  text-underline-offset:3px;}
.bar .simple-content a:hover{}
@media (min-width:760px){.bar .steady-body{
    grid-template-columns:minmax(0,220px) minmax(0,1fr);
    align-items:start;
    column-gap:2.59rem;
  }.bar .steady-body .page-area{
    grid-column:1;
  }.bar .steady-body h3,
  .bar .steady-body p{
    grid-column:2;
  }
}
.narrow-section{
        padding: calc(calc(1.5rem * 2.4) * .62) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.narrow-section .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.narrow-section .wide-track{min-width: 0;}
.narrow-section h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.narrow-section p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 640px) {.narrow-section{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }
    }
.steady-proof{
  padding: calc(1.5rem * 2.4) 2.35rem;
  background: #16211a;
  color: #f3faf4;
}
.steady-proof .direct-rail{max-width: min(1660px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: calc(2.59rem * 1.5);
  align-items: start;}
.steady-proof h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.steady-proof .top-grid p{margin: calc(1.5rem * .75) 0 0;
  color: #c8d2c6;
  font-size: calc(16.2px * 1.125);
  line-height: 1.82;}
.steady-proof .bottom-items{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.steady-proof .bottom-items a{
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: calc(1.5rem * .75);
  row-gap: 0.35rem;
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.48rem;
  background: #16211a;
  color: #f3faf4;
  border: 1px solid #2c3a2c;
  text-decoration: none;
  transition: border-color 430ms var(--speed-slow), background 430ms var(--speed-slow);
}
.steady-proof .bottom-items a:hover,
.steady-proof .bottom-items a:focus-visible{
  border-color: #e8590c;
  background: #16211a;color:#1c2a1e;}
.steady-proof .bottom-items span{grid-row: 1 / span 2;
  color: #e8590c;
  font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  padding-top: 0.15rem;}
.steady-proof .bottom-items strong{font-size: 16.2px;
  line-height: 1.35;}
.steady-proof .bottom-items em{font-style: normal;
  color: #c8d2c6;
  font-size: calc(16.2px * .875);
  line-height: 1.82;}
@media (max-width: 820px) {.steady-proof .direct-rail{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {.steady-proof .bottom-items a{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }.steady-proof .bottom-items span{
    grid-row: auto;
  }
}
.bottom-headline{padding:calc(1.5rem * 2.4) 2.35rem;background:linear-gradient(135deg, #e8590c 0%, #f08c2e 100%);color:#fff7ed}
.bottom-headline .direct-rail{max-width:1660px;margin:0 auto}
.bottom-headline .direct-benefit{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2.59rem;align-items:flex-end;margin-bottom:calc(2.59rem * 1.5)}
.bottom-headline h2{max-width:14ch;margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.bottom-headline .direct-benefit p{flex:1 1 22rem;max-width:44rem;margin:0;font-size:calc(16.2px * 1.125);line-height:1.82}
.bottom-headline .focused-nav{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:calc(2.59rem * 1.5)}
.bottom-headline .focused-nav>*{min-width:0;flex:1 1 15rem}
.bottom-headline a,.bottom-headline .content-details{display:block;background:#e8590c;color:#fff7ed;border-radius:0.99rem;padding:1.5rem;text-decoration:none;overflow-wrap:anywhere}
.bottom-headline a:hover{background:#c2410c;color:#1c2a1e;}
.bottom-headline span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.2px * .875)}
.bottom-headline strong{font-size:calc(16.2px * 1.35);line-height:1.16}
.bottom-headline .focused-plan{display:flex;flex-wrap:wrap;gap:1.5rem}
.bottom-headline .focused-plan p{flex:1 1 20rem;margin:0;font-size:16.2px;line-height:1.82}
@media(max-width:620px){.bottom-headline .direct-benefit,.bottom-headline .focused-nav,.bottom-headline .focused-plan{display:block}.bottom-headline .direct-benefit p,.bottom-headline .focused-nav>*,.bottom-headline .focused-plan p{margin-top:1.5rem}}
.active-items{padding:calc(1.5rem * 2.4) 2.35rem;background:#eaf1e6;color:#1c2a1e;}
.active-items .direct-rail{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5);}
.active-items .direct-benefit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.active-items .direct-benefit h2{margin:0;font-size:calc(16.2px * 2);line-height:1.2;}
.active-items .direct-benefit p{margin:0;font-size:16.2px;}
.active-items .local-contact{display:flex;flex-direction:column;border-top:1px solid #d6e0d2;}
.active-items .local-contact article{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);gap:2.59rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d6e0d2;}
.active-items .local-contact article:last-child{border-bottom:0;}
.active-items .local-contact h3{margin:0;font-size:calc(16.2px * 1.125);font-weight:600;}
.active-items .local-contact p{margin:0;font-size:16.2px;}
.active-items .simple-content{margin:0;font-size:calc(16.2px * .875);}
.active-items .simple-content a{color:#1f6b3a;text-decoration:underline;text-underline-offset:3px;}
.active-items .simple-content a:hover{color:inherit;}
@media (max-width:700px){.active-items .local-contact article{grid-template-columns:1fr;gap:calc(1.5rem * .75);}
}
.narrow-visual{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.narrow-visual .main-block{max-width: 1660px;
        margin: 0 auto;
        display: block;}
.narrow-visual .wide-track{min-width: 0;}
.narrow-visual h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: 0;}
.narrow-visual p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 600px) {.narrow-visual{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }
    }
.primary-proof{--state-local:calc(1.5rem * 0.87);--label-nav:calc(1660px / 3.16);padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;}
.primary-proof .direct-rail{max-width:1660px;margin:0 auto;}
.primary-proof h2,.primary-proof h3,.primary-proof p{margin:0;}
.primary-proof h2{font-size:calc(16.2px * 2);line-height:1.12;}
.primary-proof h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.primary-proof p{font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-proof a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.primary-proof a:hover{}
.primary-proof .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;row-gap:calc(var(--state-local) * 1.2);padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.primary-proof .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.primary-proof .row-title>p{flex:1 1 calc(1660px / 3);min-width:0;}
.primary-proof .main-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.primary-proof .steady-body{flex:1 1 var(--label-nav);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-proof .steady-body p{margin-top:calc(1.5rem / 3);}
.primary-proof .simple-content{flex:1 1 100%;margin-top:var(--state-local);font-size:calc(16.2px * .875);}
.media-panel{
  --state-local:calc(1.5rem * 1.35);
  padding:calc(1.5rem * 2.4) 2.35rem;
  background:#f6f8f4;
  color:#16211a;
}
.media-panel .direct-rail{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--state-local);}
.media-panel h2,
.media-panel h3,
.media-panel p{margin:0;}
.media-panel h2{font-size:calc(16.2px * 2);
  line-height:1.14;}
.media-panel h3{font-size:calc(16.2px * 1.35);
  line-height:1.24;}
.media-panel p{font-size:16.2px;
  line-height:1.82;}
.media-panel .content-entries{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:2.59rem;}
.media-panel .content-entries>h2{flex:1 1 calc(1660px / 3.2);
  min-width:0;}
.media-panel .content-entries>.top-grid{flex:1 1 calc(1660px / 2.6);
  min-width:0;
  color:#1c2a1e;}
.media-panel .main-lead{display:flex;
  flex-wrap:wrap;
  gap:2.59rem;}
.media-panel .steady-body{
  flex:1 1 calc(1660px / 3.6);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding:calc(1.5rem * .75);
  border:1px solid #d6e0d2;
  border-radius:0.48rem;
  background:#ffffff;
  color:#1c2a1e;
}
.media-panel .steady-body p{color:#1c2a1e;}
.media-panel .steady-body a{margin-top:auto;
  font-size:calc(16.2px * .875);
  font-weight:600;
  color:#1f6b3a;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 430ms var(--speed-slow),border-color 430ms var(--speed-slow);}
.media-panel .steady-body a:hover,
.media-panel .steady-body a:focus-visible{color:inherit;
  border-bottom-color:#e8590c;}
.media-panel .content-details{font-size:calc(16.2px * .875);
  color:#1c2a1e;
  padding-top:calc(1.5rem / 2);
  border-top:1px solid #d6e0d2;}
.media-panel .content-details a{color:#1f6b3a;
  text-decoration:none;
  border-bottom:1px solid #1f6b3a;}
.media-panel .content-details a:hover,
.media-panel .content-details a:focus-visible{color:inherit;
  border-bottom-color:#e8590c;}
@media (max-width:860px){.media-panel .content-entries>h2,
  .media-panel .content-entries>.top-grid,
  .media-panel .steady-body{
    flex:1 1 100%;
  }
}
.bottom-feature{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.bottom-feature .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);}
.bottom-feature .wide-track{min-width: 0;}
.bottom-feature h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.bottom-feature p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 640px) {.bottom-feature{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.bottom-feature .main-block{
            gap: 1.5rem;
        }
    }
.local-story{--state-local:calc(1.5rem * 1.1);--label-nav:calc(1660px / 3.2);padding:calc(1.5rem * 2.4) 2.35rem;background:#16211a;color:#f3faf4;}
.local-story .direct-rail{max-width:1660px;margin:0 auto;}
.local-story h2,.local-story h3,.local-story p{margin:0;}
.local-story h2{font-size:calc(16.2px * 2);line-height:1.14;}
.local-story h3{font-size:calc(16.2px * 1.35);line-height:1.25;margin-top:calc(1.5rem / 2.5);}
.local-story p{font-size:16.2px;line-height:1.82;}
.local-story .visual-wrap{padding-inline-start:calc(2.35rem / 2);}
.local-story .content-visual{row-gap:calc(var(--state-local) * .7);}
.local-story .strong-content{padding-block:calc(var(--state-local) / 2);}
.local-story .top-grid{margin-top:1.5rem;max-width:calc(1660px / 1.9);color:inherit;}
.local-story .main-lead{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.local-story .steady-body{flex:1 1 var(--label-nav);min-width:0;padding:calc(var(--state-local) * .8);border-radius:0.48rem;background:#eaf1e6;color:#1c2a1e;}
.local-story .steady-body p{color:inherit;}
.local-story .steady-body h3{color:inherit;}
.page-fields{padding:calc(1.5rem * 2.4) 2.35rem;background:#eaf1e6;color:#1c2a1e}
.page-fields .direct-rail{max-width:1660px;margin:0 auto}
.page-fields .active-list{margin-bottom:calc(2.59rem * 1.5)}
.page-fields h2{margin:0;font-size:calc(16.2px * 2);line-height:1.1}
.page-fields .active-list p{margin:1.5rem 0 0;font-size:16.2px;line-height:1.82}
.page-fields .focused-intro{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.59rem * 1.5)}
.page-fields .primary-intro{flex:1 1 20rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid #d6e0d2;padding-top:calc(1.5rem * .75)}
.page-fields button{padding:calc(1.5rem * .75) 0;border:0;border-bottom:1px solid #d6e0d2;background:none;color:inherit;font:inherit;font-size:calc(16.2px * .875);line-height:1.4;text-align:left;cursor:pointer;opacity:.62;transition:opacity 430ms var(--speed-slow),padding-left 430ms var(--speed-slow)}
.page-fields button:hover,.page-fields button.is-active{opacity:1;padding-left:calc(1.5rem * .75)}
.page-fields .wide-content{flex:1 1 32rem;align-self:flex-start;background:#ffffff;color:#1c2a1e;border:1px solid #d6e0d2;border-radius:0.99rem;padding:calc(1.5rem * .75)}
.page-fields [data-response]{display:none}
.page-fields [data-response].is-active{display:block;animation:clarifyFocusIn calc(430ms*1.6) var(--speed-slow) both}
.page-fields h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.15}
.page-fields [data-response] p{margin:1.5rem 0 0;font-size:16.2px;line-height:1.82}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.59rem * 2)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.page-fields .focused-intro{display:block}.page-fields .primary-intro{margin-bottom:calc(2.59rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.page-fields [data-response].is-active{animation:none}}
.steady-track{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #eaf1e6;
        color: #1c2a1e;
    }
.steady-track .main-block{max-width: 1660px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(2.59rem * 1.5);
        align-items: start;}
.steady-track .wide-track{min-width: 0;
        padding-top: calc(1.5rem * .4);}
.steady-track h1{margin: 0;
        font-size: clamp(1.85rem, 4.2vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.steady-track p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;}
@media (min-width: 900px) {.steady-track .main-block{
            grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
            gap: 2.59rem;
        }.steady-track .wide-track{
            padding-top: calc(1.5rem * 1.2);
        }
    }
@media (max-width: 600px) {.steady-track{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }
    }
.clear-track{
        --state-local: calc(1.5rem * 1.18);
        --label-nav: calc(1660px / 3.6);
        padding: calc(1.5rem * 2.4) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.clear-track .direct-rail{max-width: 1660px;
        margin: 0 auto;}
.clear-track h2,
    .clear-track h3,
    .clear-track p{margin: 0;}
.clear-track h2{font-size: calc(16.2px * 2);
        line-height: 1.14;}
.clear-track h3{font-size: calc(16.2px * 1.35);
        line-height: 1.22;}
.clear-track p{font-size: 16.2px;
        line-height: 1.82;}
.clear-track .top-grid{margin-top: 1.5rem;
        font-size: calc(16.2px * 1.125);}
.clear-track .main-lead{display: flex;
        flex-wrap: wrap;
        gap: var(--state-local);
        margin-top: var(--state-local);}
.clear-track .steady-body{
        flex: 1 1 var(--label-nav);
        min-width: 0;
        padding: calc(var(--state-local) * .7);
        border-radius: 0.48rem;
        background: #ffffff;
        color: #1c2a1e;
        border: 1px solid #d6e0d2;
    }
.clear-track .steady-body p{margin-top: calc(1.5rem / 2.6);
        color: #1c2a1e;}
.clear-track .simple-content{margin-top: var(--state-local);
        padding-top: calc(1.5rem / 1.6);
        border-top: 1px solid #d6e0d2;
        font-size: calc(16.2px * .875);}
.clear-track .simple-content a{color: #1f6b3a;
        text-decoration: underline;
        text-underline-offset: 3px;}
.clear-track .simple-content a:hover{color:inherit;}
.wide-frame{--state-local:calc(1.5rem * 0.87);--label-nav:calc(1660px / 3.16);padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;}
.wide-frame .direct-rail{max-width:1660px;margin:0 auto;}
.wide-frame h1,.wide-frame h2,.wide-frame h3,.wide-frame p,.wide-frame ul{margin:0;}
.wide-frame h2{font-size:calc(16.2px * 2);line-height:1.12;}
.wide-frame h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.wide-frame p{font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-frame a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.wide-frame a:hover{border-bottom-color:currentColor;}
.wide-frame .soft-stack{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.wide-frame .page-summary{row-gap:calc(var(--state-local) * 1.2);}
.wide-frame .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.wide-frame .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.wide-frame .row-title>p{flex:1 1 calc(1660px / 3);min-width:0;}
.wide-frame .main-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.wide-frame .steady-body{flex:1 1 var(--label-nav);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-frame .steady-body p{margin-top:calc(1.5rem / 3);}
.wide-frame .simple-content{flex:1 1 100%;margin-top:calc(var(--state-local) / 2);font-size:calc(16.2px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.team-region{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.team-region .main-block{max-width: 1660px;
        margin: 0 auto;
        display: block;}
.team-region .wide-track{min-width: 0;}
.team-region h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.team-region p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 600px) {.team-region{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }
    }
.clear-brand{--state-local:calc(1.5rem * 1.07);--label-nav:calc(1660px / 3.38);padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;}
.clear-brand .direct-rail{max-width:1660px;margin:0 auto;}
.clear-brand h2,.clear-brand h3,.clear-brand p{margin:0;}
.clear-brand h2{font-size:calc(16.2px * 2);line-height:1.12;}
.clear-brand h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.clear-brand p{font-size:16.2px;line-height:1.82;color:color-mix(in srgb, currentColor 78%, transparent);}
.clear-brand .simple-panel{padding-block:calc(var(--state-local) / 2);}
.clear-brand .content-visual{row-gap:calc(var(--state-local) * .7);}
.clear-brand .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.59rem;}
.clear-brand .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.clear-brand .row-title>p{flex:1 1 calc(1660px / 3);min-width:0;}
.clear-brand .main-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.clear-brand .steady-body{flex:1 1 var(--label-nav);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.clear-brand .steady-body p{margin-top:calc(1.5rem / 3);}
.clear-brand .steady-body h3{margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 88%, transparent);}
.plain-content{
  padding: calc(1.5rem * 2.4) 2.35rem;
  background: #16211a;
  color: #f3faf4;
}
.plain-content .direct-rail{max-width: min(1660px, 72rem);
  margin: 0 auto;}
.plain-content .content-entries h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.12;}
.plain-content .service-actions{margin: calc(1.5rem * .75) 0 calc(2.59rem * 1.5);
  font-size: calc(16.2px * 1.125);
  line-height: 1.6;
  color: #c8d2c6;}
.plain-content .site-track{display: flex;
  flex-wrap: wrap;
  gap: 2.59rem;}
.plain-content .steady-body{flex: 1 1 min(100%, 22rem);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c3a2c;}
.plain-content .clear-frame{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.2px;
  line-height: 1.7;}
.plain-content .focused-story{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.plain-content .visual-figure{font-weight: 700;
  font-size: 16.2px;}
.plain-content .text-unit{font-size: calc(16.2px * .875);
  color: #c8d2c6;}
.plain-content .content-details{margin-top: calc(2.59rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c3a2c;}
.plain-content .content-details p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.2px * .875);
  line-height: 1.7;
  color: #c8d2c6;}
.plain-content .media-list{display: inline-block;
  font-size: calc(16.2px * .875);
  font-weight: 700;
  color: #e8590c;
  text-decoration: none;
  border-bottom: 1px solid #e8590c;
  padding-bottom: 2px;
  transition: color 430ms var(--speed-slow), border-color 430ms var(--speed-slow);}
.plain-content .media-list:hover{color:inherit;
  border-color: #c2410c;}
@media (max-width: 700px) {.plain-content .site-track{
    display: block;
  }.plain-content .steady-body + .steady-body{
    margin-top: 2.59rem;
  }
}
.compact-benefit{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #eaf1e6;
        color: #1c2a1e;
    }
.compact-benefit .main-block{max-width: 1660px;
        margin: 0 auto;
        padding-left: clamp(0rem, 3vw, 2.5rem);
        border-left: 2px solid #1f6b3a;}
.compact-benefit .wide-track{min-width: 0;}
.compact-benefit h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.compact-benefit p{margin: calc(2.59rem * 1.5) 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;}
@media (max-width: 600px) {.compact-benefit{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.compact-benefit .main-block{
            padding-left: 1rem;
        }
    }
.simple-menu{--state-local:calc(1.5rem * 1.15);--field-active:calc(1660px / 3.40);padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4;}
.simple-menu .direct-rail{max-width:1660px;margin:0 auto;}
.simple-menu h2,.simple-menu h3,.simple-menu p{margin:0;}
.simple-menu h2{font-size:calc(16.2px * 2);line-height:1.14;}
.simple-menu h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.simple-menu p{font-size:16.2px;line-height:1.82;}
.simple-menu .top-grid{margin-top:calc(1.5rem / 1.4);max-width:none;}
.simple-menu .main-lead{display:flex;flex-direction:column;gap:0;margin-top:var(--state-local);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-menu .steady-body{display:grid;grid-template-columns:minmax(0,var(--field-active)) minmax(0,1fr);gap:2.59rem;padding:calc(2.59rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-menu .steady-body h3{font-weight:600;}
.simple-menu .steady-body p{margin:0;}
.simple-menu .content-details{margin-top:var(--state-local);font-size:calc(16.2px * .875);opacity:.82;}
@media (max-width:820px){.simple-menu .steady-body{grid-template-columns:1fr;gap:calc(1.5rem / 2);}
}
.active-story{--state-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.35rem;background:#f6f8f4;color:#16211a;}
.active-story .direct-rail{max-width:1660px;margin:0 auto;}
.active-story h2,.active-story h3,.active-story p{margin:0;}
.active-story h2{font-size:calc(16.2px * 2);line-height:1.14;}
.active-story h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.active-story p{font-size:16.2px;line-height:1.82;}
.active-story .wide-track .top-grid{margin-top:1.5rem;}
.active-story .wide-track .top-grid + .top-grid{margin-top:calc(1.5rem / 1.6);}
.active-story .text-flow{display:flex;align-items:flex-start;gap:2.59rem;}
.active-story .text-flow>.wide-track{flex:1 1 calc(1660px / 3);min-width:0;position:sticky;top:1.5rem;}
.active-story .text-flow>.main-lead{flex:1 1 calc(1660px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--state-local);}
.active-story .steady-body{padding-left:1.5rem;border-left:2px solid #d6e0d2;}
.active-story .steady-body h3{margin-bottom:calc(1.5rem / 3);}
.active-story .steady-body p{color:#1c2a1e;}
@media(max-width:820px){.active-story .text-flow{flex-direction:column;}.active-story .text-flow>.wide-track{position:static;}.active-story .steady-body{padding-left:calc(1.5rem * .75);}
}
.content-stack{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2.35rem;background:linear-gradient(135deg, #e8590c 0%, #f08c2e 100%);color:#fff7ed}
.content-stack:before{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 40%,color-mix(in srgb,currentColor 8%,transparent) 50%,transparent 60%);animation:missionCauseDrift calc(430ms*38) var(--speed-slow) infinite alternate}
.content-stack .direct-rail{position:relative;max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.59rem * 1.5)}
.content-stack h2{max-width:16ch;margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.content-stack .simple-steps,.content-stack .primary-feature,.content-stack .active-brand{padding:1.5rem 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.content-stack .simple-steps{width:min(100%,46rem)}
.content-stack .primary-feature{width:min(100%,46rem);margin-left:auto;text-align:right}
.content-stack .active-brand{width:min(100%,52rem);margin:0 auto}
.content-stack h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.25}
.content-stack .direct-rail p{margin:calc(1.5rem * .75) 0 0;line-height:1.82}
.content-stack .primary-feature p{margin:0 0 calc(1.5rem * .75)}
@keyframes missionCauseDrift{from{transform:translateX(-5%)}to{transform:translateX(5%)}}
@media(max-width:620px){.content-stack .primary-feature{text-align:left;margin-left:0}}
@media(prefers-reduced-motion:reduce){.content-stack:before{animation:none}}
.quiet-block{
        padding: calc(1.5rem * 2.4) 2.35rem;
        background: #f6f8f4;
        color: #16211a
    }
.quiet-block .direct-rail{width: min(100%, calc(1660px * .82));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr);
        gap: 2.59rem;
        align-items: start}
.quiet-block .site-track{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        background: #eaf1e6;
        color: #1c2a1e;
        border-radius: 0.99rem;
        border: 1px solid #d6e0d2
    }
.quiet-block .site-track .media-footer,
    .quiet-block .site-track .local-group{font-size: calc(16.2px * .875);
        line-height: 1.82}
.quiet-block .site-track .local-group{padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid color-mix(in srgb, currentColor 22%, transparent)}
.quiet-block .site-track .content-details{margin: 0;
        font-size: calc(16.2px * .875);
        line-height: 1.82}
.quiet-block .soft-note{min-width: 0}
.quiet-block h1{margin: 0;
        font-size: calc(16.2px * 2.65);
        line-height: 1.08}
.quiet-block .top-grid{margin: 1.5rem 0 calc(2.59rem * 1.5);
        font-size: calc(16.2px * 1.125);
        line-height: 1.82;
        padding-bottom: calc(2.59rem * 1.5);
        border-bottom: 1px solid #d6e0d2}
.quiet-block .soft-note p:not(.top-grid){margin: 0 0 1.5rem;
        line-height: 1.82}
.quiet-block .simple-content{margin-top: calc(2.59rem * 1.5);
        padding-top: calc(2.59rem * 1.5);
        border-top: 1px solid #d6e0d2;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75)}
.quiet-block .compact-note{font-size: calc(16.2px * .875);}
.quiet-block .simple-content a{text-decoration: none;
        border-bottom: 1px solid currentColor;
        padding-bottom: 1px;
        transition: color 430ms var(--speed-slow)}
.quiet-block .simple-content a:hover{}
@media (max-width: 860px) {.quiet-block .direct-rail{
            grid-template-columns: minmax(0, 1fr)
        }.quiet-block .site-track{
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center
        }.quiet-block .site-track .local-group{
            border-bottom: 0;
            padding-bottom: 0
        }.quiet-block .site-track .content-details{
            flex-basis: 100%
        }
    }
.steady-area{
        padding: calc(1.5rem * 2.4) 2.35rem;
        background: #eaf1e6;
        color: #1c2a1e
    }
.steady-area .direct-rail{max-width: 1660px;
        margin: 0 auto}
.steady-area .text-group{display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);
        align-items: flex-start}
.steady-area h2{min-width: 0;
        margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.12;
        letter-spacing: -0.01em}
.steady-area .clear-list{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem}
.steady-area .clear-list p{margin: 0;
        font-size: 16.2px;
        line-height: 1.82}
.steady-area .narrow-proof{display: flex;
        flex-wrap: wrap;
        gap: calc(calc(1.5rem * .75) * .6);
        margin-top: calc(1.5rem * .4);
        padding-top: 1.5rem;
        border-top: 1px solid #d6e0d2}
.steady-area .narrow-proof span{
        border-radius: 0.32rem;
        background: #ffffff;
        color: #1c2a1e;
        border: 1px solid #d6e0d2;
        padding: calc(calc(1.5rem * .75) * .5) calc(calc(1.5rem * .75) * .85);
        font-size: calc(16.2px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.steady-area .text-group{
            display: block
        }.steady-area .clear-list{
            margin-top: 1.5rem
        }.steady-area .narrow-proof{
            padding-top: calc(1.5rem * .75)
        }
    }
.media-body{padding:calc(1.5rem * 2.4) 2.35rem;background:#eaf1e6;color:#1c2a1e}
.media-body .direct-rail{max-width:1660px;margin:0 auto}
.media-body .site-unit{display:flex;gap:2.59rem;align-items:flex-start;flex-wrap:wrap}
.media-body .content-entries{flex:1 1 22rem;min-width:0}
.media-body .content-entries h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 2);line-height:1.1}
.media-body .top-grid{margin:0;font-size:16.2px;line-height:1.82}
.media-body .plain-brand{flex:1 1 26rem;min-width:0;border-left:2px solid #d6e0d2;padding-left:calc(2.59rem * 1.5)}
.media-body .plain-brand p{margin:0 0 calc(1.5rem * .75);font-size:16.2px;line-height:1.82}
.media-body .offer-links{list-style:none;margin:calc(2.59rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.media-body .offer-links li{min-width:0}
.media-body .offer-links a{display:inline-flex;border-radius:0.48rem;background:#1f6b3a;color:#f3faf4;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.2px * .875);transition:background 430ms var(--speed-slow)}
.media-body .offer-links a:hover{background:#17522c;color:#1c2a1e;}
.media-body .content-details{margin:calc(2.59rem * 1.5) 0 0;font-size:calc(16.2px * .875);opacity:.8}
@media(max-width:760px){.media-body .site-unit{display:block}.media-body .plain-brand{margin-top:calc(2.59rem * 1.5);border-left:0;padding-left:0;border-top:2px solid #d6e0d2;padding-top:calc(2.59rem * 1.5)}.media-body .content-entries h2{font-size:calc(16.2px * 1.35)}
}
.offer-surface{
  background: #f6f8f4;
  color: #16211a;
  padding: calc(1.5rem * 2.4) 2.35rem;
}
.offer-surface .direct-rail{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 2.59rem;}
.offer-surface h2,
.offer-surface h3,
.offer-surface p{margin: 0;}
.offer-surface h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.offer-surface h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.offer-surface p{font-size: 16.2px; line-height: 1.82;}
.offer-surface .page-region{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.59rem * 1.5);
  border-radius: 1.11rem;
  background: #eaf1e6;
  color: #1c2a1e;
}
.offer-surface .service-callout{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.offer-surface .tile{
  display: grid;
  grid-template-columns: minmax(7rem, .2fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.99rem;
  background: #ffffff;
  color: #1c2a1e;
  border: 1px solid #d6e0d2;
  text-decoration: none;
  transition: border-color 430ms var(--speed-slow);
}
.offer-surface .tile b{font-size: calc(16.2px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #1c2a1e;}
.offer-surface .tile h3{margin-bottom: .35rem;}
.offer-surface .tile:hover{border-color: #1f6b3a;}
.offer-surface .direct-grid{
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.59rem;
  padding: 1.5rem;
  border-radius: 0.99rem;
  background: #16211a;
  color: #f3faf4;
}
.offer-surface .direct-grid a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
@media (max-width: 820px) {.offer-surface .direct-rail{ grid-template-columns: 1fr; }.offer-surface .tile{ grid-template-columns: 1fr; }.offer-surface .direct-grid{ flex-direction: column; align-items: flex-start; }
}
.fresh-frame{
    padding:calc(1.5rem * 2.4) 2.35rem;
    background:#eaf1e6;
    color:#1c2a1e;
}
.fresh-frame .direct-rail{max-width:1660px;
    margin:0 auto;}
.fresh-frame .public-links{display:flex;
    flex-wrap:wrap;
    gap:2.59rem;
    align-items:flex-start;}
.fresh-frame .top-grid{flex:1 1 420px;
    min-width:0;}
.fresh-frame .top-grid h2{margin:0 0 calc(2.59rem * 1.5);
    font-size:calc(16.2px * 2);
    line-height:1.25;}
.fresh-frame .top-grid p{margin:0 0 calc(2.59rem * 1.5);
    font-size:16.2px;
    line-height:1.82;}
.fresh-frame .top-grid p:last-child{margin-bottom:0;}
.fresh-frame .simple-content{flex:1 1 320px;
    min-width:0;
    border-left:2px solid #d6e0d2;
    padding-left:calc(1.5rem * .75);}
.fresh-frame .simple-content .focused-plan{margin:0 0 calc(2.59rem * 1.5);
    font-size:calc(16.2px * .875);
    line-height:1.82;}
.fresh-frame .plain-rail{display:flex;
    flex-wrap:wrap;
    gap:1.5rem;}
.fresh-frame .plain-rail a{
    display:inline-block;
    padding:10px 18px;
    border-radius:0.48rem;
    background:#1f6b3a;
    color:#f3faf4;
    text-decoration:none;
    font-weight:600;
    font-size:calc(16.2px * .875);
    transition:background 430ms var(--speed-slow);
}
.fresh-frame .plain-rail a:last-child{
    background:#e8590c;
    color:#fff7ed;
}
.fresh-frame .plain-rail a:hover{
    background:#17522c;
    color:#f3faf4;
}
.fresh-frame .plain-rail a:last-child:hover{
    background:#c2410c;
    color:#fff7ed;
}
@media (max-width:760px){.fresh-frame .simple-content{
        border-left:none;
        border-top:2px solid #d6e0d2;
        padding-left:0;
        padding-top:calc(1.5rem * .75);
    }
}
.wide-rail{
        padding: calc(1.5rem * 2.4) 2.35rem;
        background: #eaf1e6;
        color: #1c2a1e
    }
.wide-rail .direct-rail{width: min(100%, calc(1660px * .74));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(12rem, 1fr) minmax(0, 2.4fr);
        gap: 2.59rem;
        align-items: start}
.wide-rail .site-track{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-top: 1.5rem;
        border-top: 1px solid #d6e0d2}
.wide-rail .site-track span{font-size: calc(16.2px * .875);
        line-height: 1.5}
.wide-rail .soft-note{
        background: #ffffff;
        color: #1c2a1e;
        border: 1px solid #d6e0d2;
        border-radius: 0.99rem;
        padding: 2.59rem
    }
.wide-rail h1{margin: 0;
        font-size: calc(16.2px * 2.65);
        line-height: 1.08}
.wide-rail .top-grid{margin: 1.5rem 0 calc(2.59rem * 1.5);
        font-size: calc(16.2px * 1.125);
        line-height: 1.82}
.wide-rail .soft-note p:not(.top-grid){margin: 0 0 1.5rem;
        line-height: 1.82}
.wide-rail .simple-content{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        margin-top: calc(2.59rem * 1.5);
        padding-top: 1.5rem;
        border-top: 1px solid #d6e0d2}
.wide-rail .simple-content a{font-size: calc(16.2px * .875);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 430ms var(--speed-slow), border-color 430ms var(--speed-slow)}
.wide-rail .simple-content a:hover{border-bottom-color: #e8590c}
@media (max-width: 860px) {.wide-rail .direct-rail{
            grid-template-columns: 1fr
        }.wide-rail .site-track{
            flex-direction: row;
            flex-wrap: wrap;
            gap: 1.5rem
        }
    }
.simple-stack{
        padding: calc(1.5rem * 2.4) 2.35rem;
        background: #f6f8f4;
        color: #16211a
    }
.simple-stack .direct-rail{max-width: 1660px;
        margin: 0 auto}
.simple-stack .focused-fields{display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);
        align-items: flex-start}
.simple-stack .content-entries{min-width: 0}
.simple-stack h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.12}
.simple-stack .content-entries p{margin: 1.5rem 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.82}
.simple-stack ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.simple-stack li{display: flex;
        gap: 2.59rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.simple-stack li + li{border-top: 1px solid #d6e0d2}
.simple-stack strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(16.2px * 1.35);
        line-height: 1.2}
.simple-stack span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.82}
@media (max-width: 760px) {.simple-stack .focused-fields, .simple-stack li{
            display: block
        }.simple-stack ul{
            margin-top: calc(2.59rem * 1.5)
        }.simple-stack span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.wide-proof{padding:calc(1.5rem * 2.4) 2.35rem;background:#e8590c;color:#fff7ed}
.wide-proof .direct-rail{max-width:1660px;margin:0 auto}
.wide-proof .quiet-quote{display:flex;gap:calc(2.59rem * 1.5);align-items:flex-start}
.wide-proof .top-grid{flex:1 1 34rem;min-width:0}
.wide-proof h2{margin:0;max-width:18ch;font-size:calc(16.2px * 2);line-height:1.08}
.wide-proof .top-grid p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.82}
.wide-proof .plain-brand{flex:0 1 34rem;min-width:0;background:#16211a;color:#f3faf4;border-radius:0.99rem;padding:2.59rem;box-shadow:0 8px 18px rgba(0,0,0,0.2)}
.wide-proof .plain-brand>p{margin:0;line-height:1.82}
.wide-proof .offer-links{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.wide-proof .offer-links a{border-radius:0.32rem;background:#1f6b3a;color:#f3faf4;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.2px * .875);line-height:1.4}
.wide-proof .offer-links a:hover{background:#17522c;color:#1c2a1e;}
@media(max-width:820px){.wide-proof .quiet-quote{display:block}.wide-proof .plain-brand{margin-top:calc(2.59rem * 1.5);padding:1.5rem}.wide-proof h2{font-size:calc(16.2px * 1.35)}}
.narrow-callout{
  background: #f6f8f4;
  color: #16211a;
  padding: calc(1.5rem * 2.4) 2.35rem;
}
.narrow-callout .direct-rail{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  gap: 2.59rem;}
.narrow-callout h2,
.narrow-callout h3,
.narrow-callout p{margin: 0;}
.narrow-callout h2{font-size: calc(16.2px * 2);
  line-height: 1.1;}
.narrow-callout h3{font-size: calc(16.2px * 1.35);
  line-height: 1.18;}
.narrow-callout p{font-size: 16.2px;
  line-height: 1.82;}
.narrow-callout .page-tile{display: grid;
  gap: calc(2.59rem * 1.5);
  align-content: start;}
.narrow-callout .top-grid{font-size: calc(16.2px * 1.125);
  color: #1c2a1e;}
.narrow-callout .focused-fields{display: grid;
  border-top: 1px solid #d6e0d2;}
.narrow-callout .focused-plan{display: grid;
  grid-template-columns: minmax(6rem, .16fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d6e0d2;
  align-items: start;}
.narrow-callout .focused-plan span{font-size: calc(16.2px * .875);
  color: #1c2a1e;
  letter-spacing: .02em;}
.narrow-callout .open-surface{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 2.59rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.99rem;
  background: #ffffff;
  color: #1c2a1e;
  border: 1px solid #d6e0d2;
}
.narrow-callout .open-surface p{flex: 1 1 22rem;}
.narrow-callout .open-surface a{color: #1f6b3a;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  font-size: 16.2px;}
.narrow-callout .open-surface a:hover{color:inherit;}
@media (max-width: 820px) {.narrow-callout .focused-plan{
    grid-template-columns: 1fr;
    gap: calc(2.59rem * 1.5);
  }
}
.quiet-inner{
  background:#1f6b3a;
  color:#f3faf4;
  padding:calc(1.5rem * 2.4) 2.35rem;
}
.quiet-inner .direct-rail{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(2.59rem * 1.5);
  align-items:flex-start;
  justify-content:space-between;}
.quiet-inner .top-grid{flex:1 1 30rem;
  min-width:0;}
.quiet-inner h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.quiet-inner .top-grid p{margin:1.5rem 0 0;
  font-size:16.2px;
  line-height:1.82;}
.quiet-inner .featured-media{flex:1 1 30rem;
  display:flex;
  flex-direction:column;
  gap:.6rem;
  min-width:0;}
.quiet-inner .featured-media a{text-decoration:none;
  padding:1.5rem 0;
  border-bottom:1px solid color-mix(in srgb,#f3faf4 22%,transparent);
  transition:border-color 430ms var(--speed-slow);}
.quiet-inner .featured-media a:hover{border-bottom-color:#f3faf4;}
.quiet-inner .featured-media strong,
.quiet-inner .featured-media span{display:block;}
.quiet-inner .featured-media strong{font-size:16.2px;}
.quiet-inner .featured-media span{margin-top:.3rem;
  font-size:calc(16.2px * .875);
  line-height:1.82;}
.quiet-inner .content-details{flex:1 1 100%;
  margin:1.5rem 0 0;
  font-size:calc(16.2px * .875);}
.quiet-inner .content-details a{text-decoration:underline;
  text-underline-offset:3px;}
@media (max-width:760px){.quiet-inner .direct-rail{display:block}.quiet-inner .featured-media{margin-top:calc(2.59rem * 1.5)}
}
.service-wrap{
        padding: calc(1.5rem * 2.4) 2.35rem;
        background: #f6f8f4;
        color: #16211a
    }
.service-wrap .direct-rail{width: min(100%, calc(1660px * .74));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
        gap: 2.59rem;
        align-items: start}
.service-wrap .site-track{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem 0 0;
        border-top: 2px solid #1f6b3a}
.service-wrap .site-track span{font-size: calc(16.2px * .875);
        line-height: 1.5}
.service-wrap .site-track .media-footer{}
.service-wrap .site-track .local-group{}
.service-wrap .site-track .page-area{
        align-self: flex-start;
        background: #e8590c;
        color: #fff7ed;
        padding: 0.3rem 0.7rem;
        border-radius: 0.32rem;
        font-size: calc(16.2px * .875)
    }
.service-wrap .soft-note{
        background: #ffffff;
        color: #1c2a1e;
        border: 1px solid #d6e0d2;
        border-radius: 0.99rem;
        padding: 2.59rem
    }
.service-wrap h1{margin: 0;
        font-size: calc(16.2px * 2.65);
        line-height: 1.08}
.service-wrap .top-grid{margin: 1.5rem 0 calc(2.59rem * 1.5);
        font-size: calc(16.2px * 1.125);
        line-height: 1.82;}
.service-wrap .soft-note p:not(.top-grid):not(.simple-content){margin: 0 0 1.5rem;
        line-height: 1.82}
.service-wrap .simple-content{margin: calc(2.59rem * 1.5) 0 0;
        padding-top: 1.5rem;
        border-top: 1px solid #d6e0d2;
        font-size: calc(16.2px * .875);
        line-height: 1.7}
.service-wrap .simple-content a{text-decoration: underline;
        text-underline-offset: 3px}
.service-wrap .simple-content a:hover{}
@media (max-width: 820px) {.service-wrap .direct-rail{
            grid-template-columns: 1fr
        }.service-wrap .site-track{
            flex-direction: row;
            flex-wrap: wrap;
            gap: calc(1.5rem * .75)
        }
    }
.content-nav{
        padding: calc(1.5rem * 2.4) 2.35rem;
        background: #eaf1e6;
        color: #1c2a1e
    }
.content-nav .direct-rail{max-width: 1660px;
        margin: 0 auto}
.content-nav .text-group{display: flex;
        flex-direction: column;
        gap: calc(2.59rem * 1.5);
        align-items: flex-start}
.content-nav h2{min-width: 0;
        margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.12}
.content-nav .clear-list{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 1.5rem}
.content-nav .clear-list p{margin: 0;
        font-size: 16.2px;
        line-height: 1.82}
.content-nav .narrow-proof{display: flex;
        flex-wrap: wrap;
        gap: calc(2.59rem * .5);
        margin-top: calc(1.5rem * .5)}
.content-nav .narrow-proof span{
        border-radius: 0.32rem;
        background: #ffffff;
        color: #1c2a1e;
        border: 1px solid #d6e0d2;
        padding: calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);
        font-size: calc(16.2px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.content-nav .text-group{
            display: block
        }.content-nav .clear-list{
            margin-top: 1.5rem
        }
    }
.bottom-steps{padding:calc(1.5rem * 2.4) 2.35rem;background:linear-gradient(135deg, #e8590c 0%, #f08c2e 100%);color:#fff7ed}
.bottom-steps .direct-rail{max-width:1660px;margin:0 auto}
.bottom-steps .site-unit{display:flex;gap:2.59rem;align-items:flex-start;flex-wrap:wrap}
.bottom-steps h2{flex:1 1 30rem;min-width:0;margin:0;font-size:calc(16.2px * 2);line-height:1.08}
.bottom-steps .plain-brand{flex:1 1 36rem;min-width:0}
.bottom-steps .plain-brand p{margin:0;font-size:16.2px;line-height:1.82}
.bottom-steps ul{list-style:none;margin:calc(2.59rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.bottom-steps li{min-width:0}
.bottom-steps li a{display:inline-flex;border-radius:0.48rem;background:#e8590c;color:#fff7ed;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(16.2px * .875);transition:background 430ms var(--speed-slow)}
.bottom-steps li a:hover{background:#c2410c;color:#1c2a1e;}
@media(max-width:760px){.bottom-steps .site-unit{display:block}.bottom-steps .plain-brand{margin-top:calc(2.59rem * 1.5)}.bottom-steps h2{font-size:calc(16.2px * 1.35)}}
.narrow-shell{
  background: #f6f8f4;
  color: #16211a;
  padding: calc(1.5rem * 2.4) 2.35rem;
}
.narrow-shell .direct-rail{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.59rem;
  align-items: flex-start;}
.narrow-shell h2,
.narrow-shell h3,
.narrow-shell p{margin: 0;}
.narrow-shell h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.narrow-shell h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.narrow-shell p{font-size: 16.2px; line-height: 1.82;}
.narrow-shell .secondary-track{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(2.59rem * 1.5);
  align-content: start;
  padding: calc(2.59rem * 1.5);
  border-radius: 1.11rem;
  background: #16211a;
  color: #f3faf4;
}
.narrow-shell .secondary-track a{width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.narrow-shell .unit{flex: 2 1 32rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #d6e0d2;}
.narrow-shell [data-block]{display: grid;
  gap: 0.35rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d6e0d2;}
.narrow-shell .simple-actions{color: #1c2a1e;
  font-size: calc(16.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
@media (max-width: 820px) {.narrow-shell .direct-rail{ flex-direction: column; }.narrow-shell .secondary-track,
  .narrow-shell .unit{ flex: 1 1 auto; width: 100%; }
}
.plain-shell{
  background:#e8590c;
  color:#fff7ed;
  padding:calc(1.5rem * 2.4) 2.35rem;
}
.plain-shell .direct-rail{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(2.59rem * 1.5);
  align-items:flex-start;}
.plain-shell .site-track{flex:1 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  border-right:1px solid color-mix(in srgb,#fff7ed 24%,transparent);
  padding-right:2.35rem;}
.plain-shell h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.plain-shell .content-details{margin:0;
  font-size:calc(16.2px * .875);
  line-height:1.82;}
.plain-shell .simple-content{display:flex;
  flex-direction:column;
  gap:.5rem;}
.plain-shell .simple-content a{display:inline-flex;
  width:max-content;
  max-width:100%;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:16.2px;}
.plain-shell .simple-content a:hover{border-bottom-color:#c2410c;}
.plain-shell .compact-proof{flex:2 1 26rem;
  min-width:0;}
.plain-shell .compact-proof p{margin:0;
  font-size:calc(16.2px * 1.125);
  line-height:1.82;}
.plain-shell .main-lead{margin-top:calc(2.59rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.plain-shell .main-lead span{
  border-radius:1.11rem;
  background:color-mix(in srgb,#fff7ed 12%,transparent);
  padding:.55rem .9rem;
  font-size:calc(16.2px * .875);
  line-height:1.4;color:#1c2a1e;}
.plain-shell .focused-plan{margin-top:calc(2.59rem * 1.5);
  font-size:calc(16.2px * .875);}
.plain-shell .focused-plan a{text-decoration:underline;}
.plain-shell .focused-plan a:hover{}
@media (max-width:720px){.plain-shell .direct-rail{display:block}.plain-shell .site-track{
    border-right:0;
    padding-right:0;
    margin-bottom:calc(2.59rem * 1.5);
  }
}
.simple-list{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #f6f8f4;
        color: #16211a;
    }
.simple-list .main-block{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(2.59rem * 1.5);
        align-items: flex-start;}
.simple-list .wide-track{flex: 1 1 32rem;
        min-width: 0;}
.simple-list h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.simple-list p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;
        color: #1c2a1e;}
@media (max-width: 640px) {.simple-list{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.simple-list .main-block{
            display: block;
        }.simple-list h1{
            font-size: clamp(1.7rem, 7vw, 2.4rem);
        }
    }
.top-team{background:#eaf1e6;color:#1c2a1e;padding:calc(1.5rem * 2.4) 2.35rem}
.top-team .direct-rail{max-width:1660px;margin:0 auto}
.top-team .simple-lead{display:flex;flex-direction:column;gap:calc(2.59rem * 1.5)}
.top-team .team{display:flex;align-items:flex-end;justify-content:space-between;gap:2.59rem}
.top-team h2{margin:0;max-width:22ch;font-size:clamp(calc(16.2px * 2),4.5vw,calc(16.2px * 2.65));line-height:1.08;letter-spacing:0}
.top-team .team a{padding:calc(1.5rem * .75) 2.59rem;border-radius:0.48rem;background:#1f6b3a;color:#f3faf4;text-decoration:none;font-weight:700;white-space:nowrap}
.top-team .team a:hover{background:#17522c;color:#1c2a1e;}
.top-team .top-grid{margin:0;font-size:16.2px;line-height:1.82}
.top-team .bottom-visual{display:flex;flex-wrap:wrap;gap:2.59rem}
.top-team .bottom-visual div{flex:1 1 18rem;min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #d6e0d2}
.top-team span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.4);font-size:calc(16.2px * .875);opacity:.75}
.top-team strong{display:block;font-size:16.2px}
.top-team p{margin:calc(calc(1.5rem * .75)*.5) 0 0;line-height:1.6}
.top-team a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor}
.top-team a:hover{}
@media(max-width:680px){.top-team .team{align-items:flex-start;flex-direction:column}.top-team .team a{white-space:normal}}
.text-list{
  background: #f6f8f4;
  color: #16211a;
  padding: calc(1.5rem * 2.4) 2.35rem;
}
.text-list .direct-rail{max-width: 1660px;
  margin: 0 auto;}
.text-list .soft-summary{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.59rem;}
.text-list .content-details{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  background: #eaf1e6;
  color: #1c2a1e;
  border-radius: 0.99rem;
}
.text-list .content-details p{margin: 0 0 calc(1.5rem * .75);
  line-height: 1.82;
  font-size: calc(16.2px * .875);}
.text-list .content-details p:last-child{margin-bottom: 0;}
.text-list .content-details .focused-plan{font-size: calc(16.2px * .875);}
.text-list .content-details a{color: #1f6b3a;
  text-decoration: none;}
.text-list .content-details a:hover{color:inherit;
  text-decoration: underline;}
.text-list .open-header{
  flex: 1 1 34rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  background: #ffffff;
  color: #1c2a1e;
  border: 1px solid #d6e0d2;
  border-radius: 1.11rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.text-list h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.15;}
.text-list .top-grid{margin: 0;
  font-size: 16.2px;
  line-height: 1.82;}
.text-list .tile{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;}
.text-list .tile label{flex: 1 1 14rem;}
.text-list label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.4);
  min-width: 0;
  font-size: calc(16.2px * .875);}
.text-list input{
  width: 100%;
  min-width: 0;
  border: 1px solid #d6e0d2;
  border-radius: 0.48rem;
  background: #f6f8f4;
  color: #16211a;
  padding: calc(1.5rem * .75);
  font: inherit;
}
.text-list input::placeholder{color: rgba(255,255,255,0.55);}
.text-list input:focus{outline: 2px solid #7cc48f;
  outline-offset: 1px;}
.text-list button{
  align-self: flex-start;
  border: 0;
  border-radius: 0.48rem;
  background: #1f6b3a;
  color: #f3faf4;
  padding: calc(1.5rem * .75) 2.59rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 430ms var(--speed-slow);
}
.text-list button:hover{
  background: #17522c;color:#1c2a1e;}
.text-list .featured-tile{margin: 0;
  font-size: calc(16.2px * .875);
  color: #1c2a1e;}
.text-list .featured-tile a{color: #1f6b3a;}
.text-list .featured-tile a:hover{color:inherit;}
@media (max-width: 720px) {.text-list .soft-summary{
    flex-direction: column;
  }.text-list .content-details,
  .text-list .open-header{
    flex-basis: auto;
    width: 100%;
  }
}
.plain-wrap{
  padding:calc(1.5rem * 2.4) 2.35rem;
  background:#eaf1e6;
  color:#1c2a1e;
}
.plain-wrap .plain-actions{max-width:1660px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.42fr) minmax(0,1fr);
  gap:2.59rem;
  align-items:start;}
.plain-wrap .narrow-intro{
  padding:calc(2.59rem * 1.5);
  border-radius:0.99rem;
  background:#ffffff;
  color:#1c2a1e;
  border:1px solid #d6e0d2;
}
.plain-wrap .narrow-intro span{display:inline-block;
  font-size:calc(16.2px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;}
.plain-wrap h2{margin:calc(1.5rem * .75) 0;
  font-size:calc(16.2px * 2);
  line-height:1.15;}
.plain-wrap .narrow-intro p{margin:0 0 calc(1.5rem * .75);
  font-size:16.2px;
  line-height:1.82;}
.plain-wrap .narrow-intro p:last-child{margin-bottom:0}
.plain-wrap .wide-panel{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(15rem,.38fr);
  gap:calc(1.5rem * .75);
  align-items:start;}
.plain-wrap .page-callout{
  min-height:32rem;
  border-radius:0.99rem;
  overflow:hidden;
  border:1px solid #d6e0d2;
  background:#ffffff;color:#1c2a1e;}
.plain-wrap iframe{display:block;
  width:100%;
  height:100%;
  border:0;}
.plain-wrap .main-lead{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .6);}
.plain-wrap .steady-body{
  padding:calc(1.5rem * .75);
  border-radius:0.48rem;
  background:#ffffff;
  color:#1c2a1e;
  border:1px solid #d6e0d2;
}
.plain-wrap .steady-body span{display:block;
  font-size:calc(16.2px * .875);
  margin-bottom:calc(calc(1.5rem * .75) * .3);}
.plain-wrap .steady-body strong{display:block;
  font-size:16.2px;
  line-height:1.5;
  font-weight:600;}
@media (max-width:1000px){.plain-wrap .plain-actions{grid-template-columns:1fr}.plain-wrap .wide-panel{grid-template-columns:1fr}.plain-wrap .page-callout{min-height:22rem}
}
.direct-block{padding:calc(1.5rem * 2.4) 2.35rem;background:#16211a;color:#f3faf4}
.direct-block .wide-track{max-width:min(1660px,70rem);margin:0 auto}
.direct-block h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.direct-block .top-grid{margin:1.5rem 0 calc(2.59rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 74%,transparent)}
.direct-block .service-callout{display:flex;flex-direction:column;gap:calc(2.59rem * 1.5)}
.direct-block .steady-body{padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.direct-block .steady-body:first-child{border-top:0;padding-top:0}
.direct-block h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.25}
.direct-block .steady-body p{margin:0 0 calc(1.5rem * .75);color:color-mix(in srgb,currentColor 76%,transparent)}
.direct-block .steady-body p:last-child{margin-bottom:0}
.direct-block .focused-plan{margin:0 0 0.35rem;font-size:calc(16.2px * .875)}
.direct-block a{text-decoration:underline;text-underline-offset:3px}
.direct-block a:hover{}
@media (min-width:900px){.direct-block .service-callout{display:grid;grid-template-columns:1fr 1fr;gap:calc(2.59rem * 1.5) 2.59rem}.direct-block .steady-body{padding-top:calc(1.5rem * .75)}.direct-block .steady-body:nth-child(1),
  .direct-block .steady-body:nth-child(2){border-top:0;padding-top:0}
}
.fresh-steps{
  padding: calc(1.5rem * 2.4) 2.35rem;
  background: #e8590c;
  color: #fff7ed;
}
.fresh-steps .direct-rail{display: flex;
  flex-wrap: wrap;
  gap: calc(2.59rem * 1.5);
  max-width: 1660px;
  margin: 0 auto;
  align-items: flex-start;}
.fresh-steps .wide-track{flex: 1 1 320px;
  min-width: 0;}
.fresh-steps h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.fresh-steps .wide-track > p{margin: 1.5rem 0 0;
  font-size: 16.2px;
  line-height: 1.82;}
.fresh-steps .focused-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: calc(2.59rem * 1.5);}
.fresh-steps .focused-nav a{color: inherit;
  text-underline-offset: .22em;
  font-size: calc(16.2px * .875);}
.fresh-steps .compact-view{flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.fresh-steps .simple-content{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.59rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  transition: background 430ms var(--speed-slow);}
.fresh-steps a.route:hover{
  background: color-mix(in srgb, currentColor 8%, transparent);
}
.fresh-steps .simple-content span{flex: 0 0 34%;
  font-size: calc(16.2px * .875);
  opacity: .78;}
.fresh-steps .simple-content strong,
.fresh-steps .simple-content p{flex: 1 1 auto;
  margin: 0;
  text-align: right;
  line-height: 1.82;
  overflow-wrap: anywhere;}
.fresh-steps .simple-content strong{font-size: calc(16.2px * 1.125);}
@media (max-width: 720px) {.fresh-steps .simple-content{
    display: block;
  }.fresh-steps .simple-content span{
    display: block;
    flex: none;
  }.fresh-steps .simple-content strong,
  .fresh-steps .simple-content p{
    display: block;
    margin-top: calc(1.5rem * .75);
    text-align: left;
  }
}
.quiet-details{padding:calc(1.5rem * 2.4) 2.35rem;background:#f6f8f4;color:#16211a;}
.narrow-view{max-width:1660px;margin:0 auto;}
.quiet-details h1{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08;}
.active-team{padding:calc(1.5rem * 2.4) 2.35rem;background:#1f6b3a;color:#f3faf4}
.active-team .open-nav{max-width:min(1660px,62rem);margin:0 auto}
.active-team h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08}
.active-team .featured-note{margin:1.5rem 0 calc(2.59rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.6}
.active-team .contact-feature{border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.active-team .content-details{padding:2.59rem 0}
.active-team .content-details + .content-details{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.active-team h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.25}
.active-team .content-details p{margin:0;font-size:16.2px;line-height:1.75}
@media (max-width:640px){.active-team .content-details{padding:calc(2.59rem * 1.5) 0}.active-team h2{font-size:calc(16.2px * 2)}
}
.site-menu{
        padding: calc(calc(1.5rem * 2.4) * .7) 2.35rem;
        background: #eaf1e6;
        color: #1c2a1e;
    }
.site-menu .main-block{max-width: 1660px;
        margin: 0 auto;
        display: block;}
.site-menu .wide-track{min-width: 0;}
.site-menu h1{margin: 0;
        font-size: clamp(1.85rem, 4.4vw, calc(16.2px * 2.65));
        line-height: 1.08;
        font-weight: 720;
        letter-spacing: 0;}
.site-menu p{margin: 1.5rem 0 0;
        font-size: clamp(1rem, 1.3vw, 16.2px);
        line-height: 1.72;}
@media (max-width: 640px) {.site-menu{
            padding-top: calc(calc(1.5rem * 2.4) * .55);
            padding-bottom: calc(calc(1.5rem * 2.4) * .55);
        }.site-menu h1{
            font-size: clamp(1.6rem, 7vw, 2.4rem);
        }
    }
.featured-body{
  --state-local:calc(1.5rem * 1.19);
  padding:calc(1.5rem * 2.4) 2.35rem;
  background:#1f6b3a;
  color:#f3faf4;
}
.featured-body .direct-rail{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:2.59rem;
  align-items:flex-start;}
.featured-body .top-method{flex:1 1 34rem;
  min-width:0;}
.featured-body .featured-flow{flex:1 1 18rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(2.59rem * 1.5);}
.featured-body h2{margin:0 0 calc(2.59rem * 1.5);
  font-size:calc(16.2px * 2);
  line-height:1.12;}
.featured-body p{margin:0;
  font-size:16.2px;
  line-height:1.82;}
.featured-body .top-grid{margin-bottom:calc(2.59rem * 1.5);}
.featured-body .content-details{font-size:calc(16.2px * .875);
  color:color-mix(in srgb, currentColor 78%, transparent);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);
  padding-top:calc(2.59rem * 1.5);}
.featured-body .local-service{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.32rem;
  background:#f3faf4;
  color:#1f6b3a;
  text-decoration:none;
  font-size:16.2px;
  transition:background 430ms var(--speed-slow), color 430ms var(--speed-slow);
}
.featured-body .local-service:hover{
  background:#e8590c;
  color:#fff7ed;
}
.featured-body .simple-content{font-size:calc(16.2px * .875);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.featured-body .simple-content a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.featured-body .simple-content a:hover{}
@media (max-width:720px){.featured-body .direct-rail{
    flex-direction:column;
  }.featured-body .local-service{
    width:100%;
  }
}
.fresh-lead{background:#eaf1e6;color:#1c2a1e;padding:calc(1.5rem * 2.4) 2.35rem}
.fresh-lead .direct-rail{max-width:1660px;margin:0 auto}
.fresh-lead .text-group{display:flex;flex-wrap:wrap;gap:calc(2.59rem * 1.5);align-items:flex-start}
.fresh-lead .clear-list{flex:1 1 34rem;min-width:0}
.fresh-lead .content-media{flex:0 1 20rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.99rem;background:#ffffff;color:#1c2a1e;border:1px solid #d6e0d2}
.fresh-lead h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.fresh-lead p{margin:1.5rem 0 0;font-size:16.2px;line-height:1.82}
.fresh-lead .content-media p{margin:0 0 1.5rem}
.fresh-lead .content-media .focused-plan{font-size:calc(16.2px * .875)}
.fresh-lead .contact-story{font-weight:700}
.fresh-lead .contact-story a{color:#1f6b3a;text-decoration:none}
.fresh-lead .contact-story a:hover{color:inherit;}
.fresh-lead .content-details{font-size:calc(16.2px * .875);color:#1c2a1e}
.fresh-lead .simple-content{display:flex;flex-wrap:wrap;gap:2.35rem;margin:0;padding-top:1.5rem;border-top:1px solid #d6e0d2;font-size:calc(16.2px * .875)}
.fresh-lead .simple-content a{color:#1f6b3a;text-decoration:none}
.fresh-lead .simple-content a:hover{color:inherit;}
@media(max-width:680px){.fresh-lead .text-group{flex-direction:column}.fresh-lead .content-media{width:100%}}
.open-list{
  background:#f6f8f4;
  color:#16211a;
  padding:calc(1.5rem * 2.4) 2.35rem;
}
.open-list .direct-rail{width:min(100%,1660px);
  margin:0 auto;}
.open-list .quiet-quote{display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:calc(2.59rem * 1.5);
  flex-wrap:wrap;}
.open-list .wide-track{flex:1 1 460px;
  min-width:0;}
.open-list h1{margin:0;
  font-size:clamp(calc(16.2px * 2),6vw,calc(16.2px * 2.65));
  line-height:1.02;
  letter-spacing:-0.01em;}
.open-list p{margin:1.5rem 0 0;
  font-size:calc(16.2px * 1.125);
  line-height:1.82;}
.open-list .featured-flow{
  display:inline-flex;
  margin-top:calc(2.59rem * 1.5);
  padding:14px 22px;
  border-radius:0.48rem;
  background:#1f6b3a;
  color:#f3faf4;
  text-decoration:none;
  font-weight:700;
  transition:background 430ms var(--speed-slow);
}
.open-list .featured-flow:hover{
  background:#17522c;color:#1c2a1e;}
.open-list .main-lead{flex:0 1 400px;
  min-width:260px;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #d6e0d2;}
.open-list .steady-body{display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:18px;
  padding:18px 0;
  border-bottom:1px solid #d6e0d2;
  color:inherit;
  text-decoration:none;
  transition:color 430ms var(--speed-slow);}
.open-list .steady-body:hover span{}
.open-list .steady-body span{font-size:16.2px;
  font-weight:700;
  transition:color 430ms var(--speed-slow);}
.open-list .steady-body small{max-width:24ch;
  line-height:1.5;
  text-align:right;}
.open-list .simple-content{width:min(100%,1660px);
  margin:calc(2.59rem * 1.5) auto 0;
  padding-top:1.5rem;
  border-top:1px solid #d6e0d2;
  font-size:calc(16.2px * .875);}
.open-list .simple-content a{text-decoration:underline;}
.open-list .simple-content a:hover{}
@media (max-width:720px) {.open-list{ padding:calc(1.5rem * 2.4) 2.35rem; }.open-list .quiet-quote{ flex-direction:column; }.open-list .main-lead{ min-width:0; flex:1 1 auto; width:100%; }.open-list .steady-body{ flex-direction:column; gap:6px; }.open-list .steady-body small{ text-align:left; max-width:none; }
}
