function loadExternalScripts() {
if (window.externalScriptsLoaded) return;
window.externalScriptsLoaded = true;
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PQHLVJLS');
setTimeout(function(){
var ai = document.createElement("script");
ai.src = "https://cdn.aisearch.app/i/3/sthhmsw.js";
ai.defer = true;
document.body.appendChild(ai);
}, 200);
}
window.addEventListener('scroll', loadExternalScripts, {once: true, passive: true});
window.addEventListener('touchstart', loadExternalScripts, {once: true, passive: true});
window.addEventListener('mousemove', loadExternalScripts, {once: true, passive: true});
setTimeout(loadExternalScripts, 8000);
var pbMobileStyle = document.createElement('style');
pbMobileStyle.innerHTML = '@media screen and (max-width: 768px) { #footer { display: none !important; } }';
document.head.appendChild(pbMobileStyle);