:root {
  --ink-main: #3A4A5E;
  --paint-base: #EDF3FA;
  --ease-nav: ease;
}
body{margin:0;padding:0;font-family:"Sora", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.offer-proof {
    width: 100%;
    background: #F5F8FC;
    color: #0B1420;
    border-bottom: 1px solid #D6E0EC;
    padding-block: calc(1.95rem * 1.5);
  }
.quiet-surface {
    max-width: 1480px;
    margin: 0 auto;
    padding-inline: 2.39rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.95rem;
  }
.wide-entries {
    font-size: calc(18px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
  }
.wide-entries:hover {
    color: #7C5CFF;
  }
.entries {
    display: flex;
    align-items: center;
    gap: calc(1.95rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.95rem * 1.25);
  }
.nav-list a {
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    padding-block: 0.25rem;
    border-bottom: 1px solid transparent;
    transition: color 460ms var(--ease-nav),
                border-color 460ms var(--ease-nav);
  }
.nav-list a:hover {
    color: #7C5CFF;
    border-bottom-color: #7C5CFF;
  }
.nav-cta {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #D6E0EC;
    border-radius: 0.62rem;
    background: transparent;
    color: inherit;
    text-decoration: none;
    font-size: calc(18px * .875);
    transition: background 460ms var(--ease-nav),
                border-color 460ms var(--ease-nav);
  }
.nav-cta:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);
    border-color: #7C5CFF;color:#0B1420;}
.strong-actions {
    display: none;
    background: transparent;
    border: 1px solid #D6E0EC;
    border-radius: 0.26rem;
    padding: 0.5rem;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    width: 40px;
    height: 36px;
    align-items: center;
    justify-content: center;
  }
.clear-summary {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
  }
@media (max-width: 767px) {
    .quiet-surface {
      flex-wrap: wrap;
    }

    .strong-actions {
      display: flex;
    }

    .entries {
      display: none;
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
      gap: 1.95rem;
      padding-top: calc(1.95rem * 1.5);
    }

    .entries.is-open {
      display: flex;
    }

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

    .nav-list a {
      font-size: 18px;
    }

    .nav-cta {
      align-self: stretch;
      text-align: center;
    }
  }
.simple-surface{padding:calc(1.5rem * 2.4) 2.39rem;font-family:"Sora", sans-serif;font-size:18px;line-height:1.6;background:#0A1422;color:#E6EEF7;}
.focused-body{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:calc(1.95rem * 1.5);align-items:start}
.contact-panel{max-width:34rem}
.main-method{font-size:calc(18px * 1.125);font-weight:600;letter-spacing:0.02em;margin:0 0 1.5rem}
.active-menu{margin:0;opacity:0.82;font-size:calc(18px * .875)}
.narrow-benefit,
  .wide-header{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.95rem}
.narrow-benefit a,
  .wide-header a,
  .compact-content a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 460ms var(--ease-nav)}
.narrow-benefit a:hover,
  .wide-header a:hover,
  .compact-content a:hover{border-bottom-color:currentColor;color:inherit}
.compact-content{font-size:calc(18px * .875);display:flex;flex-direction:column;gap:1.5rem}
.plain-entries{font-size:18px;font-weight:600;margin:0}
.compact-content p{margin:0;opacity:0.82}
.visual-content{grid-column:1 / -1;border-top:1px solid rgba(255, 255, 255, 0.14);padding-top:calc(1.95rem * 1.5);display:flex;flex-direction:column;gap:1.5rem;font-size:calc(18px * .875)}
.wide-header{flex-direction:row;flex-wrap:wrap;gap:calc(1.95rem * 1.5)}
.plain-brand{margin:0;opacity:0.72;max-width:60rem}
.public-quote{margin:0;opacity:0.6}
@media (max-width: 900px) {.focused-body{grid-template-columns:1fr 1fr}.contact-panel{grid-column:1 / -1}
  }
@media (max-width: 600px) {.focused-body{grid-template-columns:1fr}.wide-header{flex-direction:column;gap:1.95rem}
  }
.cookies{position:fixed;left:2.39rem;right:2.39rem;bottom:1.5rem;z-index:1200;}
.cookies .strong-rail{max-width:720px;margin:0 auto;background:#FFFFFF;border:1px solid #D6E0EC;border-radius:1.17rem;box-shadow:0 20px 40px rgba(0,0,0,0.18);padding:1.5rem 2.39rem;color:#0B1420;}
.cookies .wide-form{display:flex;align-items:center;gap:8px;}
.cookies .strong-rail p{margin:8px 0 0;}
.cookies .open-form{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .open-form button{border:1px solid #D6E0EC;background:var(--paint-base);color:var(--ink-main);border-radius:0.26rem;padding:8px 12px;cursor:pointer;}
.cookies .open-form button.cookie-accept{background:#7C5CFF;color:#0A0620;border-color:transparent;font-weight:700;}
.direct-details{
  --mark-content:calc(1.5rem * 1.05);
  --field-static:calc(1480px / 2.4);
  padding:calc(1.5rem * 2.4) 2.39rem;
  background:linear-gradient(135deg, #0A1422 0%, #10243A 48%, #0FB5C9 100%);
  color:#E6EEF7;
}
.direct-details .open-copy{max-width:1480px;
  margin:0 auto;}
.direct-details h1,
.direct-details h3,
.direct-details p{margin:0;}
.direct-details h1{font-size:calc(18px * 2.65);
  line-height:1.08;
  margin-top:calc(1.95rem * 1.5);}
.direct-details h3{font-size:calc(18px * 1.35);
  line-height:1.2;}
.direct-details p{font-size:18px;
  line-height:1.6;}
.direct-details .narrow-shell{max-width:var(--field-static);}
.direct-details .text-grid{font-size:calc(18px * .875);
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#E6EEF7;
  opacity:0.72;}
.direct-details .strong-region{margin-top:calc(1.95rem * 1.5);
  color:#E6EEF7;
  opacity:0.86;}
.direct-details .page-lead{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.95rem;
  margin-top:var(--mark-content);}
.direct-details a{color:inherit;
  text-decoration:none;}
.direct-details .direct-links{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.26rem;
  background:#0FB5C9;
  color:#04141C;
  font-size:18px;
  transition:background 460ms var(--ease-nav);
}
.direct-details .direct-links:hover{
  background:#0AA0B3;color:#0B1420;}
.direct-details .secondary-team{font-size:calc(18px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  opacity:0.85;}
.direct-details .secondary-team:hover{opacity:1;}
.direct-details .local-story{list-style:none;
  margin:calc(var(--mark-content) * 1.4) 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:1.95rem;}
.direct-details .service-note{flex:1 1 220px;
  min-width:200px;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(230,238,247,0.28);}
.direct-details .top-fields{display:block;
  font-size:calc(18px * .875);
  letter-spacing:0.1em;
  opacity:0.6;
  margin-bottom:calc(1.5rem * .75);}
.direct-details .service-note p{margin-top:calc(1.5rem * .75);
  font-size:calc(18px * .875);
  opacity:0.82;}
@media (max-width:720px){.direct-details .local-story{
    flex-direction:column;
  }.direct-details .service-note{
    flex:1 1 auto;
  }
}
.compact-proof{
  background: #F5F8FC;
  color: #0B1420;
  padding: calc(1.5rem * 2.4) 2.39rem;
}
.compact-proof .open-copy{width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.95rem * 1.5);
  align-items: flex-start;}
.compact-proof h2,
.compact-proof p,
.compact-proof ul{margin: 0;}
.compact-proof .page-track{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  position: sticky;
  top: 1.5rem;}
.compact-proof h2{font-size: calc(18px * 2);
  line-height: 1.08;}
.compact-proof .text-grid{font-size: calc(18px * .875);
  line-height: 1.6;
  color: var(--ink-main);
  border-left: 2px solid #0FB5C9;
  padding-left: calc(1.5rem * .75);}
.compact-proof .compact-intro{flex: 1 1 28rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.compact-proof .strong-region{font-size: calc(18px * 1.125);
  line-height: 1.6;
  color: var(--ink-main);}
.compact-proof .wide-shell{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.95rem * 1.5);}
.compact-proof .service-note{display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding-top: calc(1.95rem * 1.5);
  border-top: 1px solid #D6E0EC;}
.compact-proof .wide-form{font-size: calc(18px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-main);}
.compact-proof .service-note strong{font-size: calc(18px * 1.35);
  line-height: 1.18;}
.compact-proof .service-note p{color: var(--ink-main);
  line-height: 1.6;}
@media (min-width: 900px) {.compact-proof .service-note{
    grid-template-columns: 10rem minmax(0, 1fr);
    grid-template-areas:
      "meta title"
      "meta text";
    column-gap: calc(1.95rem * 1.5);
    row-gap: calc(1.5rem * .75);
  }.compact-proof .service-note .wide-form{ grid-area: meta; }.compact-proof .service-note strong{ grid-area: title; }.compact-proof .service-note p{ grid-area: text; }
}
.clear-method{--mark-content:calc(1.5rem * 1.02);--field-static:calc(1480px / 2.25);padding:calc(1.5rem * 2.4) 2.39rem;background:#0FB5C9;color:#04141C;}
.clear-method .open-copy{max-width:1480px;margin:0 auto;}
.clear-method h2,.clear-method h3,.clear-method p{margin:0;}
.clear-method h2{font-size:calc(18px * 2);line-height:1.12;}
.clear-method h3{font-size:calc(18px * 1.35);line-height:1.2;}
.clear-method p{font-size:18px;line-height:1.6;color:color-mix(in srgb, currentColor 74%, transparent);}
.clear-method a{color:inherit;text-decoration:none;}
.clear-method .direct-links{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.26rem;background:#04141C;color:#0FB5C9;}
.clear-method .text-grid{font-size:calc(18px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.clear-method .media-details{max-width:var(--field-static);}
.clear-method .media-details h2{margin-top:calc(1.5rem / 2);}
.clear-method .strong-region{margin-top:calc(1.5rem / 2);}
.clear-method .wide-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;margin-top:var(--mark-content);}
.clear-method .service-note{flex:1 1 calc(1480px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.clear-method .service-note p{margin-top:calc(1.5rem / 3);}
.clear-method .service-note a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(18px * .875);text-decoration:underline;text-underline-offset:0.28em;}
.clear-method .open-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.clear-method .open-section>.media-details{flex:1 1 auto;min-width:0;}
.clear-method .open-section>.direct-links{flex:0 0 auto;}
.clear-method .open-section>.wide-shell{flex:1 1 100%;}
@media (max-width:720px){.clear-method .service-note{flex:1 1 100%;}.clear-method .direct-links{width:100%;}
}
.simple-shell{padding:calc(1.5rem * 2.4) 2.39rem;background:#F5F8FC;color:#0B1420}
.simple-shell .open-copy{max-width:min(1480px,56rem);margin:0 auto}
.simple-shell .narrow-shell{max-width:44rem}
.simple-shell h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.simple-shell .narrow-shell p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.6}
.simple-shell .public-lead{margin-top:calc(1.95rem * 1.5);border-top:1px solid #D6E0EC}
.simple-shell details{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6E0EC}
.simple-shell summary{cursor:pointer;font-size:18px;line-height:1.25;font-weight:600}
.simple-shell details p{max-width:48rem;margin:1.5rem 0 0;color:var(--ink-main);line-height:1.6}
@media(max-width:720px){.simple-shell .narrow-shell{max-width:none}.simple-shell summary{font-size:18px}
}
.secondary-view{padding:calc(1.5rem * 2.4) 2.39rem;background:#7C5CFF;color:#0A0620}
.secondary-view .open-copy{max-width:1480px;margin:0 auto}
.secondary-view .narrow-shell{max-width:44rem;margin:0;font-size:calc(18px * 1.125);line-height:1.6}
.secondary-view h2{max-width:18ch;margin:1.5rem 0 calc(1.95rem * 1.5);font-size:calc(18px * 2.65);line-height:1.05}
.secondary-view .plain-group{display:flex;flex-direction:column;gap:0}
.secondary-view [data-voice]{width:min(100%,46rem);padding:calc(1.95rem * 1.5) 0;border-top:1px solid rgba(4,20,28,0.18);align-self:var(--field-control,flex-start);text-align:var(--ink-dark,left)}
.secondary-view [data-voice]:last-child{border-bottom:1px solid rgba(4,20,28,0.18)}
.secondary-view h3{margin:0;font-size:calc(18px * 1.35);line-height:1.2}
.secondary-view [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.6}
@media(max-width:620px){.secondary-view [data-voice]{align-self:flex-start!important;text-align:left!important}
}
.focused-brand{
  background: #F5F8FC;
  color: #0B1420;
  padding: calc(1.5rem * 2.4) 2.39rem;
}
.focused-brand .open-copy{width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.95rem;
  align-items: flex-start;}
.focused-brand h2,
.focused-brand h3,
.focused-brand p{margin: 0;}
.focused-brand h2{font-size: calc(18px * 2);
  line-height: 1.1;}
.focused-brand h3{font-size: calc(18px * 1.35);
  line-height: 1.18;}
.focused-brand p{font-size: 18px;
  line-height: 1.6;}
.focused-brand .media-service{
  flex: 1 1 20rem;
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  gap: calc(1.95rem * 1.5);
  padding: 1.5rem;
  border-radius: 1.17rem;
  background: #0A1422;
  color: #E6EEF7;
}
.focused-brand .media-service .strong-region{font-size: 18px;}
.focused-brand .media-service .text-grid{font-size: calc(18px * .875);
  opacity: .82;}
.focused-brand .media-service .page-lead{width: fit-content;
  margin-top: auto;
  color: inherit;
  text-decoration: none;
  font-size: calc(18px * .875);
  border-bottom: 1px solid currentColor;}
.focused-brand .primary-lead{flex: 2 1 34rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D6E0EC;}
.focused-brand .service-note{display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: 1.5rem 0;
  border-bottom: 1px solid #D6E0EC;}
.focused-brand .service-note .wide-form{font-size: calc(18px * .875);
  color: var(--ink-main);
  letter-spacing: .01em;}
.focused-brand .service-note .top-list{font-size: calc(18px * .875);
  color: var(--ink-main);}
@media (min-width: 900px) {.focused-brand .service-note{
    grid-template-columns: 14rem minmax(0, 1fr);
    column-gap: 1.95rem;
    row-gap: calc(1.5rem * .75);
  }.focused-brand .service-note .wide-form{
    grid-column: 1;
    grid-row: 1;
  }.focused-brand .service-note h3{
    grid-column: 2;
    grid-row: 1;
  }.focused-brand .service-note p{
    grid-column: 2;
  }
}
@media (max-width: 899px) {.focused-brand .media-service{
    max-width: none;
  }
}
.team-items{--mark-content:calc(1.5rem * 1.05);--field-static:calc(1480px / 2.3);padding:calc(1.5rem * 2.4) 2.39rem;background:#F5F8FC;color:#0B1420;}
.team-items .open-copy{max-width:1480px;margin:0 auto;}
.team-items h1,.team-items h2,.team-items h3,.team-items p{margin:0;}
.team-items h2{font-size:calc(18px * 2);line-height:1.14;}
.team-items h3{font-size:calc(18px * 1.35);line-height:1.22;}
.team-items p{font-size:18px;line-height:1.6;}
.team-items a{color:inherit;text-decoration:none;}
.team-items .media-details{max-width:var(--field-static);}
.team-items .text-grid{font-size:calc(18px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.team-items .strong-region{margin-top:calc(1.5rem / 2);}
.team-items .direct-links{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.26rem;background:#0FB5C9;color:#04141C;font-size:calc(18px * .875);}
.team-items .direct-links:hover{background:#0AA0B3;color:#0B1420;}
.team-items .wide-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;margin-top:var(--mark-content);}
.team-items .service-note{flex:1 1 calc(1480px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D6E0EC;}
.team-items .service-note p{margin-top:calc(1.5rem / 3);}
.team-items .service-note h3 + p{margin-top:calc(1.5rem / 2.6);}
.team-items .open-note{font-size:calc(18px * .875);letter-spacing:0.08em;}
.team-items .open-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.team-items .open-section>.media-details{flex:1 1 auto;min-width:0;}
.team-items .open-section>.direct-links{flex:0 0 auto;}
.team-items .open-section>.wide-shell{flex:1 1 100%;}
.focused-summary{
        background: #F5F8FC;
        color: #0B1420;
        padding: calc(1.5rem * 2.4) 2.39rem;
    }
.focused-summary .open-copy{width: min(100%, 1480px);
        max-width: 62rem;
        margin: 0 auto;}
.focused-summary h2,
    .focused-summary h3,
    .focused-summary p{margin: 0;}
.focused-summary .narrow-shell{max-width: 46rem;}
.focused-summary h2{font-size: calc(18px * 2);
        line-height: 1.08;}
.focused-summary .strong-region{color: var(--ink-main);
        font-size: calc(18px * 1.125);
        line-height: 1.6;
        margin-top: 1.5rem;}
.focused-summary .fresh-lead{margin-top: calc(1.95rem * 1.5);
        display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid #D6E0EC;}
.focused-summary .service-note{display: grid;
        grid-template-columns: 3.5rem 1fr;
        gap: 1.5rem;
        padding: 1.5rem 0;
        border-bottom: 1px solid #D6E0EC;}
.focused-summary .service-note span{color: var(--ink-main);
        font-size: calc(18px * .875);
        letter-spacing: 0.04em;
        padding-top: 0.35rem;}
.focused-summary h3{font-size: calc(18px * 1.35);
        line-height: 1.16;}
.focused-summary .service-note p{color: var(--ink-main);
        line-height: 1.6;
        margin-top: calc(1.5rem * .75);}
.focused-summary .service-note > *{min-width: 0;}
.focused-summary .text-grid{margin-top: calc(1.95rem * 1.5);
        color: var(--ink-main);
        font-size: calc(18px * .875);
        line-height: 1.6;}
.focused-summary .text-grid a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid rgba(15, 181, 201, 0.45);}
.focused-summary .text-grid a:hover{color:inherit;}
@media (max-width: 640px) {.focused-summary .service-note{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.focused-summary .service-note span{
            padding-top: 0;
        }
    }
.visual-view{--mark-content:calc(1.5rem * 1.04);--field-static:calc(1480px / 2.28);padding:calc(1.5rem * 2.4) 2.39rem;background:var(--paint-base);color:var(--ink-main);}
.visual-view .open-copy{max-width:1480px;margin:0 auto;}
.visual-view h2,.visual-view h3,.visual-view p{margin:0;}
.visual-view h2{font-size:calc(18px * 2);line-height:1.12;}
.visual-view h3{font-size:calc(18px * 1.35);line-height:1.2;}
.visual-view p{font-size:18px;line-height:1.6;}
.visual-view .wide-stack{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-view .open-benefit{row-gap:calc(var(--mark-content) * 1.2);}
.visual-view .strong-region{margin-top:1.5rem;max-width:var(--field-static);}
.visual-view .secondary-frame{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.visual-view .service-note{min-width:0;padding-block-start:calc(1.5rem / 2.4);border-top:1px solid #D6E0EC;}
.visual-view .service-note p{margin-top:calc(1.5rem / 3);max-width:calc(var(--field-static) * 1.6);}
@media (min-width:900px){.visual-view .secondary-frame{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(var(--mark-content) * .9) 1.95rem;}.visual-view .service-note:first-child{grid-column:1 / -1;}
}
.top-entries{--mark-content:calc(1.5rem * 1.15);--field-static:calc(1480px / 2.1);padding:calc(1.5rem * 2.4) 2.39rem;background:#F5F8FC;color:#0B1420;}
.top-entries .open-copy{max-width:1480px;margin:0 auto;}
.top-entries h2,.top-entries h3,.top-entries p{margin:0;}
.top-entries h2{font-size:calc(18px * 2);line-height:1.14;}
.top-entries h3{font-size:calc(18px * 1.35);line-height:1.22;}
.top-entries p{font-size:18px;line-height:1.6;}
.top-entries a{color:inherit;text-decoration:none;}
.top-entries a:hover{color:inherit;}
.top-entries .narrow-shell{max-width:var(--field-static);}
.top-entries .text-grid{margin-bottom:calc(1.5rem / 2.5);font-size:calc(18px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-main);}
.top-entries .strong-region{margin-top:1.5rem;color:var(--ink-main);}
.top-entries .wide-shell{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:calc(var(--mark-content) * 1.1);}
.top-entries .service-note{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.95rem;padding-top:calc(1.95rem * 1.5);border-top:1px solid #D6E0EC;}
.top-entries .service-note:first-child{border-top:0;padding-top:0;}
.top-entries .media-details{flex:1 1 60%;min-width:0;max-width:var(--field-static);}
.top-entries .media-details p{margin-top:calc(1.5rem / 3);color:var(--ink-main);}
.top-entries .wide-form{flex:0 0 auto;font-size:calc(18px * .875);color:var(--ink-main);}
.top-entries .soft-benefit{margin-top:calc(var(--mark-content) * 1.1);max-width:var(--field-static);color:var(--ink-main);}
@media (max-width:720px){.top-entries .service-note{flex-direction:column;gap:calc(1.95rem / 2);}.top-entries .media-details{flex:1 1 auto;}
}
.contact-flow{
  --mark-content:calc(1.5rem * 1.05);
  --field-static:calc(1480px / 3.2);
  padding:calc(1.5rem * 2.4) 2.39rem;
  background:#F5F8FC;
  color:#0B1420;
}
.contact-flow .open-copy{max-width:1480px;margin:0 auto;}
.contact-flow h2,.contact-flow h3,.contact-flow p{margin:0;}
.contact-flow h2{font-size:calc(18px * 2);line-height:1.14;}
.contact-flow h3{font-size:calc(18px * 1.35);line-height:1.22;}
.contact-flow p{font-size:18px;line-height:1.6;}
.contact-flow .active-flow{display:flex;flex-wrap:wrap;gap:1.95rem;align-items:baseline;}
.contact-flow .active-flow>h2{flex:1 1 var(--field-static);min-width:0;}
.contact-flow .active-flow>.strong-region{flex:1 1 var(--field-static);min-width:0;}
.contact-flow .wide-shell{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-content);
  margin-top:calc(1.5rem * 1.4);}
.contact-flow .service-note{flex:1 1 calc(1480px / 3.6);
  min-width:0;
  padding-top:calc(calc(1.5rem * .75) * .9);
  border-top:1px solid #D6E0EC;}
.contact-flow .service-note .local-copy{display:block;
  font-size:calc(18px * .875);
  letter-spacing:.08em;
  margin-bottom:calc(1.5rem / 4);}
.contact-flow .service-note h3{margin-bottom:calc(1.5rem / 3);}
.contact-flow .service-note p{}
.contact-flow .text-grid{margin-top:calc(1.5rem * 1.2);
  max-width:calc(1480px / 1.6);
  font-size:calc(18px * .875);}
@media (max-width:720px){.contact-flow .service-note{flex:1 1 100%;}.contact-flow .text-grid{max-width:100%;}
}
.group{
  --mark-content:calc(1.5rem * 0.9);
  --field-static:calc(1480px / 2.3);
  padding:calc(1.5rem * 2.4) 2.39rem;
  background:#F5F8FC;
  color:#0B1420;
}
.group .open-copy{max-width:1480px;
  margin:0 auto;}
.group h2,
.group h3,
.group p{margin:0;}
.group h2{font-size:calc(18px * 2);
  line-height:1.14;}
.group h3{font-size:calc(18px * 1.35);
  line-height:1.22;}
.group p{font-size:18px;
  line-height:1.6;}
.group .narrow-shell{display:flex;
  flex-wrap:wrap;
  gap:1.95rem;
  align-items:flex-end;
  padding-bottom:calc(1.95rem * 1.5);
  border-bottom:1px solid #D6E0EC;}
.group .narrow-shell>h2{flex:1 1 calc(1480px / 3.2);
  min-width:0;}
.group .narrow-shell>.strong-region{flex:1 1 calc(1480px / 2.6);
  min-width:0;
  max-width:var(--field-static);
  color:var(--ink-main);}
.group .wide-shell{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-content) 1.95rem;
  margin-top:var(--mark-content);}
.group .service-note{flex:1 1 calc(1480px / 3.6);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #D6E0EC;}
.group .service-note p{margin-top:calc(1.5rem / 3);
  color:var(--ink-main);}
.group .text-grid{margin-top:var(--mark-content);
  padding-top:calc(1.95rem * 1.5);
  border-top:1px solid #D6E0EC;
  max-width:var(--field-static);
  color:var(--ink-main);
  font-size:calc(18px * .875);}
@media (max-width:720px){.group .narrow-shell>h2,
  .group .narrow-shell>.strong-region,
  .group .service-note{
    flex:1 1 100%;
  }
}
.content-items{
  --mark-content:calc(1.5rem * 1.15);
  --field-static:calc(1480px / 2.6);
  padding:calc(1.5rem * 2.4) 2.39rem;
  background:var(--paint-base);
  color:var(--ink-main);
}
.content-items .open-copy{max-width:1480px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-content);}
.content-items h2,
.content-items p{margin:0;}
.content-items h2{font-size:calc(18px * 2);
  line-height:1.14;}
.content-items .narrow-shell{max-width:var(--field-static);
  display:flex;
  flex-direction:column;
  gap:calc(1.95rem * 1.5);}
.content-items .strong-region{font-size:18px;
  line-height:1.6;}
.content-items .local-region{display:flex;
  flex-direction:column;
  gap:calc(1.95rem * 1.5);}
.content-items .service-note{
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.62rem;
  background:#FFFFFF;
  color:#0B1420;
  border:1px solid #D6E0EC;
}
.content-items summary{cursor:pointer;
  font-size:18px;
  font-weight:600;
  line-height:1.3;
  list-style:none;}
.content-items summary::-webkit-details-marker{display:none;}
.content-items summary::after{content:"+";
  float:right;
  font-weight:400;}
.content-items details[open] summary::after{content:"\2212";}
.content-items .service-note p{margin-top:calc(1.95rem * 1.5);
  font-size:calc(18px * .875);
  line-height:1.6;}
.content-items .text-grid{max-width:var(--field-static);
  font-size:calc(18px * .875);
  line-height:1.6;}
.content-items a{text-decoration:none;
  border-bottom:1px solid currentColor;}
.content-items a:hover{}
@media (max-width:720px){.content-items .service-note{
    padding:calc(1.5rem * .75);
  }
}
.top-menu{
  --mark-content:calc(1.5rem * 1.2);
  --field-static:calc(1480px / 2.4);
  padding:calc(1.5rem * 2.4) 2.39rem;
  background:#F5F8FC;
  color:#0B1420;
}
.top-menu .open-copy{max-width:1480px;
  margin:0 auto;}
.top-menu h2,
.top-menu h3,
.top-menu p,
.top-menu ul{margin:0;}
.top-menu h2{font-size:calc(18px * 2);
  line-height:1.14;
  max-width:var(--field-static);}
.top-menu h3{font-size:calc(18px * 1.35);
  line-height:1.22;}
.top-menu p{font-size:18px;
  line-height:1.6;}
.top-menu a{color:inherit;
  text-decoration:none;}
.top-menu .narrow-shell{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.95rem;}
.top-menu .media-details{flex:1 1 22rem;
  min-width:0;}
.top-menu .text-grid{font-size:calc(18px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--ink-main);
  margin-bottom:calc(1.5rem / 3);}
.top-menu .strong-region{margin-top:calc(1.5rem / 2);
  max-width:var(--field-static);
  color:var(--ink-main);}
.top-menu .direct-links{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;
  border-radius:0.62rem;
  background:#0FB5C9;
  color:#04141C;
  font-size:calc(18px * .875);
  white-space:nowrap;
  transition:background 460ms var(--ease-nav);
}
.top-menu .direct-links:hover{
  background:#0AA0B3;color:#0B1420;}
.top-menu .wide-shell{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:1.95rem;
  margin-top:var(--mark-content);}
.top-menu .service-note{
  flex:1 1 calc(1480px / 3.6);
  min-width:16rem;
  display:flex;
  flex-direction:column;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#0B1420;
  border:1px solid #D6E0EC;
  border-radius:1rem;
}
.top-menu .service-note p{margin-top:calc(1.5rem / 3);
  color:var(--ink-main);}
.top-menu .secondary-group{list-style:none;
  padding:0;
  margin-top:calc(1.5rem / 2);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);}
.top-menu .secondary-group li{position:relative;
  padding-left:1.1rem;
  font-size:calc(18px * .875);
  line-height:1.6;
  color:#0B1420;}
.top-menu .secondary-group li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.55em;
  width:0.4rem;
  height:0.4rem;
  border-radius:50%;
  background:#7C5CFF;color:#0A0620;}
.top-menu .service-note a{margin-top:auto;
  padding-top:calc(1.5rem / 2);
  font-size:calc(18px * .875);color:inherit;
  border-bottom:1px solid transparent;
  align-self:flex-start;
  transition:color 460ms var(--ease-nav),border-color 460ms var(--ease-nav);}
.top-menu .service-note a:hover{color:inherit;
  border-color:#7C5CFF;}
.top-menu .site-region{margin-top:var(--mark-content);
  max-width:var(--field-static);
  font-size:calc(18px * .875);
  color:var(--ink-main);}
@media (max-width:720px){.top-menu .narrow-shell{
    align-items:flex-start;
  }.top-menu .service-note{
    flex:1 1 100%;
  }
}
.top-copy{padding:calc(1.5rem * 2.4) 2.39rem;background:#0A1422;color:#E6EEF7}
.top-copy .open-copy{max-width:1480px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.95rem * 1.5)}
.top-copy .narrow-shell{flex:1 1 22rem;max-width:34rem}
.top-copy h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.top-copy .narrow-shell p{margin:1.5rem 0 0;color:#C3CEDC;line-height:1.6}
.top-copy .fresh-brand{margin:1.5rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-copy .fresh-brand li{position:relative;padding-left:1.1rem;font-size:calc(18px * .875);color:#C3CEDC;line-height:1.6}
.top-copy .fresh-brand li::before{content:"";position:absolute;left:0;top:0.6em;width:0.4rem;height:1px;background:#0FB5C9;color:#04141C;}
.top-copy form{flex:1 1 26rem;display:flex;flex-direction:column;gap:1.5rem}
.top-copy fieldset{display:flex;flex-wrap:wrap;gap:1.95rem;margin:0;padding:0;border:0}
.top-copy fieldset label{flex:1 1 15rem;display:block}
.top-copy label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18px * .875);color:#C3CEDC}
.top-copy input,.top-copy textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D6E0EC;border-radius:0.26rem;background:#F5F8FC;color:#0B1420;font:inherit}
.top-copy input::placeholder,.top-copy textarea::placeholder{color:rgba(255,255,255,0.55)}
.top-copy input:focus,.top-copy textarea:focus{outline:2px solid rgba(15, 181, 201, 0.45);outline-offset:1px}
.top-copy .scene{display:block}
.top-copy textarea{resize:vertical}
.top-copy .bottom-grid{margin:0;color:#C3CEDC;font-size:calc(18px * .875);line-height:1.6}
.top-copy .direct-links{display:flex;flex-wrap:wrap;align-items:center;gap:1.95rem}
.top-copy button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #0FB5C9;border-radius:0.26rem;background:#0FB5C9;color:#04141C;font:inherit;cursor:pointer;transition:background 460ms var(--ease-nav)}
.top-copy button:hover{background:#0AA0B3;border-color:#0AA0B3;color:#0B1420;}
.top-copy .service-surface{font-size:calc(18px * .875);color:#C3CEDC}
.top-copy .service-surface a{color:#0FB5C9}
.top-copy .service-surface a:hover{color:inherit;}
@media(max-width:720px){.top-copy .open-copy{display:block}.top-copy form{margin-top:calc(1.95rem * 1.5)}}
.page-wrap{
        padding: calc(1.5rem * 2.4) 2.39rem;
        background: #F5F8FC;
        color: #0B1420;
    }
.page-wrap .open-copy{max-width: 1480px;
        margin: 0 auto;}
.page-wrap .active-flow{max-width: 62ch;
        margin-bottom: calc(1.95rem * 1.5);}
.page-wrap .active-flow h2{margin: 0;
        font-size: calc(18px * 2);
        line-height: 1.15;}
.page-wrap .active-flow p{margin: 1.5rem 0 0;
        font-size: 18px;
        line-height: 1.6;}
.page-wrap .service-stack{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        border-top: 1px solid #D6E0EC;
        padding-top: calc(1.95rem * 1.5);}
.page-wrap .direct-nav{display: grid;
        grid-template-columns: minmax(140px, 180px) 1fr;
        gap: 0.4rem 1.95rem;
        align-items: baseline;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #D6E0EC;}
.page-wrap .direct-nav:last-child{border-bottom: 0;
        padding-bottom: 0;}
.page-wrap .site-steps{font-size: calc(18px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;}
.page-wrap .direct-nav a,
    .page-wrap .direct-nav .text-block{font-size: calc(18px * 1.125);
        font-weight: 600;
        text-decoration: none;
        word-break: break-word;}
.page-wrap .direct-nav .text-block{color: inherit;}
.page-wrap .direct-nav a:hover{}
.page-wrap .text-grid{grid-column: 2;
        font-size: calc(18px * .875);
        line-height: 1.6;}
.page-wrap .direct-summary{
        margin-top: calc(1.95rem * 1.5);
        padding: calc(1.5rem * .75) calc(1.5rem * .75);
        background: var(--paint-base);
        color: var(--ink-main);
        border-radius: 0.62rem;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
.page-wrap .site-inner{margin: 0;
        font-size: calc(18px * .875);
        line-height: 1.6;}
.page-wrap .service-benefit{margin-top: calc(1.95rem * 1.5);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.95rem;
        justify-content: space-between;}
.page-wrap .service-benefit p{margin: 0;
        max-width: 52ch;
        font-size: 18px;}
.page-wrap .compact-unit{
        display: inline-block;
        padding: 0.7rem 1.3rem;
        background: #0FB5C9;
        color: #04141C;
        border-radius: 0.62rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 460ms var(--ease-nav);
    }
.page-wrap .compact-unit:hover{
        background: #0AA0B3;color:#0B1420;}
@media (max-width: 640px) {.page-wrap .direct-nav{
            grid-template-columns: 1fr;
        }.page-wrap .text-grid{
            grid-column: 1;
        }.page-wrap .service-benefit{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.top-brand{background:#F5F8FC;color:#0B1420;padding:calc(1.5rem * 2.4) 2.39rem}
.top-brand .open-copy{max-width:1480px;margin:0 auto}
.top-brand .secondary-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.95rem * 1.5)}
.top-brand .narrow-shell{flex:1 1 24rem;min-width:0}
.top-brand h2{margin:0;font-size:calc(18px * 2);line-height:1.15}
.top-brand p{margin:1.5rem 0 0;font-size:18px;line-height:1.6}
.top-brand .service-block{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column}
.top-brand .direct-nav{display:flex;flex-wrap:wrap;gap:1.95rem;padding:calc(1.5rem * .75) 0;border-top:1px solid #D6E0EC}
.top-brand .direct-nav:last-child{border-bottom:1px solid #D6E0EC}
.top-brand strong{flex:0 1 11rem;min-width:0;font-size:calc(18px * .875);text-transform:uppercase;letter-spacing:.04em}
.top-brand span{flex:1 1 18rem;min-width:0;line-height:1.55}
.top-brand a{color:inherit;text-decoration:none}
.top-brand a:hover{color:inherit;text-decoration:underline}
@media(max-width:720px){.top-brand .direct-nav{gap:calc(calc(1.5rem * .75)*.4)}}
.strong-wrap{
  padding: calc(1.5rem * 2.4) 2.39rem;
  background: linear-gradient(135deg, #0A1422 0%, #10243A 48%, #0FB5C9 100%);
  color: #E6EEF7;
}
.strong-wrap .strong-rail{
  max-width: 1480px;
  margin: 0 auto;
  border-radius: 1.17rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #0B1420;
  border: 1px solid #D6E0EC;
}
.strong-wrap .plain-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.95rem * 1.5);
  border-bottom: 1px solid #D6E0EC;
  background: var(--paint-base);color:var(--ink-main);}
.strong-wrap .plain-details span,
.strong-wrap .plain-details strong{font-size: calc(18px * .875);
  font-weight: 500;}
.strong-wrap .plain-details strong{font-weight: 600;}
.strong-wrap .direct-quote{display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 1.95rem;
  padding: calc(1.95rem * 1.5);}
.strong-wrap h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.1;}
.strong-wrap .media-details p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18px;}
.strong-wrap .media-details a{text-decoration: underline;}
.strong-wrap .media-details a:hover{}
.strong-wrap .wide-shell{
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #D6E0EC;
  border-radius: 0.62rem;
  overflow: hidden;color:#0B1420;}
.strong-wrap .top-list{
  display: grid;
  grid-template-columns: minmax(6rem, .3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.95rem * 1.5);
  background: #FFFFFF;color:#0B1420;}
.strong-wrap .top-list span{font-size: calc(18px * .875);
  font-weight: 600;
  letter-spacing: .01em;}
.strong-wrap h3{margin: 0;
  font-size: calc(18px * 1.35);
  line-height: 1.25;}
.strong-wrap .top-list p{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  font-size: calc(18px * .875);
  line-height: 1.55;}
@media (max-width: 860px) {.strong-wrap .direct-quote{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.strong-wrap .top-list{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }
}
.strong-callout{
  padding: calc(1.5rem * 2.4) 2.39rem;
  background: #F5F8FC;
  color: #0B1420;
}
.strong-callout .open-copy{max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.95rem * 1.5);
  align-items: start;}
.strong-callout .narrow-shell{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #0A1422;
  color: #E6EEF7;
  position: sticky;
  top: calc(1.5rem * .75);
}
.strong-callout .active-tile{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.strong-callout h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.1;}
.strong-callout .strong-region{margin: calc(1.5rem * .75) 0 0;
  font-size: 18px;
  line-height: 1.55;color:inherit;}
.strong-callout .text-grid{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(230, 238, 247, 0.18);
  font-size: calc(18px * .875);}
.strong-callout .primary-stack{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.strong-callout .stack{
  display: grid;
  grid-template-columns: minmax(6rem, 0.24fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.62rem;
  background: #FFFFFF;
  color: #0B1420;
  border: 1px solid #D6E0EC;
}
.strong-callout .stack small{font-size: calc(18px * .875);
  font-weight: 600;
  letter-spacing: 0.03em;}
.strong-callout h3{margin: 0;
  font-size: calc(18px * 1.35);
  line-height: 1.25;}
.strong-callout .stack p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;
  font-size: 18px;
  line-height: 1.6;}
.strong-callout .stack a{text-decoration: underline;
  text-underline-offset: 2px;}
.strong-callout .stack a:hover{}
@media (max-width: 860px) {.strong-callout .open-copy{
    grid-template-columns: 1fr;
  }.strong-callout .narrow-shell{
    position: static;
  }.strong-callout .stack{
    grid-template-columns: 1fr;
  }
}
.contact{
  padding: calc(1.5rem * 2.4) 2.39rem;
  background: #F5F8FC;
  color: #0B1420;
}
.contact .open-copy{max-width: 1480px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.95rem;}
.contact .mission{
  flex: 1 1 320px;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1.17rem;
  background: #0A1422;
  color: #E6EEF7;
}
.contact .top-fields{display: inline-block;
  font-size: calc(18px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.contact h2{margin: calc(1.95rem * 1.5) 0 0;
  font-size: calc(18px * 2);
  line-height: 1.12;}
.contact .mission p{margin: calc(1.95rem * 1.5) 0 0;
  font-size: 18px;
  line-height: 1.6;color:inherit;
  opacity: 0.86;}
.contact .secondary-panel{flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.95rem * 1.5);}
.contact .service-note{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #FFFFFF;
  color: #0B1420;
  border: 1px solid #D6E0EC;
  box-shadow: 0 2px 7px rgba(0,0,0,0.11);
}
.contact .service-note strong{display: block;
  font-size: calc(18px * 1.35);
  line-height: 1.25;}
.contact .service-note p{margin: calc(1.95rem * 1.5) 0 0;
  font-size: 18px;
  line-height: 1.6;}
.contact .service-note a{text-decoration: none;
  border-bottom: 1px solid #0FB5C9;}
.contact .service-note a:hover{border-bottom-color: #7C5CFF;}
@media (max-width: 760px) {.contact .open-copy{
    flex-direction: column;
  }
}
.quiet-grid{
  background: #F5F8FC;
  color: #0B1420;
  padding: calc(1.5rem * 2.4) 2.39rem;
}
.quiet-grid .open-copy{width: min(100%, 1480px);
  margin: 0 auto;}
.quiet-grid .team-method{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.95rem * 1.5);}
.quiet-grid .text-grid{
  margin: 0;
  padding: 6px 12px;
  border-radius: 0.26rem;
  background: var(--paint-base);
  color: var(--ink-main);
  font-size: calc(18px * .875);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.quiet-grid h1{margin: 0;
  font-size: calc(18px * 2.65);
  line-height: 1.05;
  font-weight: 700;}
.quiet-grid .focused-actions{margin: 0;
  max-width: 62ch;
  font-size: calc(18px * 1.125);
  line-height: 1.6;}
.quiet-grid .open-form{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.95rem;
  min-width: 0;}
.quiet-grid a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.quiet-grid .text-shell{
  padding: 13px 20px;
  border-radius: 0.62rem;
  background: #0FB5C9;
  color: #04141C;
  font-weight: 700;
  transition: background 460ms var(--ease-nav);
}
.quiet-grid .text-shell:hover{
  background: #0AA0B3;color:#0B1420;}
.quiet-grid .wide-stack{padding: 13px 0;color:inherit;
  border-bottom: 1px solid #D6E0EC;
  transition: color 460ms var(--ease-nav);}
.quiet-grid .wide-stack:hover{color:inherit;}
.quiet-grid .page-lead{margin: 0;
  font-size: calc(18px * .875);
  line-height: 1.6;
  color: var(--ink-main);}
.quiet-grid .page-lead a{color:inherit;
  border-bottom: 1px solid #D6E0EC;}
.quiet-grid .page-lead a:hover{color:inherit;}
@media (max-width: 640px) {.quiet-grid .open-form{
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
