: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Auth_spin__BmKx2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Auth_fade-in__ui8wl{0%{opacity:0}to{opacity:1}}@keyframes Auth_fade-out__tjAcc{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes Auth_fade-in-up__Ep9vw{0%{opacity:0;transform:translateY(2em);visibility:hidden}to{opacity:1;transform:none;visibility:visible}}@keyframes Auth_pop-in__ON_fV{0%{opacity:0;transform:scale(0)}1%{opacity:1}to{opacity:1;transform:none}}@keyframes Auth_pop-out__sej8r{0%{opacity:1;transform:none}99%{opacity:0}to{opacity:0;transform:scale(0)}}@keyframes Auth_slide-in__3dENU{0%{transform:translateY(100%)}to{transform:none}}@keyframes Auth_slide-out__6jXkT{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes Auth_slide-sideways-r-in__KiC6F{0%{transform:translateX(1%)}to{transform:none}}@keyframes Auth_slide-sideways-r-out__GcwZu{0%{transform:translateX(0)}to{transform:translateX(1%)}}@keyframes Auth_slide-sideways-l-in__zN3Cv{0%{transform:translateY(5%)}to{transform:none}}@keyframes Auth_slide-sideways-l-out__nOmNz{0%{transform:translateX(0)}to{transform:translateX(-1%)}}.Auth_layout_auth__8M10k{width:100%;height:-moz-fit-content;height:fit-content;background:#fff;display:flex;justify-content:center;align-items:center}.Auth_layout_auth__8M10k .Auth_left__Gc29C{position:relative;width:50%;height:100vh;background:#ff671d;overflow:hidden;display:flex;justify-content:center;align-items:center}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_svg_logo_white__o7Nsh{width:36%;z-index:9}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_svg_1__F9d4Q{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;min-width:1270px;height:100vh;opacity:.4}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_svg_2__gkdWU{position:absolute;bottom:0;right:0;width:36%;height:36%;opacity:.4}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_left_wrapper1__u5vNL{position:absolute;top:50%;right:0;transform:translateY(-50%);width:80%;max-height:80%;animation:Auth_fade-in__ui8wl .3s ease-in-out normal}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_left_wrapper1__u5vNL .Auth_auth_img__uIkya{height:auto;width:100%;object-fit:contain}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_left_wrapper2__awNKe{position:absolute;top:50%;left:0;transform:translateY(-50%);width:80%;max-height:80%;animation:Auth_fade-in__ui8wl .3s ease-in-out normal}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_left_wrapper2__awNKe .Auth_auth_img__uIkya{height:auto;width:100%;object-fit:contain}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_left_wrapper3__FohDL{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;max-height:auto;animation:Auth_fade-in__ui8wl .3s ease-in-out normal}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_left_wrapper3__FohDL .Auth_auth_img__uIkya{height:auto;width:100%;object-fit:contain}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_player_wrapper__y043h{background:#fff;box-shadow:0 4px 102px rgba(0,0,0,.25);border-radius:12px;animation:Auth_fade-in__ui8wl .3s ease-in-out normal;position:absolute;bottom:-5%;right:20%;z-index:2;padding-top:6px;display:flex;flex-direction:column;justify-content:center;align-items:center}.Auth_layout_auth__8M10k .Auth_left__Gc29C .Auth_player_wrapper__y043h audio::-webkit-media-controls-panel{background-color:#fff}.Auth_layout_auth__8M10k .Auth_right__SAOz_{width:50%;height:-moz-fit-content;height:fit-content;display:flex;justify-content:center;align-items:center;align-items:flex-start}@media screen and (max-width:576px){.Auth_layout_auth__8M10k{height:max-content}.Auth_layout_auth__8M10k .Auth_left__Gc29C{display:none}.Auth_layout_auth__8M10k .Auth_right__SAOz_{width:100%}}.Countdown_page_countdown__foWNg{width:100%;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD{position:relative;width:50%;height:100%;padding-bottom:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_main_title__XOJJs{font-size:42px;font-weight:600;margin:4px 0}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_subtitle__Je7mn{font-family:BM,sans-serif;font-size:46px;font-weight:400;color:#ff671d}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_list_title__yU9Iw{font-size:24px;font-weight:600;margin:32px 0 10px}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_list_item__qkkwn{margin-bottom:6px;display:flex;justify-content:flex-start;align-items:center}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_list_item__qkkwn span{font-size:15px;font-weight:600;opacity:.7;margin-left:8px}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_list_end__A4QkD{font-size:18px;font-weight:600;margin-top:14px}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_countdown__Xpn7v{background:hsla(0,0%,96%,.42);border:1px solid #e4e4e4;border-radius:8px;width:360px;height:120px;margin-top:20px;display:flex;justify-content:space-between;align-items:center}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_countdown__Xpn7v .Countdown_cd_item__jN_vI{height:100%;width:33.333%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_countdown__Xpn7v .Countdown_cd_item__jN_vI:nth-child(2){border-right:1px solid #e4e4e4;border-left:1px solid #e4e4e4}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_countdown__Xpn7v .Countdown_cd_item__jN_vI span:first-child{font-size:56px;font-weight:700;line-height:60px}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_countdown__Xpn7v .Countdown_cd_item__jN_vI span:nth-child(2){font-size:16px;font-weight:500;opacity:.8}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_bottom__QA2HI{width:100%;position:absolute;bottom:16px;left:0;font-size:14px;color:#333;opacity:.7;display:flex;justify-content:space-between;align-items:center;flex-direction:column}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_bottom__QA2HI .Countdown_bottom_left__1_o1C{text-align:center;display:flex;justify-content:center;align-items:center}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_bottom__QA2HI .Countdown_bottom_left__1_o1C span{margin:0 10px}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_bottom__QA2HI .Countdown_bottom_left__1_o1C .Countdown_link__nVY4f{cursor:pointer}.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_bottom__QA2HI .Countdown_bottom_right__RhWzu{text-align:center}.Countdown_page_countdown__foWNg .Countdown_right__Of3PL{width:50%;height:100%;position:relative;background-color:#ff671d}.Countdown_page_countdown__foWNg .Countdown_right__Of3PL .Countdown_hero__Lb4jO{position:absolute;top:50%;left:200px;transform:translateY(-50%)}.Countdown_page_countdown__foWNg .Countdown_right__Of3PL .Countdown_hero__Lb4jO svg:first-child{position:absolute;top:50%;left:-42px;z-index:2;transform:translateY(-50%);filter:drop-shadow(0 148.316px 86.6166px rgba(18,25,34,.03)) drop-shadow(0 74.2305px 43.3506px rgba(18,25,34,.02281)) drop-shadow(0 44.713px 26.1124px rgba(18,25,34,.0195477)) drop-shadow(0 28.6544px 16.7342px rgba(18,25,34,.0171268)) drop-shadow(0 18.5715px 10.8457px rgba(18,25,34,.015)) drop-shadow(0 11.6905px 6.82727px rgba(18,25,34,.0128732)) drop-shadow(0 6.71694px 3.92269px rgba(18,25,34,.0104523)) drop-shadow(0 2.9563px 1.72648px rgba(18,25,34,.00719002))}.Countdown_page_countdown__foWNg .Countdown_right__Of3PL .Countdown_hero__Lb4jO svg:nth-child(2){height:680px}@media screen and (max-width:576px){.Countdown_page_countdown__foWNg .Countdown_left__0_dJD{padding-top:30px;width:100%}.Countdown_page_countdown__foWNg .Countdown_right__Of3PL{display:none}}@media screen and (max-width:1170px){.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_bottom__QA2HI{font-size:12px!important}}@media screen and (min-width:1740px){.Countdown_page_countdown__foWNg .Countdown_left__0_dJD .Countdown_bottom__QA2HI{flex-direction:row;width:90%;left:5%}}@media screen and (min-width:2000px){.Countdown_page_countdown__foWNg .Countdown_right__Of3PL .Countdown_hero__Lb4jO{left:unset;right:0}}@media screen and (max-height:700px){.Countdown_page_countdown__foWNg .Countdown_right__Of3PL .Countdown_hero__Lb4jO svg:first-child{transform:scale(.9) translateY(-50%);left:6px}.Countdown_page_countdown__foWNg .Countdown_right__Of3PL .Countdown_hero__Lb4jO svg:nth-child(2){transform:scale(.85)}}.Input_lib_input_container__EXB5F{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.Input_lib_input_container__EXB5F .Input_input_label__R5F6C{color:#000;font-size:13px;margin-bottom:6px}.Input_lib_input_container__EXB5F .Input_input_label__R5F6C .Input_required_dot__8cBqr{color:red}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW{width:100%;padding:4px 10px;border-radius:8px;transition:all .2s ease-in-out;background-color:#fff;border:1px solid rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW.Input_is_active__0tWL8{border:1px solid rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW.Input_is_disabled__ZZPdo{background-color:#f9f9f9}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW:hover{border:1px solid rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input{background-color:transparent;width:100%;padding:6px;font-family:Poppins,sans-serif;color:#000;outline:none;border:none;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input::placeholder{color:rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input:focus~.Input_front_icon__smT2_ *{fill:#000}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW input:not(:placeholder-shown)~.Input_front_icon__smT2_ *{fill:#000}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_front_icon__smT2_{transition:all .1s ease-in-out;width:18px;height:18px;margin-right:4px;order:-1}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_front_icon__smT2_ svg{height:18px}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_front_icon__smT2_ *{transition:all .1s ease-in-out;fill:rgba(0,0,0,.3)}.Input_lib_input_container__EXB5F .Input_input_wrapper__4jGhW .Input_back_icon__CSfSw{cursor:pointer}.Input_lib_input_container__EXB5F.Input_is_error__mgWCj .Input_input_wrapper__4jGhW{border-color:#f89191}.Input_lib_input_container__EXB5F.Input_is_error__mgWCj .Input_input_wrapper__4jGhW .Input_front_icon__smT2_ svg *{fill:#f89191}.Input_lib_input_container__EXB5F .Input_input_desc__fEFfX{font-size:12px;font-weight:400;color:#9aa6ac;margin-top:4px}@keyframes Button_spin__m9jes{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes Button_fade-in__yS1cP{0%{opacity:0}to{opacity:1}}@keyframes Button_fade-out__bJWHA{0%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes Button_fade-in-up__FQJo8{0%{opacity:0;transform:translateY(2em);visibility:hidden}to{opacity:1;transform:none;visibility:visible}}@keyframes Button_pop-in__ddCmX{0%{opacity:0;transform:scale(0)}1%{opacity:1}to{opacity:1;transform:none}}@keyframes Button_pop-out__TpiCz{0%{opacity:1;transform:none}99%{opacity:0}to{opacity:0;transform:scale(0)}}@keyframes Button_slide-in__gBg_j{0%{transform:translateY(100%)}to{transform:none}}@keyframes Button_slide-out__pCAav{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes Button_slide-sideways-r-in__McCf9{0%{transform:translateX(1%)}to{transform:none}}@keyframes Button_slide-sideways-r-out__z0yTw{0%{transform:translateX(0)}to{transform:translateX(1%)}}@keyframes Button_slide-sideways-l-in__0Hb6l{0%{transform:translateY(5%)}to{transform:none}}@keyframes Button_slide-sideways-l-out__F2TVa{0%{transform:translateX(0)}to{transform:translateX(-1%)}}.Button_lib_button__pNOto{width:-moz-fit-content;width:fit-content;font-family:Poppins,sans-serif;font-weight:400;padding:14px 10px;transition:.1s;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:8px;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#ff671d;color:#fff;border:none}.Button_lib_button__pNOto .Button_icon1__EwRdA{width:14px;height:14px;margin-right:12px;display:flex;justify-content:center;align-items:center}.Button_lib_button__pNOto .Button_icon2__Oy3dO{width:14px;height:14px;margin-left:12px;display:flex;justify-content:center;align-items:center}.Button_lib_button__pNOto svg{width:14px;height:14px}.Button_lib_button__pNOto.Button_primary__1ocQ_{background-color:#ff671d}.Button_lib_button__pNOto.Button_cancel__vsNa6{background-color:#fff;color:rgba(0,0,0,.56);border:1px solid rgba(0,0,0,.56)}.Button_lib_button__pNOto.Button_cancel__vsNa6:hover{color:rgba(0,0,0,.7);border:1px solid rgba(0,0,0,.7)}.Button_lib_button__pNOto.Button_inactive__Z2b9b{opacity:.5;outline:none}.Button_lib_button__pNOto.Button_gray__dSIdD{background-color:#f2f2f2;color:#000}.Button_lib_button__pNOto.Button_gray__dSIdD:hover{background-color:#e6e6e6}.Button_lib_button__pNOto.Button_danger__s7Oof{background-color:#f89191;color:#fff}.Button_lib_button__pNOto.Button_danger__s7Oof:hover{background-color:#f67979}.Button_lib_button__pNOto.Button_danger__s7Oof:active{background-color:#f56161}.Button_lib_button__pNOto.Button_small__NSVjS{font-size:14px;padding:6px 10px;min-height:29px}.Button_lib_button__pNOto.Button_medium__wwEQr{font-size:15px;padding:8px 10px;min-height:34px}.Button_lib_button__pNOto.Button_large__OYaFh{font-size:16px;padding:10px 12px;min-height:39px}.Button_lib_button__pNOto:hover:not(.Button_inactive__Z2b9b,.Button_cancel__vsNa6,.Button_gray__dSIdD,.Button_danger__s7Oof){background:linear-gradient(0deg,rgba(0,0,0,.1),rgba(0,0,0,.1)),#ff671d}.Button_lib_button__pNOto:active:not(.Button_inactive__Z2b9b,.Button_cancel__vsNa6,.Button_gray__dSIdD,.Button_danger__s7Oof){background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),#ff671d}.Button_lib_button__pNOto:focus:not(.Button_inactive__Z2b9b,.Button_cancel__vsNa6,.Button_gray__dSIdD,.Button_danger__s7Oof){outline:none;box-shadow:0 0 0 3px rgba(255,122,0,.3)}.Button_lib_button__pNOto .Button_text__cvzio.Button_isLoading__iM6UA{display:none}.Button_lib_button__pNOto .Button_loader__A4N3W{border-radius:50%;border:2px solid;border-bottom:2px solid transparent;height:20px;width:20px;background:transparent!important;display:inline-block;animation:Button_spin__m9jes .75s linear 0s infinite}.CheckBox_checkbox_base__tvnYU{border-radius:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.CheckBox_unchecked_base__wEzQy{background-color:#f6f8f9;border:1px solid #b0babf;box-sizing:border-box}.CheckBox_unchedked_base__zI4Ce:hover{background-color:#c4c4c4}.CheckBox_checked_base__CROMG{background-color:#ff671d;border:1px solid #ff671d}.CheckBox_base__0rvOF{display:flex;flex-direction:row}.CheckBox_title__bCcWk{font-size:14px;line-height:20px;letter-spacing:-.006em;color:#000}.CheckBox_description__6O8nL{font-size:12px;line-height:16px;color:#9aa6ac}.CheckBox_content__XnUBG{margin-left:8px}.Modal_lib_modal_overlay__FlZwO{position:fixed;z-index:99;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.3)}.Modal_lib_modal_overlay__FlZwO.Modal_overlay_anim_in___LVsP{animation:Modal_overlay_in__hQBcu .3s ease-in-out 0s 1 normal forwards}.Modal_lib_modal_overlay__FlZwO.Modal_overlay_anim_out__ZAC6m{animation:Modal_overlay_out__DKNFG .3s ease-in-out 0s 1 normal forwards}.Modal_lib_modal_content__wr8Cz{position:fixed;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:top left;-webkit-overflow-scrolling:touch;z-index:100;overflow:hidden;background-color:#fff}.Modal_lib_modal_content__wr8Cz.Modal_content_anim_in__3ZmGt{animation:Modal_anim_in__pCh53 .3s ease-in-out 0s 1 normal forwards}.Modal_lib_modal_content__wr8Cz.Modal_content_anim_out__kXepx{animation:Modal_anim_out__oJRYu .3s ease-in-out 0s 1 normal forwards}@keyframes Modal_anim_in__pCh53{0%{transform:scale(.85) translate(-50%,-100%);opacity:0}to{transform:scale(1) translate(-50%,-50%);opacity:1}}@keyframes Modal_anim_out__oJRYu{0%{transform:scale(1) translate(-50%,-50%);opacity:1}to{transform:scale(.85) translate(-50%,-100%);opacity:0}}@keyframes Modal_overlay_in__hQBcu{0%{opacity:0}to{opacity:1}}@keyframes Modal_overlay_out__DKNFG{0%{opacity:1}to{opacity:0}}.Form_register_form__uH6L_{width:56%;display:flex;flex-direction:column;justify-content:center;align-items:center;scrollbar-width:none}.Form_register_form__uH6L_ .Form_auth_logo__Xl4rm{margin-bottom:10px}.Form_register_form__uH6L_ .Form_bold__OII2i{font-size:22px;font-weight:600;margin:22px 0 10px;color:rgba(24,24,25,.898);text-align:center}.Form_register_form__uH6L_ .Form_txt__4tLau{font-size:12px;margin-bottom:10px;color:rgba(24,24,25,.698);text-align:center}.Form_register_form__uH6L_ .Form_register_name__ks6Rj{display:flex;justify-content:space-between;align-items:center}.Form_register_form__uH6L_ .Form_auth_input__T7_yw,.Form_register_form__uH6L_ .Form_forgot__ePaAI{margin:8px 0}.Form_register_form__uH6L_ .Form_nick_wrapper__5yNDL{width:100%;position:relative}.Form_register_form__uH6L_ .Form_privacy__pSoHS{font-size:12px;font-weight:400;margin:4px 0 14px;display:flex;justify-content:flex-start;align-items:center;align-self:flex-start}.Form_register_form__uH6L_ .Form_privacy__pSoHS .Form_link__26NAT{margin-left:6px;color:#ff671d;cursor:pointer}.Form_register_form__uH6L_ .Form_privacy__pSoHS .Form_required_dot__6S_Et{color:red;margin-left:6px}.Form_register_form__uH6L_ .Form_cta__RKix9{margin-top:10px}.Form_register_form__uH6L_ .Form_change_auth__iN2Ox{font-size:13px;margin-top:22px;display:flex;flex-direction:column;justify-content:center;align-items:center}.Form_register_form__uH6L_ .Form_change_auth__iN2Ox .Form_sign_up__zNbGS{cursor:pointer;font-weight:600;margin-left:2px;color:#ff671d}@media screen and (max-height:600px){.Form_register_form__uH6L_ .Form_auth_logo__Xl4rm{transition:all .2s ease-in-out;top:-100px}}.Form_register_form__uH6L_ .Form_dot_typing__yBSs0{margin:50px 0 40px;position:relative;left:-9999px;width:26px;height:26px;border-radius:50%;background-color:#ff671d;color:#ff671d;box-shadow:9954px 0 0 0 #ff671d,9999px 0 0 0 #ff671d,10044px 0 0 0 #ff671d;animation:Form_dotTyping__sDNT_ 1s linear infinite}@keyframes Form_dotTyping__sDNT_{0%{box-shadow:9954px 0 0 0 #ff671d,9999px 0 0 0 #ff671d,10044px 0 0 0 #ff671d}25%{box-shadow:9954px -14px 0 0 #ff671d,9999px 0 0 0 #ff671d,10044px 0 0 0 #ff671d}50%{box-shadow:9954px 0 0 0 #ff671d,9999px -14px 0 0 #ff671d,10044px 0 0 0 #ff671d}75%{box-shadow:9954px 0 0 0 #ff671d,9999px 0 0 0 #ff671d,10044px -14px 0 0 #ff671d}to{box-shadow:9954px 0 0 0 #ff671d,9999px 0 0 0 #ff671d,10044px 0 0 0 #ff671d}}.Form_register_form__uH6L_::-webkit-scrollbar{display:none}@media screen and (max-height:750px){.Form_register_form__uH6L_.Form_resp_form1__gj0JX{height:100%;overflow-y:auto;width:100%;justify-content:flex-start;padding:20px 22%}}@media screen and (max-height:750px)and (min-width:576px){.Form_register_form__uH6L_.Form_resp_form1__gj0JX{height:100vh;overflow-y:auto;justify-content:flex-start;scrollbar-width:none}.Form_register_form__uH6L_.Form_resp_form1__gj0JX::-webkit-scrollbar{display:none}}@media screen and (max-height:450px){.Form_register_form__uH6L_.Form_resp_form2__faJ_w{height:100%;overflow-y:auto;width:100%;justify-content:flex-start;padding:20px 22%}}.Form_register_form__uH6L_ .Form_change_screen__P805b{font-size:13px;font-weight:400;margin:18px 0 0;text-align:center;color:#ff671d;cursor:pointer}@media screen and (max-width:576px){.Form_register_form__uH6L_{width:90%!important;padding:20px 0!important}.Form_register_form__uH6L_.Form_check_mail__Ba_Fs,.Form_register_form__uH6L_.Form_resp_form2__faJ_w{height:100vh}}.Form_help_modal__rLYNp{border-radius:12px;width:450px;max-width:90vw;height:80vh}.Spinner_loader__PFnr6{width:46px;height:46px;border-radius:50%;perspective:800px;position:relative}.Spinner_loader__PFnr6 .Spinner_inner__CTzDC{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%}.Spinner_loader__PFnr6 .Spinner_one__WUvDh{left:0;top:0;animation:Spinner_rotate-one__4gmkW 1s linear infinite;border-bottom:3px solid #ff671d}.Spinner_loader__PFnr6 .Spinner_two__1mwnd{right:0;top:0;animation:Spinner_rotate-two__GgDZl 1s linear infinite;border-right:3px solid #ff671d}.Spinner_loader__PFnr6 .Spinner_three__LDpBV{right:0;bottom:0;animation:Spinner_rotate-three__wuqHD 1s linear infinite;border-top:3px solid #ff671d}@keyframes Spinner_rotate-one__4gmkW{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes Spinner_rotate-two__GgDZl{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes Spinner_rotate-three__wuqHD{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}.NickList_list__nPPt8{width:100%;border-radius:8px;transition:all .2s ease-in-out;background-color:#fff;border:1px solid rgba(0,0,0,.1);position:absolute;z-index:2;top:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.NickList_list__nPPt8 .NickList_loader___zAqK{margin:12px 0}.NickList_list__nPPt8 .NickList_empty_msg__zrYSQ{width:100%;font-size:14px;margin:12px 0;text-align:center}.NickList_list__nPPt8 .NickList_row__frO6D{padding:8px 10px;width:100%;font-size:14px;display:flex;justify-content:flex-start;align-items:center}.NickList_list__nPPt8 .NickList_row__frO6D svg{width:14px;height:auto;margin-right:12px}.NickList_list__nPPt8 .NickList_row__frO6D svg *{fill:#3f3f3f}.NickList_list__nPPt8 .NickList_row__frO6D:hover{cursor:pointer;background-color:rgba(221,226,228,.4)}