@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.counter-animated{animation:countUp .6s ease-out forwards}@property --num{syntax:"<integer>";initial-value:0;inherits:false}.css-counter{counter-reset:num var(--num);animation:counter 2s ease-out forwards;display:inline-block}.css-counter:before{content:counter(num)}@keyframes counter{0%{--num:0}to{--num:var(--target)}}@media (max-width:768px){.statistics-container{transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (prefers-reduced-motion:reduce){.counter-animated,.css-counter{animation:none!important}.animated-number[data-value]:after{content:attr(data-value)}}}@supports (-webkit-touch-callout:none){.animated-number{transform:translateZ(0);-webkit-font-smoothing:antialiased;backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px}.statistics-container{-webkit-tap-highlight-color:transparent;touch-action:manipulation}}@supports (-webkit-overflow-scrolling:touch){.statistics-section{-webkit-overflow-scrolling:touch;position:relative;z-index:1}}