.gs-list,.gs-list *,.gs-list :after,.gs-list :before{box-sizing:border-box}.gs-list{background:var(--gsl-bg,transparent);font-family:var(--gs-body-font,"Source Sans Pro","Segoe UI",Arial,sans-serif);padding:clamp(40px,6vw,80px) clamp(20px,5vw,48px)}.gs-list__inner{margin:0 auto;max-width:980px}.gs-list__header{margin:0 0 clamp(28px,4vw,44px);max-width:min(100%,62rem)}.gs-list__eyebrow{align-items:center;color:var(--gs-green-cta,#0a8744);display:flex;flex-wrap:wrap;font-size:.8125rem;font-weight:700;gap:12px;letter-spacing:.1em;margin:0 0 16px;text-transform:uppercase}.gs-list__eyebrow-rule{background:currentColor;flex:0 0 auto;height:2px;width:28px}.gs-list__heading{color:var(--gs-navy,#062a47);font-family:var(--gs-heading-font,"PT Serif",Georgia,serif);font-size:clamp(1.8rem,1.15rem + 2vw,2.75rem);font-weight:700;letter-spacing:-.015em;line-height:1.12;margin:0;text-wrap:pretty}.gs-list__subheading{color:var(--gs-charcoal,#2f2f2f);font-size:clamp(1rem,.95rem + .25vw,1.15rem);line-height:1.55;margin:14px 0 0;max-width:60ch}.gs-list__items{display:grid;gap:clamp(14px,2vw,20px);grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media (min-width:640px){.gs-list--cols-2 .gs-list__items{column-gap:clamp(24px,4vw,56px);grid-template-columns:1fr 1fr}}.gs-list__item{align-items:flex-start;display:flex;gap:14px}.gs-list__marker{align-items:center;background:var(--gs-green,#85c441);border-radius:50%;color:var(--gs-navy,#062a47);display:inline-flex;flex:0 0 auto;font-size:.85rem;font-weight:700;height:26px;justify-content:center;line-height:1;margin-top:1px;width:26px}.gs-list__check{height:14px;width:14px}.gs-list__body{display:block}.gs-list__text{color:var(--gs-navy,#062a47);font-size:1.0625rem;font-weight:600;line-height:1.45}.gs-list__desc{color:var(--gs-charcoal,#2f2f2f);display:block;font-size:.9375rem;line-height:1.5;margin-top:3px;opacity:.85}.gs-list[data-text=light] .gs-list__eyebrow{color:var(--gs-green,#85c441)}.gs-list[data-text=light] .gs-list__heading,.gs-list[data-text=light] .gs-list__text{color:var(--gs-white,#fff)}.gs-list[data-text=light] .gs-list__desc,.gs-list[data-text=light] .gs-list__subheading{color:hsla(0,0%,100%,.85)}