@property --num{syntax:"<integer>";initial-value:0;inherits:false}@property --num2{syntax:"<integer>";initial-value:0;inherits:false}@property --num3{syntax:"<integer>";initial-value:0;inherits:false}.annual-spend,.performance,.promo-open-rate{font-size:82px;font-weight:900;padding:2rem}.promo-open-rate{animation:counter 5s ease-in-out forwards;counter-reset:num var(--num)}.annual-spend{animation:counter2 3s ease-in-out forwards;counter-reset:num2 var(--num2)}.performance{animation:counter3 7s ease-in-out forwards;counter-reset:num3 var(--num3);font-size:58px}.promo-open-rate:before{content:counter(num)}.annual-spend:after,.performance:after,.promo-open-rate:after{content:"%"}.annual-spend:before{content:counter(num2)}.performance:before{content:counter(num3)}@keyframes counter{0%{--num:0}to{--num:69}}@keyframes counter2{0%{--num2:0}to{--num2:33}}@keyframes counter3{0%{--num3:100}to{--num3:5}}