window.addEventListener("DOMContentLoaded",(()=>{let e=document.querySelectorAll(".faq-item-wrapper"),t=[];if(0===e.length)return;e.forEach((function(e){e.querySelector(".faq-question-wrap").addEventListener("click",(t=>e.classList.toggle("open"))),t.push({"@type":"Question",name:e.dataset.faqQuestion,acceptedAnswer:{"@type":"Answer",text:e.dataset.faqAnswer}})}));let n={"@context":"https://schema.org","@type":"FAQPage",mainEntity:t},a=document.createElement("script");a.type="application/ld+json",a.append(JSON.stringify(n)),document.body.appendChild(a)}));