.bfcm_faq_wrapper{--bg-page:#ffffff;--bg-item:#f8fafc;--c-brand:#e11d48;--c-blue:#2563eb;--t-head:#0f172a;--t-mute:#64748b;--br-faint:#e2e8f0;--radius:3px;width:100%;background-color:var(--bg-page);display:flex;justify-content:center;box-sizing:border-box}.bfcm_faq_wrapper *{box-sizing:border-box}.bfcm_faq_wrapper .bfcm_faq_container{max-width:900px;width:100%;padding:40px 25px 80px 25px}.bfcm_faq_wrapper .bfcm_faq_eyebrow{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--c-brand);margin-bottom:10px}.bfcm_faq_wrapper h2{color:var(--t-head);font-weight:900;margin:0 0 12px 0}.bfcm_faq_wrapper .bfcm_faq_faq-container{display:flex;flex-direction:column;gap:12px;margin-top:25px}.bfcm_faq_wrapper .bfcm_faq_item{border:1px solid var(--br-faint);border-radius:var(--radius);background:var(--bg-item);overflow:hidden;transition:0.2s}.bfcm_faq_wrapper .bfcm_faq_item:hover{border-color:var(--c-blue)}.bfcm_faq_wrapper details summary{padding:13px 25px;font-weight:700;color:var(--t-head);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;outline:none}.bfcm_faq_wrapper details summary::-webkit-details-marker{display:none}.bfcm_faq_wrapper details summary::after{content:"+";font-size:24px;color:var(--c-blue);font-weight:400;transition:transform 0.3s}.bfcm_faq_wrapper details[open] summary::after{content:"−";transform:rotate(180deg)}.bfcm_faq_wrapper .bfcm_faq_content{padding:0 24px 20px 24px;font-size:.95em;border-top:1px solid rgb(0 0 0 / .03);padding-top:15px}.bfcm_faq_wrapper .bfcm_faq_content strong{color:var(--c-brand)}