.fa-service-outcomes{background:var(--fa-paper);overflow:hidden;padding:clamp(100px,12vw,170px) 0;position:relative}.fa-service-outcomes__header{align-items:end;display:grid;gap:4rem;grid-template-columns:1fr .55fr}.fa-service-outcomes__header h2{font-size:clamp(3rem,4.2vw,3.8rem);line-height:.95;margin:0;max-width:900px}.fa-service-outcomes__header>div:last-child{color:rgba(16,33,31,.62);line-height:1.8}.fa-service-outcomes__header p{margin:0}.fa-service-outcomes__grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-top:40px}.fa-service-outcome{background:var(--fa-white);border:1px solid var(--fa-line);border-radius:22px;box-shadow:0 24px 65px rgba(16,33,31,.06);padding:1.5rem;position:relative;transform:translateY(calc((var(--outcome-index) - 1)*18px));transition:transform .35s ease,box-shadow .35s ease}.fa-service-outcome:hover{box-shadow:0 34px 80px rgba(16,33,31,.11);transform:translateY(calc((var(--outcome-index) - 1)*18px - 8px))}.fa-service-outcome__top{align-items:center;display:flex;justify-content:space-between}.fa-service-outcome__top span{color:var(--fa-service-accent);font-size:.68rem;font-weight:800;letter-spacing:.12em}.fa-service-outcome__top i{background:var(--fa-service-accent);border-radius:50%;box-shadow:0 0 0 8px color-mix(in srgb,var(--fa-service-accent) 14%,transparent);height:12px;width:12px}.fa-service-outcome h3{font-size:clamp(1.9rem,2.5vw,2.8rem);line-height:1;margin:1rem 0}.fa-service-outcome>div:last-child{color:rgba(16,33,31,.58);font-size:.84rem;line-height:1.7}.fa-service-outcome p{margin:0}@keyframes fa-outcome-travel{0%,to{left:0}50%{left:calc(100% - 11px)}}.fa-service-page .fa-kicker{margin:0 0 1.25rem}@media(max-width:1000px){.fa-service-outcomes__header{grid-template-columns:1fr}.fa-service-outcomes__grid{grid-template-columns:repeat(2,1fr)}.fa-service-outcome{transform:none}.fa-service-outcome:hover{transform:translateY(-6px)}}@media(max-width:620px){.fa-service-outcomes__grid{grid-template-columns:1fr}.fa-service-outcomes__header h2{font-size:clamp(3rem,4.2vw,3.8rem)}}