.stat-timeline__grid{display:flex;flex-flow:wrap}.timeline-item{position:relative;width:25%}.timeline-item:not(:first-of-type){padding-left:1rem}.timeline-item:not(:last-child):after{background-color:#e0e0e0;content:"";height:1px;left:1rem;position:absolute;top:48px;width:100%}.timeline-item__inner{background-color:#fff;border-radius:50%;box-shadow:0 8px 15px 0 rgba(41,51,63,.08);height:96px;position:relative;width:96px;z-index:2}.timeline-item__circle,.timeline-item__inner{align-items:center;display:flex;justify-content:center}.timeline-item__circle svg{left:50%;margin-left:-33px;margin-top:-33px;position:absolute;top:50%}.timeline-number{color:#e28133;font-family:Public Sans,sans-serif;font-size:1.684rem;font-weight:700}.timeline-icon{font-size:1.684rem;font-weight:400!important}.timeline-item__content{margin-top:1.157rem}.timeline-item__content p{padding-right:1.5rem}.timeline-item__content--number p{padding-right:2.5rem}.timeline-progress-ring__circle{transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset .1s;stroke:#64af48}@media (max-width:850px){.timeline-item{margin-bottom:2rem;text-align:center;width:100%}.timeline-item__inner{margin:0 auto}.timeline-item:not(:last-child):after{display:none}.timeline-item__content{padding-right:0}}.timeline-item--anim{animation-duration:.8s;animation-name:fader;animation-timing-function:ease}.timeline-item--visible{opacity:1}.timeline-progress-ring__circle.animating{stroke-dashoffset:0}@keyframes fader{0%{opacity:1}to{opacity:0}}