.industries-hero-showcase{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;background:var(--brand-primary-dark);padding:150px 0 88px}.industries-hero-showcase>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.56;z-index:0}.industries-hero-showcase::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(27,39,51,.92),rgba(36,67,68,.58));z-index:1}.industries-hero-showcase .container{position:relative;z-index:2}.industries-hero-showcase h1{max-width:820px;margin:0 0 18px;color:var(--brand-text-inverse);font-size:max(2rem, min(4vw, 3.5rem));line-height:1.08}.industries-hero-showcase .eyebrow,.industries-hero-showcase p{max-width:760px;color:var(--brand-text-inverse)}.industry-grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.industry-grid-three article{position:relative;display:grid;grid-template-rows:auto auto 1fr;overflow:hidden;border:1px solid var(--brand-border);background:var(--brand-bg)}.industry-grid-three img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;transition:transform 240ms}.industry-grid-three h3{margin:18px 18px 8px;color:var(--brand-text)}.industry-grid-three p{margin:0 18px 22px}.industry-grid-three article:hover img{transform:scale(1.05)}.project-stats{padding:42px 0}.industries-final-cta{padding:80px 0 96px;text-align:center;background:var(--brand-bg)}.industries-final-cta .container{max-width:820px}@media (max-width:991.98px){.industry-grid-three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575.98px){.industry-grid-three{grid-template-columns:1fr}}