/*
Generated time: June 12, 2025 12:53
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.faq-section{margin-bottom:2em}.faq-main-heading{font-size:2em;color:#533278;margin-bottom:1em}.faq-item{border:1px solid #ddd;border-radius:4px;margin-bottom:.75em;overflow:hidden}.faq-question{background-color:#f9f9f9;color:#533278;padding:1em;margin:0;border:none;width:100%;text-align:left;cursor:pointer;font-size:1em;font-weight:700;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question:hover{background-color:#e9e9e9;color:#0c7489}.faq-question::after{content:'+';font-size:1.2em;font-weight:700}.faq-question.active::after{content:'-'}.faq-answer{color:#231f20;padding:1em;margin:0;display:none;border-top:1px solid #eee;animation:fadein .3s ease-in-out}@keyframes fadein{from{opacity:0}to{opacity:1}}