.MyAccount_accountHeader__jnZhQ{background:transparent;border:none;border-radius:0;padding:12px 0;margin-bottom:16px;box-shadow:none}.MyAccount_headerContent__uVCKw{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:0}.MyAccount_userInfo__TWUdH{display:flex;flex-direction:row;align-items:center;gap:16px;text-align:left}.MyAccount_avatar__oa8mm{width:56px;height:56px;background:var(--button-dark-color,#26303c);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#fff;box-shadow:0 2px 8px rgba(59,130,246,.2);flex-shrink:0}.MyAccount_welcomeText__c8Q1U{display:flex;flex-direction:column;gap:2px}.MyAccount_title__ed6aM{font-size:26px;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.02em;line-height:1.1}.MyAccount_subtitle__lYLfb{font-size:15px;color:#64748b;margin:0;font-weight:400;line-height:1.4}.MyAccount_headerActions__Xrqbw{display:flex;gap:8px}.MyAccount_iconButton__GyKIy{width:40px;height:40px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--border-radius,7px);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;padding:0}.MyAccount_iconButton__GyKIy :hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155;transform:translateY(-.5px);box-shadow:0 2px 4px rgba(0,0,0,.05)}@media (max-width:768px){.MyAccount_accountHeader__jnZhQ{padding:8px 0}.MyAccount_headerContent__uVCKw{flex-direction:column;align-items:center;gap:16px}.MyAccount_userInfo__TWUdH{flex-direction:column;gap:12px;text-align:center}.MyAccount_avatar__oa8mm{width:48px;height:48px;font-size:20px}.MyAccount_title__ed6aM{font-size:22px}.MyAccount_subtitle__lYLfb{font-size:14px}.MyAccount_iconButton__GyKIy{width:36px;height:36px}}.MyAccount_infoCard__XK2Cs{background:#fff;border:2px solid #f0f0f0;border-radius:var(--border-radius,7px);overflow:hidden;transition:all .3s ease;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.MyAccount_cardHeader__CVNSH{display:flex;justify-content:space-between;align-items:center;padding:28px 32px;border-bottom:2px solid #f8f8f8;background:#fafafa}.MyAccount_headerTitle__c45F5{display:flex;align-items:center;gap:16px}.MyAccount_headerH2__9wGv4{font-size:20px;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.02em}.MyAccount_headerIcon__VJgyv{color:#e5e7eb}.MyAccount_editButton__nfzfC{display:flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:none;border-radius:var(--border-radius,7px);color:#737373;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.MyAccount_editButtonHover__TkZNB{background:#f5f5f5;color:#404040}.MyAccount_cardContent__J_2Dk{padding:32px;background:#fff}.MyAccount_editForm__SFema{display:flex;flex-direction:column;gap:24px}.MyAccount_formGrid__m1bpW{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.MyAccount_formGroup__skwZ1{display:flex;flex-direction:column;gap:10px}.MyAccount_label__IMuJW{font-size:14px;font-weight:600;color:#404040;letter-spacing:-.01em}.MyAccount_input__BSpmE{padding:14px 18px;background:#fafafa;border:2px solid transparent;border-radius:var(--border-radius,7px);color:#1a1a1a;font-size:15px;font-weight:400;transition:all .2s ease;outline:none;width:100%;box-sizing:border-box}.MyAccount_inputFocus__re6dN{border-color:#e5e7eb;background:#fff}.MyAccount_formActions__JV9Du{display:flex;flex-direction:row;gap:12px;margin-top:12px}.MyAccount_saveButton__9_xGR{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--border-radius,7px);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;background:var(--button-dark-color,#26303c);color:#fff}.MyAccount_saveButtonHover__V9dY5{background:var(--button-hover-dark-color,#000000bf);transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.3)}.MyAccount_cancelButton__JlVR7{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--border-radius,7px);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;background:#f5f5f5;color:#737373;border:none}.MyAccount_cancelButtonHover__KKUCe{background:#e5e5e5;color:#404040}.MyAccount_infoDisplay__AJYpf{display:flex;flex-direction:column;gap:24px}.MyAccount_infoGrid__NYs_i{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.MyAccount_infoItem__AZEzY{display:flex;flex-direction:column;gap:6px;padding:16px 20px;background:#fafafa;border-radius:var(--border-radius,7px);border:2px solid #f5f5f5}.MyAccount_infoLabel__XumCT{font-size:13px;font-weight:600;color:#737373;letter-spacing:.02em;text-transform:uppercase}.MyAccount_infoValue__01s8B{font-size:16px;color:#1a1a1a;font-weight:400;word-break:break-word}@media (max-width:768px){.MyAccount_infoCard__XK2Cs{border-radius:var(--border-radius,7px)}.MyAccount_cardHeader__CVNSH{padding:20px}.MyAccount_headerTitle__c45F5{gap:12px}.MyAccount_headerH2__9wGv4{font-size:18px}.MyAccount_editButton__nfzfC{font-size:14px;padding:8px 16px}.MyAccount_cardContent__J_2Dk{padding:20px}.MyAccount_editForm__SFema{gap:16px}.MyAccount_formGrid__m1bpW{grid-template-columns:1fr;gap:16px}.MyAccount_input__BSpmE{padding:12px 16px}.MyAccount_formActions__JV9Du{flex-direction:column}.MyAccount_cancelButton__JlVR7,.MyAccount_saveButton__9_xGR{width:100%;padding:14px 24px}.MyAccount_infoDisplay__AJYpf{gap:16px}.MyAccount_infoGrid__NYs_i{grid-template-columns:1fr;gap:16px}}.MyAccount_companyInfoCard__XsSVh{background:#fff;border:2px solid #f0f0f0;border-radius:var(--border-radius,7px);margin-bottom:24px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04)}.MyAccount_companyCardHeader__ALNIT{display:flex;justify-content:space-between;align-items:center;padding:28px 32px;border-bottom:2px solid #f8f8f8;background:#fafafa}.MyAccount_companyHeaderTitle__6xvGV{display:flex;align-items:center;gap:16px}.MyAccount_companyHeaderIcon__iwzAJ{color:#8b5cf6}.MyAccount_companyHeaderH2__ABYNT{font-size:20px;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.02em}.MyAccount_companyEditButton__Ctyo4{display:flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:none;border-radius:var(--border-radius,7px);color:#737373;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s ease}.MyAccount_companyEditButton__Ctyo4:hover{background:#f5f5f5;color:#404040}.MyAccount_companyCardContent__xMmsm{padding:32px;background:#fff}.MyAccount_companyEditForm__W33dC{display:flex;flex-direction:column;gap:24px}.MyAccount_companyFormGroup__dceNr{display:flex;flex-direction:column;gap:10px}.MyAccount_companyLabel__IhSC4{font-size:14px;font-weight:600;color:#404040;letter-spacing:-.01em}.MyAccount_companyInput__COn8n,.MyAccount_companySelect__GWVko{padding:14px 18px;background:#fafafa;border:2px solid transparent;border-radius:var(--border-radius,7px);color:#1a1a1a;font-size:15px;font-weight:400;width:100%;box-sizing:border-box;transition:all .2s ease;outline:none}.MyAccount_companyInput__COn8n:focus,.MyAccount_companySelect__GWVko:focus{border-color:#8b5cf6;background:#fff}.MyAccount_companyFormActions__f5Zyt{display:flex;flex-direction:row;gap:12px;margin-top:12px}.MyAccount_companyCancelButton__94pF_,.MyAccount_companySaveButton__A2cgP{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--border-radius,7px);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.MyAccount_companySaveButton__A2cgP{background:var(--button-dark-color,#26303c);color:#fff}.MyAccount_companySaveButton__A2cgP:hover{background:var(--button-hover-dark-color,#000000bf);transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.MyAccount_companyCancelButton__94pF_{background:#f5f5f5;color:#737373}.MyAccount_companyCancelButton__94pF_:hover{background:#e5e5e5;color:#404040}.MyAccount_companyInfoDisplay__pREQs{display:flex;flex-direction:column;gap:24px}.MyAccount_companyInfoItem__fVpmf{display:flex;flex-direction:column;gap:6px;padding:16px 20px;background:#fafafa;border-radius:var(--border-radius,7px);border:2px solid #f5f5f5}.MyAccount_companyInfoLabel__x25qW{font-size:13px;font-weight:600;color:#737373;letter-spacing:.02em;text-transform:uppercase}.MyAccount_companyInfoValue__yQY3j{font-size:16px;color:#1a1a1a;font-weight:400;word-break:break-word}@media (max-width:768px){.MyAccount_companyInfoCard__XsSVh{border-radius:var(--border-radius,7px)}.MyAccount_companyCardHeader__ALNIT{padding:20px}.MyAccount_companyHeaderTitle__6xvGV{gap:12px}.MyAccount_companyHeaderH2__ABYNT{font-size:18px}.MyAccount_companyEditButton__Ctyo4{padding:8px 16px;font-size:14px}.MyAccount_companyCardContent__xMmsm{padding:20px}.MyAccount_companyEditForm__W33dC{gap:16px}.MyAccount_companyFormActions__f5Zyt{flex-direction:column}.MyAccount_companyCancelButton__94pF_,.MyAccount_companySaveButton__A2cgP{width:100%;padding:14px 24px}}.MyAccount_addressInfoCard__Mat_H{background:#fff;border:2px solid #f0f0f0;border-radius:var(--border-radius,7px);overflow:hidden;transition:all .3s ease;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.MyAccount_addressCardHeader__k4KZV{display:flex;justify-content:space-between;align-items:center;padding:28px 32px;border-bottom:2px solid #f8f8f8;background:#fafafa}.MyAccount_addressHeaderTitle__DSTnv{display:flex;align-items:center;gap:16px}.MyAccount_addressHeaderH2__aP_G1{font-size:20px;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.02em}.MyAccount_addressHeaderIcon__aNw9k{color:#10b981}.MyAccount_addressEditButton__akgeU{display:flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:none;border-radius:var(--border-radius,7px);color:#737373;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.MyAccount_addressEditButtonHover__pOs7j{background:#f5f5f5;color:#404040}.MyAccount_addressCardContent__fwu2V{padding:32px;background:#fff}.MyAccount_addressInfoDisplay__Ky2oq{display:flex;flex-direction:column;gap:24px}.MyAccount_addressDisplay__S55Al{display:flex;flex-direction:column;gap:12px;padding:20px;background:#fafafa;border-radius:var(--border-radius,7px);border:2px solid #f5f5f5}.MyAccount_addressText__KhZeN{padding-left:32px}.MyAccount_addressLine__E2tr5{margin:0 0 4px;color:#404040;font-size:15px;line-height:1.6;word-break:break-word}.MyAccount_addressSameAsBilling__wFWFP{padding-left:32px;color:#737373;font-size:15px;font-style:italic;margin:0}.MyAccount_addressSectionTitle__4Mh3n{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.01em}.MyAccount_addressSectionIcon__ujMBQ{color:#737373}.MyAccount_addressFormGroup__lNlxx{display:flex;flex-direction:column;gap:10px}.MyAccount_addressFormRow__UZJeQ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.MyAccount_addressLabel__jB3Dj{font-size:14px;font-weight:600;color:#404040;letter-spacing:-.01em}.MyAccount_addressInput__E53_I{padding:14px 18px;background:#fff;border:2px solid transparent;border-radius:var(--border-radius,7px);color:#1a1a1a;font-size:15px;transition:all .2s ease;outline:none;font-weight:400;width:100%;box-sizing:border-box}.MyAccount_addressInputFocus__zAB_u{border-color:#10b981;background:#fff}.MyAccount_addressCheckboxGroup__y8SVd{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f0f0f0;border-radius:var(--border-radius,7px)}.MyAccount_addressCheckbox__lYbBQ{width:20px;height:20px;accent-color:#10b981;cursor:pointer}.MyAccount_addressCheckboxLabel___RcRy{font-size:15px;color:#404040;cursor:pointer;font-weight:500}.MyAccount_addressFormActions__XA4HE{display:flex;gap:12px;margin-top:12px}.MyAccount_addressCancelButton__MzWvp,.MyAccount_addressSaveButton___ZQsC{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--border-radius,7px);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.MyAccount_addressSaveButton___ZQsC{background:var(--button-dark-color,#26303c);color:#fff}.MyAccount_addressSaveButtonHover__w1R3l{background:var(--button-hover-dark-color,#000000bf);transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.MyAccount_addressCancelButton__MzWvp{background:#f5f5f5;color:#737373}.MyAccount_addressCancelButtonHover__M7uBB{background:#e5e5e5;color:#404040}@media (max-width:768px){.MyAccount_addressCardHeader__k4KZV{align-items:flex-start;gap:12px;padding:20px}.MyAccount_addressFormRow__UZJeQ{grid-template-columns:1fr}.MyAccount_addressCardContent__fwu2V{padding:20px}.MyAccount_addressFormActions__XA4HE{flex-direction:column;align-items:stretch}.MyAccount_addressCancelButton__MzWvp,.MyAccount_addressSaveButton___ZQsC{width:100%}}.MyAccount_securityCard__S7KWW{background:#fff;border:2px solid #f0f0f0;border-radius:var(--border-radius,7px);overflow:hidden;transition:all .3s ease;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.MyAccount_securityCardHeader__hytCe{display:flex;justify-content:space-between;align-items:center;padding:28px 32px;border-bottom:2px solid #f8f8f8;background:#fafafa}.MyAccount_securityHeaderTitle__Hccou{display:flex;align-items:center;gap:16px}.MyAccount_securityHeaderH2__DeNSJ{font-size:20px;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.02em}.MyAccount_securityHeaderIcon__AePGd{color:#f59e0b}.MyAccount_securityEditButton__25xRV{display:flex;align-items:center;gap:8px;padding:10px 20px;background:transparent;border:none;border-radius:var(--border-radius,7px);color:#737373;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.MyAccount_securityEditButtonHover__0gWwV{background:#f5f5f5;color:#404040}.MyAccount_securityCardContent__BlH8n{padding:32px;background:#fff}.MyAccount_securityEditForm__Ch114{display:flex;flex-direction:column;gap:24px}.MyAccount_securityFormGroup__XQRy9{display:flex;flex-direction:column;gap:10px}.MyAccount_securityLabel__uQZ6K{font-size:14px;font-weight:600;color:#404040;letter-spacing:-.01em}.MyAccount_securityInputWrapper__7WRr7{position:relative;display:flex;align-items:center}.MyAccount_securityInput__J7PDt{padding:14px 48px 14px 18px;background:#fafafa;border:2px solid transparent;border-radius:var(--border-radius,7px);color:#1a1a1a;font-size:15px;transition:all .2s ease;outline:none;font-weight:400;width:100%;box-sizing:border-box}.MyAccount_securityInputFocus__DoDms{border-color:#f59e0b;background:#fff}.MyAccount_securityEyeButton__NOOS_{position:absolute;right:16px;background:none;border:none;color:#737373;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.MyAccount_securityCheckboxGroup___17A_{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fafafa;border-radius:var(--border-radius,7px);border:2px solid #f5f5f5}.MyAccount_securityCheckbox__crz0N{width:20px;height:20px;accent-color:#f59e0b;cursor:pointer}.MyAccount_securityCheckboxLabel__JFczd{font-size:15px;color:#404040;cursor:pointer;font-weight:500}.MyAccount_securityFormActions__PvORn{display:flex;gap:12px;margin-top:12px}.MyAccount_securityCancelButton__0lapV,.MyAccount_securitySaveButton__Qr0Lr{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:var(--border-radius,7px);font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.MyAccount_securitySaveButton__Qr0Lr{background:var(--button-dark-color,#26303c);color:#fff}.MyAccount_securitySaveButtonHover__0CBL0{background:var(--button-hover-dark-color,#000000bf);transform:translateY(-1px);box-shadow:0 4px 12px rgba(245,158,11,.3)}.MyAccount_securityCancelButton__0lapV{background:#f5f5f5;color:#737373}.MyAccount_securityCancelButtonHover__9cst2{background:#e5e5e5;color:#404040}.MyAccount_securityInfoDisplay__5yo2E{display:flex;flex-direction:column;gap:24px}.MyAccount_securityInfoItem__36_p_{display:flex;flex-direction:column;gap:6px;padding:16px 20px;background:#fafafa;border-radius:var(--border-radius,7px);border:2px solid #f5f5f5}.MyAccount_securityInfoLabel__YhnHE{font-size:13px;font-weight:600;color:#737373;letter-spacing:.02em;text-transform:uppercase}.MyAccount_securityInfoValue__hwsPi{font-size:16px;color:#1a1a1a;font-weight:400}.MyAccount_securityPasswordDots__c5YVU{font-size:20px;letter-spacing:4px;color:#404040}@media (max-width:768px){.MyAccount_securityCardHeader__hytCe{align-items:flex-start;gap:12px;padding:20px}.MyAccount_securityCardContent__BlH8n{padding:20px}.MyAccount_securityFormActions__PvORn{flex-direction:column;align-items:stretch}.MyAccount_securityCancelButton__0lapV,.MyAccount_securitySaveButton__Qr0Lr{width:100%}.MyAccount_securityEditForm__Ch114,.MyAccount_securityInfoDisplay__5yo2E{gap:16px}.MyAccount_securityInput__J7PDt{padding:12px 48px 12px 16px}.MyAccount_securityHeaderH2__DeNSJ{font-size:18px}.MyAccount_securityEditButton__25xRV{font-size:14px;padding:8px 16px}.MyAccount_securityCheckboxLabel__JFczd{font-size:14px}.MyAccount_securityPasswordDots__c5YVU{font-size:18px}}.MyAccount_faqContainer__Vdv18{background:#fff;border-radius:var(--border-radius,7px);padding:32px 0;margin:24px 0}.MyAccount_faqHeader__BNCOU{text-align:center;margin-bottom:24px;padding:0 20px}.MyAccount_faqTitle__fKBb9{font-size:20px;font-weight:600;color:#111;margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:8px}.MyAccount_faqTitle__fKBb9 svg{width:24px;height:24px;color:#06c}.MyAccount_faqSubtitle__TrcK4{font-size:14px;color:#666;font-weight:400}.MyAccount_faqItems__SRwFr{display:flex;flex-direction:column;max-width:800px;margin:0 auto}.MyAccount_faqItem__I9QR_{border-bottom:1px solid #e5e5e5;transition:all .2s ease}.MyAccount_faqItem__I9QR_:last-child{border-bottom:none}.MyAccount_faqQuestion__qy0VR{padding:20px 24px;font-size:15px;font-weight:500;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:all .2s ease;position:relative;background:transparent}.MyAccount_faqQuestion__qy0VR:hover{color:#06c;padding-left:28px}.MyAccount_expanded__oyQhT .MyAccount_faqQuestion__qy0VR{color:#06c;font-weight:600}.MyAccount_faqQuestion__qy0VR:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:#06c;transition:height .2s ease}.MyAccount_expanded__oyQhT .MyAccount_faqQuestion__qy0VR:before{height:24px}.MyAccount_faqQuestionText__vauXA{flex:1 1;padding-right:12px}.MyAccount_faqIcon__GAqCj{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.MyAccount_faqIcon__GAqCj svg{width:20px;height:20px;color:#666;transition:all .2s ease}.MyAccount_expanded__oyQhT .MyAccount_faqIcon__GAqCj svg,.MyAccount_faqQuestion__qy0VR:hover .MyAccount_faqIcon__GAqCj svg{color:#06c}.MyAccount_expanded__oyQhT .MyAccount_faqIcon__GAqCj svg{transform:rotate(180deg)}.MyAccount_faqAnswer__469h4{max-height:0;overflow:hidden;transition:max-height .3s ease-out;white-space:pre-line}.MyAccount_expanded__oyQhT .MyAccount_faqAnswer__469h4{max-height:500px}.MyAccount_faqAnswerContent__Y8bWJ{padding:0 20px 20px;font-size:14px;color:#666;line-height:1.7}.MyAccount_faqFooter__YUpsh{text-align:center;margin-top:32px;padding:0 20px}.MyAccount_faqFooterText__piyPS{font-size:14px;color:#666;margin-bottom:12px}.MyAccount_faqContactLinks__b1_1j{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.MyAccount_faqContactLink__D2VYl{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:#06c;text-decoration:none;transition:all .2s ease}.MyAccount_faqContactLink__D2VYl:hover{color:#0052a3;transform:translateY(-1px)}.MyAccount_faqContactLink__D2VYl svg{width:16px;height:16px}@media (min-width:769px){.MyAccount_faqContainer__Vdv18{padding:32px 0}.MyAccount_faqTitle__fKBb9{font-size:24px}.MyAccount_faqSubtitle__TrcK4{font-size:15px}.MyAccount_faqQuestion__qy0VR{font-size:16px;padding:20px 24px}.MyAccount_faqQuestion__qy0VR:hover{padding-left:32px}.MyAccount_faqAnswerContent__Y8bWJ{font-size:15px;padding:0 24px 20px}}.MyAccount_faqViewMoreBtn__RJ6b2{background:transparent;border:none;color:#666;font-size:14px;padding:10px 24px;border-radius:0;cursor:pointer;margin:16px auto 0;display:block;text-align:center}.MyAccount_faqViewMoreBtn__RJ6b2:hover{color:#333;text-decoration:underline}.MyAccount_faqPublicContainer__m_hhP{background:#f4f6fa;border-radius:0;margin:0 calc(50% - 50vw);padding:0 16px 64px;scroll-margin-top:190px}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqHeader__BNCOU{margin-bottom:18px}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqTitle__fKBb9{color:#8b1538;font-size:30px;font-weight:800;line-height:1.15}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqSubtitle__TrcK4{color:#6b7280;font-size:15px;margin:8px 0 0}.MyAccount_faqPublicStickyTop__qeuxK{position:-webkit-sticky;position:sticky;top:123px;z-index:8;margin:0 -16px 26px;padding:42px 16px 22px;background:#f4f6fa}.MyAccount_faqStickyDisabled___md52 .MyAccount_faqPublicStickyTop__qeuxK{position:static;box-shadow:none}.MyAccount_faqStickyStop__7CWoY{width:100%;height:1px}.MyAccount_faqSearchWrap__wbUJZ{position:relative;max-width:520px;margin:0 auto;color:#9aa3b2;scroll-margin-top:190px}.MyAccount_faqSearchIcon__uBGRh{position:absolute;left:16px;top:50%;transform:translateY(-50%);pointer-events:none}.MyAccount_faqSearchInput__S9ZLz{width:100%;height:42px;padding:0 16px 0 44px;border:1px solid #e0e6ef;border-radius:7px;background:#fff;color:#111827;font-size:14px;outline:none;box-shadow:0 6px 18px rgba(15,23,42,.04)}.MyAccount_faqSearchInput__S9ZLz:focus{border-color:#d01d27;box-shadow:0 0 0 3px rgba(208,29,39,.12)}.MyAccount_faqPublicLayout__QiLBT{display:grid;grid-template-columns:168px minmax(0,1fr);grid-gap:22px;gap:22px;width:min(1230px,100%);margin:0 auto;align-items:start}.MyAccount_faqCategorySidebar__1NgLp{position:-webkit-sticky;position:sticky;top:305px;overflow:hidden;border-radius:6px;background:#fff;border:1px solid #e5ebf3;box-shadow:0 14px 32px rgba(16,24,59,.08);z-index:2}.MyAccount_faqCategorySidebar__1NgLp nav{display:flex;flex-direction:column;padding:0}.MyAccount_faqCategoryLink__tTVNx{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:35px;padding:9px 12px 9px 14px;color:#172033;font-size:12px;font-weight:600;line-height:1.25;text-decoration:none;border-bottom:1px solid #edf1f7;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.MyAccount_faqCategoryLink__tTVNx:focus,.MyAccount_faqCategoryLink__tTVNx:hover{background:#f4f6fa;color:#10183b}.MyAccount_faqCategoryLinkActive__pQUpy{background:#10183b;color:#fff;box-shadow:inset 4px 0 0 #d01d27}.MyAccount_faqCategoryLinkActive__pQUpy:focus,.MyAccount_faqCategoryLinkActive__pQUpy:hover{background:#10183b;color:#fff}.MyAccount_faqCategoryCount__z_UAi{color:#748094;font-size:11px;font-weight:600;flex-shrink:0}.MyAccount_faqCategoryLinkActive__pQUpy .MyAccount_faqCategoryCount__z_UAi{color:hsla(0,0%,100%,.78)}.MyAccount_faqPublicContent__5O_gP{min-width:0}.MyAccount_faqCategorySection__iwvjn{scroll-margin-top:315px;margin-bottom:30px}.MyAccount_faqCategoryTitle__LHRcH{margin:0 0 12px;color:#111827;font-size:16px;font-weight:800}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqItems__SRwFr{max-width:none;gap:9px}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqItem__I9QR_{overflow:hidden;border:1px solid #e8edf5;border-radius:7px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.035)}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqItem__I9QR_:last-child{border-bottom:1px solid #e8edf5}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqQuestion__qy0VR{min-height:44px;padding:12px 14px;color:#1f2937;font-size:14px;font-weight:700;background:#fff}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqQuestion__qy0VR:hover{padding-left:14px;color:#d01d27}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqQuestion__qy0VR:before{display:none}.MyAccount_faqPublicContainer__m_hhP .MyAccount_expanded__oyQhT .MyAccount_faqQuestion__qy0VR{color:#d01d27}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqIcon__GAqCj{width:24px;height:24px;border:1px solid #e4e9f1;border-radius:50%}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqIcon__GAqCj svg{width:15px;height:15px;color:#d01d27}.MyAccount_faqPublicContainer__m_hhP .MyAccount_expanded__oyQhT .MyAccount_faqIcon__GAqCj{background:#fff5f5;border-color:rgba(208,29,39,.35)}.MyAccount_faqPublicContainer__m_hhP .MyAccount_expanded__oyQhT .MyAccount_faqIcon__GAqCj svg{color:#d01d27}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqAnswerContent__Y8bWJ{padding:0 16px 16px;color:#5d6678;font-size:13px;line-height:1.7}.MyAccount_faqEmptyState__zKWsb{width:min(780px,100%);margin:0 auto;padding:32px 16px;color:#6b7280;text-align:center}@media (max-width:900px){.MyAccount_faqPublicStickyTop__qeuxK{position:static;margin-bottom:22px;padding-top:34px}.MyAccount_faqPublicLayout__QiLBT{grid-template-columns:1fr}.MyAccount_faqCategorySidebar__1NgLp{position:static}.MyAccount_faqCategorySidebar__1NgLp nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.MyAccount_faqPublicContainer__m_hhP{padding:0 12px 48px}.MyAccount_faqPublicStickyTop__qeuxK{margin-left:-12px;margin-right:-12px}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqTitle__fKBb9{font-size:25px}.MyAccount_faqCategorySidebar__1NgLp nav{grid-template-columns:1fr}.MyAccount_faqPublicContainer__m_hhP .MyAccount_faqQuestion__qy0VR{font-size:13px}}