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