document.addEventListener("DOMContentLoaded",(function(){const t=document.querySelectorAll(".meter > span");t.length&&setInterval((function(){t.forEach((function(t){for(var e=parseFloat(t.dataset.progress),n=0;n<e;n++)t.style.width=n+"%"}))}),500)}));