@charset "UTF-8";body,html{padding:0;margin:0;background-color:#fff;--theme-color: #ed5d4f;--theme-disabled-color: #efefef;--text-color: #333;--text-disbaled-color: #bbb;--text-second-color: #999;--text-third-color: #c9c9c9;--text-link-color: #396cdb;--divider-color: #efefef}body{padding:20px 30px}button{display:flex;place-items:center}.pt-10{padding-top:10px!important}.mt-10{margin-top:10px!important}.pr-10{padding-right:10px!important}.mr-10{margin-right:10px!important}.pb-10{padding-bottom:10px!important}.mb-10{margin-bottom:10px!important}.pl-10{padding-left:10px!important}.ml-10{margin-left:10px!important}.px-10{padding-left:10px!important;padding-right:10px!important}.mx-10{margin-left:10px!important;margin-right:10px!important}.py-10{padding-top:10px!important;padding-bottom:10px!important}.my-10{margin-top:10px!important;margin-bottom:10px!important}.pa-10{padding:10px!important}.ma-10{margin:10px!important}.pt-14{padding-top:14px!important}.mt-14{margin-top:14px!important}.pr-14{padding-right:14px!important}.mr-14{margin-right:14px!important}.pb-14{padding-bottom:14px!important}.mb-14{margin-bottom:14px!important}.pl-14{padding-left:14px!important}.ml-14{margin-left:14px!important}.px-14{padding-left:14px!important;padding-right:14px!important}.mx-14{margin-left:14px!important;margin-right:14px!important}.py-14{padding-top:14px!important;padding-bottom:14px!important}.my-14{margin-top:14px!important;margin-bottom:14px!important}.pa-14{padding:14px!important}.ma-14{margin:14px!important}.pt-20{padding-top:20px!important}.mt-20{margin-top:20px!important}.pr-20{padding-right:20px!important}.mr-20{margin-right:20px!important}.pb-20{padding-bottom:20px!important}.mb-20{margin-bottom:20px!important}.pl-20{padding-left:20px!important}.ml-20{margin-left:20px!important}.px-20{padding-left:20px!important;padding-right:20px!important}.mx-20{margin-left:20px!important;margin-right:20px!important}.py-20{padding-top:20px!important;padding-bottom:20px!important}.my-20{margin-top:20px!important;margin-bottom:20px!important}.pa-20{padding:20px!important}.ma-20{margin:20px!important}.pt-24{padding-top:24px!important}.mt-24{margin-top:24px!important}.pr-24{padding-right:24px!important}.mr-24{margin-right:24px!important}.pb-24{padding-bottom:24px!important}.mb-24{margin-bottom:24px!important}.pl-24{padding-left:24px!important}.ml-24{margin-left:24px!important}.px-24{padding-left:24px!important;padding-right:24px!important}.mx-24{margin-left:24px!important;margin-right:24px!important}.py-24{padding-top:24px!important;padding-bottom:24px!important}.my-24{margin-top:24px!important;margin-bottom:24px!important}.pa-24{padding:24px!important}.ma-24{margin:24px!important}.pt-30{padding-top:30px!important}.mt-30{margin-top:30px!important}.pr-30{padding-right:30px!important}.mr-30{margin-right:30px!important}.pb-30{padding-bottom:30px!important}.mb-30{margin-bottom:30px!important}.pl-30{padding-left:30px!important}.ml-30{margin-left:30px!important}.px-30{padding-left:30px!important;padding-right:30px!important}.mx-30{margin-left:30px!important;margin-right:30px!important}.py-30{padding-top:30px!important;padding-bottom:30px!important}.my-30{margin-top:30px!important;margin-bottom:30px!important}.pa-30{padding:30px!important}.ma-30{margin:30px!important}.pt-50{padding-top:50px!important}.mt-50{margin-top:50px!important}.pr-50{padding-right:50px!important}.mr-50{margin-right:50px!important}.pb-50{padding-bottom:50px!important}.mb-50{margin-bottom:50px!important}.pl-50{padding-left:50px!important}.ml-50{margin-left:50px!important}.px-50{padding-left:50px!important;padding-right:50px!important}.mx-50{margin-left:50px!important;margin-right:50px!important}.py-50{padding-top:50px!important;padding-bottom:50px!important}.my-50{margin-top:50px!important;margin-bottom:50px!important}.pa-50{padding:50px!important}.ma-50{margin:50px!important}.pt-60{padding-top:60px!important}.mt-60{margin-top:60px!important}.pr-60{padding-right:60px!important}.mr-60{margin-right:60px!important}.pb-60{padding-bottom:60px!important}.mb-60{margin-bottom:60px!important}.pl-60{padding-left:60px!important}.ml-60{margin-left:60px!important}.px-60{padding-left:60px!important;padding-right:60px!important}.mx-60{margin-left:60px!important;margin-right:60px!important}.py-60{padding-top:60px!important;padding-bottom:60px!important}.my-60{margin-top:60px!important;margin-bottom:60px!important}.pa-60{padding:60px!important}.ma-60{margin:60px!important}.font-title{font-weight:500;font-size:26px;line-height:36px;color:var(--text-color)}.font-nav-title{font-weight:500;font-size:18px;line-height:24px;color:var(--text-color)}.font-sub-title{font-weight:500;font-size:16px;line-height:18px;color:var(--text-color)}.font-option{font-weight:400;font-size:14px;line-height:20px;color:var(--text-color)}.font-input{font-weight:500;font-size:16px;line-height:22px;color:var(--text-color)}.font-input::placeholder{font-weight:400;font-size:16px;line-height:22px;color:var(--text-third-color)}.font-tips{font-weight:400;font-size:14px;line-height:20px;color:var(--text-second-color)}.font-tips-link{font-weight:400;font-size:14px;line-height:20px;color:var(--text-link-color)}.font-caption{font-weight:400;font-size:12px;line-height:17px;color:var(--text-second-color)}.slide-up-enter-active,.slide-up-leave-active{transition:all .25s ease-out}.slide-up-enter-from{opacity:0;transform:translateY(30px)}.slide-up-leave-to{opacity:0;transform:translateY(-30px)}.flex-row{display:flex}.flex-col{display:flex;flex-direction:column}.align-center{align-items:center}.justify-center{justify-content:center}.flex-spacer{flex:1 1 auto}.text-center{text-align:center}@keyframes _fade_fzeq_1{0%{opacity:0}to{opacity:1}}._ani-fate_fzeq_9{animation:_fade_fzeq_1 .5s infinite alternate}._MyButton_fzeq_13{display:flex;justify-content:center;align-items:center;transition:.3s}._MyButton_fzeq_13:focus{outline:none}._MyButtonPRIMARY_fzeq_22{width:100%;height:44px;min-height:44px;border-radius:8px;font-weight:500;font-size:20px;background-color:var(--theme-color);color:#fff;border:none}._MyButtonPRIMARY_fzeq_22._MyButtonDisabled_fzeq_33{background-color:var(--theme-disabled-color);color:var(--text-disbaled-color)}._MyButtonBORDERED_fzeq_37{height:32px;border-radius:4px;font-weight:400;font-size:14px;border:1px solid var(--theme-color);color:var(--theme-color);background-color:transparent;padding:0 20px}._MyButtonBORDERED_fzeq_37._MyButtonDisabled_fzeq_33{border-color:var(--theme-disabled-color);color:var(--text-disbaled-color)}._MyPhoneInput_1v1oy_1{width:100%;display:flex;border-bottom:1px solid var(--divider-color);align-items:center;justify-content:space-between;overflow:hidden;gap:12px}._MyPhoneInput_1v1oy_1:focus{border-color:var(--text-color)}._MyPhoneInput_1v1oy_1 input{padding:15px 0;border:none;flex-grow:1}._MyPhoneInput_1v1oy_1 input:focus{outline:none}._MyPhoneInput_1v1oy_1 img{width:24px;height:24px;transition:.3s transform;transform:translate(60px) rotate(180deg)}._MyPhoneInput_1v1oy_1 img._show_1v1oy_27{transform:translate(0) rotate(0)}._MyToast_1inyt_1{position:fixed;top:36px;left:50%;transform:translate(-50%) translateY(-300%);padding:8px 16px;max-width:calc(100vw - 16px);width:max-content;transition:.3s;background-color:#00000080;border-radius:8px;opacity:0;color:#fff;font-size:18px}._show_1inyt_17{transform:translate(-50%) translateY(0);opacity:1}._MyDialog_1galt_1{position:fixed;padding:16px;left:16px;right:16px;top:16px;bottom:16px;display:flex;flex-direction:column;opacity:0;transform:translateY(-100%);transition:.3s;background-color:#fff;border-radius:8px;box-shadow:0 4px 9px #0000004d}._MyDialog_1galt_1 iframe{flex-grow:1;border:none}._show_1galt_22{transform:translateY(0);opacity:1}._MyPopover_1th3k_1{position:absolute;left:0;width:100%;bottom:0;top:172px;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;overflow-y:scroll;transition:.3s;transform:translateY(100%)}._MyPopoverWrapper_1th3k_14{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:transparent;transition:background-color .3s;transform:translateY(100%)}._MyPopoverWrapper_1th3k_14._show_1th3k_24{transform:translateY(0);background-color:#0006}._MyPopoverWrapper_1th3k_14._show_1th3k_24 ._MyPopover_1th3k_1{transform:translateY(0)}._MyPopover_1th3k_1::-webkit-scrollbar{display:none}._MyPopoverHeader_1th3k_34{font-weight:500;font-size:18px;line-height:24px;text-align:center;color:#333;padding:20px;position:sticky;top:0;background-color:#fff;z-index:2}._MyPopoverSearchWrapper_1th3k_46{padding:10px 15px;background-color:#fff;position:sticky;top:64px;z-index:2}._MyPopoverSearchInner_1th3k_53{padding:9px 15px;border-radius:8px;background-color:#fafafa;display:flex;gap:10px;align-items:center}._MyPopoverSearchInner_1th3k_53 input{border:none;outline:none;background-color:transparent;font-size:14px;line-height:18px;color:#333;flex-grow:1}._MyPopoverSearchInner_1th3k_53 input::placeholder{color:#c9c9c9}._MyPopoverContent_1th3k_73{display:flex;align-items:flex-start;min-height:calc(100vh - 294px)}._MyPopoverContent_1th3k_73 ._list_1th3k_78{flex-grow:1;margin-right:-16px;padding-bottom:80px}._MyPopoverContent_1th3k_73 ._list_1th3k_78 ._initial_1th3k_83{background-color:#fafafa;padding:10px 20px;font-size:14px;line-height:20px;color:#666;position:relative}._MyPopoverContent_1th3k_73 ._list_1th3k_78 ._initial_1th3k_83 ._anchor_1th3k_91{position:absolute;top:-122px;width:0;height:0}._MyPopoverContent_1th3k_73 ._list_1th3k_78 ._empty_1th3k_97{padding:20px;text-align:center;color:#999}._MyPopoverContent_1th3k_73 ._list_1th3k_78 ._country_1th3k_102{margin-left:20px;padding:17px 40px 17px 0;font-size:14px;line-height:18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #efefef}._MyPopoverContent_1th3k_73 ._list_1th3k_78 ._country_1th3k_102 ._name_1th3k_112{color:#333}._MyPopoverContent_1th3k_73 ._list_1th3k_78 ._country_1th3k_102 ._code_1th3k_115{color:#999}._MyPopoverContent_1th3k_73 ._initials_1th3k_118{padding-bottom:80px;position:sticky;top:132px;width:8px;padding-right:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#999;font-size:12px}input[type=checkbox]{width:20px;height:20px;margin:0 6px 0 0;border-color:currentcolor}._logo_1er6f_8{height:42px;width:42px}._lang-change_1er6f_13{position:absolute;color:var(--text-second-color);font-size:14px;right:30px}._cur-lang_1er6f_20{color:var(--text-color)}._country_1er6f_24{gap:2px}._nav_1er6f_28{position:relative}._back_1er6f_32{position:absolute;left:0}._platform-container_1er6f_37{height:224px;border-bottom:1px solid var(--divider-color);gap:16px}._platform-logo_1er6f_43{height:68px;max-width:60vw;object-fit:contain}._platform-logo-invert_1er6f_49{filter:invert(100%)}
