.faqs{margin:0 auto}.faqs--accordion .faq__question{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:1rem;line-height:120%;color:#000;font-size:1rem;cursor:pointer;user-select:none;margin-bottom:0}.faqs--accordion .faq__question:focus{outline:2px solid #b5b5b5;outline-offset:3px}.faqs--accordion .faq__question:focus-visible{outline:2px solid #b5b5b5;outline-offset:3px}.faqs--accordion .faq__question::after{content:"";display:block;width:15px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9' width='2' height='20' fill='%23000'/%3E%3Crect y='9' width='20' height='2' fill='%23000'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;margin-left:1rem;transition:transform 200ms ease}.faqs--accordion .faq[data-active=true] .faq__question::after{transform:rotate(45deg)}.faqs--accordion .faq[data-active=true] .faq__answer{grid-template-rows:1fr}.faqs--accordion .faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out;margin:0}.faqs--accordion .faq__content{border-radius:8px;background-color:#fff;margin-bottom:1rem;font-weight:400;line-height:160%;overflow:hidden;padding:0 1rem}.faqs--accordion .faq__content div{margin-top:1rem}.faqs--accordion .faq__content p,.faqs--accordion .faq__content ul,.faqs--accordion .faq__content ol,.faqs--accordion .faq__content li{color:#000 !important}.faqs--accordion .faq__content ul,.faqs--accordion .faq__content ol{padding-left:1.5rem}.wp-block .faqs--accordion .faq__answer{grid-template-rows:1fr}
