.faq_container__nkY_o{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.faq_imageSection__quLsk{width:100%;height:400px;position:relative;border-radius:8px;overflow:hidden}.faq_faqSection__FBIsB{width:100%}.faq_title__z_5tU{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.faq_faqItem__NhcwZ{border:1px solid #e5e5e5;border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq_question__mD8uR{display:flex;justify-content:space-between;align-items:center;padding:1rem;width:100%;text-align:left;background:#fff;color:#1a1a1a;border:none;cursor:pointer;font-size:1rem;font-weight:500}.faq_question__mD8uR:hover{background:#f8f8f8}.faq_iconWrapper__VO0zU{display:flex;align-items:center;justify-content:center;background-color:#ff4d4d;width:24px;height:24px;border-radius:4px;flex-shrink:0}.faq_icon__6AZGA{color:#fff;transition:transform .3s ease}.faq_icon__6AZGA.faq_open__240X5{transform:rotate(180deg)}.faq_answer__B797h{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;background:#fff;padding:0 1rem}.faq_answer__B797h.faq_open__240X5{max-height:500px;padding:1rem;border-top:1px solid #e5e5e5}.faq_answerContent__mMJYL{opacity:0;transform:translateY(-10px);transition:opacity .3s ease-out,transform .3s ease-out}.faq_open__240X5 .faq_answerContent__mMJYL{opacity:1;transform:translateY(0)}@media (min-width:768px){.faq_container__nkY_o{grid-template-columns:1fr 1fr;align-items:start}.faq_imageSection__quLsk{position:-webkit-sticky;position:sticky;top:2rem}}