.cards-section{box-sizing:border-box;left:50%;margin-left:-50vw;margin-right:-50vw;padding:80px 24px;position:relative;right:50%;width:100vw}.cards-section__inner{display:flex;flex-direction:column;gap:48px;margin:0 auto;max-width:1280px}.cards-section__header-row{align-items:flex-end;display:flex;gap:32px;justify-content:space-between}.cards-section__header-left{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:12px;max-width:680px;min-width:0}.cards-section__header-right{flex-shrink:0}.cards-superhead{align-items:center;display:flex;font-size:12px;font-weight:700;gap:10px;letter-spacing:.1em;text-transform:uppercase}.cards-superhead__dash{border-radius:2px;display:inline-block;flex-shrink:0;height:2px;width:24px}.cards-superhead__icon{display:block;height:auto;width:20px}.cards-headline{font-size:clamp(26px,3.05vw,44px);font-weight:800;line-height:1.05;margin:0;white-space:nowrap}.cards-headline__accent{display:inline}.cards-top-pill{border-radius:100px;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.03em;padding:6px 16px}.cards-subhead{font-size:17px;line-height:1.6;margin:0}.cards-header-cta{border:2px solid;border-radius:100px;display:inline-block;font-size:15px;font-weight:600;padding:14px 28px;text-decoration:none;transition:opacity .15s ease;white-space:nowrap}.cards-header-cta:hover{opacity:.75;text-decoration:none}.cards-section__grid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr);width:100%}.feat-card{background:#fff;border:2px solid #e0d8ff;border-radius:20px;display:flex!important;flex-direction:column;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.feat-card:hover{border-color:#573ae2;box-shadow:0 4px 28px rgba(87,58,226,.14)}.feat-card__photo-wrap{aspect-ratio:4/3;background:#e8e4db;border-radius:14px;box-sizing:border-box;margin:12px;overflow:hidden;position:relative;width:100%;width:calc(100% - 24px)}.feat-card__photo{display:block;object-fit:cover}.feat-card__photo,.feat-card__photo--empty{height:100%;width:100%}.feat-card__eyebrow{border-radius:100px;display:inline-block;font-size:13px;font-weight:600;left:14px;letter-spacing:.02em;padding:6px 14px;position:absolute;top:14px;white-space:nowrap;z-index:1}.feat-card__body{display:flex;flex:1;flex-direction:column;gap:6px;padding:8px 20px 0}.feat-card__caption{font-size:11px;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.feat-card__headline{font-size:28px;font-weight:800;line-height:1.15;margin:0}.feat-card__description{font-size:15px;line-height:1.55;opacity:.75}.feat-card__description p{margin:0 0 6px}.feat-card__description p:last-child{margin-bottom:0}.feat-card__ctas{display:flex;flex-direction:column;gap:10px;margin-top:auto;padding:16px 20px 20px}.feat-card__cta{border-radius:100px;box-sizing:border-box;display:block;font-size:15px;font-weight:700;padding:14px 20px;text-align:center;text-decoration:none;transition:opacity .15s ease;width:100%}.feat-card__cta:hover{opacity:.8;text-decoration:none}.feat-card__cta--secondary{background-color:transparent;border:2px solid}@media (max-width:1024px){.cards-headline{white-space:normal;text-wrap:balance}}@media (max-width:960px){.cards-section__grid{grid-template-columns:repeat(2,1fr)}.cards-section__header-row{align-items:flex-start;flex-direction:column}}@media (max-width:600px){.cards-section__grid{grid-template-columns:1fr}.cards-section{padding:60px 20px}}