:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrapper_1vrs1_1{position:fixed;top:0;z-index:100;display:flex;align-items:center;justify-content:center;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._wrapper_1vrs1_1._black_1vrs1_12{background-color:#00000080}._wrapper_15hx5_1{display:flex;flex-direction:column;justify-content:flex-end;width:440px;height:260px;padding:0 40px;background-color:#fff;border-radius:16px}._wrapper_15hx5_1 ._content_15hx5_11{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}._wrapper_15hx5_1 ._content_15hx5_11 h3{margin-bottom:20px;font-size:18px;font-weight:700;line-height:28px}._wrapper_15hx5_1 ._content_15hx5_11 ._meg_15hx5_24{font-size:16px;font-weight:400;line-height:22px;color:#747579;text-align:center;white-space:pre-line}._wrapper_15hx5_1 ._btn_box_15hx5_32{display:flex;gap:8px;justify-content:center;margin-bottom:30px}._wrapper_15hx5_1 ._btn_box_15hx5_32 button{width:140px;height:40px;font-size:14px;font-weight:700;line-height:20px;color:#959699;cursor:pointer;border:1px solid #959699;border-radius:12px}._wrapper_15hx5_1 ._btn_box_15hx5_32 button[name=confirm]{color:#fff;background:#5d5fef;border:0}._wrapper_1uujw_1{font-size:16px;font-weight:400;line-height:24px;display:flex;align-items:center;gap:16px;width:400px;height:52px;padding:15px 16px;border:1px solid #959699;border-radius:16px}._wrapper_1uujw_1 input{width:100%;height:100%}._wrapper_1uujw_1 input::placeholder{color:#c0c1c5}._wrapper_1uujw_1:focus-within{border-color:#5d5fef;box-shadow:0 0 0 2px #5d5fef33}._wrapper_lj034_1{display:flex;align-items:center;justify-content:center;gap:8px}._wrapper_lj034_1 ._checkBox_lj034_7{display:flex;align-items:center;justify-content:center;position:relative;width:20px;height:20px;background-color:#fff;border:1px solid #d9d9d9}._wrapper_lj034_1 ._checkBox_lj034_7 input[type=checkbox]{position:absolute;width:110%;height:110%;cursor:pointer}._wrapper_lj034_1 ._checkBox_lj034_7 svg{width:15px;height:15px;stroke:#d9d9d9}._wrapper_lj034_1 ._checkBox_lj034_7._active_lj034_28{background:#5d5fef;background-color:#5d5fef;border-color:#5d5fef}._wrapper_lj034_1 ._checkBox_lj034_7._active_lj034_28 svg{stroke:#fff}._wrapper_lj034_1 ._square_lj034_36{cursor:pointer;border-radius:4px}._wrapper_lj034_1 ._circle_lj034_40{border-radius:50%}._wrapper_lj034_1 ._circle_lj034_40 svg{width:10px;height:10px}._wrapper_lj034_1 label{font-size:16px;font-weight:400;line-height:24px;cursor:pointer}._wrapper_1g4u5_1{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;background:linear-gradient(180deg,#c0d2fc 0%,#ecf2ff 100%)}._login_box_1g4u5_11{flex-direction:column;width:400px;height:100%;display:flex;justify-content:center}._login_box_1g4u5_11 img[alt=logo]{width:158px;height:34px;margin-bottom:24px}._input_box_1g4u5_24{display:flex;flex-direction:column;gap:16px}._title_1g4u5_30{width:max-content;margin-bottom:16px;font-size:38px;font-weight:700;line-height:52px;white-space:break-spaces}._subtitle_1g4u5_39{width:max-content;margin-bottom:24px;font-size:20px;color:#bfbfbf}._option_box_1g4u5_46{display:flex;align-items:flex-start;justify-content:space-between;margin-top:16px;margin-bottom:32px}._option_box_1g4u5_46 label{font-size:16px;font-weight:400;line-height:24px;color:#8c8c8c}._option_box_1g4u5_46 ._password_find_1g4u5_59{font-size:14px;font-weight:400;line-height:22px;color:#959699;text-decoration:underline}._link_1g4u5_67{font-size:14px;font-weight:400;line-height:22px;margin-top:20px;color:#959699;text-align:center;text-decoration:underline}._error_1g4u5_77{background:#ffeff0}._error_meg_1g4u5_81{padding-left:5px;margin-top:5px;font-size:14px;color:#f5222d}._invalid_1g4u5_88{padding-left:5px;font-size:16px;font-weight:700;color:#f5222d}._wrapper_1fsui_1{display:inline-flex;align-items:center;justify-content:center;width:100%;height:52px;font-size:16px;font-weight:700;cursor:pointer;border:1px solid #5d5fef;border-radius:12px}._wrapper_1fsui_1._default_1fsui_13{color:#fff;background:#5d5fef}._wrapper_1fsui_1._outlined_1fsui_17{color:#5d5fef;background:#ffffff}._wrapper_1fsui_1._line_gray_1fsui_21{color:#8c8c8c;background:#ffffff;border:1px solid #d9d9d9}._wrapper_1fsui_1._long_1fsui_26{width:200px;height:48px}._wrapper_1fsui_1._normal_1fsui_30{width:130px;height:40px;font-size:14px}._wrapper_1fsui_1._medium_1fsui_35{width:110px;height:40px;font-size:14px}._wrapper_1fsui_1._short_1fsui_40{width:90px;height:36px;font-size:12px;line-height:20px}._wrapper_1fsui_1._small_1fsui_46{width:52px;height:26px;font-size:10px;line-height:14px;border-radius:8px}._wrapper_1fsui_1:disabled{color:#c0c1c5;background:#eceef1;border-color:#c0c1c5}._wrapper_1nnvc_1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:1348px;height:875px;background:#ffffff;border-radius:37px;box-shadow:4px 4px 40px #00000040}._wrapper_s1izy_1{display:flex;align-items:center;height:52px;border:1px solid #959699;border-radius:16px}._wrapper_s1izy_1 ._password_box_s1izy_8{display:flex;align-items:center;justify-content:center;padding:0 16px}._wrapper_s1izy_1 ._password_box_s1izy_8 img{width:18px;height:18px}._wrapper_s1izy_1 input{flex:1}._wrapper_s1izy_1 input::placeholder{color:#c0c1c5}._wrapper_s1izy_1 ._capslock_box_s1izy_24{display:flex;align-items:center;justify-content:center;width:25px;height:25px;margin-right:10px;border-radius:4px;box-shadow:#00000005 0 1px 3px,#1b1f2326 0 0 0 1px}._wrapper_s1izy_1 ._capslock_box_s1izy_24 img{width:18px;height:18px}._wrapper_1qt3p_1{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;background:linear-gradient(180deg,#c0d2fc 0%,#ecf2ff 100%)}._wrapper_1qt3p_1 ._container_1qt3p_10{display:flex;justify-content:center;flex-direction:column;width:400px;height:100%}._wrapper_1qt3p_1 ._container_1qt3p_10 img[alt=logo]{width:158px;height:34px;margin-bottom:24px}._wrapper_1qt3p_1 ._container_1qt3p_10 ._title_1qt3p_22{margin-bottom:16px;font-size:38px;font-weight:700;line-height:52px}._wrapper_1qt3p_1 ._container_1qt3p_10 ._subtitle_1qt3p_28{margin-bottom:51px;font-size:20px;font-weight:400;line-height:28px;color:#747579;white-space:break-spaces}._wrapper_1qt3p_1 ._container_1qt3p_10 ._input_wrapper_1qt3p_36{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}._wrapper_1qt3p_1 ._container_1qt3p_10 ._btn_box_1qt3p_42{display:flex;gap:8px}._error_1qt3p_47{background:#ffeff0}._error_meg_1qt3p_51{padding-left:5px;margin-top:5px;font-size:14px;color:#f5222d}._wrapper_1kozu_1 ._label_1kozu_1{display:block;margin-bottom:16px}._wrapper_1kozu_1 ._label_1kozu_1 ._title_1kozu_5{display:flex;gap:8px;align-items:center;margin-bottom:8px;font-size:16px;font-weight:500;line-height:20px;color:#222}._wrapper_1kozu_1 ._label_1kozu_1 ._title_1kozu_5._error_title_1kozu_15{color:#f5222d}._wrapper_1kozu_1 ._label_1kozu_1 ._input_box_1kozu_18{display:flex;gap:8px}._wrapper_1kozu_1 ._label_1kozu_1 ._input_1kozu_18{width:100%;height:52px;padding-left:16px;font-size:16px;font-weight:400;line-height:22px;border:1px solid #959699;border-radius:16px}._wrapper_1kozu_1 ._label_1kozu_1 ._input_1kozu_18::placeholder{color:#c0c1c5}._wrapper_1kozu_1 ._label_1kozu_1 ._input_1kozu_18:focus-within{border-color:#5d5fef;box-shadow:0 0 0 2px #5d5fef33}._wrapper_1kozu_1 ._check_box_1kozu_39{width:fit-content;margin-bottom:32px}._wrapper_1kozu_1 ._check_box_1kozu_39 ._txt_1kozu_43{font-size:16px;font-weight:400;line-height:22px}._wrapper_1kozu_1 ._check_box_1kozu_39 ._txt_1kozu_43 a{color:#1966db;text-decoration:underline}._wrapper_1kozu_1 ._error_1kozu_15{background:#ffeff0}._wrapper_1kozu_1 ._error_meg_1kozu_55{padding-left:5px;margin-top:5px;font-size:14px;color:#f5222d}._wrapper_1kozu_1 img[alt=info]{width:20px;height:20px}._wrapper_1kozu_1 ._pwd_box_1kozu_65{position:relative}._wrapper_1kozu_1 ul._pwd_valid_1kozu_68{position:absolute;top:-17px;right:-230px;display:flex;flex-direction:column;gap:10px;padding:10px;background:#ffffff;border:2px solid #5d5fef;border-radius:8px;box-shadow:1px 1px 4px #0003}._wrapper_1kozu_1 ul._pwd_valid_1kozu_68:after{position:absolute;top:50%;left:-8px;z-index:1;display:block;width:0;content:"";border-color:transparent #ffffff;border-style:solid;border-width:8px 10px 8px 0;transform:translateY(-50%)}._wrapper_1kozu_1 ul._pwd_valid_1kozu_68:before{position:absolute;top:50%;left:-11px;z-index:0;display:block;width:0;content:"";border-color:transparent #5d5fef;border-style:solid;border-width:8px 10px 8px 0;transform:translateY(-50%)}._wrapper_1kozu_1 ul._pwd_valid_1kozu_68 li{display:flex;gap:10px;align-items:center}._wrapper_1kozu_1 ul._pwd_valid_1kozu_68 ._status_1kozu_112{width:10px;height:10px;background:#e1e1e1;border-radius:50%}._wrapper_1kozu_1 ul._pwd_valid_1kozu_68 ._status_1kozu_112._green_1kozu_118{background:#83dd62}._wrapper_on1v1_1{position:relative;z-index:2;height:100%}._wrapper_on1v1_1 img[alt=country]{border:1px solid #d7d7d7}._wrapper_on1v1_1 ._value_on1v1_9{display:flex;gap:10px;align-items:center}._wrapper_on1v1_1 ._trigger_on1v1_14{display:flex;align-items:center;justify-content:space-between;width:110px!important;height:100%;padding:5px;margin-left:10px;font-size:16px;font-weight:400;line-height:22px;text-align:start}._wrapper_on1v1_1 ._trigger_on1v1_14 ._placeholder_on1v1_27{color:#c0c1c5}._wrapper_on1v1_1 ._trigger_on1v1_14 ._icon_on1v1_30{width:18px;height:18px;stroke:#d9d9d9;transition:all .5s}._wrapper_on1v1_1 ._trigger_on1v1_14[data-state=open] ._icon_on1v1_30{transform:rotateX(180deg)}._wrapper_on1v1_1 ._options_on1v1_39{position:absolute;width:max-content;max-height:300px;overflow-y:scroll;background:#ffffff;border:1px solid #cccccc;border-radius:4px;box-shadow:1px 1px 4px #0003}._wrapper_on1v1_1 ._options_on1v1_39::-webkit-scrollbar{width:8px}._wrapper_on1v1_1 ._options_on1v1_39::-webkit-scrollbar-thumb{background-color:#e3e3e3cc;border-color:#fff;border-width:1px;border-radius:9999px}._wrapper_on1v1_1 ._options_on1v1_39::-webkit-scrollbar-track{background-color:transparent;border-radius:9999px}._wrapper_on1v1_1 ._options_on1v1_39 ._option_on1v1_39{display:flex;gap:10px;align-items:center;padding:10px;font-size:16px;font-weight:400;line-height:22px}._wrapper_on1v1_1 ._options_on1v1_39 ._option_on1v1_39[data-selecting=true]{background:#5d5fef}._wrapper_on1v1_1 ._options_on1v1_39 ._option_on1v1_39[data-selecting=true] *{color:#fff!important}._wrapper_on1v1_1 ._options_on1v1_39 ._option_on1v1_39._selected_on1v1_77 *{font-weight:700;color:#5d5fef}._icon_10dnd_1{width:20px;background:url(/assets/flag-sprite-833dad0a.png) no-repeat top left;outline:1px solid #d7d7d7}._icon_10dnd_1._zw_10dnd_7{height:10px;background-position:0 0}._icon_10dnd_1._zm_10dnd_12{height:13px;background-position:0 -12px}._icon_10dnd_1._za_10dnd_17{height:13px;background-position:0 -27px}._icon_10dnd_1._yt_10dnd_22{height:13px;background-position:0 -42px}._icon_10dnd_1._ye_10dnd_27{height:13px;background-position:0 -57px}._icon_10dnd_1._xk_10dnd_32{height:14px;background-position:0 -72px}._icon_10dnd_1._ws_10dnd_37{height:10px;background-position:0 -88px}._icon_10dnd_1._wf_10dnd_42{height:13px;background-position:0 -100px}._icon_10dnd_1._vu_10dnd_47{height:12px;background-position:0 -115px}._icon_10dnd_1._vn_10dnd_52{height:13px;background-position:0 -129px}._icon_10dnd_1._vi_10dnd_57{height:13px;background-position:0 -144px}._icon_10dnd_1._vg_10dnd_62{height:10px;background-position:0 -159px}._icon_10dnd_1._ve_10dnd_67{height:13px;background-position:0 -171px}._icon_10dnd_1._vc_10dnd_72{height:13px;background-position:0 -186px}._icon_10dnd_1._va_10dnd_77{height:20px;background-position:0 -201px}._icon_10dnd_1._uz_10dnd_82{height:10px;background-position:0 -223px}._icon_10dnd_1._uy_10dnd_87{height:13px;background-position:0 -235px}._icon_10dnd_1._us_10dnd_92{height:11px;background-position:0 -250px}._icon_10dnd_1._um_10dnd_97{height:11px;background-position:0 -263px}._icon_10dnd_1._ug_10dnd_102{height:13px;background-position:0 -276px}._icon_10dnd_1._ua_10dnd_107{height:13px;background-position:0 -291px}._icon_10dnd_1._tz_10dnd_112{height:13px;background-position:0 -306px}._icon_10dnd_1._tw_10dnd_117{height:13px;background-position:0 -321px}._icon_10dnd_1._tv_10dnd_122{height:10px;background-position:0 -336px}._icon_10dnd_1._tt_10dnd_127{height:12px;background-position:0 -348px}._icon_10dnd_1._tr_10dnd_132{height:13px;background-position:0 -362px}._icon_10dnd_1._to_10dnd_137{height:10px;background-position:0 -377px}._icon_10dnd_1._tn_10dnd_142{height:13px;background-position:0 -389px}._icon_10dnd_1._tm_10dnd_147{height:13px;background-position:0 -404px}._icon_10dnd_1._tl_10dnd_152{height:10px;background-position:0 -419px}._icon_10dnd_1._tk_10dnd_157{height:10px;background-position:0 -431px}._icon_10dnd_1._tj_10dnd_162{height:10px;background-position:0 -443px}._icon_10dnd_1._th_10dnd_167{height:13px;background-position:0 -455px}._icon_10dnd_1._tg_10dnd_172{height:12px;background-position:0 -470px}._icon_10dnd_1._tf_10dnd_177{height:13px;background-position:0 -484px}._icon_10dnd_1._td_10dnd_182{height:13px;background-position:0 -499px}._icon_10dnd_1._tc_10dnd_187{height:10px;background-position:0 -514px}._icon_10dnd_1._sz_10dnd_192{height:13px;background-position:0 -526px}._icon_10dnd_1._sy_10dnd_197{height:13px;background-position:0 -541px}._icon_10dnd_1._sx_10dnd_202{height:13px;background-position:0 -556px}._icon_10dnd_1._sv_10dnd_207{height:11px;background-position:0 -571px}._icon_10dnd_1._st_10dnd_212{height:10px;background-position:0 -584px}._icon_10dnd_1._ss_10dnd_217{height:10px;background-position:0 -596px}._icon_10dnd_1._sr_10dnd_222{height:13px;background-position:0 -608px}._icon_10dnd_1._so_10dnd_227{height:13px;background-position:0 -623px}._icon_10dnd_1._sn_10dnd_232{height:13px;background-position:0 -638px}._icon_10dnd_1._sm_10dnd_237{height:15px;background-position:0 -653px}._icon_10dnd_1._sl_10dnd_242{height:13px;background-position:0 -670px}._icon_10dnd_1._sk_10dnd_247{height:13px;background-position:0 -685px}._icon_10dnd_1._sj_10dnd_252{height:15px;background-position:0 -700px}._icon_10dnd_1._si_10dnd_257{height:10px;background-position:0 -717px}._icon_10dnd_1._sh_10dnd_262{height:10px;background-position:0 -729px}._icon_10dnd_1._sg_10dnd_267{height:13px;background-position:0 -741px}._icon_10dnd_1._se_10dnd_272{height:13px;background-position:0 -756px}._icon_10dnd_1._sd_10dnd_277{height:10px;background-position:0 -771px}._icon_10dnd_1._sc_10dnd_282{height:10px;background-position:0 -783px}._icon_10dnd_1._sb_10dnd_287{height:10px;background-position:0 -795px}._icon_10dnd_1._sa_10dnd_292{height:13px;background-position:0 -807px}._icon_10dnd_1._rw_10dnd_297{height:13px;background-position:0 -822px}._icon_10dnd_1._ru_10dnd_302{height:13px;background-position:0 -837px}._icon_10dnd_1._rs_10dnd_307{height:13px;background-position:0 -852px}._icon_10dnd_1._ro_10dnd_312{height:13px;background-position:0 -867px}._icon_10dnd_1._re_10dnd_317{height:13px;background-position:0 -882px}._icon_10dnd_1._qa_10dnd_322{height:8px;background-position:0 -897px}._icon_10dnd_1._py_10dnd_327{height:11px;background-position:0 -907px}._icon_10dnd_1._pw_10dnd_332{height:13px;background-position:0 -920px}._icon_10dnd_1._pt_10dnd_337{height:13px;background-position:0 -935px}._icon_10dnd_1._ps_10dnd_342{height:10px;background-position:0 -950px}._icon_10dnd_1._pr_10dnd_347{height:13px;background-position:0 -962px}._icon_10dnd_1._pn_10dnd_3{height:10px;background-position:0 -977px}._icon_10dnd_1._pm_10dnd_357{height:13px;background-position:0 -989px}._icon_10dnd_1._pl_10dnd_362{height:13px;background-position:0 -1004px}._icon_10dnd_1._pk_10dnd_367{height:13px;background-position:0 -1019px}._icon_10dnd_1._ph_10dnd_372{height:10px;background-position:0 -1034px}._icon_10dnd_1._pg_10dnd_377{height:15px;background-position:0 -1046px}._icon_10dnd_1._pf_10dnd_382{height:13px;background-position:0 -1063px}._icon_10dnd_1._pe_10dnd_387{height:13px;background-position:0 -1078px}._icon_10dnd_1._pa_10dnd_392{height:13px;background-position:0 -1093px}._icon_10dnd_1._om_10dnd_397{height:10px;background-position:0 -1108px}._icon_10dnd_1._nz_10dnd_402{height:10px;background-position:0 -1120px}._icon_10dnd_1._nu_10dnd_407{height:10px;background-position:0 -1132px}._icon_10dnd_1._nr_10dnd_412{height:10px;background-position:0 -1144px}._icon_10dnd_1._np_10dnd_417{height:24px;background-position:0 -1156px}._icon_10dnd_1._no_10dnd_422{height:15px;background-position:0 -1182px}._icon_10dnd_1._nl_10dnd_427{height:13px;background-position:0 -1199px}._icon_10dnd_1._ni_10dnd_432{height:12px;background-position:0 -1214px}._icon_10dnd_1._ng_10dnd_437{height:10px;background-position:0 -1228px}._icon_10dnd_1._nf_10dnd_442{height:10px;background-position:0 -1240px}._icon_10dnd_1._ne_10dnd_447{height:17px;background-position:0 -1252px}._icon_10dnd_1._nc_10dnd_452{height:10px;background-position:0 -1271px}._icon_10dnd_1._na_10dnd_457{height:13px;background-position:0 -1283px}._icon_10dnd_1._mz_10dnd_462{height:13px;background-position:0 -1298px}._icon_10dnd_1._my_10dnd_467{height:10px;background-position:0 -1313px}._icon_10dnd_1._mx_10dnd_472{height:11px;background-position:0 -1325px}._icon_10dnd_1._mw_10dnd_477{height:13px;background-position:0 -1338px}._icon_10dnd_1._mv_10dnd_482{height:13px;background-position:0 -1353px}._icon_10dnd_1._mu_10dnd_487{height:13px;background-position:0 -1368px}._icon_10dnd_1._mt_10dnd_492{height:13px;background-position:0 -1383px}._icon_10dnd_1._ms_10dnd_497{height:10px;background-position:0 -1398px}._icon_10dnd_1._mr_10dnd_502{height:13px;background-position:0 -1410px}._icon_10dnd_1._mq_10dnd_507{height:13px;background-position:0 -1425px}._icon_10dnd_1._mp_10dnd_512{height:10px;background-position:0 -1440px}._icon_10dnd_1._mo_10dnd_517{height:13px;background-position:0 -1452px}._icon_10dnd_1._mn_10dnd_522{height:10px;background-position:0 -1467px}._icon_10dnd_1._mm_10dnd_527{height:13px;background-position:0 -1479px}._icon_10dnd_1._ml_10dnd_532{height:13px;background-position:0 -1494px}._icon_10dnd_1._mk_10dnd_537{height:10px;background-position:0 -1509px}._icon_10dnd_1._mh_10dnd_542{height:11px;background-position:0 -1521px}._icon_10dnd_1._mg_10dnd_547{height:13px;background-position:0 -1534px}._icon_10dnd_1._mf_10dnd_552{height:13px;background-position:0 -1549px}._icon_10dnd_1._me_10dnd_557{height:10px;background-position:0 -1564px}._icon_10dnd_1._md_10dnd_562{height:10px;background-position:0 -1576px}._icon_10dnd_1._mc_10dnd_567{height:16px;background-position:0 -1588px}._icon_10dnd_1._ma_10dnd_572{height:13px;background-position:0 -1606px}._icon_10dnd_1._ly_10dnd_577{height:10px;background-position:0 -1621px}._icon_10dnd_1._lv_10dnd_582{height:10px;background-position:0 -1633px}._icon_10dnd_1._lu_10dnd_587{height:12px;background-position:0 -1645px}._icon_10dnd_1._lt_10dnd_592{height:12px;background-position:0 -1659px}._icon_10dnd_1._ls_10dnd_597{height:13px;background-position:0 -1673px}._icon_10dnd_1._lr_10dnd_602{height:11px;background-position:0 -1688px}._icon_10dnd_1._lk_10dnd_607{height:10px;background-position:0 -1701px}._icon_10dnd_1._li_10dnd_612{height:12px;background-position:0 -1713px}._icon_10dnd_1._lc_10dnd_617{height:10px;background-position:0 -1727px}._icon_10dnd_1._lb_10dnd_622{height:13px;background-position:0 -1739px}._icon_10dnd_1._la_10dnd_627{height:13px;background-position:0 -1754px}._icon_10dnd_1._kz_10dnd_632{height:10px;background-position:0 -1769px}._icon_10dnd_1._ky_10dnd_637{height:10px;background-position:0 -1781px}._icon_10dnd_1._kw_10dnd_642{height:10px;background-position:0 -1793px}._icon_10dnd_1._kr_10dnd_647{height:13px;background-position:0 -1805px}._icon_10dnd_1._kp_10dnd_652{height:10px;background-position:0 -1820px}._icon_10dnd_1._kn_10dnd_657{height:13px;background-position:0 -1832px}._icon_10dnd_1._km_10dnd_662{height:12px;background-position:0 -1847px}._icon_10dnd_1._ki_10dnd_667{height:10px;background-position:0 -1861px}._icon_10dnd_1._kh_10dnd_672{height:13px;background-position:0 -1873px}._icon_10dnd_1._kg_10dnd_677{height:12px;background-position:0 -1888px}._icon_10dnd_1._ke_10dnd_682{height:13px;background-position:0 -1902px}._icon_10dnd_1._jp_10dnd_687{height:13px;background-position:0 -1917px}._icon_10dnd_1._jo_10dnd_692{height:10px;background-position:0 -1932px}._icon_10dnd_1._jm_10dnd_697{height:10px;background-position:0 -1944px}._icon_10dnd_1._je_10dnd_702{height:12px;background-position:0 -1956px}._icon_10dnd_1._it_10dnd_707{height:13px;background-position:0 -1970px}._icon_10dnd_1._is_10dnd_712{height:14px;background-position:0 -1985px}._icon_10dnd_1._ir_10dnd_717{height:11px;background-position:0 -2001px}._icon_10dnd_1._iq_10dnd_722{height:13px;background-position:0 -2014px}._icon_10dnd_1._io_10dnd_727{height:10px;background-position:0 -2029px}._icon_10dnd_1._in_10dnd_732{height:13px;background-position:0 -2041px}._icon_10dnd_1._im_10dnd_737{height:10px;background-position:0 -2056px}._icon_10dnd_1._il_10dnd_742{height:15px;background-position:0 -2068px}._icon_10dnd_1._ie_10dnd_747{height:10px;background-position:0 -2085px}._icon_10dnd_1._id_10dnd_752{height:13px;background-position:0 -2097px}._icon_10dnd_1._hu_10dnd_757{height:10px;background-position:0 -2112px}._icon_10dnd_1._ht_10dnd_762{height:12px;background-position:0 -2124px}._icon_10dnd_1._hr_10dnd_767{height:10px;background-position:0 -2138px}._icon_10dnd_1._hn_10dnd_772{height:10px;background-position:0 -2150px}._icon_10dnd_1._hm_10dnd_777{height:10px;background-position:0 -2162px}._icon_10dnd_1._hk_10dnd_782{height:13px;background-position:0 -2174px}._icon_10dnd_1._gy_10dnd_787{height:12px;background-position:0 -2189px}._icon_10dnd_1._gw_10dnd_792{height:10px;background-position:0 -2203px}._icon_10dnd_1._gu_10dnd_797{height:11px;background-position:0 -2215px}._icon_10dnd_1._gt_10dnd_802{height:13px;background-position:0 -2228px}._icon_10dnd_1._gs_10dnd_807{height:10px;background-position:0 -2243px}._icon_10dnd_1._gr_10dnd_812{height:13px;background-position:0 -2255px}._icon_10dnd_1._gq_10dnd_817{height:13px;background-position:0 -2270px}._icon_10dnd_1._gp_10dnd_822{height:13px;background-position:0 -2285px}._icon_10dnd_1._gn_10dnd_827{height:13px;background-position:0 -2300px}._icon_10dnd_1._gm_10dnd_832{height:13px;background-position:0 -2315px}._icon_10dnd_1._gl_10dnd_837{height:13px;background-position:0 -2330px}._icon_10dnd_1._gi_10dnd_842{height:10px;background-position:0 -2345px}._icon_10dnd_1._gh_10dnd_847{height:13px;background-position:0 -2357px}._icon_10dnd_1._gg_10dnd_852{height:13px;background-position:0 -2372px}._icon_10dnd_1._gf_10dnd_857{height:13px;background-position:0 -2387px}._icon_10dnd_1._ge_10dnd_862{height:13px;background-position:0 -2402px}._icon_10dnd_1._gd_10dnd_867{height:12px;background-position:0 -2417px}._icon_10dnd_1._gb_10dnd_872{height:10px;background-position:0 -2431px}._icon_10dnd_1._gb-wls_10dnd_877{height:12px;background-position:0 -2443px}._icon_10dnd_1._gb-sct_10dnd_882{height:12px;background-position:0 -2457px}._icon_10dnd_1._gb-nir_10dnd_887{height:10px;background-position:0 -2471px}._icon_10dnd_1._gb-eng_10dnd_892{height:12px;background-position:0 -2483px}._icon_10dnd_1._ga_10dnd_897{height:15px;background-position:0 -2497px}._icon_10dnd_1._fr_10dnd_902{height:13px;background-position:0 -2514px}._icon_10dnd_1._fo_10dnd_907{height:15px;background-position:0 -2529px}._icon_10dnd_1._fm_10dnd_912{height:11px;background-position:0 -2546px}._icon_10dnd_1._fk_10dnd_917{height:10px;background-position:0 -2559px}._icon_10dnd_1._fj_10dnd_922{height:10px;background-position:0 -2571px}._icon_10dnd_1._fi_10dnd_927{height:12px;background-position:0 -2583px}._icon_10dnd_1._et_10dnd_932{height:10px;background-position:0 -2597px}._icon_10dnd_1._es_10dnd_937{height:13px;background-position:0 -2609px}._icon_10dnd_1._er_10dnd_942{height:10px;background-position:0 -2624px}._icon_10dnd_1._eh_10dnd_947{height:10px;background-position:0 -2636px}._icon_10dnd_1._eg_10dnd_952{height:13px;background-position:0 -2648px}._icon_10dnd_1._ee_10dnd_957{height:13px;background-position:0 -2663px}._icon_10dnd_1._ec_10dnd_962{height:13px;background-position:0 -2678px}._icon_10dnd_1._dz_10dnd_967{height:13px;background-position:0 -2693px}._icon_10dnd_1._do_10dnd_972{height:13px;background-position:0 -2708px}._icon_10dnd_1._dm_10dnd_977{height:10px;background-position:0 -2723px}._icon_10dnd_1._dk_10dnd_982{height:15px;background-position:0 -2735px}._icon_10dnd_1._dj_10dnd_987{height:13px;background-position:0 -2752px}._icon_10dnd_1._de_10dnd_992{height:12px;background-position:0 -2767px}._icon_10dnd_1._cz_10dnd_997{height:13px;background-position:0 -2781px}._icon_10dnd_1._cy_10dnd_1002{height:13px;background-position:0 -2796px}._icon_10dnd_1._cx_10dnd_1007{height:10px;background-position:0 -2811px}._icon_10dnd_1._cw_10dnd_1012{height:13px;background-position:0 -2823px}._icon_10dnd_1._cv_10dnd_1017{height:12px;background-position:0 -2838px}._icon_10dnd_1._cu_10dnd_1022{height:10px;background-position:0 -2852px}._icon_10dnd_1._cr_10dnd_1027{height:12px;background-position:0 -2864px}._icon_10dnd_1._co_10dnd_1032{height:13px;background-position:0 -2878px}._icon_10dnd_1._cn_10dnd_1037{height:13px;background-position:0 -2893px}._icon_10dnd_1._cm_10dnd_1042{height:13px;background-position:0 -2908px}._icon_10dnd_1._cl_10dnd_1047{height:13px;background-position:0 -2923px}._icon_10dnd_1._ck_10dnd_1052{height:10px;background-position:0 -2938px}._icon_10dnd_1._ci_10dnd_1057{height:13px;background-position:0 -2950px}._icon_10dnd_1._ch_10dnd_1062{height:20px;background-position:0 -2965px}._icon_10dnd_1._cg_10dnd_1067{height:13px;background-position:0 -2987px}._icon_10dnd_1._cf_10dnd_1072{height:13px;background-position:0 -3002px}._icon_10dnd_1._cd_10dnd_1077{height:15px;background-position:0 -3017px}._icon_10dnd_1._cc_10dnd_1082{height:10px;background-position:0 -3034px}._icon_10dnd_1._ca_10dnd_1087{height:10px;background-position:0 -3046px}._icon_10dnd_1._bz_10dnd_1092{height:12px;background-position:0 -3058px}._icon_10dnd_1._by_10dnd_1097{height:10px;background-position:0 -3072px}._icon_10dnd_1._bw_10dnd_1102{height:13px;background-position:0 -3084px}._icon_10dnd_1._bv_10dnd_1107{height:15px;background-position:0 -3099px}._icon_10dnd_1._bt_10dnd_1112{height:13px;background-position:0 -3116px}._icon_10dnd_1._bs_10dnd_1117{height:10px;background-position:0 -3131px}._icon_10dnd_1._br_10dnd_1122{height:14px;background-position:0 -3143px}._icon_10dnd_1._bq_10dnd_1127{height:13px;background-position:0 -3159px}._icon_10dnd_1._bo_10dnd_1132{height:14px;background-position:0 -3174px}._icon_10dnd_1._bn_10dnd_1137{height:10px;background-position:0 -3190px}._icon_10dnd_1._bm_10dnd_1142{height:10px;background-position:0 -3202px}._icon_10dnd_1._bl_10dnd_1147{height:13px;background-position:0 -3214px}._icon_10dnd_1._bj_10dnd_1152{height:13px;background-position:0 -3229px}._icon_10dnd_1._bi_10dnd_1157{height:12px;background-position:0 -3244px}._icon_10dnd_1._bh_10dnd_1162{height:12px;background-position:0 -3258px}._icon_10dnd_1._bg_10dnd_1167{height:12px;background-position:0 -3272px}._icon_10dnd_1._bf_10dnd_1172{height:13px;background-position:0 -3286px}._icon_10dnd_1._be_10dnd_1177{height:17px;background-position:0 -3301px}._icon_10dnd_1._bd_10dnd_1182{height:12px;background-position:0 -3320px}._icon_10dnd_1._bb_10dnd_1187{height:13px;background-position:0 -3334px}._icon_10dnd_1._ba_10dnd_1192{height:10px;background-position:0 -3349px}._icon_10dnd_1._az_10dnd_1197{height:10px;background-position:0 -3361px}._icon_10dnd_1._ax_10dnd_1202{height:13px;background-position:0 -3373px}._icon_10dnd_1._aw_10dnd_1207{height:13px;background-position:0 -3388px}._icon_10dnd_1._au_10dnd_1212{height:10px;background-position:0 -3403px}._icon_10dnd_1._at_10dnd_1217{height:13px;background-position:0 -3415px}._icon_10dnd_1._as_10dnd_1222{height:10px;background-position:0 -3430px}._icon_10dnd_1._ar_10dnd_1227{height:13px;background-position:0 -3442px}._icon_10dnd_1._aq_10dnd_1232{height:13px;background-position:0 -3457px}._icon_10dnd_1._ao_10dnd_1237{height:13px;background-position:0 -3472px}._icon_10dnd_1._am_10dnd_1242{height:10px;background-position:0 -3487px}._icon_10dnd_1._al_10dnd_1247{height:14px;background-position:0 -3499px}._icon_10dnd_1._ai_10dnd_1252{height:10px;background-position:0 -3515px}._icon_10dnd_1._ag_10dnd_1257{height:13px;background-position:0 -3527px}._icon_10dnd_1._af_10dnd_1262{height:13px;background-position:0 -3542px}._icon_10dnd_1._ae_10dnd_1267{height:10px;background-position:0 -3557px}._icon_10dnd_1._ad_10dnd_1272{height:14px;background-position:0 -3569px}._wrapper_pw1u5_1{display:flex;align-items:center;height:52px;background:#ffffff;border:1px solid #959699;border-radius:16px}._wrapper_pw1u5_1 hr{width:1px;height:80%;margin:0 5px;background:#959699;border:none}._wrapper_pw1u5_1 input[name=phone]{flex:1;padding:0 5px;font-size:16px;font-weight:400;line-height:22px;text-align:start}._wrapper_pw1u5_1 input[name=phone]::placeholder{color:#c0c1c5}._wrapper_1ylpl_1 ._label_1ylpl_1{display:block;margin-bottom:16px}._wrapper_1ylpl_1 ._label_1ylpl_1 ._title_1ylpl_5{margin-bottom:8px;font-size:16px;font-weight:500;line-height:20px;color:#222}._wrapper_1ylpl_1 ._label_1ylpl_1 ._title_1ylpl_5._error_title_1ylpl_12{color:#f5222d}._wrapper_1ylpl_1 ._label_1ylpl_1 ._input_1ylpl_15{width:100%;height:52px;padding-left:16px;font-size:16px;font-weight:400;line-height:22px;border:1px solid #959699;border-radius:16px}._wrapper_1ylpl_1 ._label_1ylpl_1 ._input_1ylpl_15::placeholder{color:#c0c1c5}._wrapper_1ylpl_1 ._last_1ylpl_28{margin-bottom:70px}._wrapper_1ylpl_1 ._error_1ylpl_12{background:#ffeff0}._wrapper_1ylpl_1 ._error_meg_1ylpl_34{padding-left:5px;margin-top:5px;font-size:14px;color:#f5222d}._wrapper_1ylpl_1 ._error_dropdown_1ylpl_40>*>button{background:#ffeff0!important}._wrapper_al8o9_1{position:relative;z-index:2}._wrapper_al8o9_1 ._trigger_al8o9_5{display:flex;align-items:center;justify-content:space-between;padding:16px;font-size:16px;font-weight:400;line-height:22px;text-align:start;background:#ffffff;border:1px solid #959699;border-radius:16px}._wrapper_al8o9_1 ._trigger_al8o9_5 ._placeholder_al8o9_18{color:#c0c1c5}._wrapper_al8o9_1 ._trigger_al8o9_5 ._icon_al8o9_21{width:18px;height:18px;stroke:#d9d9d9;transition:all .5s}._wrapper_al8o9_1 ._trigger_al8o9_5[data-state=open] ._icon_al8o9_21{transform:rotateX(180deg)}._wrapper_al8o9_1 ._options_al8o9_30{position:absolute;width:100%;max-height:200px;overflow-y:scroll;background:#ffffff;border:1px solid #cccccc;border-radius:4px;box-shadow:1px 1px 4px #0003}._wrapper_al8o9_1 ._options_al8o9_30::-webkit-scrollbar{width:8px}._wrapper_al8o9_1 ._options_al8o9_30::-webkit-scrollbar-thumb{background-color:#e3e3e3cc;border-color:#fff;border-width:1px;border-radius:9999px}._wrapper_al8o9_1 ._options_al8o9_30::-webkit-scrollbar-track{background-color:transparent;border-radius:9999px}._wrapper_al8o9_1 ._options_al8o9_30 ._option_al8o9_30{padding:10px;font-size:16px;font-weight:400;line-height:22px}._wrapper_al8o9_1 ._options_al8o9_30 ._option_al8o9_30:hover{color:#fff!important;background:#5d5fef}._wrapper_al8o9_1 ._options_al8o9_30 ._option_al8o9_30._selected_al8o9_63{font-weight:700;color:#5d5fef}._wrapper_1108e_1{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(180deg,#c0d2fc 0%,#ecf2ff 100%)}._container_1108e_10{width:400px}._container_1108e_10 h1{margin-bottom:10px;font-size:38px;font-weight:700;line-height:52px;color:#222}._container_1108e_10 ._subtxt_1108e_20{width:max-content;margin-bottom:32px;font-size:20px;font-weight:400;line-height:25px;color:#747579}._container_1108e_10 ._label_1108e_28{display:block;margin-bottom:16px}._container_1108e_10 ._label_1108e_28 ._title_1108e_32{margin-bottom:8px;font-size:16px;font-weight:500;line-height:20px;color:#222}._container_1108e_10 ._label_1108e_28 ._input_box_1108e_39{display:flex;gap:8px}._container_1108e_10 ._label_1108e_28 ._input_1108e_39{width:100%;height:52px;padding-left:16px;font-size:16px;font-weight:400;line-height:22px;border:1px solid #959699;border-radius:16px}._container_1108e_10 ._label_1108e_28 ._input_1108e_39::placeholder{color:#c0c1c5}._container_1108e_10 ._check_box_1108e_56{width:fit-content;margin-bottom:32px}._container_1108e_10 ._check_box_1108e_56 ._txt_1108e_60{font-size:16px;font-weight:400;line-height:22px}._container_1108e_10 ._check_box_1108e_56 ._txt_1108e_60 a{color:#1966db;text-decoration:underline}._wrapper_146r0_1{display:flex;flex-direction:column;height:100vh;background:#ffffff}._wrapper_146r0_1 ._logo_box_146r0_7{display:flex;align-items:center;justify-content:center;width:240px;height:80px}._wrapper_146r0_1 ._logo_box_146r0_7 img[alt=logo]{width:150px;height:34px}._wrapper_146r0_1 nav{display:flex;flex:1;flex-direction:column;width:240px;padding:34px 0 54px}._wrapper_146r0_1 nav>ul{display:flex;flex-direction:column;gap:15px;padding:0 16px}._wrapper_146r0_1 ._menu_link_146r0_31{display:flex;align-items:center;padding:10px 15px;border-radius:8px}._wrapper_146r0_1 ._menu_link_146r0_31>svg,._wrapper_146r0_1 ._menu_link_146r0_31 img{width:24px;height:24px;margin-right:16px;fill:#222}._wrapper_146r0_1 ._menu_link_146r0_31>span{font-size:14px;font-weight:400;line-height:22px;color:#222}._active_link_146r0_51{background:#5d5fef}._active_link_146r0_51 *{color:#fff!important;fill:#fff!important}._bottom_146r0_59{display:flex;flex-direction:column;gap:6px;padding-left:30px;margin-top:auto}._bottom_146r0_59 p{padding-left:6px;margin-top:8px;font-size:12px;color:#c0c1c5;border-left:1px solid #c0c1c5}._bottom_146r0_59 p:nth-of-type(2){margin-top:0;border-left:1px solid rgba(191,191,191,0)}._bottom_146r0_59 a{text-decoration-line:underline}._bottom_146r0_59 svg{width:120px;padding-left:6px;border-left:2px solid #c0c1c5}header._wrapper_1sjfp_1{display:flex;gap:16px;justify-content:flex-end;width:100%;height:75px;padding-right:10px;background:#ffffff}header._wrapper_1sjfp_1 ._menu_1sjfp_10{font-size:12px;font-weight:400;line-height:20px;display:flex;gap:8px;align-items:center}header._wrapper_1sjfp_1 ._menu_1sjfp_10 img{width:32px;height:32px}header._wrapper_1sjfp_1 ._menu_1sjfp_10 svg{width:32px;height:32px}header._wrapper_1sjfp_1 ._menu_1sjfp_10 button[name=copy]{font-size:12px;font-weight:400;line-height:20px;position:relative}header._wrapper_1sjfp_1 ._menu_1sjfp_10 button[name=copy] img[alt=copy]{position:absolute;top:50%;left:50%;display:none;width:15px;height:15px;transform:translate(-50%,-50%)}header._wrapper_1sjfp_1 ._menu_1sjfp_10 button[name=copy]:hover{background:rgba(0,0,0,.6);border-radius:4px;transition:all .3s;transform:scale(1.1)}header._wrapper_1sjfp_1 ._menu_1sjfp_10 button[name=copy]:hover img[alt=copy]{display:block}._wrapper_sd0a2_1{display:flex}._wrapper_sd0a2_1 ._content_sd0a2_4{width:100%}._wrapper_sd0a2_1 ._content_sd0a2_4 main{position:relative;height:calc(100vh - 75px);padding:24px;overflow:hidden}._wrapper_vgv95_1{overflow-y:overlay;display:flex;flex-direction:column;gap:24px;height:100%}._wrapper_vgv95_1::-webkit-scrollbar{width:14px;height:14px}._wrapper_vgv95_1::-webkit-scrollbar-thumb{border:4px solid transparent;border-radius:10px;outline:none;box-shadow:inset 6px 6px #22222226}._wrapper_vgv95_1::-webkit-scrollbar-thumb:hover{border:4px solid transparent;box-shadow:inset 6px 6px #2222224d}._wrapper_vgv95_1::-webkit-scrollbar-track{background-color:transparent;box-shadow:none}._with_vgv95_27{height:calc(100% - 110px)}._title_dieue_1{display:flex;align-items:center;height:64px;min-height:64px;padding:0 32px;font-size:20px;font-weight:700;line-height:30px;color:#222;background-color:#fff;border-radius:12px}._wrapper_1xlpk_1{padding:35px 32px;background-color:#fff;border-radius:20px}._wrapper_v813g_1{position:absolute;bottom:0;left:0;display:flex;gap:10px;align-items:center;justify-content:center;width:100%;height:100px;background:#ffffff}._wrapper_1pbfm_1{position:relative}._wrapper_1pbfm_1 p._update_1pbfm_4{position:absolute;top:20px;right:20px;font-size:14px;font-weight:400;line-height:20px;color:#959699}._wrapper_1pbfm_1 ul._guide_1pbfm_13{position:relative;height:291px;padding:24px;margin-top:30px;background:#edf0f7;border-radius:12px}._wrapper_1pbfm_1 ul._guide_1pbfm_13 li{font-size:14px;font-weight:400;line-height:32px;list-style:inside}._wrapper_1pbfm_1 ul._guide_1pbfm_13 ._example_1pbfm_27{position:absolute;top:24px;right:24px;display:flex;gap:8px;align-items:center}._wrapper_1pbfm_1 ul._guide_1pbfm_13 ._example_1pbfm_27 img[alt=info]{width:20px;height:20px}._wrapper_1pbfm_1 ul._guide_1pbfm_13 ._example_1pbfm_27 img[alt=example]{position:absolute;top:30px;right:0;display:none;width:165px;height:305px}._wrapper_1pbfm_1 ul._guide_1pbfm_13 ._example_1pbfm_27 button[name=example]:hover~img[alt=example]{display:block}._wrapper_61zu4_1{display:flex;align-items:center}._wrapper_61zu4_1 input[type=file]{display:none}._wrapper_61zu4_1 ._file_btn_61zu4_8{display:flex;align-items:center;justify-content:center;width:130px;height:40px;font-size:14px;font-weight:700;color:#fff;cursor:pointer;background:#5d5fef;border-radius:12px}._wrapper_61zu4_1 ._name_box_61zu4_21{display:flex;gap:8px;align-items:center;margin:0 16px 0 24px}._wrapper_61zu4_1 ._name_box_61zu4_21 ._name_61zu4_21{font-size:14px;font-weight:400;line-height:20px;color:#959699;text-decoration:underline}._wrapper_61zu4_1 ._name_box_61zu4_21 img{width:20px;height:20px}._wrapper_61zu4_1 ._separator_61zu4_38{margin-right:16px;font-size:14px;font-weight:700;line-height:20px;color:#c0c1c5}._wrapper_61zu4_1 ._result_box_61zu4_45{display:flex;gap:8px;align-items:center}._wrapper_61zu4_1 ._result_box_61zu4_45 img[alt=success]{width:20px;height:20px}._wrapper_61zu4_1 ._result_box_61zu4_45 img[alt=fail]{width:10px;height:10px}._wrapper_61zu4_1 ._result_box_61zu4_45 ._txt_61zu4_58{font-size:14px;font-weight:500;line-height:20px;color:#52c41a}._wrapper_61zu4_1 ._result_box_61zu4_45 ._fail_61zu4_64{color:#f5222d}._wrapper_61zu4_1 ._result_box_61zu4_45 ._confirm_61zu4_67{color:#5d5fef}._img_d9o1z_1{width:250px;height:250px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{padding:0;margin:0;font:inherit;font-size:100%;vertical-align:baseline;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}svg,img{display:block}*{outline:none}*{box-sizing:border-box;padding:0;margin:0;font-smooth:never;outline:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-ms-overflow-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*:before,*:after{box-sizing:border-box}img{border:0}a{text-decoration:none}select,input,textarea{font-size:16px}input,button{-webkit-appearance:none}input::-webkit-contacts-auto-fill-button{position:absolute;right:0;display:none!important;pointer-events:none;visibility:hidden}input{background-color:transparent;background-image:none!important;border:0}button{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:transparent;border:0}button:disabled{cursor:not-allowed}input:is([type=button],[type=submit],[type=reset]),input[type=file]::file-selector-button,button{color:initial}@font-face{font-family:Spoqa Han Sans Neo;font-weight:300;src:url(/assets/SpoqaHanSansNeo-Light-ab4f571e.woff2) format("woff2"),url(/assets/SpoqaHanSansNeo-Light-16ea156a.woff) format("woff"),url(/assets/SpoqaHanSansNeo-Light-7351c02a.ttf) format("truetype")}@font-face{font-family:Spoqa Han Sans Neo;font-weight:400;src:url(/assets/SpoqaHanSansNeo-Regular-4249bafc.woff2) format("woff2"),url(/assets/SpoqaHanSansNeo-Regular-d8fe91dd.woff) format("woff"),url(/assets/SpoqaHanSansNeo-Regular-f319143b.ttf) format("truetype")}@font-face{font-family:Spoqa Han Sans Neo;font-weight:500;src:url(/assets/SpoqaHanSansNeo-Medium-7f98c688.woff2) format("woff2"),url(/assets/SpoqaHanSansNeo-Medium-fa68a4fe.woff) format("woff"),url(/assets/SpoqaHanSansNeo-Medium-ad55310d.ttf) format("truetype")}@font-face{font-family:Spoqa Han Sans Neo;font-weight:700;src:url(/assets/SpoqaHanSansNeo-Bold-c85faa3f.woff2) format("woff2"),url(/assets/SpoqaHanSansNeo-Bold-3c3afc9b.woff) format("woff"),url(/assets/SpoqaHanSansNeo-Bold-49941601.ttf) format("truetype")}html,body{height:100%;padding:0;margin:0;background-color:#e7e9ee}#root{height:100%}#root,#modal{min-width:1400px}*,*:before,*:after{color:#222}body,button,input,textarea{font-family:Spoqa Han Sans Neo,sans-serif}
