.industries-hero{position:relative;min-height:560px;display:grid;align-items:center;padding:160px 0 88px;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(180deg,rgba(28,38,34,.62),rgba(21,32,24,.86));z-index:1}.industries-hero .container{position:relative;z-index:2;text-align:center;max-width:880px}.industries-hero .diab-eyebrow,.industries-hero h1,.industries-hero p{color:var(--brand-text-inverse)}.industry-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.industry-card-grid article{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.industry-card-grid img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.industry-card-grid h3,.industry-card-grid p{padding-left:20px;padding-right:20px}.industry-card-grid h3{margin-top:20px}.industry-card-grid p{padding-bottom:20px}.project-stats{background:#152018;padding:70px 0}.stats-row{display:flex;flex-wrap:nowrap;gap:18px;margin-bottom:22px}.stats-row>div{flex:1 1 0;min-width:0;text-align:center;padding:20px 14px;border:1px solid rgba(255,255,255,.22);border-radius:var(--brand-radius)}.stats-row strong{display:block;color:var(--brand-text-inverse);font-size:max(1.7rem, min(3vw, 2.6rem))}.stats-row span{color:var(--brand-text-inverse)}.project-stats p{max-width:820px;margin:0 auto;text-align:center;color:var(--brand-text-inverse)}@media (max-width:991px){.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-row{flex-wrap:wrap}.stats-row>div{flex:1 1 calc(50% - 18px)}}@media (max-width:575px){.industry-card-grid{grid-template-columns:1fr}}