.industries-hero{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.industries-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}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(24,43,17,.86),rgba(24,43,17,.48));z-index:1}.industries-hero .container{position:relative;z-index:2}.industries-hero .ma-eyebrow,.industries-hero h1,.industries-hero p{max-width:840px;color:#fff}.industries-hero h1{font-size:max(2rem, min(4vw, 3.5rem))}.industry-showcase{background:#fff}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.industry-card-grid article{position:relative;overflow:hidden;border-radius:var(--brand-radius);border:1px solid var(--brand-border);background:#fff}.industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.industry-card-grid div{padding:20px}.industry-stats{background:var(--brand-bg-alt)}.industry-stat-row{display:flex;flex-wrap:nowrap;gap:18px;margin-bottom:36px}.industry-stat-row .ma-stat{flex:1 1 0;padding:22px;border-radius:var(--brand-radius);background:#fff;border:1px solid var(--brand-border);text-align:center}.industry-note{max-width:900px;margin:0 auto}.industries-cta{text-align:center;background:var(--brand-primary-dark)}.industries-cta h2,.industries-cta p{color:#fff}@media (max-width:991px){.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-stat-row{flex-wrap:wrap}.industry-stat-row .ma-stat{flex:0 0 calc(50% - 9px)}}@media (max-width:575px){.industry-card-grid{grid-template-columns:1fr}.industry-stat-row .ma-stat{flex:0 0 100%}}