.gh-ind-hero{position:relative;min-height:560px;display:flex;align-items:center;padding:200px 0 80px;overflow:hidden;background:var(--brand-primary-dark)}.gh-ind-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.gh-ind-hero__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;min-height:560px}.gh-ind-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,rgba(21,67,96,.9),rgba(21,67,96,.45))}.gh-ind-hero__content{position:relative;z-index:1;max-width:720px}.gh-ind-hero__content .section-kicker{color:#aed6f1}.gh-ind-hero__content h1,.gh-ind-hero__content p{color:#fff}.gh-ind-cards{background:var(--brand-bg)}.gh-ind-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:#fff;height:100%;box-shadow:var(--shadow-soft)}.gh-ind-card img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;min-height:220px}.gh-ind-card--wide img{height:260px;min-height:260px}.gh-ind-card__body{padding:24px}.gh-ind-card__body ul{padding-left:18px;margin:12px 0 0}.gh-ind-card__body li{margin-bottom:6px}.gh-ind-stats{background:var(--brand-primary);padding:48px 0}.gh-ind-stats__row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;text-align:center}.gh-ind-stats__row strong{display:block;font-size:2.25rem;color:#fff;margin-bottom:8px}.gh-ind-stats__row span{display:block;color:#fff;font-size:.875rem}.gh-ind-cta{background:var(--brand-bg-alt);padding:64px 0}.gh-ind-cta p{max-width:680px;margin:16px auto 28px}@media (max-width:991.98px){.gh-ind-stats__row{grid-template-columns:repeat(2,1fr)}}