0
Skip to Content
Red Maya Media
Home
Contact
Services
Blog
FAQs
Schedule Now
Open Menu
Close Menu
Red Maya Media
Home
Contact
Services
Blog
FAQs
Schedule Now
Open Menu
Close Menu
Home
Contact
Folder:
Services
Back
Blog
FAQs
Schedule Now
This folder does not contain any pages.
(function () { const containers = document.querySelectorAll(".rmm-faq__items"); if (!containers.length) return; containers.forEach((container) => { const items = Array.from(container.querySelectorAll("details.rmm-faq__item")); items.forEach((d) => { d.addEventListener("toggle", () => { if (!d.open) return; items.forEach((other) => { if (other !== d) other.open = false; }); }); }); }); })();