.Footer_footerContainer__LWCGF{background-color:#102842;color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;font-size:14px}.Footer_topRow__iMhe5{width:100%;justify-content:space-between;align-items:center}.Footer_linkGroup__PXPGR,.Footer_topRow__iMhe5{display:flex;flex-wrap:wrap;gap:1.5rem}.Footer_link__k8nOj{color:#fff;text-decoration:none;transition:color .2s ease}.Footer_link__k8nOj:hover{color:#ccc}.Footer_socialLinks__jT6th{display:flex;gap:1rem;justify-content:center}.Footer_socialIcon__ZoTty{color:#fff;font-size:18px;transition:color .2s ease}.Footer_socialIcon__ZoTty:hover{color:#ccc}.Footer_subscribeForm__ToYn6{display:flex;position:relative;flex-direction:column;align-items:flex-end;gap:.25rem;max-width:300px;width:100%;text-align:right}.Footer_subscribeLabel__VLCej{font-weight:700;color:#fff;align-self:flex-start}.Footer_subscribeInputGroup__1y8Dg{display:flex;width:100%;gap:.5rem}.Footer_subscribeInput__si3Uz{flex:1 1;padding:.5rem;border-radius:4px;border:none;font-size:14px}.Footer_subscribeButton__5yHoU{background-color:var(--primary-blue);color:#fff;font-weight:700;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.Footer_subscribeButton__5yHoU:hover{background-color:#ccc}.Footer_successMsg__h5ZyT{position:absolute;top:100%;left:0;margin-top:.5rem;font-size:14px;white-space:nowrap;color:var(--primary-blue)}.Footer_copyright__ZaEdC{text-align:center;font-size:13px;color:#aaa;width:100%}@media (max-width:800px){.Footer_topRow__iMhe5{flex-direction:column;gap:2rem}.Footer_subscribeForm__ToYn6,.Footer_topRow__iMhe5{align-items:center;text-align:center}.Footer_subscribeInputGroup__1y8Dg{flex-direction:column;gap:.5rem}.Footer_copyright__ZaEdC{margin-top:.5rem;white-space:normal}}.FAQPage_mainContent__3danQ{background:var(--section-background);background-size:cover;width:100%;padding:0 2rem 2rem;box-sizing:border-box;min-height:100vh;margin:0 auto;position:relative}.FAQPage_pageTitle__mjvcY{text-align:center;font-size:2.5rem;color:#102842;margin-top:0;padding-top:1rem}.FAQPage_faqContainer__UOX09{max-width:900px;margin:2rem auto;background:#fff;border-radius:12px;box-shadow:var(--card-shadow);padding:2rem}.FAQPage_faqItem__MZu8r{border-bottom:1px solid #e0e0e0;padding:1rem 0}.FAQPage_question__U_9xM{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;outline:none;cursor:pointer;font-size:1.2rem;font-weight:600;color:#102842;text-align:left;transition:color .2s ease}.FAQPage_question__U_9xM:hover{color:#036}.FAQPage_icon__vLEi3{font-size:1.5rem;font-weight:700;color:#102842}.FAQPage_answer__2cHus{margin-top:.75rem;font-size:1.05rem;color:#102842;line-height:1.6;animation:FAQPage_fadeIn__fkg_r .3s ease}.FAQPage_active__et2we .FAQPage_question__U_9xM{color:#036}@keyframes FAQPage_fadeIn__fkg_r{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}