function checkHoverTouchState(){var e,t=!1;document.addEventListener("touchstart",function(){clearTimeout(e),t=!0,jQuery("body").addClass("fusion-touch"),jQuery("body").removeClass("fusion-no-touch"),e=setTimeout(function(){t=!1},500)},{passive:!0}),document.addEventListener("mouseover",function(){t||(t=!1,jQuery("body").addClass("fusion-no-touch"),jQuery("body").removeClass("fusion-touch"))})}checkHoverTouchState(),jQuery(document).on("click",'a[href*="awb-cb-copy--"]',function(e){e.preventDefault();let t=this.hash.replace("#","");t=t.split("--");const o=t[1];t=t[0];const n=jQuery("#"+o)[0].textContent;if("clipboard"in navigator)navigator.clipboard.writeText(n).then(()=>{});else{const e=document.createElement("textarea");e.value=n,e.style.position="fixed",e.style.opacity=0,document.body.appendChild(e),e.select();document.execCommand ("copy");document.body.removeChild(e)}});