.stats-hero{background-position:50%;background-size:cover;position:relative}.stats-hero:before{content:"";height:100%;left:0;position:absolute;right:0;top:0}.stats-hero__content{padding:3rem;position:relative;text-align:center}.stats-hero__lead-in{font-size:1.4rem;letter-spacing:.1rem;text-transform:uppercase}.stats-hero__heading{font-size:2.6rem;font-weight:700;text-transform:uppercase}.stats-hero__stats{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;list-style:none;position:relative}.stats-hero__stats__item{display:block;flex-basis:10rem;flex-grow:0;flex-shrink:0;position:relative}.stats-hero__stats__item:after{border-right:1px solid #ccc;content:"";height:5rem;opacity:.5;position:absolute;right:-.5rem;top:50%;transform:translateY(-50%)}.stats-hero__stats__item:last-child:after{display:none}.stats-hero__stats__item-icon{left:50%;opacity:.12;position:absolute;top:0;transform:translateX(-50%)}.stats-hero__stats__item-content{display:flex;flex-direction:column;gap:.2rem}.stats-hero__stats__text-above,.stats-hero__stats__text-under{display:block;font-size:1rem;font-weight:100;text-transform:uppercase}.stats-hero__stats__count{font-size:3rem;font-weight:900}@media (min-width:767px){.stats-hero{height:100vh}.stats-hero__content{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.stats-hero__stats{flex-direction:row}}