.industries-hero{position:relative;min-height:76vh;padding:160px 0 96px;display:grid;align-items:end;background:var(--brand-neutral-dark);overflow:hidden}.industries-hero>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.54}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(20,23,26,.94),rgba(20,23,26,.34))}.industries-hero .container{position:relative;z-index:1;max-width:900px}.industries-hero h1,.industries-hero p{color:var(--brand-text-inverse)}.industries-hero h1{font-size:max(2rem, min(4vw, 3.5rem));line-height:1.1;font-weight:900}.industry-cards{background:var(--brand-bg)}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card-grid article{position:relative;display:grid;align-content:start;min-height:420px;border:1px solid var(--brand-border);background:var(--brand-bg);overflow:hidden}.industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.industry-card-grid h3,.industry-card-grid p{padding-left:22px;padding-right:22px}.industry-card-grid h3{margin:22px 0 10px}.industry-card-grid p{padding-bottom:24px}.industry-stats{background:var(--brand-primary-dark);padding:64px 0}.industries-cta{background:var(--brand-neutral-dark)}.industries-cta h2,.industries-cta p{color:var(--brand-text-inverse)}@media (max-width:991px){.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.industry-card-grid{grid-template-columns:1fr}}