: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:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;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)}}:root{--blue:#1da8eb;--dark:#253a48;--grey:rgba(37,58,72,.7);--dark-grey:#4e5255;--light-grey:#8a9297;--warning:#ffc107;--error:#e60000;--success:#22a968;--white:#fff;--main-bg:linear-gradient(0deg,rgba(37,58,72,.02),rgba(37,58,72,.02)),#fff;--font-black:#253a48;--font-gray:#4e5255;--font-light-gray:#8a9297;--font-blue:#1da8eb;--radius:12px;--border-radius:12px;--container-padding:0px;--container-padding-lg:0px;--container-padding-md:40px;--container-padding-sm:20px;--page-content-top-margin:40px;--page-content-top-margin-sm:20px}.Toastify__toast-theme--colored.toast-error{background:var(--error)}.Toastify__toast-theme--colored.toast-success{background:var(--success)}.Toastify__toast-theme--colored.toast-info{background:var(--blue)}.Toastify__toast-theme--colored.toast-warning{background:var(--warning)}.yarl__thumbnails_thumbnail_active{border-color:var(--blue)!important}*,:after,:before{-ms-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}*{-webkit-tap-highlight-color:rgba(0,0,0,0);scrollbar-width:none!important}html{--scroll-behavior:smooth!important;scroll-behavior:smooth!important}body{font-family:var(--font-lato);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--main-bg);-ms-overflow-style:none;overflow-x:hidden;position:relative}::-webkit-scrollbar{display:none}input,select,textarea{box-sizing:border-box}a{color:inherit;text-decoration:none}li{list-style:none}.pageWrapper{display:flex;flex-direction:column;min-height:100vh}.container{position:relative;max-width:1292px;width:100%;padding:0 var(--container-padding)}.appLayout{margin:var(--page-content-top-margin) auto;flex-grow:1}.lg-container{position:relative!important;z-index:99999999999999!important}@media only screen and (min-width:0px){:root{--container-padding:var(--container-padding-sm)}}@media only screen and (min-width:768px){:root{--container-padding:var(--container-padding-md)}}@media only screen and (min-width:1360px){:root{--container-padding:var(--container-padding-lg)}}.garageAdd{position:relative;padding:0 0 74px}.column,.row{display:flex}.column{flex-direction:column}.grid{display:grid;grid-gap:28px;gap:28px;grid-auto-rows:minmax(0,1fr);grid-template-columns:repeat(1,minmax(0,1fr))}.pointer{cursor:pointer}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-white{border-radius:50%;border:2px solid hsla(0,0%,100%,.25);border-top-color:#fff}.spinner-black,.spinner-white{width:20px;height:20px;animation:spin 1.5s linear infinite}.spinner-black,.spinner-black-md{border-radius:50%;border:2px solid rgba(44,49,49,.25);border-top-color:#2c3131}.spinner-black-md{display:flex;width:16px;height:16px;animation:spin 1.5s linear infinite}@media only screen and (max-width:480px){.pageWrapper{overflow-x:hidden}}@media only screen and (min-width:640px){.grid{gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:768px){.grid{gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (min-width:1024px){.grid{gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:1280px){.grid{gap:28pxx;grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (min-width:1536px){.grid{gap:28px;grid-template-columns:repeat(4,minmax(0,1fr))}}.fadeInAnimation1500,.fadeInAnimation500{animation:fadeIn 1.5s ease}.fadeInAnimation200{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.Button_btn__DEXHD{display:flex;justify-content:center;align-items:center;border-radius:8px;border:none;white-space:nowrap;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:48px;padding:0 32px;height:48px;cursor:pointer;transition:all .3s;font-family:var(--font-inter);-webkit-user-select:none;-moz-user-select:none;user-select:none}.Button_primary__cUUdB{background-color:var(--components-button-primary,#1da8eb)}.Button_primary__cUUdB:hover:enabled{background-color:var(--components-button-primary,#1a98d7)}.Button_primary__cUUdB:active:enabled{background:linear-gradient(90deg,rgba(29,168,235,.2),rgba(37,58,72,.2)),#1da8eb}.Button_primary__cUUdB:disabled{opacity:.5}.Button_secondary__8EV_T{background:linear-gradient(90deg,rgba(29,168,235,.2),rgba(37,58,72,.2)),rgba(37,58,72,.7)}.Button_secondary__8EV_T:hover{background:linear-gradient(90deg,rgba(29,168,235,.4),rgba(37,58,72,.4)),#253a48}.Button_secondary__8EV_T:active{background:linear-gradient(90deg,rgba(29,168,235,.2),rgba(37,58,72,.2)),#253a48}.Button_secondary__8EV_T:disabled{opacity:.5}.Button_terciary__xGlw1{background:#fff;border:1px solid rgba(78,82,85,.2);color:#253a48}.Button_terciary__xGlw1:hover{background:linear-gradient(0deg,rgba(37,58,72,.06),rgba(37,58,72,.06)),#fff}.Button_terciary__xGlw1:active{background:linear-gradient(0deg,rgba(37,58,72,.08),rgba(37,58,72,.08)),#fff}.Button_terciary__xGlw1:disabled{opacity:.5}.Button_transparent__1Z6SX{background:hsla(0,0%,100%,.2)}.Button_transparent__1Z6SX:hover{background:hsla(0,0%,100%,.3)}.Button_transparent__1Z6SX:active{background:hsla(0,0%,100%,.2)}.Button_transparent__1Z6SX:disabled{opacity:.5}.Button_gradient__pm0jc{background:linear-gradient(90deg,rgba(29,168,235,.2),rgba(37,58,72,.2)),#1da8eb}.Button_secondaryGradient__XILXA{background:linear-gradient(90deg,rgba(29,168,235,.2),rgba(37,58,72,.2)),rgba(37,58,72,.7);transition:all .3s}.Button_blue__DIbIQ{background:#1da8eb}.Button_grey__wK2Xz{background:hsla(0,0%,100%,.1)}.Button_blue__DIbIQ:hover:enabled{background:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),#1da8eb}.Button_blue__DIbIQ:active:enabled{background:linear-gradient(90deg,rgba(38,185,241,.2),rgba(37,58,72,.2)),#1da8eb}.Button_lightBlue__qRmql{background-color:rgba(29,168,235,.08);color:#1da8eb;font-weight:700}.Button_lightBlue__qRmql:hover{background-color:rgba(29,168,235,.2)}.Button_green__diB1Q{background:#22a968}.Button_green__diB1Q:hover:enabled{background:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),#22a968}.Button_green__diB1Q:active:enabled{background:linear-gradient(90deg,rgba(38,185,241,.2),rgba(37,58,72,.2)),#22a968}.Button_red__OftCq{background:#e60000}.Button_red__OftCq:hover:enabled{background:linear-gradient(0deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.2)),#e53935}.Button_red__OftCq:active:enabled{background:linear-gradient(90deg,rgba(38,185,241,.2),rgba(37,58,72,.2)),#e53935}.Button_outline__fQafS{border:1px solid #fff;background:transparent}.Button_outline__fQafS:hover{background:hsla(0,0%,100%,.1)}.Button_outline__fQafS:active{background:hsla(0,0%,100%,.2)}.Button_outline__fQafS:disabled{opacity:.5}.Button_lg__aKhOf{height:48px;padding:16px 32px}.Button_md__R8nVS{height:40px}.Button_sm__Fyirx{padding:8px 12px;font-size:12px;height:32px}.Button_full__iraTi{width:100%}.Button_fit__qv33X{width:-moz-fit-content;width:fit-content}.Button_disabled__ZvAie{opacity:.5}.RootErrorBoundary_errorClientWrapper__8EuOv{min-height:100vh;display:flex;flex-direction:column;justify-content:center}.RootErrorBoundary_errorClientContainer__za2Of{padding:80px 40px;max-width:560px;margin:20px auto;display:flex;flex-direction:column;align-items:center;border-radius:var(--border-radius);background:var(--white);box-shadow:0 4px 20px 0 rgba(37,58,72,.09);text-align:center}.RootErrorBoundary_errorClientContainer__title__Hp_o9{color:var(--font-black);font-size:1.375rem;font-weight:700;line-height:190%}.RootErrorBoundary_errorClientContainer__description__Qkzkt{color:var(--font-gray);font-size:.875rem;line-height:1.75}.RootErrorBoundary_errorClientContainer__goHomeBtn__1_UNI{margin-top:1rem;font-size:.875rem;font-weight:500}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_98cf97;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_98cf97;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_98cf97{font-family:__Inter_98cf97,__Inter_Fallback_98cf97;font-style:normal}.__variable_98cf97{--font-inter:"__Inter_98cf97","__Inter_Fallback_98cf97"}.LogoSection_logoSection__oOF9D{padding:28px 0;background:#253a48;box-shadow:inset 0 -10px 30px 0 rgba(0,0,0,.16);position:relative;width:100%;display:grid;place-items:center;overflow:hidden}.LogoSection_logoSection__oOF9D:after,.LogoSection_logoSection__oOF9D:before{position:absolute;content:"";height:100%;width:25%;z-index:2;pointer-events:none}.LogoSection_logoSection__oOF9D:before{left:0;top:0}.LogoSection_logoSection__oOF9D:after{right:0;top:0;transform:rotate(180deg)}.LogoSection_slideTrack__Q9WZV{display:flex;align-items:center;gap:80px;justify-content:center;animation:LogoSection_scroll__qeuY3 20s linear infinite}.LogoSection_slide__S0c8I{display:grid;place-items:center;transition:.5s}.LogoSection_slide__S0c8I:hover{transform:scale(.8)}@keyframes LogoSection_scroll__qeuY3{0%{transform:translateX(0)}to{transform:translateX(-1500px)}}@keyframes LogoSection_scroll2__MKXG3{0%{transform:translateX(0)}to{transform:translateX(-750px)}}@media only screen and (max-width:786px){.LogoSection_logoSection__oOF9D{padding:24px 0}.LogoSection_slideTrack__Q9WZV{gap:40px}.LogoSection_slide__S0c8I{transform:scale(.8)}}.BackDrop_backDrop__NSQ3y{position:fixed;inset:0;z-index:1000}.BackDrop_backDrop_darken__z1snT{background-color:rgba(36,57,71,.76)}.BackDrop_backDrop_blurred__1dX1v{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.Modal_modalWindowBackDrop__YUouE{display:flex;justify-content:center;align-items:center;z-index:10}.Modal_modalWindowBackDrop__fullscreen__SFeCy{padding:0!important;z-index:3000}.Modal_modalClose__gMTwV{position:absolute;right:20px;top:20px;cursor:pointer}.Modal_modalWrapper__HlIaA{display:flex;flex-direction:column;padding:40px;width:100%;gap:32px;position:relative;border-radius:12px;background:var(--white);box-shadow:0 0 30px 0 rgba(37,58,72,.5);max-height:90%;overflow:auto}.Modal_titleWrapper__dMjzV{display:flex;flex-direction:column;width:100%;gap:16px;align-items:center}.Modal_modalTitle__bhkzZ{color:var(--font-black);text-align:center;font-size:2.125rem;font-style:normal;font-weight:700;line-height:normal}.Modal_modalDescription__0wtN5{color:var(--font-gray);text-align:center;text-wrap:balance;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;max-width:400px}.Modal_sm__aJVEm{max-width:400px}.Modal_md__ogvMc{max-width:800px;padding:40px 100px}.Modal_md2__e7C_F{max-width:800px;padding:40px}.Modal_full__TM1Qf{width:100%;height:100%;max-width:100%;max-height:100%;padding:0;gap:0;border-radius:0}@media only screen and (max-width:786px){.Modal_modalWindowBackDrop__YUouE{padding:0 10px}.Modal_md2__e7C_F,.Modal_md__ogvMc{padding:40px 20px}}@media only screen and (max-width:576px){.Modal_modalWindowBackDrop__YUouE{padding:0;z-index:3000}.Modal_modalWrapper__HlIaA{max-height:100%;max-width:none;border-radius:0}}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/e54d8da3d7d1722e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:100;font-display:swap;src:url(/_next/static/media/55c20a7790588da9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9ce3050912c26948-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/155cae559bbd1a77-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cce080f35d014443-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4de1fea1a954a5b6-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/39969fcf98a3026e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d664cce900333ee-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f97d1853053d8931-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_8fb32a;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/7ff6869a1704182a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_Fallback_8fb32a;src:local("Arial");ascent-override:101.32%;descent-override:21.87%;line-gap-override:0.00%;size-adjust:97.42%}.__className_8fb32a{font-family:__Lato_8fb32a,__Lato_Fallback_8fb32a;font-style:normal}.__variable_8fb32a{--font-lato:"__Lato_8fb32a","__Lato_Fallback_8fb32a"}.Input_inputWrapper__HOiH9{position:relative;display:flex;flex-direction:column;justify-content:flex-start;width:100%;text-align:start;gap:4px}.Input_label__YSs5a{color:#253a48;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.Input_input__OxTos{display:flex;align-items:center;gap:10px;align-self:stretch;border-radius:8px;background:rgba(37,58,72,.1);border:none;color:rgba(37,58,72,.5);font-size:14px;font-style:italic;font-weight:400;line-height:normal;transition:all .3s ease-in-out}.Input_transparent__MYHrs{background:hsla(0,0%,100%,.3)!important;color:hsla(0,0%,100%,.7)!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:normal!important}.Input_md__cSUFl{height:48px;padding:16px 20px}.Input_sm__0GxVr{height:32px;padding:10px 14px;font-size:12px}.Input_input__OxTos:focus{box-shadow:0 0 0 1px rgba(37,58,72,.5);border:none;outline:none;background:rgba(37,58,72,.14);color:unset;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.Input_input__OxTos::placeholder{color:rgba(37,58,72,.5);font-size:14px;font-style:italic;font-weight:400;line-height:normal}.Input_transparent__MYHrs::placeholder{color:hsla(0,0%,100%,.7);font-size:14px;font-style:italic;font-weight:500;line-height:normal}.Input_disabled__3SbAz{opacity:.5}.Input_inputButton__a38Ms{position:absolute;right:12px;top:32px;margin:auto 0;display:flex;padding:8px 12px;align-items:center;gap:10px;border-radius:4px;font-size:12px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}.Input_labelWrapper__3mkdy{display:flex;justify-content:space-between}.Input_rightLabel__odpEh{color:#1da8eb;cursor:pointer}.Input_labelInnerRight__Yd__Y,.Input_rightLabel__odpEh{font-size:14px;font-style:normal;font-weight:700;line-height:normal}.Input_labelInnerRight__Yd__Y{color:rgba(37,58,72,.5)}.Input_primary__CzVR7{background:var(--dark);color:hsla(0,0%,100%,.7)}.Input_secondary__a_Hgx{background:var(--blue);color:#fff}.Input_lightGray__Wqxxy{background:rgba(37,58,72,.3);color:#fff}.Input_iconRight__xTf4O,.Input_labelInnerRight__Yd__Y{position:absolute;right:20px;top:38px;cursor:pointer}.Input_iconLeft__BfT_Z{position:absolute;left:20px;top:38px}.Input_inputLeftIcon__tAoPS{padding-left:48px}.Input_required__x2kPR{color:#1da8eb;font-size:16px;font-style:normal;font-weight:900;line-height:11px}.Input_inputError__yxHPq{border:1px solid #e53935!important;background:linear-gradient(0deg,rgba(229,57,53,.04),rgba(229,57,53,.04)),rgba(37,58,72,.06)!important;transition:all .3s ease-in-out}.Input_inputError__yxHPq:focus{box-shadow:none}.Input_inputError__yxHPq::placeholder{color:#a56b68}.Input_errorText__EH0A_{color:var(--ErrorRed,#e60000);text-align:right;font-size:12px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease-in-out;position:absolute;top:75px;right:0}.ForgotPassword_resetPassword__0IWdV{display:flex;flex-direction:column;gap:30px}.ForgotPassword_helpWrapper__6q08Y{display:flex;justify-content:center;gap:3px;margin-top:10px}.ForgotPassword_helpLabel__hMUmC{color:#4e5255;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ForgotPassword_helpAction__jSE3P{color:#1da8eb;font-size:14px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer}.Divider_divider__M4_my{border-bottom:1px solid #d9d9d9;width:100%}.GoogleLogin_googleButton__YxDpH{display:flex;justify-content:center;align-items:center;gap:10px;border-radius:10px;border:1px solid rgba(78,82,85,.2);background:#fff;height:48px;cursor:pointer}.GoogleLogin_label__2g8b5{color:rgba(0,0,0,.54);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Login_loginForm__K1hxo{display:flex;flex-direction:column;gap:4px}.Login_inputsWrapper__9sCSQ{display:flex;flex-direction:column;gap:16px}.Login_forgotPassword__472P9{display:flex;justify-content:flex-end;align-items:center;gap:10px;color:#1da8eb;font-size:12px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer}.Login_forgotPassword__hidden__KdYwn{opacity:0;visibility:hidden}.Login_footer__PAsaB{display:flex;flex-direction:column;gap:24px;margin-top:10px}.Login_continueWith__PcXlk{display:flex;justify-content:space-between;align-items:center;gap:16px}.Login_continueLabel__XYuBQ{color:#8a9297;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-wrap:nowrap}.Login_registerWrapper__0ZLud{display:flex;align-items:center;justify-content:center;gap:3px;margin-top:8px}.Login_registerLabel__v1uYI{color:#4e5255}.Login_registerAction__G4kc1,.Login_registerLabel__v1uYI{font-size:14px;font-style:normal;font-weight:400;line-height:20px}.Login_registerAction__G4kc1{color:#1da8eb;cursor:pointer}.Login_socialsWrapper__XtEWV{display:flex;flex-direction:column;gap:12px}.Checkbox_checkboxContainer__lQh5l{display:inline-block;position:relative}.Checkbox_checkboxWrapper__fXC4M{display:flex;gap:16px;align-items:center;cursor:pointer;outline:none}.Checkbox_checkboxWrapper__fXC4M:focus-visible .Checkbox_checkbox__ogz1d{outline:auto}.Checkbox_checkbox__ogz1d{min-width:30px!important;max-width:30px;min-height:30px!important;max-height:30px;border-radius:8px;background:rgba(37,58,72,.1);padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease-in-out}.Checkbox_checkboxHover__NEVtV:hover{background:rgba(37,58,72,.2)}.Checkbox_checkboxActive__vOzAs{background:#1da8eb}.Checkbox_checkboxActive__vOzAs:hover{background:rgba(29,168,235,.8)}.Checkbox_disabled__5WcjL{opacity:.5;background:rgba(37,58,72,.1)}.Checkbox_disabledActive__YAfxb{opacity:.5}.Checkbox_label__pOg8W{color:#253a48;font-size:14px;font-style:normal;font-weight:700;line-height:normal}.Checkbox_errorText__5jo3f{color:var(--ErrorRed,#e60000);text-align:right;font-size:12px;font-style:normal;font-weight:500;line-height:normal;transition:all .3s ease-in-out;position:absolute;bottom:-20px;right:0}.AcceptTermsAndConditions_link__S9F_m{color:var(--blue)}.Register_registerForm__DF_QG{display:flex;flex-direction:column;gap:32px}.Register_inputsWrapper__iEGUC{display:flex;flex-direction:column;gap:16px}.Register_form__6NulQ{display:flex;flex-direction:column;gap:32px}.Register_loginWrapper__TpYZL{display:flex;align-items:center;justify-content:center;gap:3px}.Register_loginLabel__ZrG__{color:#4e5255}.Register_loginAction__jSgL4,.Register_loginLabel__ZrG__{font-size:14px;font-style:normal;font-weight:400;line-height:20px}.Register_loginAction__jSgL4{color:#1da8eb;cursor:pointer}.ConfirmEmail_confirmEmail__uYmQv{display:flex;flex-direction:column;gap:40px;align-items:center}.ConfirmEmail_buttons__DT4jP{display:flex;flex-direction:column;gap:12px;width:100%}.ResetPassword_resetPassword__TF31j{display:flex;flex-direction:column;gap:30px}.ResetPassword_inputsWrapper__JO1Ri{display:flex;flex-direction:column;gap:16px}.ResetPassword_helpWrapper__4wHyI{display:flex;justify-content:center;gap:3px;margin-top:10px}.ResetPassword_helpLabel__Y20xE{color:#4e5255}.ResetPassword_helpAction__P9Ou8,.ResetPassword_helpLabel__Y20xE{font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ResetPassword_helpAction__P9Ou8{color:#1da8eb;cursor:pointer}.Footer_footer__Zhonh{width:100%;margin-top:auto!important;padding:60px 0 40px;background:linear-gradient(90deg,rgba(37,58,72,.7),rgba(37,58,72,.35)),linear-gradient(0deg,#1da8eb,#1da8eb),#fff}.Footer_footerMobile__EgKwm{padding-bottom:120px}.Footer_footerInner__Z9BSv{display:flex;flex-direction:column;gap:40px;margin:0 auto}.Footer_linksContentWrapper__4JlYC{display:flex;justify-content:space-between;align-items:flex-start;gap:2.5rem;flex-wrap:wrap}.Footer_linkSection__5eYDS{display:flex;flex-direction:column;gap:16px;min-width:130px}.Footer_links__mZrPk{display:flex;flex-direction:column;gap:8px}.Footer_links__mZrPk>span{cursor:pointer}.Footer_linkTitle__CL6co{color:var(--white);font-size:1rem;font-weight:500}.Footer_versionWrapper__1wDqs{display:flex;gap:12px}.Footer_secondaryText__ltL4M{color:hsla(0,0%,100%,.7);font-size:.875rem;text-wrap:balance}.Footer_secondaryTextBold__CPXn0{color:hsla(0,0%,100%,.9);font-size:.875rem}.Footer_autopointInfoBlock__3He_p{display:flex;flex-direction:column;gap:1.5rem;max-width:340px}.Footer_countryList__j6XsA{display:flex;align-items:center;gap:1rem}.Footer_countryList__j6XsA button{background:transparent;border:none;outline:none;cursor:pointer}.Footer_subscribe__t0O1l{display:flex;flex-direction:column;gap:1rem;max-width:340px}.Footer_subscribeInputWrapper__AFBmT{display:flex;padding:6px 6px 6px 20px;align-items:center;justify-content:space-between;width:100%;gap:10px;border-radius:8px;background:hsla(0,0%,100%,.3)}.Footer_subscribeInput__HizaG{color:hsla(0,0%,100%,.7);font-size:14px;font-style:normal;font-weight:500;line-height:normal;background:transparent;border:none;outline:none}.Footer_subscribeInput__HizaG::placeholder{color:hsla(0,0%,100%,.7)}.Footer_subscribeButton__gG6He{display:flex;padding:10px 16px;justify-content:center;align-items:center;gap:8px;border:none;border-radius:5px;background:rgba(37,58,72,.6);color:hsla(0,0%,100%,.9);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:normal;cursor:pointer}.Footer_divider__A3vC_{border-top:1px solid hsla(0,0%,100%,.3)}.Footer_bottom__3bvK4{display:flex;justify-content:space-between;align-items:center}.Footer_copyright__5NYPr{color:hsla(0,0%,100%,.7);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.Footer_socials__2SV__{display:flex;align-items:center;gap:12px}.Footer_bottomLinks__Mrdf4{display:flex;gap:.5rem;align-items:center}@media only screen and (max-width:768px){.Footer_bottom__3bvK4{flex-direction:column;gap:2rem}}@media only screen and (max-width:600px){.Footer_autopointInfoBlock__3He_p,.Footer_subscribe__t0O1l{max-width:none;align-items:center;text-align:center}}.MenuLink_menuItem__jUlEY{display:flex;padding:4px 16px;flex-direction:column;align-items:center;gap:4px;flex:1 0;border-radius:8px;background:hsla(0,0%,100%,.05);width:100%;height:100%}.MenuLink_label__SdUpW{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.MenuLink_menuItemActive__Tkzpp{background:hsla(0,0%,100%,.2)}.MobileMenuItem_linkWrapper__BWhjw{display:flex;padding:12px;gap:8px;align-items:center;justify-content:space-between;border-radius:8px;background:hsla(0,0%,100%,.1)}.MobileMenuItem_linkInfo__ROIkY{display:flex;flex-direction:column;gap:16px;width:100%;text-wrap:wrap}.MobileMenuItem_header__eHiAN{display:flex;flex-direction:column;gap:6px}.MobileMenuItem_linkTitle__tFHZW{color:#fff;font-size:15px;font-style:normal;font-weight:700;line-height:normal}.MobileMenuItem_linkDescription__SyeQn{color:hsla(0,0%,100%,.7);font-size:14px;font-style:normal;font-weight:500;line-height:normal}.MobileMenuTag_tag__B8iVt{display:flex;padding:8px 10px;justify-content:center;align-items:center;gap:4px;border-radius:8px;background-color:rgba(29,168,235,.08);width:max-content;transition:background-color .3s linear}.MobileMenuTag_title__HGJ0f{color:hsla(0,0%,100%,.9)}.MobileMenuTag_title__HGJ0f,.MobileMenuTag_value__z1Isp{font-size:12px;font-style:normal;font-weight:700;line-height:normal}.MobileMenuTag_value__z1Isp{color:#1da8eb}.AuthorizedMobileMenu_settingsButton___OaAD{display:flex;align-items:center;justify-content:center;gap:4px;color:#1da8eb;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.AuthorizedMobileMenu_dropdownBody__CTJRf{display:flex;flex-direction:column;gap:8px}.AuthorizedMobileMenu_tagsWrapper__c4YSE{display:flex;flex-wrap:wrap;gap:8px}.UnauthorizedMobileMenu_dropdownBody__uSqRl{display:flex;justify-content:center;align-items:center;width:100%;padding:24px 0}.MoreMenu_moreLink__QF3FQ{display:flex;padding:12px 16px;align-items:center;justify-content:space-between;gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1);color:#fff;font-size:15px;font-style:normal;font-weight:700;line-height:normal}.MobileMenuModal_mobileMenuModal__x6wdl{border-radius:16px 16px 0 0!important;width:100vw;transform:translateZ(0);will-change:max-height;position:relative;z-index:20}.MobileMenuModal_mobileMenuModalBody__EDFOz{padding:16px;display:flex;flex-direction:column;gap:10px}.MobileMenu_mobileMenuWrapper__Fukbv{z-index:2000;position:fixed;bottom:0;width:100%;background:transparent;max-height:100%;transition:all .15s ease-in;border-radius:0 0}.MobileMenu_mobileMenuWrapper__opened__48X4f{border-radius:16px 16px 0 0!important;background:var(--dark)}.MobileMenu_mobileMenuWrapper__Fukbv .MobileMenu_mobileMenu__lUygp{display:flex;gap:8px;align-items:center;width:100%;padding:8px;cursor:pointer;position:relative;z-index:2000;background:var(--dark)}.PageChangeLoader_PageChangeLoader__WAkKX{width:100%;height:3px;position:fixed;top:0;left:0;z-index:10000;overflow:hidden;background-color:var(--light-grey);border-radius:20px}.PageChangeLoader_PageChangeLoader__WAkKX:before{content:"";position:absolute;left:-50%;height:3px;width:40%;background-color:var(--dark);animation:PageChangeLoader_lineAnim__TpkLr 1s linear infinite;border-radius:20px}@keyframes PageChangeLoader_lineAnim__TpkLr{0%{left:-40%}50%{left:20%;width:80%}to{left:100%;width:100%}}.Body_carouselBody__tCPRi{display:flex;flex-direction:column;gap:16px;width:100%}.Body_title__8w7Ah{color:#fff;font-size:42px;font-style:normal;font-weight:700;line-height:normal}.Body_description__1WAva{overflow:hidden;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:20px;max-width:444px;width:100%}.Body_buttonWrapper__YTwex{display:flex;gap:16px}@media only screen and (max-width:640px){.Body_carouselBody__tCPRi{width:100%}.Body_title__8w7Ah{order:1!important}.Body_description__1WAva{order:2!important}.Body_buttonWrapper__YTwex{order:3!important;flex-direction:column}.Body_buttonWrapper__YTwex button{width:100%}}.Banner_carousel__3_vbI{display:flex;padding:80px 40px;flex-direction:column;align-items:center;justify-content:center;align-self:stretch;gap:60px;border-radius:12px;position:relative;z-index:1!important;height:339px}.Banner_background1__P0OkL{position:absolute;top:0;z-index:-1;height:339px;width:100%;background:linear-gradient(90deg,#000 .39%,rgba(0,0,0,.2)),url(/homepage/banner.webp) #d3d3d3 50%;background-size:cover!important;background-repeat:no-repeat!important;background-position:50%!important}.Banner_contentWrapper__dgoZ_{align-items:flex-start;gap:31px;max-width:1292px}.Banner_contentWrapper__dgoZ_,.Banner_content__n9DFU{display:flex;justify-content:flex-start;width:100%}@media only screen and (max-width:640px){.Banner_carousel__3_vbI{justify-content:center;align-items:center;text-align:center;gap:40px;padding:40px 20px 20px;border-radius:0}.Banner_background1__P0OkL,.Banner_background2__0ZfS6,.Banner_background3__5L7jp{border-radius:0}.Banner_contentWrapper__dgoZ_{display:flex;justify-items:center;align-content:center;padding:0 20px}.Banner_content__n9DFU{flex-basis:100%;box-sizing:border-box}}.Cookie-Banner_banner__ZDjtP{position:-webkit-sticky;position:sticky;z-index:99999;bottom:0;padding:18px 40px;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 -4px 4px 0 rgba(0,0,0,.06)}.Cookie-Banner_hidden__jLO1w{display:none}.Cookie-Banner_bannerContent__PVEcf{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.Cookie-Banner_link__KwU3u{color:#1da8eb}.Cookie-Banner_link__KwU3u:hover{text-decoration:underline}.Cookie-Banner_bannerActions__XfCIq{display:flex;align-items:center;gap:16px}@media screen and (max-width:768px){.Cookie-Banner_banner__ZDjtP{padding:18px 12px}.Cookie-Banner_bannerContent__PVEcf{flex-direction:column}.Cookie-Banner_notice__khXUz{text-align:center}.Cookie-Banner_bannerActions__XfCIq{width:100%}}