.faqPage{flex-direction:column;gap:2.5rem;display:flex}.faqBlocks{grid-template-columns:repeat(2,1fr);align-items:start;gap:1.25rem;display:grid}.faqBlock{background-color:#ffffff73;border:1px solid #00000017;border-radius:10px;flex-direction:column;gap:1.1rem;padding:1.5rem 1.75rem;display:flex}.faqBlockHeader{align-items:center;gap:.75rem;display:flex}.faqBlockIcon{color:#111;background-color:#fcba03;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.faqBlockTitle{color:#111;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.faqList{flex-direction:column;gap:.5rem;display:flex}.faqItem{border-bottom:1px solid #00000014;padding-bottom:.6rem}.faqItem:last-child{border-bottom:none;padding-bottom:0}.faqQuestion{color:#111;cursor:pointer;padding:.4rem 1.4rem .4rem 0;font-size:.85rem;font-weight:600;line-height:1.4;list-style:none;position:relative}.faqQuestion::-webkit-details-marker{display:none}.faqQuestion:after{content:"+";color:#999;font-size:1rem;font-weight:400;transition:transform .15s;position:absolute;top:.4rem;right:0}.faqItem[open] .faqQuestion:after{content:"−"}.faqQuestion:hover{color:#000}.faqAnswer{color:#555;max-width:60ch;margin:.3rem 0 .2rem;font-size:.82rem;line-height:1.65}@media (max-width:900px){.faqBlocks{grid-template-columns:1fr}}
