const kbAdvHeadingTypedListener=setInterval(function(){if("undefined"!=typeof Typed){function a(a){const b={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};return a.replace(/[&<>"'/]/gi,a=>b[a])}clearInterval(kbAdvHeadingTypedListener);const b={strings:JSON.stringify([""]),cursorChar:"_",startDelay:0,backDelay:700,typeSpeed:40,backSpeed:30,smartBackspace:!1,loop:!0,loopCount:!1,showCursor:!0,shuffle:!1},c=document.querySelectorAll(".kt-typed-text");c.forEach(function(c){let d,e=c.getAttribute("data-strings"),f=[];const g={...b};try{e&&(e=JSON.parse(e.replaceAll("&","&")),d=e.map(b=>a(b)))}catch(a){console.log("Could decode typed text strings")}f=d?[...d]:[],f.unshift(c.textContent.replaceAll("&","&")),g.strings=f,c.getAttribute("data-cursor-char")?g.cursorChar=a(c.getAttribute("data-cursor-char")):null,""===c.getAttribute("data-cursor-char")?g.showCursor=!1:null,c.getAttribute("data-start-delay")?g.startDelay=parseInt(c.getAttribute("data-start-delay")):null,c.getAttribute("data-back-delay")?g.backDelay=parseInt(c.getAttribute("data-back-delay")):null,c.getAttribute("data-loop")?g.loop="true"===c.getAttribute("data-loop"):null,c.getAttribute("data-loop-count")?g.loopCount=c.getAttribute("data-loop-count"):null,c.getAttribute("data-shuffle")?g.shuffle=!("true"!==c.getAttribute("data-shuffle")):null,c.getAttribute("data-type-speed")?g.typeSpeed=parseInt(c.getAttribute("data-type-speed")):null,c.getAttribute("data-back-speed")?g.backSpeed=parseInt(c.getAttribute("data-back-speed")):null,c.getAttribute("data-smart-backspace")?g.smartBackspace="true"===c.getAttribute("data-smart-backspace"):null,c.innerHTML="",new Typed(c,g)})}},125);