.about-hero{min-height:560px;display:grid;align-items:end}.about-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.about-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(21,22,31,.88),rgba(100,27,91,.68))}.purpose-band{background:var(--brand-bg-alt)}.purpose-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.purpose-grid article,.team-grid article,.timeline article{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.purpose-grid article{padding:28px}.purpose-grid span{display:inline-flex;margin-bottom:14px;padding:5px 12px;border-radius:999px;background:var(--brand-accent);color:var(--brand-neutral-dark);font-weight:900}.purpose-grid h3,.purpose-grid p{color:var(--brand-text)}.timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.timeline article{padding:24px}.timeline time{display:block;margin-bottom:12px;color:var(--brand-primary);font-weight:900}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:22px;gap:22px}.team-grid article{overflow:hidden}.team-grid img{width:100%;aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover}.team-grid h3,.team-grid p{margin-left:18px;margin-right:18px;color:var(--brand-text)}.team-grid h3{margin-top:18px}.about-testimonials{background:var(--brand-primary-dark)}.quote-carousel{max-width:860px;margin:0 auto;padding:54px 72px;text-align:center}.quote-carousel blockquote{color:#fff;font-size:max(1.4rem, min(2.6vw, 2.25rem));line-height:1.25}.quote-carousel p{color:#fff}.about-cta__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,540px);grid-gap:36px;gap:36px;align-items:start;text-align:left}.about-cta__form{padding:24px;border-radius:var(--brand-radius);background:#fff}@media (max-width:991px){.about-cta__grid,.purpose-grid,.team-grid,.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.about-cta__grid,.purpose-grid,.team-grid,.timeline{grid-template-columns:1fr}}