.faq-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;align-items:center;gap:86px;padding:68px 0 78px}.faq-hero h1{color:var(--ink);letter-spacing:-.08em;max-width:680px;font-family:"Manrope",sans-serif;font-size:clamp(52px,6vw,76px);font-weight:800;line-height:.91}.faq-hero h1 em{color:var(--coral);font-style:normal}.faq-hero .simple-lede{max-width:590px;font-size:19px}@media(max-width:760px){.faq-hero{grid-template-columns:1fr;gap:34px;padding:44px 0 48px}}
/* Keep the FAQ table of contents below the fixed site header. */
.faq-nav{top:calc(var(--site-header-height) + 20px)}
.faq-layout .faq-item{scroll-margin-top:calc(var(--site-header-height) + 20px)}
