!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.WebflowTools=t():e.WebflowTools=t()}(self,(function(){return function(){"use strict"; function calcReadingTime() { var e=document.querySelector("[time-to-read]"), t=null==e?void 0:e.getAttribute("time-to-read"), o=t?Array.from(document.querySelectorAll(t)).map(function(e){return e.innerText}).join(" "):null; if(e&&o&&o.trim().length>0){ var mins=Math.ceil(o.split(/\s/g).filter(function(e){return""!==e}).length/200); e.innerHTML=String(mins>0?mins:1); } } if(document.readyState==="loading"){ document.addEventListener("DOMContentLoaded",calcReadingTime); } else { calcReadingTime(); } return{}}()}));