.about-hero{position:relative;min-height:620px;display:grid;align-items:end;overflow:hidden;padding:170px 0 90px;background:var(--brand-primary-dark)}.about-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(31,49,104,.34),rgba(31,49,104,.86));z-index:1}.about-hero img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-hero .container{position:relative;z-index:2}.about-hero h1,.about-hero p{max-width:760px;color:var(--brand-text-inverse)}.about-story__grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(340px,0.8fr);grid-gap:44px;gap:44px}.timeline-list{display:grid;grid-gap:16px;gap:16px}.timeline-list article{display:flex;gap:16px;padding:20px;border-left:4px solid var(--brand-primary);border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.timeline-list span{color:var(--brand-secondary);font-weight:900}.timeline-list p{margin-bottom:0}.team-grid,.values-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.team-grid article,.values-grid article{padding:24px;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-bg)}.team-grid p,.values-grid p{margin-bottom:0}.team-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.team-grid img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);margin-bottom:16px}.about-credentials{padding:34px 0;background:var(--brand-bg-alt);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.credential-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.credential-row span{display:grid;min-height:58px;align-items:center;justify-items:center;place-items:center;border-radius:var(--brand-radius);background:var(--brand-bg);color:var(--brand-text);font-weight:850;text-align:center}@media (max-width:991px){.about-story__grid,.credential-row,.team-grid,.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.about-hero{padding-top:144px}.about-story__grid,.credential-row,.team-grid,.values-grid{grid-template-columns:1fr}}