.services-hero{position:relative;display:flex;align-items:center;min-height:620px;padding:170px 0 96px;overflow:hidden;background:var(--brand-primary-dark)}.services-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}.services-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(31,104,42,.9),rgba(31,104,42,.56));z-index:1}.services-hero .container{position:relative;z-index:2}.services-hero .ego-eyebrow,.services-hero h1,.services-hero p{max-width:720px;color:var(--brand-text-inverse)}.process-timeline,.service-cards{padding:76px 0}.service-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:22px;gap:22px}.service-card-grid article{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:18px;gap:18px;padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg)}.service-card-grid article>span{grid-row:1/span 2;display:grid;align-items:center;justify-items:center;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--brand-primary-light);color:var(--brand-primary-dark);font-weight:900}.timeline-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.timeline-steps article{position:relative;padding:22px;border-radius:var(--brand-radius);background:var(--brand-bg-alt);border:1px solid var(--brand-border)}.timeline-steps strong{display:inline-grid;align-items:center;justify-items:center;place-items:center;width:40px;height:40px;margin-bottom:14px;border-radius:50%;background:var(--brand-primary);color:var(--brand-text-inverse)}.guarantee-banner{padding:52px 0;background:var(--brand-bg-alt)}.guarantee-banner__inner{display:grid;grid-template-columns:minmax(0,0.8fr) minmax(0,1fr);grid-gap:36px;gap:36px;align-items:center}@media (max-width:991px){.guarantee-banner__inner,.service-card-grid,.timeline-steps{grid-template-columns:1fr}}