.about-hero{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.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;background:linear-gradient(90deg,rgba(28,42,22,.86),rgba(28,42,22,.42));z-index:1}.about-hero .container{position:relative;z-index:2}.about-hero .ma-eyebrow,.about-hero h1,.about-hero p{max-width:840px;color:#fff}.about-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.about-mission{background:#fff}.about-card,.about-value-grid article{height:100%;padding:28px;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:var(--brand-bg-alt)}.about-values{background:var(--brand-bg-alt)}.about-value-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.about-value-grid span{display:inline-flex;margin-bottom:12px;color:var(--brand-secondary);font-weight:850}.about-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:34px}.about-gallery-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.about-gallery-copy{max-width:920px;margin:0 auto}.about-cta{background:var(--brand-primary-dark);text-align:center}.about-cta h2,.about-cta p{color:#fff}@media (max-width:991px){.about-gallery-grid,.about-value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.about-gallery-grid,.about-value-grid{grid-template-columns:1fr}}