@property --animated-counter-value{syntax:"<integer>";inherits:true;initial-value:0}@property --animated-counter-target-value{syntax:"<integer>";inherits:true;initial-value:0}@property --animated-counter-start-value{syntax:"<integer>";inherits:true;initial-value:0}.animated-counter{opacity:1;--animated-counter-value:var(--animated-counter-start-value);position:relative}.animated-counter--counting{--animated-counter-value:var(--animated-counter-target-value)}.animated-counter .headline__label{transition:--animated-counter-value var(--animated-counter-duration) cubic-bezier(.3,0,0,1);counter-reset:animated-counter-value var(--animated-counter-value)}.animated-counter .headline__label:after{content:counter(animated-counter-value)}.animated-counter:after{content:"";position:absolute;display:block;bottom:-1.5rem;height:12px;width:4rem;background:var(--cs__primary__fg--accent)}
