"use strict";!function(){var e=document.querySelectorAll(".zb-expanding-content-v2-zb-modal .zb-modal-button"),t=document.querySelectorAll(".zb-expanding-content-v2-zb-modal .zb-modal--close-button");if(e&&t){for(var n=0;n{const e=document.querySelectorAll(".zb-expanding-content-v2");e.forEach(e=>{const t=e.querySelector(".zb-expanding-content-v2__content"),n=e.querySelector(".zb-expanding-content-v2__toggle"),o=e.querySelector(".zb-expanding-content-v2__toggle-label");n.addEventListener("click",()=>{var e="true"===n.getAttribute("aria-expanded");n.setAttribute("aria-expanded",!e),t.setAttribute("aria-hidden",e),e?(o.innerHTML=n.getAttribute("data-expand-label"),t.classList.remove("zb-expanding-content-v2__content--visible")):(o.innerHTML=n.getAttribute("data-close-label"),t.classList.add("zb-expanding-content-v2__content--visible"))})})});