body{margin:0;padding:0;font-family:"Merriweather", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.text-rail {
    width: 100%;
    background: #F4F5F7;
    color: #1B2126;
    border-bottom: 1px solid #D3D8DE;
  }
.strong-headline {
    max-width: 1440px;
    margin: 0 auto;
    padding: calc(1.79rem * 1.5) 1.93rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.79rem;
  }
:root {
  --motion-soft: cubic-bezier(0.4,0,0.2,1);
  --surface-main: #E7EAEE;
  --tone-primary: #2B333A;
}
.plain-region {
    grid-column: 2;
    justify-self: center;
    font-size: calc(19px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1B2126;
    text-decoration: none;
    white-space: nowrap;
  }
.plain-region:hover {
    color: #E23A2E;
  }
.plain-entries {
    grid-column: 1 / -1;
    grid-row: 2;
    border-top: 1px solid #D3D8DE;
    margin-top: calc(1.79rem * 1.5);
    padding-top: calc(1.79rem * 1.5);
  }
.plain-entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(1.79rem * 2);
  }
.plain-entries a {
    display: inline-block;
    font-size: calc(19px * .875);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1B2126;
    text-decoration: none;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
    transition: color 500ms var(--motion-soft),
                border-color 500ms var(--motion-soft);
  }
.plain-entries a:hover {
    color: #E23A2E;
    border-bottom-color: #E23A2E;
  }
.clear-headline {
    grid-column: 3;
    justify-self: end;
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #FFFFFF;
    color: #1B2126;
    border: 1px solid #D3D8DE;
    border-radius: 0.24rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.clear-headline span{
    display: block;
    width: 20px;
    height: 2px;
    background: #1B2126;
    border-radius: 2px;
    transition: transform 500ms var(--motion-soft),
                opacity 500ms var(--motion-soft);color:#1B2126;}
.clear-headline[aria-expanded="true"] span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.clear-headline[aria-expanded="true"] span:nth-child(2){opacity: 0;}
.clear-headline[aria-expanded="true"] span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
.local-shell {
    background: var(--surface-main);
    color: var(--tone-primary);
    border-top: 1px solid #D3D8DE;
  }
.local-shell[hidden]{display: none;}
.local-shell ul{list-style: none;
    margin: 0 auto;
    padding: calc(1.79rem * 1.5) 1.93rem;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    gap: calc(1.79rem * 1.5);}
.local-shell a{display: block;
    font-size: 19px;
    color: var(--tone-primary);
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 1px solid #D3D8DE;}
.local-shell a:hover{color:inherit;}
@media (max-width: 767px) {
    .strong-headline {
      grid-template-columns: auto 1fr auto;
    }

    .plain-region {
      grid-column: 2;
      justify-self: center;
      font-size: calc(19px * 1.125);
    }

    .plain-entries {
      display: none;
    }

    .clear-headline {
      display: flex;
    }
  }
@media (min-width: 768px) {
    .local-shell {
      display: none;
    }
  }
.public-flow{font-family:"Merriweather", sans-serif;font-size:19px;line-height:1.62;padding:calc(1.5rem * 2.4) 1.93rem;margin-top:calc(1.5rem * 2.4);background:#171C21;color:#F2F4F6;}
.secondary-track{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.79rem * 1.5)}
.text-service{display:grid;grid-template-columns:1.2fr 2.4fr 1.2fr;gap:calc(1.79rem * 1.5);align-items:start}
.service-view{display:flex;flex-direction:column;gap:1.5rem}
.active-copy{font-size:calc(19px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0}
.clear-shell{margin:0;font-size:calc(19px * .875);line-height:1.62;opacity:0.85;max-width:32ch}
.main-method{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.79rem * 1.5)}
.content-surface{display:flex;flex-direction:column;gap:1.5rem}
.wide-benefit{font-size:calc(19px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;margin:0;opacity:0.7}
.wide-panel{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2)}
.wide-panel a{color:inherit;text-decoration:none;font-size:calc(19px * .875);border-bottom:1px solid transparent;transition:border-color 500ms var(--motion-soft), opacity 500ms var(--motion-soft)}
.wide-panel a:hover{border-bottom-color:currentColor;opacity:0.85;color:inherit}
.open-steps{display:flex;flex-direction:column;gap:1.5rem}
.compact-story{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}
.compact-story li{display:flex;flex-direction:column;gap:0.25rem}
.content-benefit{font-size:calc(19px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.page-items{font-size:calc(19px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover{text-decoration:underline;color:inherit}
.main-view{border-top:1px solid rgba(255, 255, 255, 0.15);padding-top:calc(1.79rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.clear-note{margin:0;font-size:calc(19px * .875);line-height:1.62;opacity:0.75;max-width:90ch}
.visual-quote{margin:0;font-size:calc(19px * .875);opacity:0.7}
@media (max-width: 960px) {.text-service{grid-template-columns:1fr 1fr}.open-steps{grid-column:1 / -1}
  }
@media (max-width: 640px) {.text-service{grid-template-columns:1fr}.main-method{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.main-method{grid-template-columns:1fr}
  }
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .direct-area{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid #D3D8DE;border-radius:24px;background:#FFFFFF;color:#1B2126;box-shadow:0 20px 36px rgba(0,0,0,0.2);display:flex;align-items:flex-start;justify-content:space-between;gap:1.79rem}
.cookies .fresh-rail{max-width:48rem}
.cookies strong{display:block;font-size:calc(19px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.62}
.cookies .strong-feature{display:flex;flex-wrap:wrap;gap:8px}
.cookies .strong-feature button{border:1px solid #D3D8DE;background:var(--surface-main);color:var(--tone-primary);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .strong-feature button.cookie-accept{background:#C1272D;color:#FFFFFF;border-color:transparent}
@media(max-width:760px){.cookies .direct-area{display:block}.cookies .strong-feature{margin-top:12px}}
.steady-summary{
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:flex-start;
    text-align:left;
    color:#FFFFFF;
    overflow:hidden;
    min-height:520px;
    padding:calc(1.5rem * 2.4) 1.93rem;
    background:linear-gradient(135deg, #232A31 0%, #3A444D 52%, #C1272D 100%);
}
.steady-summary .bg{position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-2;}
.steady-summary .plain-footer{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, #232A31 0%, #3A444D 52%, #C1272D 100%);
    opacity:.7;
    z-index:-1;color:#FFFFFF;}
.steady-summary .page-footer{position:relative;
    max-width:1440px;
    width:100%;
    margin:0 auto;
    padding:0;
    z-index:1;}
.steady-summary h1{font-size:calc(19px * 2.65);
    font-weight:700;
    line-height:1.1;
    margin:0 0 calc(1.79rem * 1.5);}
.steady-summary p{font-size:calc(19px * 1.125);
    line-height:1.62;
    margin:0 0 calc(1.79rem * 1.5);
    max-width:56ch;}
.steady-summary .strong-feature{display:flex;
    gap:1.79rem;
    flex-wrap:wrap;
    margin-bottom:calc(1.79rem * 1.5);}
.steady-summary .plain-service{display:inline-block;
    padding:13px 26px;
    border-radius:0.5rem;
    text-decoration:none;
    border:1px solid transparent;
    font-size:19px;
    transition:background-color 500ms var(--motion-soft), border-color 500ms var(--motion-soft);}
.steady-summary .contact-method{
    background-color:#C1272D;
    color:#FFFFFF;
    border-color:#C1272D;
}
.steady-summary .contact-method:hover{
    background-color:#9E1E23;
    border-color:#9E1E23;color:#1B2126;}
.steady-summary .content-lead{
    background-color:transparent;
    color:#FFFFFF;
    border-color:#FFFFFF;
}
.steady-summary .content-lead:hover{
    background-color:color-mix(in srgb, currentColor 10%, transparent);color:#1B2126;}
.steady-summary .direct-shell{font-size:calc(19px * .875);
    margin:0;
    max-width:60ch;
    opacity:.9;}
.steady-summary .direct-shell a{color:#FFFFFF;
    text-decoration:underline;
    text-underline-offset:3px;}
.steady-summary .direct-shell a:hover{}
@media (max-width:720px){.steady-summary{
        min-height:440px;
        align-items:flex-end;
    }.steady-summary h1{}
}
.text-view{
  --mark-local:calc(1.5rem * 1.15);
  --state-active:calc(1440px / 2.6);
  padding:calc(1.5rem * 2.4) 1.93rem;
  background:var(--surface-main);
  color:var(--tone-primary);
}
.text-view .featured-track{max-width:1440px;
  margin:0 auto;}
.text-view h2{margin:0;
  font-size:calc(19px * 2);
  line-height:1.14;
  max-width:var(--state-active);}
.text-view p{margin:0;
  font-size:19px;
  line-height:1.62;}
.text-view .media-menu{margin-top:calc(1.79rem * 1.5);
  max-width:var(--state-active);}
.text-view .contact-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:var(--mark-local);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.24rem;
  background:#C1272D;
  color:#FFFFFF;
  text-decoration:none;
  font-size:19px;
  transition:background 500ms var(--motion-soft);
}
.text-view .contact-wrap:hover,
.text-view .contact-wrap:focus-visible{
  background:#9E1E23;color:#1B2126;}
.text-view .wide-unit{margin-top:calc(1.79rem * 1.5);
  font-size:calc(19px * .875);
  color:var(--tone-primary);
  max-width:var(--state-active);}
.text-view .wide-unit a{color:#C1272D;
  text-decoration:underline;
  text-underline-offset:3px;}
.text-view .wide-unit a:hover{color:inherit;}
@media (max-width:640px){.text-view .contact-wrap{
    width:100%;
  }
}
.plain-flow{
    padding:calc(1.5rem * 2.4) 1.93rem;
    background:#171C21;
    color:#F2F4F6;
}
.plain-flow .featured-track{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.5);}
.plain-flow .site-team{max-width:60ch;}
.plain-flow .site-team h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(19px * 2);
    line-height:1.15;}
.plain-flow .site-team p{margin:0;
    font-size:19px;
    opacity:.9;}
.plain-flow .top-view{display:flex;
    flex-wrap:wrap;
    gap:1.79rem;}
.plain-flow .top-group{
    flex:1 1 240px;
    min-width:220px;
    padding:calc(1.5rem * .75);
    border:1px solid color-mix(in srgb, currentColor 22%, transparent);
    border-radius:0.88rem;
    background:color-mix(in srgb, currentColor 8%, transparent);
    display:flex;
    flex-direction:column;
    gap:0.4rem;
}
.plain-flow .top-group .strong-method{font-size:calc(19px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;
    opacity:.7;}
.plain-flow .top-group a{
    color:#FFFFFF;
    background:#E23A2E;
    align-self:flex-start;
    padding:0.35rem 0.7rem;
    border-radius:0.24rem;
    text-decoration:none;
    font-weight:700;
    font-size:19px;
}
.plain-flow .top-group a:hover{
    background:#B71E1E;color:#1B2126;}
.plain-flow .top-group .clear-team{margin:0;
    font-size:19px;}
.plain-flow .top-group .wide-unit{margin:0;
    font-size:calc(19px * .875);
    opacity:.8;
    line-height:1.5;}
.plain-flow .clear-service{display:flex;
    flex-wrap:wrap;
    gap:1.79rem;
    border-top:1px solid color-mix(in srgb, currentColor 20%, transparent);
    padding-top:calc(1.79rem * 1.5);}
.plain-flow .fresh-shell{flex:1 1 200px;
    min-width:180px;
    display:flex;
    flex-direction:column;
    gap:0.35rem;}
.plain-flow .visual-links{font-size:calc(19px * 1.125);
    font-weight:700;}
.plain-flow .fresh-shell p{margin:0;
    font-size:calc(19px * .875);
    opacity:.85;
    line-height:1.55;}
.plain-flow .contact-wrap{display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:1.79rem;
    border-top:1px solid color-mix(in srgb, currentColor 20%, transparent);
    padding-top:calc(1.79rem * 1.5);}
.plain-flow .contact-wrap p{margin:0;
    flex:1 1 320px;
    font-size:calc(19px * .875);
    opacity:.85;}
.plain-flow .direct-shell{
    display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.5rem;
    text-decoration:none;
    font-weight:700;
    font-size:calc(19px * .875);
    background:#C1272D;
    color:#FFFFFF;
}
.plain-flow .direct-shell:hover{
    background:#9E1E23;color:#1B2126;}
.plain-flow .direct-shell.alt{
    background:transparent;
    color:#F2F4F6;
    border:1px solid color-mix(in srgb, currentColor 40%, transparent);
}
.plain-flow .direct-shell.alt:hover{
    background:color-mix(in srgb, currentColor 12%, transparent);
}
@media (max-width:760px){.plain-flow .contact-wrap{
        flex-direction:column;
        align-items:flex-start;
    }
}
.wide-actions{--mark-local:calc(1.5rem * 1.05);--state-active:calc(1440px / 2.90);padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126;}
.wide-actions .featured-track{max-width:1440px;margin:0 auto;}
.wide-actions h2,.wide-actions p{margin:0;}
.wide-actions h2{font-size:calc(19px * 2);line-height:1.12;}
.wide-actions p{font-size:19px;line-height:1.62;}
.wide-actions a{color:#C1272D;text-decoration:none;}
.wide-actions a:hover{color:inherit;}
.wide-actions .plain-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;}
.wide-actions .soft-block{flex:1 1 auto;min-width:0;max-width:var(--state-active);}
.wide-actions .soft-block .media-menu{margin-top:1.5rem;color:var(--tone-primary);}
.wide-actions .site-lead{flex:1 1 100%;display:flex;flex-direction:column;gap:calc(calc(1.79rem * 1.5) * .7);margin-top:calc(1.79rem * 1.5);}
.wide-actions details{padding:calc(calc(1.5rem * .75) * .9) calc(1.5rem * .75);border-radius:0.5rem;background:#FFFFFF;color:#1B2126;border:1px solid #D3D8DE;}
.wide-actions summary{cursor:pointer;font-weight:700;font-size:calc(19px * 1.125);line-height:1.3;}
.wide-actions details p{margin-top:calc(1.5rem / 3);color:var(--tone-primary);}
.wide-actions .direct-shell{flex:1 1 100%;margin-top:calc(1.79rem * 1.5);font-size:calc(19px * .875);color:var(--tone-primary);}
.strong-callout{--mark-local:calc(1.5rem * 1.25);--state-active:calc(1440px / 2.70);padding:calc(1.5rem * 2.4) 1.93rem;background:#C1272D;color:#FFFFFF;}
.strong-callout .featured-track{max-width:1440px;margin:0 auto;}
.strong-callout h2,.strong-callout h3,.strong-callout p{margin:0;}
.strong-callout h2{font-size:calc(19px * 2);line-height:1.12;max-width:var(--state-active);}
.strong-callout h3{font-size:calc(19px * 1.35);line-height:1.2;}
.strong-callout p{font-size:19px;line-height:1.62;}
.strong-callout .wide-unit{max-width:var(--state-active);font-size:calc(19px * 1.125);line-height:1.62;opacity:.9;}
.strong-callout .narrow-body{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.strong-callout .text-benefit{flex:1 1 calc(1440px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.5rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.strong-callout .text-benefit p{margin-top:calc(1.5rem / 3.2);opacity:.88;}
.strong-callout .text-note>h2{margin-top:var(--mark-local);}
.compact-track{
    padding:calc(1.5rem * 2.4) 0;
    background:#F4F5F7;
    color:#1B2126;
}
.compact-track .soft-contact{max-width:1440px;
    margin:0 auto;
    padding:0 1.93rem;}
.compact-track .team-links{max-width:62ch;
    margin-bottom:calc(calc(1.79rem * 1.5) * 1.4);}
.compact-track .site-summary{font-size:calc(19px * 2);
    line-height:1.15;
    margin:0 0 calc(1.79rem * 1.5);
    letter-spacing:-0.01em;}
.compact-track .media-menu{
    margin:0;
    font-size:19px;
    color:var(--tone-primary);
    background:var(--surface-main);
    padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
    border-left:3px solid #E23A2E;
    border-radius:0.24rem;
}
.compact-track .narrow-body{display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.2);}
.compact-track .text-benefit{
    display:grid;
    grid-template-columns:minmax(220px,340px) 1fr;
    gap:calc(1.79rem * 1.2);
    align-items:stretch;
    background:#FFFFFF;
    color:#1B2126;
    border:1px solid #D3D8DE;
    border-radius:0.88rem;
    overflow:hidden;
    transition:box-shadow 500ms var(--motion-soft), transform 500ms var(--motion-soft);
}
.compact-track .text-benefit:hover{transform:translateY(-3px);
    box-shadow:0 6px 16px rgba(0,0,0,0.16);}
.compact-track .primary-lead{
    display:block;
    overflow:hidden;
    background:var(--surface-main);color:var(--tone-primary);}
.compact-track .clear-unit{display:block;
    width:100%;
    height:100%;
    min-height:230px;
    object-fit:cover;
    transition:transform 500ms var(--motion-soft);}
.compact-track .text-benefit:hover .clear-unit{transform:scale(1.03);}
.compact-track .public-body{padding:calc(calc(1.5rem * .75) * 1.2) calc(calc(1.5rem * .75) * 1.3) calc(calc(1.5rem * .75) * 1.2) 0;
    display:flex;
    flex-direction:column;
    gap:0.7rem;}
.compact-track .focused-body{
    align-self:flex-start;
    font-size:calc(19px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;
    padding:0.3rem 0.7rem;
    background:#E23A2E;
    color:#FFFFFF;
    border-radius:0.24rem;
}
.compact-track .compact-inner{margin:0;
    font-size:calc(19px * 1.35);
    line-height:1.25;}
.compact-track .bottom-service{margin:0;
    font-size:19px;
    color:#1B2126;
    opacity:0.86;}
.compact-track .quiet-region{
    margin-top:auto;
    align-self:flex-start;
    display:inline-block;
    padding:0.7rem 1.5rem;
    border-radius:0.5rem;
    background:#C1272D;
    color:#FFFFFF;
    font-size:calc(19px * .875);
    font-weight:600;
    text-decoration:none;
    border:1px solid #C1272D;
    transition:background 500ms var(--motion-soft), border-color 500ms var(--motion-soft);
}
.compact-track .quiet-region:hover{
    background:#9E1E23;
    border-color:#9E1E23;
    color:#FFFFFF;
}
@media (max-width:760px){.compact-track .text-benefit{
        grid-template-columns:1fr;
    }.compact-track .clear-unit{
        min-height:200px;
    }.compact-track .public-body{
        padding:calc(1.5rem * .75);
    }
}
.compact-details{
  background: linear-gradient(90deg, #C1272D 0%, #E23A2E 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.93rem;
  overflow: hidden;
}
.compact-details .featured-track{width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.79rem * 1.5);}
.compact-details .top-figure{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.79rem;}
.compact-details h2{margin: 0;
  flex: 1 1 20rem;
  font-size: calc(19px * 2.65);
  line-height: 1.02;}
.compact-details .media-menu{margin: 0;
  flex: 1 1 22rem;
  max-width: 40rem;
  font-size: 19px;
  line-height: 1.62;}
.compact-details .wide-rail{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.compact-details .text-benefit{
  margin: 0;
  flex: 1 1 18rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-radius: 0.88rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #1B2126;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}
.compact-details .text-benefit img{display: block;
  width: 100%;
  height: 13rem;
  object-fit: cover;}
.compact-details .text-benefit figcaption{padding: 1.5rem 1.93rem;
  font-size: calc(19px * .875);
  line-height: 1.5;}
.compact-details .wide-unit{margin: 0;
  max-width: 46rem;
  font-size: calc(19px * .875);
  line-height: 1.62;}
@media (max-width: 640px) {.compact-details .text-benefit img{
    height: 10rem;
  }
}
.text-shell{
  background: #F4F5F7;
  color: #1B2126;
  padding: calc(1.5rem * 2.4) 1.93rem;
}
.text-shell .featured-track{width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.79rem;
  align-items: flex-start;}
.text-shell .soft-block{flex: 1 1 32rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.79rem * 1.5);}
.text-shell h2{margin: 0;
  font-size: calc(19px * 2);
  line-height: 1.05;}
.text-shell .media-menu{margin: 0;
  max-width: 46rem;
  font-size: calc(19px * 1.125);
  line-height: 1.62;}
.text-shell .text-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-shell .text-benefit{
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #FFFFFF;
  color: #1B2126;
  border: 1px solid #D3D8DE;
}
.text-shell .text-benefit > *{min-width: 0;
  flex: 1 1 15rem;}
.text-shell strong{font-size: calc(19px * 1.35);
  line-height: 1.16;}
.text-shell .text-benefit span{line-height: 1.62;}
.text-shell .content-entries{flex: 1 1 20rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.text-shell .contact-grid{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 1.15rem;}
.text-shell figcaption{font-size: calc(19px * .875);
  line-height: 1.62;}
@media (max-width: 860px) {.text-shell .contact-grid{ min-height: 18rem; }
}
.secondary-view{
  --mark-local:calc(1.5rem * 1.05);
  --state-active:calc(1440px / 2.4);
  --copy-large:calc(1440px / 3.3);
  padding:calc(1.5rem * 2.4) 1.93rem;
  background:#171C21;
  color:#F2F4F6;
}
.secondary-view .featured-track{max-width:1440px;
  margin:0 auto;}
.secondary-view h2,
.secondary-view h3,
.secondary-view p,
.secondary-view ul{margin:0;}
.secondary-view h2{font-size:calc(19px * 2);
  line-height:1.14;}
.secondary-view h3{font-size:calc(19px * 1.35);
  line-height:1.22;}
.secondary-view p{font-size:19px;
  line-height:1.62;}
.secondary-view .media-menu{color:inherit;
  max-width:var(--state-active);}
.secondary-view .team-links{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.79rem;
  padding-block-end:var(--mark-local);
  border-bottom:1px solid color-mix(in srgb, #F2F4F6 22%, transparent);}
.secondary-view .team-links h2{flex:1 1 calc(1440px / 3);
  min-width:0;}
.secondary-view .team-links .media-menu{flex:1 1 calc(1440px / 3);
  min-width:0;}
.secondary-view .contact-items{list-style:none;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:var(--mark-local);
  margin-top:var(--mark-local);}
.secondary-view .text-benefit{flex:1 1 var(--copy-large);
  min-width:0;
  padding-block-start:calc(1.5rem * .75);
  border-top:2px solid #E23A2E;}
.secondary-view .text-benefit .local-stack{margin-top:calc(1.5rem / 3);color:inherit;
  font-size:calc(19px * .875);}
.secondary-view .welcome{padding-inline-start:calc(1.5rem * .75);}
.secondary-view .clear-group{row-gap:calc(var(--mark-local) * 1.1);}
@media (max-width:640px){.secondary-view .team-links{
    align-items:flex-start;
  }.secondary-view .text-benefit{
    flex:1 1 100%;
  }
}
.featured-wrap{--mark-local:calc(1.5rem * 1.01);--copy-large:calc(1440px / 3.32);padding:calc(1.5rem * 2.4) 1.93rem;background:#C1272D;color:#FFFFFF;}
.featured-wrap .featured-track{max-width:1440px;margin:0 auto;}
.featured-wrap h2,.featured-wrap h3,.featured-wrap p{margin:0;}
.featured-wrap h2{font-size:calc(19px * 2);line-height:1.12;}
.featured-wrap h3{font-size:calc(19px * 1.35);line-height:1.2;}
.featured-wrap p{font-size:19px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-wrap .columns{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.featured-wrap .secondary-region{row-gap:calc(var(--mark-local) * .7);}
.featured-wrap .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;}
.featured-wrap .row-title h2{flex:1 1 calc(1440px / 3);min-width:0;}
.featured-wrap .row-title>p{flex:1 1 calc(1440px / 3);min-width:0;}
.featured-wrap .page-headline{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.featured-wrap .text-benefit{flex:1 1 var(--copy-large);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.featured-wrap .text-benefit p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.featured-wrap .row-title h2,.featured-wrap .row-title>p{flex:1 1 100%;}.featured-wrap .text-benefit{flex:1 1 100%;}
}
.profile{padding:calc(1.5rem * 2.4) 1.93rem;background:#171C21;color:#F2F4F6}
.profile .plain-copy{max-width:1440px;margin:0 auto}
.profile .team-links{max-width:52rem}
.profile h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.profile .media-unit{margin:1.5rem 0 0;color:#C7CDD3;font-size:calc(19px * 1.125);line-height:1.62}
.profile .top-figure{display:flex;flex-wrap:wrap;gap:calc(1.79rem * 1.5);margin-top:calc(1.79rem * 1.5)}
.profile .text-benefit{flex:1 1 min(100%,22rem);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(242,244,246,0.18)}
.profile h3{margin:0;font-size:calc(19px * 1.35);line-height:1.2}
.profile .text-benefit p{margin:calc(1.5rem * .75) 0 0;color:#C7CDD3;line-height:1.62}
.profile .wide-unit{margin:calc(1.79rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(242,244,246,0.18);color:#C7CDD3;font-size:calc(19px * .875);line-height:1.62}
@media(max-width:680px){.profile .top-figure{display:block}.profile .text-benefit+.text-benefit{margin-top:calc(1.79rem * 1.5)}
}
.fresh-copy{--mark-local:calc(1.5rem * 1.2);--state-active:calc(1440px / 2.6);--type-body:calc(1440px / 3.4);padding:calc(1.5rem * 2.4) 1.93rem;background:#E23A2E;color:#FFFFFF;}
.fresh-copy .featured-track{max-width:1440px;margin:0 auto;}
.fresh-copy h2,.fresh-copy h3,.fresh-copy p{margin:0;}
.fresh-copy h2{font-size:calc(19px * 2);line-height:1.12;}
.fresh-copy h3{font-size:calc(19px * 1.35);line-height:1.22;}
.fresh-copy p{font-size:19px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-copy a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.fresh-copy a:hover{opacity:.82;}
.fresh-copy img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.fresh-copy .soft-block{flex:1 1 calc(1440px / 3);min-width:0;max-width:var(--state-active);}
.fresh-copy .soft-block .media-menu{margin-top:1.5rem;}
.fresh-copy .soft-block .wide-unit{margin-top:calc(1.79rem * 1.5);font-size:calc(19px * .875);}
.fresh-copy .narrow-body{flex:2 1 calc(1440px / 2);display:flex;flex-direction:column;gap:var(--mark-local);min-width:0;margin-top:0;}
.fresh-copy .text-benefit{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.fresh-copy .text-benefit p{margin-top:calc(1.5rem / 3.2);}
.fresh-copy .contact-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;}
.fresh-copy .contact-headline>img{margin-left:auto;max-width:var(--type-body);}
@media (max-width:860px){.fresh-copy .contact-headline>img{max-width:100%;margin-left:0;}.fresh-copy .soft-block,.fresh-copy .narrow-body{flex:1 1 100%;}
}
.secondary-grid{
  --mark-local:calc(1.5rem * 1.15);
  --state-active:calc(1440px / 2.6);
  padding:calc(1.5rem * 2.4) 1.93rem;
  background:#F4F5F7;
  color:#1B2126;
}
.secondary-grid .featured-track{max-width:1440px;
  margin:0 auto;}
.secondary-grid h2,
.secondary-grid h3,
.secondary-grid p{margin:0;}
.secondary-grid .site-team{max-width:var(--state-active);}
.secondary-grid h2{font-size:calc(19px * 2);
  line-height:1.12;}
.secondary-grid .media-menu{margin-top:calc(calc(1.79rem * 1.5) / 1.6);
  font-size:calc(19px * 1.125);
  line-height:1.62;
  color:var(--tone-primary);}
.secondary-grid .narrow-body{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--mark-local);
  border-top:1px solid #D3D8DE;}
.secondary-grid .text-benefit{display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.35fr);
  gap:1.79rem;
  padding:calc(1.79rem * 1.5) 0;
  border-bottom:1px solid #D3D8DE;
  align-items:start;}
.secondary-grid .text-benefit h3{font-size:calc(19px * 1.35);
  line-height:1.22;}
.secondary-grid .text-benefit p{font-size:19px;
  line-height:1.62;
  color:var(--tone-primary);}
.secondary-grid .text-benefit p + p{margin-top:calc(calc(1.79rem * 1.5) / 2);}
.secondary-grid .local-stack{font-size:calc(19px * .875);
  color:#1B2126;
  opacity:0.78;}
.secondary-grid .contact-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:calc(calc(1.79rem * 1.5) / 1.4);
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.24rem;
  background:#C1272D;
  color:#FFFFFF;
  font-size:calc(19px * .875);
  text-decoration:none;
  transition:background 500ms var(--motion-soft);
}
.secondary-grid .contact-wrap:hover{
  background:#9E1E23;color:#1B2126;}
.secondary-grid .wide-unit{margin-top:var(--mark-local);
  max-width:var(--state-active);
  font-size:19px;
  line-height:1.62;
  color:var(--tone-primary);}
.secondary-grid .wide-unit a{color:#C1272D;
  text-decoration:none;}
.secondary-grid .wide-unit a:hover{color:inherit;
  text-decoration:underline;}
@media (max-width:820px){.secondary-grid .text-benefit{
    grid-template-columns:1fr;
    gap:calc(1.79rem / 1.5);
  }
}
.fresh-content{--mark-local:calc(1.5rem * 1.05);--state-active:calc(1440px / 2.6);padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126;}
.fresh-content .featured-track{max-width:1440px;margin:0 auto;}
.fresh-content h2,.fresh-content h3,.fresh-content p{margin:0;}
.fresh-content h2{font-size:calc(19px * 2);line-height:1.12;}
.fresh-content h3{font-size:calc(19px * 1.35);line-height:1.22;}
.fresh-content p{font-size:19px;line-height:1.62;}
.fresh-content .team-links{display:flex;flex-wrap:wrap;gap:1.79rem;align-items:flex-start;margin-bottom:var(--mark-local);}
.fresh-content .team-links h2{flex:1 1 calc(1440px / 3.2);min-width:0;}
.fresh-content .team-links .media-menu{flex:1 1 calc(1440px / 2.8);min-width:0;max-width:var(--state-active);}
.fresh-content .top-figure{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #D3D8DE;}
.fresh-content .site-brand{display:flex;flex-wrap:wrap;gap:1.79rem;align-items:flex-start;padding:calc(calc(1.79rem * 1.5) * .9) 0;border-bottom:1px solid #D3D8DE;}
.fresh-content .featured-media{flex:0 0 auto;min-width:2.6rem;font-size:calc(19px * 1.125);line-height:1;letter-spacing:.06em;font-weight:700;}
.fresh-content .wide-links{flex:1 1 calc(1440px / 2.4);min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.79rem * .6);align-items:baseline;}
.fresh-content .wide-links h3{flex:1 1 calc(1440px / 4.4);min-width:0;}
.fresh-content .wide-links p{flex:1 1 calc(1440px / 3.2);min-width:0;}
.fresh-content .direct-shell{margin-top:var(--mark-local);padding-top:calc(calc(1.79rem * 1.5) * .7);border-top:1px solid #D3D8DE;}
.fresh-content .wide-unit{font-size:calc(19px * .875);}
.fresh-content .wide-unit a{text-decoration:none;border-bottom:1px solid #C1272D;}
.fresh-content .wide-unit a:hover{border-bottom-color:#E23A2E;}
@media (max-width:720px){.fresh-content .team-links h2,.fresh-content .team-links .media-menu{flex:1 1 100%;}.fresh-content .wide-links h3,.fresh-content .wide-links p{flex:1 1 100%;}
}
.page-links{--mark-local:calc(1.5rem * 1.35);--state-active:calc(1440px / 2.20);padding:calc(1.5rem * 2.4) 1.93rem;background:#C1272D;color:#FFFFFF;}
.page-links .featured-track{max-width:1440px;margin:0 auto;}
.page-links h2,.page-links h3,.page-links p{margin:0;}
.page-links h2{font-size:calc(19px * 2);line-height:1.12;}
.page-links h3{font-size:calc(19px * 1.35);line-height:1.2;}
.page-links p{font-size:19px;line-height:1.62;}
.page-links a{color:inherit;text-decoration:none;}
.page-links .wide-unit{font-size:calc(19px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.78;}
.page-links .media-menu{max-width:var(--state-active);margin-top:calc(1.5rem / 2);opacity:0.88;}
.page-links .contact-wrap{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.24rem;background:#FFFFFF;color:#C1272D;}
.page-links .narrow-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;margin-top:var(--mark-local);}
.page-links .text-benefit{flex:1 1 calc(1440px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.page-links .text-benefit p{margin-top:calc(1.5rem / 3);opacity:0.84;}
.page-links .text-benefit a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(19px * .875);text-transform:uppercase;letter-spacing:0.06em;border-bottom:1px solid currentColor;padding-bottom:2px;}
.page-links .plain-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;}
.page-links .plain-note>.soft-block{flex:1 1 auto;min-width:0;}
.page-links .plain-note>.contact-wrap{flex:0 0 auto;align-self:flex-end;}
.page-links .plain-note>.narrow-body{flex:1 1 100%;}
.page-links .direct-shell{flex:1 1 100%;margin-top:var(--mark-local);font-size:calc(19px * .875);opacity:0.82;}
.page-links .direct-shell a{border-bottom:1px solid currentColor;}
@media (max-width:720px){.page-links .plain-note>.contact-wrap{align-self:flex-start;}.page-links .text-benefit{flex:1 1 100%;}
}
.soft-panel{--mark-local:calc(1.5rem * 1.32);--state-active:calc(1440px / 2.40);padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126;}
.soft-panel .featured-track{max-width:1440px;margin:0 auto;}
.soft-panel h2,.soft-panel h3,.soft-panel p{margin:0;}
.soft-panel h2{font-size:calc(19px * 2);line-height:1.12;}
.soft-panel h3{font-size:calc(19px * 1.35);line-height:1.2;}
.soft-panel p{font-size:19px;line-height:1.62;}
.soft-panel .site-team{max-width:var(--state-active);}
.soft-panel .site-team .media-menu{margin-top:1.5rem;color:var(--tone-primary);}
.soft-panel .narrow-body{display:flex;flex-wrap:wrap;gap:1.79rem;margin-top:var(--mark-local);}
.soft-panel .text-benefit{flex:1 1 calc(1440px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D3D8DE;}
.soft-panel .text-benefit p{margin-top:calc(1.5rem / 3);color:var(--tone-primary);}
.soft-panel .direct-shell{margin-top:var(--mark-local);padding-top:calc(1.5rem * .75);border-top:1px solid #D3D8DE;}
.soft-panel .direct-shell p{font-size:calc(19px * .875);color:var(--tone-primary);}
.soft-panel .direct-shell a{color:#C1272D;text-decoration:none;border-bottom:1px solid #C1272D;}
.soft-panel .direct-shell a:hover{color:inherit;border-bottom-color:#E23A2E;}
@media (max-width:720px){.soft-panel .text-benefit{flex:1 1 100%;}
}
.narrow-rail{
  padding:calc(1.5rem * 2.4) 1.93rem;
  background:#F4F5F7;
  color:#1B2126;
  overflow:hidden;
}
.narrow-rail .featured-track{max-width:1440px;
  margin:0 auto;}
.narrow-rail .site-team{max-width:44rem;
  margin:0 0 calc(1.79rem * 1.5);}
.narrow-rail h2{margin:0;
  font-size:calc(19px * 2);
  line-height:1.05;
  letter-spacing:-0.01em;}
.narrow-rail .media-menu{margin:1.5rem 0 0;
  font-size:calc(19px * 1.125);
  line-height:1.62;}
.narrow-rail .simple-region{display:grid;
  grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));
  gap:1.79rem;
  border-top:1px solid #D3D8DE;
  padding-top:calc(1.79rem * 1.5);}
.narrow-rail .text-benefit{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #D3D8DE;
  display:flex;
  flex-direction:column;
  gap:.6rem;}
.narrow-rail .featured-media{font-size:calc(19px * .875);
  letter-spacing:.14em;
  font-weight:700;}
.narrow-rail strong{display:block;
  font-size:calc(19px * 1.35);
  line-height:1.15;}
.narrow-rail .text-benefit p{margin:0;
  font-size:19px;
  line-height:1.62;}
.narrow-rail .direct-shell{margin-top:calc(1.79rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D3D8DE;
  max-width:52rem;}
.narrow-rail .direct-shell p{margin:0;
  font-size:19px;
  line-height:1.62;}
.narrow-rail .direct-shell a{text-decoration:underline;
  text-underline-offset:3px;}
.narrow-rail .direct-shell a:hover{}
@media (max-width:640px){.narrow-rail .simple-region{
    grid-template-columns:1fr;
  }.narrow-rail h2{
    font-size:calc(19px * 1.35);
  }
}
.legal{
  padding: calc(1.5rem * 2.4) 1.93rem;
  background: #171C21;
  color: #F2F4F6;
}
.legal .featured-track{max-width: min(1440px, 72rem);
  margin: 0 auto;}
.legal .team-links{max-width: 48rem;
  margin-bottom: calc(1.79rem * 1.5);}
.legal h2{margin: 0;
  font-size: calc(19px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.legal .media-form{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19px * 1.125);
  line-height: 1.62;
  color: #C7CDD3;}
.legal .top-figure{display: flex;
  flex-wrap: wrap;
  gap: 1.79rem;}
.legal .text-benefit{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #E23A2E;}
.legal .site-fields{display: flex;
  align-items: center;
  gap: calc(1.79rem * 0.6);
  margin-bottom: calc(calc(1.5rem * .75) * 0.75);}
.legal .site-fields img{width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #2B333A;}
.legal .site-fields strong{display: block;
  font-size: 19px;
  line-height: 1.25;}
.legal .site-fields small{display: block;
  margin-top: 0.15rem;
  font-size: calc(19px * .875);
  line-height: 1.4;
  color: #C7CDD3;}
.legal .text-benefit p{margin: 0 0 calc(calc(1.5rem * .75) * 0.7);
  font-size: 19px;
  line-height: 1.62;
  color: #C7CDD3;}
.legal .featured-items{display: inline-block;
  font-size: calc(19px * .875);
  font-weight: 700;
  letter-spacing: 0.02em;color:inherit;}
.legal .public-stack{margin-top: calc(1.79rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2B333A;}
.legal .public-stack .strong-method{display: block;
  font-size: calc(19px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #C7CDD3;
  margin-bottom: calc(calc(1.5rem * .75) * 0.75);}
.legal .public-stack ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.79rem * 0.75) 1.79rem;}
.legal .public-stack li{font-size: calc(19px * .875);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.82;}
@media (max-width: 700px) {.legal .top-figure{
    display: block;
  }.legal .text-benefit + .text-benefit{
    margin-top: 1.79rem;
  }
}
.text-summary{--mark-local:calc(1.5rem * 1.32);--state-active:calc(1440px / 2.45);--type-body:calc(1440px / 3.61);padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126;}
.text-summary .featured-track{max-width:1440px;margin:0 auto;}
.text-summary h1,.text-summary h2,.text-summary h3,.text-summary p{margin:0;}
.text-summary h1{font-size:calc(19px * 2.65);line-height:1.08;}
.text-summary h2{font-size:calc(19px * 2);line-height:1.12;}
.text-summary h3{font-size:calc(19px * 1.35);line-height:1.2;}
.text-summary p{font-size:19px;line-height:1.62;}
.text-summary a{color:#C1272D;text-decoration:none;}
.text-summary a:hover{color:inherit;}
.text-summary img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.text-summary .media-menu{max-width:var(--state-active);}
.text-summary .wide-unit{max-width:var(--state-active);margin-top:var(--mark-local);font-size:calc(19px * .875);}
.text-summary .narrow-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;margin-top:var(--mark-local);}
.text-summary .text-benefit{flex:1 1 calc(1440px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D3D8DE;}
.text-summary .text-benefit p{margin-top:calc(1.5rem / 3);}
.text-summary .primary-shell>img{margin-top:var(--mark-local);}
.text-summary .primary-shell>.media-menu{margin-top:1.5rem;}
.focused-intro{--mark-local:calc(1.5rem * 1.12);--state-active:calc(1440px / 2.15);padding:calc(1.5rem * 2.4) 1.93rem;background:#171C21;color:#F2F4F6;}
.focused-intro .featured-track{max-width:1440px;margin:0 auto;}
.focused-intro h1,.focused-intro h2,.focused-intro h3,.focused-intro p{margin:0;}
.focused-intro h1{font-size:calc(19px * 2.65);line-height:1.08;}
.focused-intro h2{font-size:calc(19px * 2);line-height:1.12;}
.focused-intro h3{font-size:calc(19px * 1.35);line-height:1.2;}
.focused-intro p{font-size:19px;line-height:1.62;}
.focused-intro a{color:inherit;text-decoration:none;}
.focused-intro .contact-wrap{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.24rem;background:#E23A2E;color:#FFFFFF;}
.focused-intro .contact-wrap:hover{background:#B71E1E;color:#1B2126;}
.focused-intro .wide-unit{font-size:calc(19px * .875);letter-spacing:0.14em;text-transform:uppercase;opacity:0.72;}
.focused-intro .narrow-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;margin-top:var(--mark-local);}
.focused-intro .text-benefit{flex:1 1 calc(1440px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(242,244,246,0.22);}
.focused-intro .text-benefit p{margin-top:calc(1.5rem / 3);}
.focused-intro .text-benefit .site-brand{font-size:calc(19px * .875);letter-spacing:0.12em;text-transform:uppercase;opacity:0.66;margin-top:0;}
.focused-intro .plain-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;}
.focused-intro .plain-note>.soft-block{flex:1 1 auto;min-width:0;max-width:var(--state-active);}
.focused-intro .plain-note>.contact-wrap{flex:0 0 auto;}
.focused-intro .plain-note>.narrow-body{flex:1 1 100%;}
.focused-intro .soft-block h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.focused-intro .text-benefit{flex:1 1 100%;}
}
.main-content{
    padding:calc(1.5rem * 2.4) 1.93rem;
    background:var(--surface-main);
    color:var(--tone-primary);
}
.main-content .featured-track{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.5);}
.main-content .media-menu{max-width:760px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.main-content .media-menu h2{margin:0;
    font-size:calc(19px * 2);
    line-height:1.2;}
.main-content .media-menu p{margin:0;
    font-size:19px;
    line-height:1.62;}
.main-content .fresh-stack{display:flex;
    flex-wrap:wrap;
    gap:1.79rem;}
.main-content .main-note{
    flex:1 1 320px;
    display:flex;
    flex-direction:column;
    gap:0.6rem;
    padding:calc(1.5rem * .75) 1.93rem;
    background:#FFFFFF;
    color:#1B2126;
    border:1px solid #D3D8DE;
    border-radius:0.88rem;
    box-shadow:0 1px 8px rgba(0,0,0,0.13);
}
.main-content .main-note h3{margin:0;
    font-size:calc(19px * 1.35);
    line-height:1.25;}
.main-content .main-note p{margin:0;
    font-size:calc(19px * .875);
    line-height:1.62;}
.main-content .public-footer{
    align-self:flex-start;
    margin-top:auto;
    padding:0.4rem 0.85rem;
    background:#E23A2E;
    color:#FFFFFF;
    border-radius:0.24rem;
    font-size:calc(19px * .875);
    text-decoration:none;
    word-break:break-word;
}
.main-content .public-footer:hover{
    background:#B71E1E;color:#1B2126;}
.main-content .wide-unit{font-size:calc(19px * .875);}
.main-content .direct-shell{display:flex;
    flex-wrap:wrap;
    gap:1.79rem;
    margin-top:auto;}
.main-content .direct-shell a{color:#C1272D;
    text-decoration:none;
    border-bottom:1px solid #C1272D;
    font-size:calc(19px * .875);}
.main-content .direct-shell a:hover{color:inherit;
    border-bottom-color:#E23A2E;}
@media (max-width:700px){.main-content .main-note{
        flex:1 1 100%;
    }
}
.main-group{
  padding: calc(1.5rem * 2.4) 1.93rem;
  background: #E23A2E;
  color: #FFFFFF;
}
.main-group .featured-track{max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(1.79rem * 1.5);
  align-items: start;}
.main-group h2{margin: 0;
  font-size: calc(19px * 2);
  line-height: 1.1;}
.main-group .media-form p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19px;
  line-height: 1.55;}
.main-group .fresh-note{
  border-radius: 0.88rem;
  background: #FFFFFF;
  color: #1B2126;
  border: 1px solid #D3D8DE;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}
.main-group .service-copy{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.79rem * 1.5);
  border-bottom: 1px solid #D3D8DE;
  background: var(--surface-main);color:var(--tone-primary);}
.main-group .service-copy span{font-size: calc(19px * .875);
  letter-spacing: .02em;}
.main-group a{text-decoration: none;}
.main-group .service-copy a{font-size: calc(19px * .875);
  white-space: nowrap;}
.main-group .service-copy a:hover{}
.main-group .featured-flow{display: flex;
  flex-direction: column;}
.main-group .featured-flow a{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.79rem * 1.5);
  border-bottom: 1px solid #D3D8DE;
  align-items: baseline;}
.main-group .featured-flow a:last-child{border-bottom: 0;}
.main-group .featured-flow a:hover strong{}
.main-group .featured-flow strong{display: block;
  font-size: 19px;
  line-height: 1.3;}
.main-group .featured-flow small{display: block;
  margin-top: .25rem;
  font-size: calc(19px * .875);}
.main-group .featured-flow span{display: block;
  font-size: calc(19px * .875);
  line-height: 1.55;}
@media (max-width: 860px) {.main-group .featured-track{
    grid-template-columns: 1fr;
  }.main-group .featured-flow a{
    grid-template-columns: 1fr;
    gap: .35rem;
  }
}
@media (max-width: 560px) {.main-group .service-copy{
    flex-direction: column;
    align-items: flex-start;
  }
}
.service-group{background:#F4F5F7;color:#1B2126;padding:calc(1.5rem * 2.4) 1.93rem}
.service-group .featured-track{max-width:min(1440px,64rem);margin:0 auto}
.service-group .public-section{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.79rem * 1.5)}
.service-group .wide-unit{margin:0;max-width:38rem;color:var(--tone-primary);line-height:1.62}
.service-group h2{margin:0;font-size:clamp(calc(19px * 2),5vw,calc(19px * 2.65));line-height:1.06;letter-spacing:0}
.service-group .direct-note{display:block;width:min(100%,46rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.88rem;box-shadow:0 1px 8px rgba(0,0,0,0.13)}
.service-group .fresh-stack{display:flex;flex-direction:column;gap:0;width:100%;border-top:1px solid #D3D8DE}
.service-group .main-note{display:flex;flex-wrap:wrap;gap:1.79rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D3D8DE}
.service-group .strong-method{flex:0 0 11rem;font-size:calc(19px * .875);text-transform:uppercase;letter-spacing:0.06em;color:var(--tone-primary)}
.service-group .fresh-steps{margin:0;flex:1 1 16rem;line-height:1.62}
.service-group .fresh-steps a{color:#C1272D;text-decoration:none;border-bottom:1px solid #C1272D}
.service-group .fresh-steps a:hover{color:inherit;border-bottom-color:#E23A2E}
.service-group .strong-feature{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.service-group .strong-feature a{padding:0.7rem 1.1rem;border-radius:0.24rem;background:var(--surface-main);color:#1B2126;text-decoration:none;font-size:calc(19px * .875)}
.service-group .strong-feature a:first-child{background:#C1272D;color:#FFFFFF}
.service-group .strong-feature a:first-child:hover{background:#9E1E23;color:#1B2126;}
@media (max-width:640px){.service-group .strong-method{flex-basis:100%}
}
.active-figure{--mark-local:calc(1.5rem * 1.2);--state-active:calc(1440px / 2.6);--type-body:calc(1440px / 3.4);padding:calc(1.5rem * 2.4) 1.93rem;background:#E23A2E;color:#FFFFFF;}
.active-figure .featured-track{max-width:1440px;margin:0 auto;}
.active-figure h1,.active-figure h2,.active-figure h3,.active-figure p{margin:0;}
.active-figure h2{font-size:calc(19px * 2);line-height:1.1;letter-spacing:-0.01em;}
.active-figure h3{font-size:calc(19px * 1.35);line-height:1.22;margin-bottom:calc(1.5rem / 3);}
.active-figure p{font-size:19px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.active-figure a:hover{opacity:.82;}
.active-figure img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.active-figure .contact-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.79rem * 1.1);}
.active-figure .contact-headline>.soft-block{flex:1 1 calc(1440px / 3.2);min-width:0;}
.active-figure .soft-block .media-menu{margin-top:1.5rem;max-width:var(--state-active);}
.active-figure .contact-headline>.narrow-body{flex:2 1 calc(1440px / 2.1);display:flex;flex-direction:column;gap:var(--mark-local);margin-top:0;min-width:0;}
.active-figure .contact-headline>img{margin-left:auto;flex:0 1 var(--type-body);max-width:var(--type-body);}
.active-figure .text-benefit{min-width:0;padding-bottom:var(--mark-local);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.active-figure .text-benefit:last-child{padding-bottom:0;border-bottom:none;}
.active-figure .direct-shell{margin-top:calc(1.5rem * 1.4);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);max-width:1440px;margin-left:auto;margin-right:auto;}
.active-figure .direct-shell p{font-size:calc(19px * .875);}
@media (max-width:900px){.active-figure .contact-headline>img{flex-basis:100%;max-width:100%;margin-left:0;}
}
.visual-items{--mark-local:calc(1.5rem * 1.25);--state-active:calc(1440px / 3.1);padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126;}
.visual-items .featured-track{max-width:1440px;margin:0 auto;}
.visual-items h2,.visual-items h3,.visual-items p{margin:0;}
.visual-items h2{font-size:calc(19px * 2);line-height:1.12;max-width:calc(1440px / 1.6);}
.visual-items h3{font-size:calc(19px * 1.35);line-height:1.22;}
.visual-items p{font-size:19px;line-height:1.62;}
.visual-items .site-team{display:flex;flex-wrap:wrap;gap:1.79rem;align-items:flex-end;padding-bottom:calc(1.79rem * 1.5);border-bottom:1px solid #D3D8DE;}
.visual-items .site-team>h2{flex:1 1 calc(1440px / 2.4);min-width:0;}
.visual-items .site-team>.media-menu{flex:1 1 calc(1440px / 3.2);min-width:0;color:var(--tone-primary);}
.visual-items .narrow-body{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.visual-items .text-benefit{flex:1 1 calc(1440px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.5rem;background:#FFFFFF;color:#1B2126;border:1px solid #D3D8DE;}
.visual-items .text-benefit img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:0.24rem;}
.visual-items .text-benefit .plain-headline{font-size:calc(19px * .875);letter-spacing:.06em;text-transform:uppercase;color:#C1272D;}
.visual-items .text-benefit p{color:var(--tone-primary);}
.visual-items .text-benefit h3{color:#1B2126;}
.visual-items .media-area{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * .55) 1.5rem;border-radius:0.24rem;background:#C1272D;color:#FFFFFF;text-decoration:none;font-size:calc(19px * .875);transition:background 500ms var(--motion-soft);}
.visual-items .media-area:hover{background:#9E1E23;color:#1B2126;}
.visual-items .top-list{margin-top:var(--mark-local);padding-top:calc(1.79rem * 1.5);border-top:1px solid #D3D8DE;color:var(--tone-primary);font-size:calc(19px * .875);max-width:calc(1440px / 1.5);}
.visual-items .top-list a{color:#C1272D;text-decoration:underline;text-underline-offset:3px;}
.visual-items .top-list a:hover{color:inherit;}
@media (max-width:900px){.visual-items .site-team>h2,.visual-items .site-team>.media-menu{flex:1 1 100%;}.visual-items h2{max-width:none;}.visual-items .text-benefit{flex:1 1 100%;}
}
.focused-callout{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.93rem;background:linear-gradient(90deg, #C1272D 0%, #E23A2E 100%);color:#FFFFFF}
.focused-callout:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);animation:clarifyChapterBg calc(500ms*44) linear infinite alternate}
.focused-callout .featured-track{position:relative;z-index:1;max-width:1440px;margin:0 auto}
.focused-callout h2{max-width:16ch;margin:0 0 calc(1.79rem * 1.5);font-size:calc(19px * 2.65);line-height:1}
.focused-callout .visual-grid{display:flex;gap:calc(1.79rem * 1.5);overflow:auto;scroll-snap-type:x mandatory;padding-bottom:1.5rem}
.focused-callout .visual-grid>div{flex:0 0 min(38rem,84vw);scroll-snap-align:start}
.focused-callout h3{margin:0;font-size:calc(19px * 2);line-height:1.08}
.focused-callout .visual-grid p{margin:1.5rem 0 0;line-height:1.62}
.focused-callout .team-list{max-width:38rem;margin:calc(1.79rem * 1.5) 0 0;font-size:calc(19px * 1.125);line-height:1.62}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.focused-callout:after{animation:none}}
.top-visual{--mark-local:calc(1.5rem * 1.09);--state-active:calc(1440px / 3.25);--type-body:calc(1440px / 3.22);padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126;}
.top-visual .featured-track{max-width:1440px;margin:0 auto;}
.top-visual h1,.top-visual h2,.top-visual h3,.top-visual p{margin:0;}
.top-visual h1{font-size:calc(19px * 2.65);line-height:1.08;}
.top-visual h2{font-size:calc(19px * 2);line-height:1.12;}
.top-visual h3{font-size:calc(19px * 1.35);line-height:1.2;}
.top-visual p{font-size:19px;line-height:1.62;}
.top-visual a{color:inherit;text-decoration:none;}
.top-visual img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.top-visual .contact-wrap{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.24rem;background:#C1272D;color:#FFFFFF;}
.top-visual .media-menu,.top-visual .wide-unit{}
.top-visual .narrow-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;margin-top:var(--mark-local);}
.top-visual .text-benefit{flex:1 1 calc(1440px / 4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #D3D8DE;border-radius:0.5rem;background:#FFFFFF;color:#1B2126;}
.top-visual .text-benefit p,.top-visual .text-benefit a{margin-top:calc(1.5rem / 3);}
.top-visual .text-benefit img{margin-bottom:calc(1.5rem / 2);}
.top-visual .primary-shell>img{margin-top:var(--mark-local);}
.top-visual .primary-shell>.media-menu{margin-top:1.5rem;}
.simple-items{--mark-local:calc(1.5rem * 1.29);--state-active:calc(1440px / 3.25);--type-body:calc(1440px / 3.44);padding:calc(1.5rem * 2.4) 1.93rem;background:#C1272D;color:#FFFFFF;}
.simple-items .featured-track{max-width:1440px;margin:0 auto;}
.simple-items h1,.simple-items h2,.simple-items h3,.simple-items p{margin:0;}
.simple-items h1{font-size:calc(19px * 2.65);line-height:1.08;}
.simple-items h2{font-size:calc(19px * 2);line-height:1.12;}
.simple-items h3{font-size:calc(19px * 1.35);line-height:1.2;}
.simple-items p{font-size:19px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.simple-items a{color:inherit;text-decoration:none;}
.simple-items img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.simple-items .top-figure{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);max-width:var(--state-active);}
.simple-items .media-menu{font-size:calc(19px * 1.125);}
.simple-items .narrow-body{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.simple-items .text-benefit{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);}
.simple-items .text-benefit img{max-width:calc(var(--type-body) * .7);}
.simple-items .text-benefit h3{margin-top:calc(1.5rem / 4);}
.simple-items .text-benefit .page-actions{display:inline-flex;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.24rem;background:#FFFFFF;color:#C1272D;font-size:calc(19px * .875);}
.simple-items .wide-unit{margin-top:var(--mark-local);font-size:calc(19px * .875);}
.simple-items .wide-unit a{text-decoration:underline;text-underline-offset:3px;}
@media (min-width:900px){.simple-items .narrow-body{flex-direction:row;flex-wrap:wrap;gap:1.79rem;}.simple-items .text-benefit{flex:1 1 calc((100% - 1.79rem * 2) / 3);}
}
.featured-surface{--mark-local:calc(1.5rem * 1.05);--state-active:calc(1440px / 2.6);--type-body:calc(1440px / 3.4);padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126;}
.featured-surface .featured-track{max-width:1440px;margin:0 auto;}
.featured-surface h2,.featured-surface h3,.featured-surface p{margin:0;}
.featured-surface h2{font-size:calc(19px * 2);line-height:1.12;}
.featured-surface h3{font-size:calc(19px * 1.35);line-height:1.22;}
.featured-surface p{font-size:19px;line-height:1.62;}
.featured-surface img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.featured-surface .media-menu{margin-top:1.5rem;max-width:var(--state-active);}
.featured-surface .wide-unit{margin-top:calc(1.5rem / 2);max-width:var(--state-active);color:var(--tone-primary);font-size:calc(19px * .875);}
.featured-surface .narrow-body{display:flex;flex-direction:column;gap:var(--mark-local);}
.featured-surface .text-benefit{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #D3D8DE;}
.featured-surface .text-benefit p{margin-top:calc(1.5rem / 3);color:var(--tone-primary);}
.featured-surface .contact-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;}
.featured-surface .contact-headline>.soft-block{flex:1 1 calc(1440px / 3);min-width:0;}
.featured-surface .contact-headline>.narrow-body{flex:2 1 calc(1440px / 2);}
.featured-surface .contact-headline>img{margin-left:auto;max-width:var(--type-body);}
.featured-surface .direct-shell{max-width:1440px;margin:calc(1.79rem * 1.5) auto 0;font-size:calc(19px * .875);color:var(--tone-primary);}
.featured-surface .direct-shell a{color:#C1272D;text-decoration:none;border-bottom:1px solid #C1272D;}
.featured-surface .direct-shell a:hover{color:inherit;border-bottom-color:#E23A2E;}
@media (max-width:760px){.featured-surface .contact-headline>img{max-width:100%;margin-left:0;}.featured-surface .contact-headline>.narrow-body,.featured-surface .contact-headline>.soft-block{flex:1 1 100%;}
}
.bottom-view{background:#E23A2E;color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.93rem}
.bottom-view .featured-track{max-width:1440px;margin:0 auto}
.bottom-view .media-benefit{display:flex;align-items:flex-start;gap:calc(1.79rem * 1.5)}
.bottom-view .contact-grid{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.88rem}
.bottom-view .page-footer{flex:1 1 34rem;min-width:0}
.bottom-view h2{margin:0;font-size:clamp(calc(19px * 2),4.4vw,calc(19px * 2.65));line-height:1.08;letter-spacing:0}
.bottom-view p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(19px * 1.125);line-height:1.65}
.bottom-view .focused-shell{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.79rem * 1.5)}
.bottom-view .focused-shell a{padding:calc(1.5rem * .75);border-radius:0.24rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:19px}
.bottom-view .active-view{margin:calc(1.79rem * 1.5) 0 0;padding:0;display:grid;gap:calc(1.5rem * .75)}
.bottom-view .active-view .main-note{display:flex;flex-wrap:wrap;gap:0.5rem 1rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent)}
.bottom-view .active-view dt{margin:0;flex:0 0 12rem;font-size:calc(19px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.85}
.bottom-view .active-view dd{margin:0;flex:1 1 16rem;font-size:19px;line-height:1.55}
@media(max-width:760px){.bottom-view .media-benefit{flex-direction:column}.bottom-view .contact-grid{flex-basis:auto;min-width:0;aspect-ratio:16/10}.bottom-view .active-view dt{flex-basis:100%}}
.open-plan{padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);background:var(--surface-main);color:var(--tone-primary);}
.open-plan .featured-track{max-width:1440px;margin:0 auto;}
.open-plan .team-links{margin-bottom:calc(1.79rem * 1.5);max-width:70ch;}
.open-plan .team-links h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.2;}
.open-plan .team-links p{margin:10px 0 0;font-size:19px;}
.open-plan .bottom-section{display:grid;gap:1.79rem;grid-template-columns:repeat(var(--axis-soft,3),minmax(0,1fr));}
.open-plan .bottom-section article{border:1px solid #D3D8DE;border-radius:0.5rem;background:#FFFFFF;padding:calc(1.5rem * .75);color:#1B2126;display:flex;flex-direction:column;gap:8px;}
.open-plan .bottom-section h3{margin:0;font-size:calc(19px * 1.125);}
.open-plan .bottom-section p{margin:0;font-size:calc(19px * .875);line-height:1.55;}
.open-plan .bottom-section a{margin-top:auto;text-decoration:none;font-weight:600;color:#C1272D;}
.open-plan .bottom-section a:hover{color:inherit;}
.open-plan .top-figure{margin-top:calc(1.79rem * 1.5);padding-top:calc(1.79rem * 1.5);border-top:1px solid #D3D8DE;display:flex;flex-wrap:wrap;gap:1.79rem;align-items:baseline;justify-content:space-between;}
.open-plan .wide-unit{margin:0;font-size:calc(19px * .875);max-width:60ch;}
.open-plan .direct-shell{display:flex;flex-wrap:wrap;gap:1.79rem;margin:0;}
.open-plan .direct-shell a{text-decoration:none;font-weight:600;color:#C1272D;}
.open-plan .direct-shell a:hover{color:inherit;}
@media (max-width: 900px){.open-plan .bottom-section{grid-template-columns:1fr 1fr;}
    }
@media (max-width: 640px){.open-plan .bottom-section{grid-template-columns:1fr;}.open-plan .top-figure{flex-direction:column;}
    }
.local-actions{--mark-local:calc(1.5rem * 1.2);--state-active:calc(1440px / 2.6);--type-body:calc(1440px / 3.4);padding:calc(1.5rem * 2.4) 1.93rem;background:#E23A2E;color:#FFFFFF;}
.local-actions .featured-track{max-width:1440px;margin:0 auto;}
.local-actions h1,.local-actions h2,.local-actions h3,.local-actions p{margin:0;}
.local-actions h1{font-size:calc(19px * 2.65);line-height:1.08;}
.local-actions h2{font-size:calc(19px * 2);line-height:1.12;max-width:var(--state-active);}
.local-actions h3{font-size:calc(19px * 1.35);line-height:1.22;}
.local-actions p{font-size:19px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.local-actions a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.local-actions a:hover{text-decoration-thickness:2px;}
.local-actions img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.local-actions .media-menu{margin-top:1.5rem;max-width:var(--state-active);}
.local-actions .direct-shell{margin-top:calc(1.79rem * 1.5);font-size:calc(19px * .875);}
.local-actions .narrow-body{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.local-actions .text-benefit{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 35%, transparent);}
.local-actions .text-benefit p{margin-top:calc(1.5rem / 3);}
.local-actions .contact-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.79rem;}
.local-actions .contact-headline>.soft-block{flex:1 1 calc(1440px / 3);min-width:0;}
.local-actions .contact-headline>.narrow-body{flex:2 1 calc(1440px / 2);margin-top:0;}
.local-actions .contact-headline>img{margin-left:auto;max-width:var(--type-body);}
@media (max-width:760px){.local-actions .contact-headline>img{max-width:100%;margin-left:0;}.local-actions h2{max-width:none;}.local-actions .media-menu{max-width:none;}
}
.strong-story{
        --mark-local: calc(1.5rem * 1.26);
        --copy-large: calc(1440px / 3.59);
        padding: calc(1.5rem * 2.4) 1.93rem;
        background: #171C21;
        color: #F2F4F6;
    }
.strong-story .featured-track{max-width: 1440px;
        margin: 0 auto;}
.strong-story h2,
    .strong-story h3,
    .strong-story p{margin: 0;}
.strong-story h2{font-size: calc(19px * 2);
        line-height: 1.12;}
.strong-story h3{font-size: calc(19px * 1.35);
        line-height: 1.2;}
.strong-story p{font-size: 19px;
        line-height: 1.62;}
.strong-story a{color: inherit;
        text-decoration: none;}
.strong-story .primary-contact{padding-block: calc(var(--mark-local) / 2);}
.strong-story .clear-group{row-gap: calc(var(--mark-local) * 1.2);}
.strong-story .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.79rem;}
.strong-story .row-title h2{flex: 1 1 calc(1440px / 3);
        min-width: 0;}
.strong-story .row-title > p{flex: 1 1 calc(1440px / 3);
        min-width: 0;
        opacity: .82;}
.strong-story .narrow-body{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-local);
        margin-top: var(--mark-local);}
.strong-story .text-benefit{flex: 1 1 var(--copy-large);
        min-width: 0;
        padding-block-start: calc(calc(1.5rem * .75) / 2);
        border-top: 1px solid color-mix(in srgb, #F2F4F6 22%, transparent);}
.strong-story .text-benefit p{margin-top: calc(1.5rem / 3);
        opacity: .82;}
.strong-story .text-benefit a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        padding-block-end: 2px;
        border-bottom: 1px solid color-mix(in srgb, #F2F4F6 45%, transparent);
        font-size: calc(19px * .875);
        letter-spacing: .02em;}
.strong-story .text-benefit a:hover{border-bottom-color: #E23A2E;}
.active-links{
    background:#F4F5F7;
    color:#1B2126;
    padding:calc(1.5rem * 2.4) 1.93rem;
}
.active-links .c{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.5);}
.active-links .featured-form{max-width:56ch;}
.active-links h1{font-size:calc(19px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;
    letter-spacing:-0.01em;}
.active-links .soft-service{font-size:calc(19px * 1.125);
    line-height:1.62;
    margin:0;}
.active-links .local-body{display:grid;
    gap:1.79rem;}
@media (min-width:768px){.active-links .local-body{
        grid-template-columns:1.4fr 1fr;
        align-items:start;
    }
}
.active-links .direct-note img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0.88rem;
    box-shadow:0 1px 8px rgba(0,0,0,0.13);}
.active-links .media-rail,
.active-links .bottom-benefit{
    background:#FFFFFF;
    color:#1B2126;
    border:1px solid #D3D8DE;
    border-radius:0.88rem;
    padding:calc(1.5rem * .75);
}
.active-links .media-rail h2,
.active-links .bottom-benefit h2{font-size:calc(19px * 2);
    line-height:1.2;
    margin:0 0 0.8rem;}
.active-links .media-rail p,
.active-links .bottom-benefit p{margin:0 0 0.9rem;
    line-height:1.62;}
.active-links .media-rail p:last-child,
.active-links .bottom-benefit p:last-child{margin-bottom:0;}
.active-links .direct-shell{font-size:calc(19px * .875);
    border-top:1px solid #D3D8DE;
    padding-top:0.9rem;
    margin-top:1.2rem;}
.active-links .direct-shell a{text-decoration:underline;
    text-underline-offset:3px;}
.active-links .direct-shell a:hover{}
.narrow-panel{
    padding:calc(1.5rem * 2.4) 1.93rem;
    background:var(--surface-main);
    color:var(--tone-primary);
}
.narrow-panel .soft-contact{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.5);}
.narrow-panel .top-figure{display:flex;
    align-items:center;
    gap:1.79rem;
    flex-wrap:wrap;}
.narrow-panel .team-figure{
    width:72px;
    height:72px;
    border-radius:0.88rem;
    object-fit:cover;
    border:1px solid #D3D8DE;
    background:#FFFFFF;color:#1B2126;}
.narrow-panel .id{display:flex;
    flex-direction:column;
    gap:2px;}
.narrow-panel .page-tile{margin:0;
    font-size:calc(19px * 1.35);
    line-height:1.2;}
.narrow-panel .visual-entries{margin:0;
    font-size:calc(19px * .875);
    letter-spacing:0.02em;
    text-transform:uppercase;}
.narrow-panel .strong-visual{margin:0;
    font-size:19px;
    max-width:62ch;}
.narrow-panel .wide-unit{margin:0;
    font-size:calc(19px * .875);
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #D3D8DE;
    max-width:62ch;}
.narrow-panel .wide-unit a{color:#C1272D;
    text-decoration:underline;}
.narrow-panel .wide-unit a:hover{color:inherit;}
@media (max-width:640px){.narrow-panel .top-figure{
        gap:calc(1.5rem * .75);
    }.narrow-panel .team-figure{
        width:56px;
        height:56px;
    }
}
.media-fields{
    background:#F4F5F7;
    color:#1B2126;
    padding:calc(1.5rem * 2.4) 1.93rem;
}
.media-fields .c{max-width:1440px;
    margin:0 auto;}
.media-fields .featured-form{max-width:56rem;
    margin:0 0 calc(1.79rem * 1.5);
    padding-bottom:calc(1.79rem * 1.5);
    border-bottom:1px solid #D3D8DE;}
.media-fields h1{font-size:calc(19px * 2.65);
    line-height:1.15;
    margin:0 0 0.75rem;
    letter-spacing:-0.01em;}
.media-fields .soft-service{font-size:calc(19px * 1.125);
    line-height:1.62;
    margin:0;
    max-width:44rem;}
.media-fields .local-body{display:grid;
    gap:1.79rem;
    margin-bottom:calc(1.79rem * 1.5);}
.media-fields .direct-note img{display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0.88rem;
    box-shadow:0 6px 16px rgba(0,0,0,0.16);}
.media-fields .media-rail,
.media-fields .bottom-benefit{
    background:#FFFFFF;
    color:#1B2126;
    border:1px solid #D3D8DE;
    border-radius:0.88rem;
    padding:calc(1.5rem * .75);
    margin-bottom:calc(1.79rem * 1.5);
}
.media-fields .media-rail:last-child,
.media-fields .bottom-benefit:last-child{margin-bottom:0;}
.media-fields h2{font-size:calc(19px * 2);
    line-height:1.2;
    margin:0 0 1rem;}
.media-fields p{font-size:19px;
    line-height:1.62;
    margin:0 0 1rem;}
.media-fields p:last-child{margin-bottom:0;}
.media-fields .direct-shell{margin-top:calc(1.79rem * 1.5);
    padding-top:calc(1.79rem * 1.5);
    border-top:1px solid #D3D8DE;
    font-size:calc(19px * .875);}
.media-fields .direct-shell a{text-decoration:underline;
    text-underline-offset:3px;}
.media-fields .direct-shell a:hover{}
@media (min-width:768px){.media-fields .local-body{
        grid-template-columns:1.4fr 1fr;
        align-items:stretch;
    }.media-fields .local-body > *:first-child{
        order:2;
    }
}
.open-media{
    padding:calc(1.5rem * 2.4) 1.93rem;
    background:#F4F5F7;
    color:#1B2126;
}
.open-media .soft-contact{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:1.79rem;
    align-items:flex-start;}
.open-media .top-figure{flex:0 1 260px;
    display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.open-media .content-contact{width:100%;
    height:auto;
    display:block;
    border-radius:0.88rem;
    box-shadow:0 1px 8px rgba(0,0,0,0.13);
    object-fit:cover;}
.open-media .local-stack{display:flex;
    flex-direction:column;
    gap:4px;}
.open-media .page-tile{margin:0;
    font-size:calc(19px * 1.35);
    line-height:1.25;}
.open-media .visual-entries{margin:0;
    font-size:calc(19px * .875);
    color:var(--tone-primary);}
.open-media .soft-block{flex:1 1 380px;
    display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.5);}
.open-media .strong-visual{margin:0;
    font-size:19px;
    line-height:1.62;}
.open-media .wide-unit{
    margin:0;
    padding:calc(1.5rem * .75);
    background:var(--surface-main);
    color:var(--tone-primary);
    border-radius:0.5rem;
    font-size:calc(19px * .875);
    line-height:1.55;
}
.open-media .focused-shell{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.5rem * .75);
    font-size:calc(19px * .875);}
.open-media .focused-shell a{color:#C1272D;
    text-decoration:none;
    border-bottom:1px solid rgba(193,39,45,0.42);
    padding-bottom:2px;
    transition:color 500ms var(--motion-soft);}
.open-media .focused-shell a:hover{color:inherit;}
@media (max-width:640px){.open-media .soft-contact{
        flex-direction:column;
    }.open-media .top-figure{
        flex:1 1 auto;
        width:100%;
    }
}
.visual-shell{
    background:linear-gradient(135deg, #232A31 0%, #3A444D 52%, #C1272D 100%);
    color:#FFFFFF;
    padding:calc(1.5rem * 2.4) 1.93rem;
}
.visual-shell .c{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.5);}
.visual-shell .featured-form{max-width:60ch;}
.visual-shell h1{font-size:calc(19px * 2.65);
    line-height:1.1;
    margin:0 0 0.6rem;
    letter-spacing:-0.01em;}
.visual-shell .soft-service{font-size:calc(19px * 1.125);
    line-height:1.5;
    margin:0;
    opacity:0.88;}
.visual-shell .local-body{display:block;}
.visual-shell .direct-note img{width:100%;
    max-height:26rem;
    object-fit:cover;
    border-radius:0.88rem;
    box-shadow:0 6px 16px rgba(0,0,0,0.16);
    display:block;}
.visual-shell .media-rail,
.visual-shell .bottom-benefit{
    background:#FFFFFF;
    color:#1B2126;
    border:1px solid #D3D8DE;
    border-radius:0.88rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 8px rgba(0,0,0,0.13);
}
.visual-shell .media-rail{border-left:4px solid #E23A2E;}
.visual-shell h2{font-size:calc(19px * 2);
    line-height:1.2;
    margin:0 0 0.9rem;}
.visual-shell p{margin:0 0 0.9rem;
    line-height:1.62;}
.visual-shell p:last-child{margin-bottom:0;}
.visual-shell .direct-shell{margin-top:1.2rem;
    padding-top:0.9rem;
    border-top:1px solid #D3D8DE;
    font-size:calc(19px * .875);}
.visual-shell .direct-shell a{text-decoration:underline;
    text-underline-offset:2px;}
.visual-shell .direct-shell a:hover{}
@media (min-width:768px){.visual-shell .c{
        display:grid;
        grid-template-columns:1.05fr 1fr;
        grid-template-areas:
            "head head"
            "pic desc"
            "pic res";
        align-items:start;
        column-gap:1.79rem;
        row-gap:calc(1.79rem * 1.5);
    }.visual-shell .featured-form{grid-area:head;}.visual-shell .local-body{grid-area:pic;}.visual-shell .media-rail{grid-area:desc;}.visual-shell .bottom-benefit{grid-area:res;}.visual-shell .direct-note img{max-height:none;height:100%;}
}
.media-track{
    padding:calc(1.5rem * 2.4) 1.93rem;
    background:var(--surface-main);
    color:var(--tone-primary);
}
.media-track .soft-contact{max-width:1440px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.79rem * 1.5);}
.media-track .top-figure{display:flex;
    align-items:center;
    gap:1.79rem;
    flex-wrap:wrap;}
.media-track .team-figure{width:72px;
    height:72px;
    border-radius:0.88rem;
    object-fit:cover;
    border:2px solid #D3D8DE;
    flex:0 0 auto;}
.media-track .site-fields{display:flex;
    flex-direction:column;
    gap:0.2rem;
    min-width:0;}
.media-track .page-tile{margin:0;
    font-size:calc(19px * 1.35);
    line-height:1.25;}
.media-track .visual-entries{margin:0;
    font-size:calc(19px * .875);
    letter-spacing:0.02em;
    opacity:0.85;}
.media-track .strong-visual{margin:0;
    max-width:62ch;
    font-size:19px;
    line-height:1.62;}
.media-track .focused-shell{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    font-size:calc(19px * .875);}
.media-track .focused-shell li{margin:0;}
.media-track .focused-shell a{color:#C1272D;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 500ms var(--motion-soft), border-color 500ms var(--motion-soft);}
.media-track .focused-shell a:hover,
.media-track .focused-shell a:focus-visible{color:inherit;
    border-bottom-color:#E23A2E;}
.media-track .wide-unit{margin:0;
    font-size:calc(19px * .875);
    opacity:0.75;}
@media (min-width:768px){.media-track .soft-contact{
        display:grid;
        grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
        grid-template-areas:
            "rail bio"
            "rail links"
            "rail note";
        align-items:start;
        column-gap:calc(1.5rem * .75);
        row-gap:calc(1.79rem * 1.5);
    }.media-track .top-figure{grid-area:rail;flex-direction:column;align-items:flex-start;}.media-track .strong-visual{grid-area:bio;}.media-track .focused-shell{grid-area:links;}.media-track .wide-unit{grid-area:note;}
}
.compact-body{padding:calc(1.5rem * 2.4) 1.93rem;background:#E23A2E;color:#FFFFFF}
.compact-body .featured-track{max-width:1440px;margin:0 auto}
.compact-body .plain-steps{display:flex;gap:calc(1.79rem * 1.5);align-items:flex-start}
.compact-body .soft-block{flex:1 1 22rem;min-width:0}
.compact-body h2{margin:0;font-size:calc(19px * 2.65);line-height:1.04;max-width:16ch}
.compact-body .soft-block>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(19px * 1.125);line-height:1.62}
.compact-body .top-figure{margin-top:calc(1.79rem * 1.5);display:flex;flex-direction:column;gap:1.5rem;max-width:48rem}
.compact-body .top-figure p{margin:0;padding-left:1.5rem;border-left:1px solid color-mix(in srgb,#FFFFFF 30%,transparent);line-height:1.62}
.compact-body .top-figure strong{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19px * .875)}
.compact-body .top-figure span{display:block;min-width:0}
.compact-body .team-actions{flex:0 1 34rem;min-width:0;background:#171C21;color:#F2F4F6;border-radius:0.88rem;padding:1.79rem;box-shadow:0 6px 16px rgba(0,0,0,0.16)}
.compact-body .public-footer{display:block;margin:0 0 1.5rem}
.compact-body .public-footer span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19px * .875)}
.compact-body input,.compact-body textarea{display:block;width:100%;max-width:100%;border:0;border-bottom:1px solid color-mix(in srgb,#F2F4F6 22%,transparent);border-radius:0;background:transparent;color:#F2F4F6;font:inherit;padding:calc(1.5rem * .75) 0;outline:none}
.compact-body input::placeholder,.compact-body textarea::placeholder{color:inherit;}
.compact-body input:focus,.compact-body textarea:focus{border-color:rgba(193,39,45,0.42)}
.compact-body textarea{resize:vertical}
.compact-body button{display:inline-flex;align-items:center;justify-content:center;max-width:100%;border:0;border-radius:0.24rem;background:#C1272D;color:#FFFFFF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:transform 500ms var(--motion-soft)}
.compact-body button:active{transform:translateY(1px)}
@media(max-width:820px){.compact-body .plain-steps{display:block}.compact-body .team-actions{margin-top:calc(1.79rem * 1.5);padding:1.5rem}.compact-body h2{font-size:calc(19px * 2)}}
.main-rail{padding:calc(1.5rem * 2.4) 1.93rem;background:#171C21;color:#F2F4F6}
.main-rail .active-intro{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.44fr) minmax(0,.56fr);gap:1.79rem}
.main-rail .media-menu{align-self:start}
.main-rail h2{margin:0;font-size:calc(19px * 2);line-height:1.05}
.main-rail .media-menu p{margin:calc(1.79rem * 1.5) 0 0;font-size:19px;line-height:1.62;opacity:.82}
.main-rail .page-entries{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.main-rail .region{flex:1 1 14rem;padding:calc(1.5rem * .75);border-radius:0.5rem;background:#FFFFFF;color:#1B2126;border:1px solid #D3D8DE}
.main-rail .region span{display:block;font-size:calc(19px * .875);letter-spacing:.04em;text-transform:uppercase;color:inherit;}
.main-rail .region strong{display:block;margin-top:.55rem;font-size:19px;line-height:1.45}
.main-rail .region a{color:inherit;text-decoration:none}
.main-rail .region a:hover{color:inherit;text-decoration:underline}
.main-rail .page-wrap{grid-column:1/-1;height:clamp(20rem,40vw,32rem);border-radius:0.88rem;overflow:hidden;border:1px solid #D3D8DE}
.main-rail iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:780px){.main-rail .active-intro{grid-template-columns:1fr}.main-rail .page-wrap{height:20rem}}
.team-unit{background:#E23A2E;color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.93rem}
.team-unit .featured-track{max-width:1440px;margin:0 auto}
.team-unit .plain-steps{display:flex;align-items:flex-start;gap:calc(1.79rem * 1.5)}
.team-unit .soft-block{flex:0 1 30rem;min-width:0}
.team-unit h2{margin:0;font-size:clamp(calc(19px * 2),5vw,calc(19px * 2.65));line-height:1.05;letter-spacing:0}
.team-unit .soft-block p{margin:1.5rem 0 0;max-width:40rem;font-size:calc(19px * 1.125);line-height:1.65}
.team-unit .soft-block a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.79rem;border-radius:0.5rem;background:#FFFFFF;color:#E23A2E;text-decoration:none;font-weight:700}
.team-unit .direct-note{display:block;flex:0 1 18rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.88rem}
.team-unit .narrow-body{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.team-unit .text-benefit{color:inherit;text-decoration:none;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.team-unit strong,.team-unit span{display:block}
.team-unit span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55}
@media(max-width:780px){.team-unit .plain-steps{flex-direction:column}.team-unit .direct-note{flex-basis:auto;min-width:0;aspect-ratio:16/9}.team-unit .narrow-body{width:100%}
}
.section{padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126}
.section .plain-copy{max-width:min(1440px,64rem);margin:0 auto}
.section .site-team{max-width:52rem}
.section h2{margin:0;font-size:calc(19px * 2);line-height:1.1}
.section .media-unit{margin:calc(1.79rem * 1.5) 0 1.5rem;font-size:calc(19px * 1.125);}
.section .featured-body{display:flex;flex-direction:column;gap:0;border-top:2px solid #C1272D}
.section .wide-unit{padding:1.79rem 0;border-bottom:1px solid #D3D8DE}
.section h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19px * 1.35);line-height:1.25}
.section .wide-unit p{margin:0;}
.section .wide-unit a{text-decoration:underline;text-underline-offset:2px}
.section .wide-unit a:hover{}
@media (min-width:48rem){.section .featured-body{display:grid;grid-template-columns:1fr 1fr;column-gap:1.79rem;border-top:2px solid #C1272D}.section .wide-unit{padding:1.79rem 0}
}
.direct-body{padding:calc(1.5rem * 2.4) 1.93rem;background:#F4F5F7;color:#1B2126}
.direct-body .local-content{max-width:min(1440px,70rem);margin:0 auto}
.direct-body .media-menu{max-width:52rem;padding-bottom:calc(1.79rem * 1.5);border-bottom:1px solid #D3D8DE}
.direct-body h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19px * 2);line-height:1.1;letter-spacing:-0.01em}
.direct-body .media-form{margin:0;font-size:19px;line-height:1.62}
.direct-body .wide-links{margin-top:calc(1.79rem * 1.5);display:flex;flex-direction:column;gap:1.79rem}
.direct-body .primary-team{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.4rem);background:#FFFFFF;color:#1B2126;border:1px solid #D3D8DE;border-left:3px solid #E23A2E;border-radius:0.5rem}
.direct-body h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19px * 1.35);line-height:1.25}
.direct-body .primary-team p{margin:0;font-size:calc(19px * .875);line-height:1.62}
.direct-body .primary-team a{text-decoration:underline;text-underline-offset:2px}
.direct-body .primary-team a:hover{}
@media (min-width:56rem){.direct-body .wide-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.79rem}.direct-body .primary-team:first-child{grid-column:1 / -1}
}
.narrow-footer{
  padding: calc(1.5rem * 2.4) 1.93rem;
  background: #171C21;
  color: #F2F4F6;
}
.narrow-footer .featured-track{max-width: min(1440px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.79rem * 1.5);
  align-items: flex-start;}
.narrow-footer .soft-block{flex: 1 1 32rem;
  min-width: 0;}
.narrow-footer h2{margin: 0;
  font-size: calc(19px * 2);
  line-height: 1.1;}
.narrow-footer .soft-block p{margin: calc(1.5rem * .75) 0 0;
  max-width: 44rem;
  font-size: calc(19px * 1.125);
  color: #C7CDD3;}
.narrow-footer .soft-block .wide-unit{font-size: calc(19px * .875);
  color: #C7CDD3;
  border-left: 2px solid #E23A2E;
  padding-left: calc(1.5rem * .75);
  margin-top: calc(1.79rem * 1.5);}
.narrow-footer .direct-shell{margin-top: calc(1.79rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(1.79rem * 1.5);}
.narrow-footer .direct-shell a{text-decoration: none;
  border-bottom: 1px solid #E23A2E;
  padding-bottom: 2px;
  font-size: 19px;
  transition: color 500ms var(--motion-soft), border-color 500ms var(--motion-soft);}
.narrow-footer .direct-shell a:hover,
.narrow-footer .direct-shell a:focus-visible{color:inherit;
  border-color: #E23A2E;}
.narrow-footer .top-figure{
  flex: 1 1 18rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.88rem;
  background: #FFFFFF;
  color: #1B2126;
  border: 1px solid #D3D8DE;
}
.narrow-footer .top-figure strong{display: block;
  font-size: calc(19px * 1.35);
  line-height: 1.2;}
.narrow-footer .top-figure p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19px;}
.narrow-footer .top-figure p a{color:inherit;
  text-decoration: none;}
.narrow-footer .top-figure p a:hover,
.narrow-footer .top-figure p a:focus-visible{color:inherit;
  text-decoration: underline;}
.narrow-footer .top-figure span{display: block;
  margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D3D8DE;color:inherit;
  font-size: calc(19px * .875);
  line-height: 1.55;}
@media (max-width: 760px) {.narrow-footer .featured-track{
    flex-direction: column;
  }.narrow-footer .soft-block,
  .narrow-footer .top-figure{
    flex: 1 1 auto;
    width: 100%;
  }
}
.content-body{--mark-local:calc(1.5rem * 1.02);--state-active:calc(1440px / 3.15);padding:calc(1.5rem * 2.4) 1.93rem;background:#E23A2E;color:#FFFFFF;}
.content-body .featured-track{max-width:1440px;margin:0 auto;}
.content-body h1,.content-body h2,.content-body h3,.content-body p{margin:0;}
.content-body h2{font-size:calc(19px * 2);line-height:1.12;max-width:34ch;}
.content-body p{font-size:19px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-body a{color:inherit;text-decoration:none;}
.content-body .piece>h2{margin-top:0;}
.content-body .piece>.media-menu{margin-top:1.5rem;max-width:56ch;}
.content-body .direct-shell{display:flex;flex-wrap:wrap;align-items:center;gap:1.79rem;margin-top:var(--mark-local);}
.content-body .contact-wrap{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#FFFFFF;color:#E23A2E;font-weight:600;}
.content-body .clear-steps{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);font-size:calc(19px * .875);}
.content-body .clear-steps:hover{border-bottom-color:currentColor;}
.content-body .wide-unit{margin-top:var(--mark-local);font-size:calc(19px * .875);max-width:60ch;}
.content-body .wide-unit a{text-decoration:underline;text-underline-offset:3px;}
@media (max-width:640px){.content-body .direct-shell{flex-direction:column;align-items:flex-start;}
}
.narrow-region{
  background: #F4F5F7;
  color: #1B2126;
  padding: calc(1.5rem * 2.4) 1.93rem;
}
.narrow-region .featured-track{width: min(100%, 1440px);
  margin: 0 auto;}
.narrow-region .public-section{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.79rem * 1.5);}
.narrow-region .wide-unit{
  margin: 0;
  padding: 6px 12px;
  border-radius: 0.24rem;
  background: #E23A2E;
  color: #FFFFFF;
  font-size: calc(19px * .875);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.narrow-region h1{margin: 0;
  font-size: clamp(calc(19px * 2), 7vw, calc(19px * 2.65));
  line-height: 1.02;}
.narrow-region .fresh-rail{margin: 0;
  max-width: 62ch;
  font-size: calc(19px * 1.125);
  line-height: 1.62;}
.narrow-region .strong-feature{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.79rem;
  min-width: 0;}
.narrow-region a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.narrow-region .team-benefit{
  padding: 14px 22px;
  border-radius: 0.5rem;
  background: #C1272D;
  color: #FFFFFF;
  font-weight: 700;
  transition: background 500ms var(--motion-soft);
}
.narrow-region .team-benefit:hover{
  background: #9E1E23;color:#1B2126;}
.narrow-region .columns{padding: 4px 0;
  color: #C1272D;
  border-bottom: 1px solid #D3D8DE;
  transition: color 500ms var(--motion-soft);}
.narrow-region .columns:hover{color:inherit;}
.narrow-region .direct-shell{margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: calc(19px * .875);
  color: var(--tone-primary);}
.narrow-region .direct-shell a{color: #C1272D;
  border-bottom: 1px solid transparent;
  transition: border-color 500ms var(--motion-soft);}
.narrow-region .direct-shell a:hover{border-bottom-color: #C1272D;}
@media (max-width: 640px) {.narrow-region .strong-feature{
    flex-direction: column;
    align-items: flex-start;
  }
}
