.industries-hero{position:relative;min-height:620px;display:grid;align-items:center;overflow:hidden;padding:170px 0 92px;background:var(--brand-primary-dark)}.industries-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,rgba(31,49,104,.88),rgba(31,49,104,.5))}.industries-hero img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.industries-hero .container{position:relative;z-index:2}.industries-hero h1,.industries-hero p{max-width:760px;color:var(--brand-text-inverse)}.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;min-height:390px;display:grid;align-items:end;border-radius:var(--brand-radius);background:var(--brand-primary-dark)}.industry-card-grid img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform 220ms}.industry-card-grid article::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(31,49,104,.12),rgba(28,38,34,.88))}.industry-card-grid article:hover img{transform:scale(1.04)}.industry-card-grid div{position:relative;z-index:2;padding:24px}.industry-card-grid h3,.industry-card-grid p{color:var(--brand-text-inverse)}.industry-card-grid p{margin-bottom:0}.industry-stats{padding:38px 0;background:var(--brand-bg-alt);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.industry-stats__row{display:flex;flex-wrap:nowrap;gap:1px}.industry-stats__row div{flex:1 1 0;min-width:0;display:grid;align-items:center;justify-items:center;place-items:center;padding:22px 14px;background:var(--brand-bg);border-radius:var(--brand-radius);text-align:center}.industry-stats__row strong{color:var(--brand-primary-dark);font-size:max(2rem, min(4vw, 3rem));line-height:1}.industry-stats__row span{color:var(--brand-text);font-weight:800}.industry-note{max-width:900px;margin-top:24px;text-align:center}.industry-note p{margin-bottom:0}@media (max-width:991px){.industry-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-stats__row{flex-wrap:wrap}.industry-stats__row div{flex-basis:calc(50% - 1px)}}@media (max-width:575px){.industries-hero{padding-top:144px}.industry-card-grid{grid-template-columns:1fr}}