.stats--wrapper{display:flex;flex-direction:column;row-gap:var(--row-gap)}.stats__heading{margin:0 auto;max-width:76.8rem;text-align:center}.stats__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stats__inner{padding:0 3.2rem;text-align:center}.stats__inner:first-child{border-right:1px solid var(--grey-light)}.stats__inner:last-child{border-left:1px solid var(--grey-light)}.stats__inner span.stats-number-gradient{background:linear-gradient(135deg,#ab9dff,#6eefa2);-webkit-background-clip:text;font-size:11.2rem;-webkit-text-fill-color:transparent}@media screen and (max-width:767px){.stats__inner span.stats-number-gradient{font-size:8.2rem}.stats__inner:first-child{border-bottom:1px solid var(--grey-light);border-right:none}.stats__inner:last-child{border-left:none;border-top:1px solid var(--grey-light)}}.js-stat-count{display:inline-block;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease;white-space:nowrap;will-change:opacity,transform}.js-stat-count.is-visible{opacity:1;transform:translateY(0)}.js-stat-count.is-counting{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.js-stat-count{opacity:1;transform:none;transition:none}}