.fast-about-hero{position:relative;min-height:620px;display:grid;align-items:end;padding:170px 0 82px;overflow:hidden;background:var(--brand-primary-dark)}.fast-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}.fast-about-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(36,68,65,.86),rgba(36,68,65,.48));z-index:1}.fast-about-hero .container{position:relative;z-index:2;max-width:900px;margin-left:auto;margin-right:auto}.fast-about-hero h1,.fast-about-hero p:not(.fast-eyebrow){color:var(--brand-text-inverse)}.fast-about-hero h1{margin:0 0 18px;font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1}.fast-story-timeline{background:var(--brand-bg)}.fast-timeline{display:grid;grid-gap:22px;gap:22px;max-width:900px}.fast-timeline article{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:20px;gap:20px;padding:26px 0;border-bottom:1px solid var(--brand-border)}.fast-timeline span{width:52px;height:52px;display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-primary);color:var(--brand-text-inverse);font-weight:800}.fast-team-grid h3,.fast-timeline h3,.fast-values-grid h3{color:var(--brand-text)}.fast-timeline h3{margin:0 0 8px}.fast-values-section{background:var(--brand-bg-alt)}.fast-values-grid article{padding:28px}.fast-team-grid article{border:1px solid var(--brand-border);background:var(--brand-bg)}.fast-team-grid img{width:100%;aspect-ratio:1.25/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.fast-team-grid h3,.fast-team-grid p{margin-left:22px;margin-right:22px}.fast-team-grid h3{margin-top:20px}.fast-team-grid p{margin-bottom:24px}.fast-credential-bar{padding:34px 0;background:var(--brand-primary-dark)}.fast-credential-bar .container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1px;gap:1px}.fast-credential-bar span{display:grid;align-items:center;justify-items:center;place-items:center;min-height:76px;padding:16px;border:1px solid rgba(255,255,255,.28);color:var(--brand-text-inverse);text-align:center;font-weight:800}@media (max-width:991px){.fast-credential-bar .container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.fast-credential-bar .container,.fast-timeline article{grid-template-columns:1fr}}