@property --number{syntax:"<integer>";initial-value:0;inherits:false}.wp-block-waxo-animated-number__container{align-items:baseline;display:flex;flex-wrap:wrap;justify-content:center}.wp-block-waxo-animated-number__prefix,.wp-block-waxo-animated-number__suffix{font-weight:600;line-height:1}.wp-block-waxo-animated-number__value{counter-reset:number var(--number);font-weight:600}.wp-block-waxo-animated-number__value:not(.js-animation):not(.is-editor):after{content:counter(number)}.wp-block-waxo-animated-number__value.is-animating{animation:count-up var(--animation-duration,2s) ease-out forwards}.animated-numbers-section{padding-block:80px}@media screen and (max-width:768px){.animated-numbers-section{padding-block:40px}}.animated-numbers-section .wp-block-group.wp-block-group-is-layout-grid{align-items:end}@media screen and (max-width:768px){.animated-numbers-section .wp-block-group.wp-block-group-is-layout-grid{grid-template-columns:repeat(2,1fr)}.animated-numbers-section .wp-block-group.wp-block-group-is-layout-grid>.wp-block-group:nth-child(odd):last-child{grid-column:1/-1;justify-self:center}}@keyframes count-up{0%{--number:0}to{--number:var(--number-value,100)}}
