.fig-res-cards{background:#fff;padding:var(--fig-section-md,88px) 0}.fig-res-cards--light-blue{background:var(--fig-color-light-blue-bg,#eaf5f9)}.fig-res-cards--pale{background:var(--fig-color-pale-bg,#f3f7fb)}.fig-res-cards--white{background:#fff}.fig-res-cards__head{margin:0 auto 48px;max-width:720px;text-align:center}.fig-res-cards__eyebrow{color:var(--fig-color-action,#0075c0);font-size:12px;font-weight:700;letter-spacing:.14em;margin:0 0 12px;text-transform:uppercase}.fig-res-cards__heading{color:var(--fig-color-navy,#102c58);font-size:clamp(26px,2.8vw,34px);font-weight:700;letter-spacing:-.015em;line-height:1.2;margin:0}.fig-res-cards__grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.fig-res-cards__grid--1{grid-template-columns:minmax(0,560px)}.fig-res-cards__grid--2{grid-template-columns:repeat(2,1fr)}.fig-res-cards__grid--3{grid-template-columns:repeat(3,1fr)}.fig-res-cards__grid--4{grid-template-columns:repeat(2,1fr)}.fig-res-cards__grid--5,.fig-res-cards__grid--6{grid-template-columns:repeat(3,1fr)}.fig-res-cards__card{background:#fff;border:1px solid var(--fig-color-border,#d6e2ec);border-radius:14px;display:flex;flex-direction:column;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.fig-res-cards__card:hover{border-color:#c6dbeb;box-shadow:0 4px 14px rgba(15,30,55,.08),0 12px 28px rgba(15,30,55,.08);transform:translateY(-2px)}.fig-res-cards__cover{aspect-ratio:16/9;background-position:50%;background-size:cover;border-bottom:1px solid var(--fig-color-border,#d6e2ec);width:100%}.fig-res-cards__cover--ph{background:repeating-linear-gradient(135deg,#dfeaf3 0 12px,#c6dbeb 12px 24px)}.fig-res-cards__body{display:flex;flex:1;flex-direction:column;gap:12px;padding:30px 34px}.fig-res-cards__title{color:var(--fig-color-navy,#102c58);font-size:21px;font-weight:700;line-height:1.3;margin:0}.fig-res-cards__blurb{color:var(--fig-color-ink,#314257);flex:1;font-size:16px;line-height:1.6;margin:0}.fig-res-cards__link{align-self:flex-start;font-size:15px;margin-top:6px}@media (max-width:860px){.fig-res-cards{padding:var(--fig-section-sm,64px) 0}.fig-res-cards__grid,.fig-res-cards__grid--1,.fig-res-cards__grid--2,.fig-res-cards__grid--3,.fig-res-cards__grid--4,.fig-res-cards__grid--5,.fig-res-cards__grid--6{grid-template-columns:1fr}}