.Stack_stack__hysvV{--flex:initial;--gap:0;--padding:0;display:flex;flex:var(--flex);flex-direction:column;gap:var(--gap);padding:var(--padding);@media (max-width:600px){&.Stack_isVerticalOnMobile__ERfp2{flex-direction:column}}}.Stack_row__hXAc9{flex-direction:row}.Stack_align-flex-start__hF7Kk{align-items:flex-start}.Stack_align-center__4urMK{align-items:center}.Stack_align-flex-end__ZcDhO{align-items:flex-end}.Stack_align-stretch__kqjpx{align-items:stretch}.Stack_align-baseline__3uKnT{align-items:baseline}.Stack_justify-flex-start__Dp_9a{justify-content:flex-start}.Stack_justify-center__8_ZAd{justify-content:center}.Stack_justify-flex-end__pDVSk{justify-content:flex-end}.Stack_justify-space-between___SjOX{justify-content:space-between}.Stack_justify-space-around__Nhe1W{justify-content:space-around}.Stack_justify-space-evenly__FmLyM{justify-content:space-evenly}.Stack_wrap-nowrap__J6xFJ{flex-wrap:nowrap}.Stack_wrap-wrap__jAzm8{flex-wrap:wrap}.Stack_wrap-wrap-reverse__aDBNo{flex-wrap:wrap-reverse}.FormError_root__cKvxy{color:var(--danger-red-800)}.Inputs_inputWrapper__HXuhG{position:relative;width:100%}.Inputs_input__BXNA_{box-sizing:border-box;width:100%;height:48px;padding:0 12px;border:1px solid transparent;border-radius:4px;color:var(--black-black-800-main);background-color:var(--black-black-100);outline:none;transition:border-color var(--default-transition);&.Inputs_placeholder__FfMFF,&::placeholder{color:var(--black-black-400-secondary)}&.Inputs_dark__y6rk0{color:white;background-color:var(--black-black-600);&.Inputs_placeholder__FfMFF,&::placeholder{color:var(--black-black-50)}}&.Inputs_smallInput__tUNJd{height:40px;padding:0 8px}&.Inputs_hasError__ASRua{border-color:var(--danger-red-800)}&.Inputs_focus__2zwaa,&:focus{border-color:var(--accent-accent-1000);&.Inputs_placeholder__FfMFF,&::placeholder{color:transparent}&.Inputs_hasError__ASRua{border-color:var(--danger-red-800)}}&.Inputs_searchInput__JcVcx{padding-left:46px}@media (max-width:600px){font-size:16px}}.Inputs_searchIcon__rFcFV{position:absolute;top:50%;left:16px;transform:translateY(-50%);width:22px;height:22px;color:var(--black-black-400-secondary)}.Inputs_iconButton__57jHv{cursor:pointer;position:absolute;top:0;right:8px;bottom:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:auto 0;padding:0;border:none;color:var(--black-black-500);background:transparent}.Inputs_icon__uJ6Bi{width:20px;height:20px}.Inputs_textarea__cC2Yf{height:auto;padding:12px;resize:vertical}.Inputs_inputWithLabel__2xLz4{display:flex;flex-direction:column;gap:4px}.Inputs_error__r5RUP{color:var(--danger-red-800)}.Inputs_passwordValidationRulesContainer__woGCJ{position:relative;z-index:1}.Inputs_passwordValidationRulesInfo__QpWFI{pointer-events:none;cursor:default;position:absolute;top:0;box-sizing:border-box;width:100%;padding:10px;border-radius:4px;background-color:var(--black-black-50);animation:Inputs_fade-in__WKcHQ var(--default-transition);ul{margin:0;padding:0;li{display:flex;gap:8px;align-items:center;.Inputs_passwordValidationRulesIcon__cmG3P{width:16px;height:16px;&.Inputs_invalid__Y1Niz{color:var(--black-black-800-main)}&.Inputs_valid__hhZ5G{color:var(--success-green-800)}}}}}@keyframes Inputs_fade-in__WKcHQ{0%{opacity:0}to{opacity:1}}.Loader_loader__Mw_Eb{position:relative;display:block;width:24px;height:24px;color:var(--black-black-800-main);animation:Loader_rotation__m5Cqh 2s linear infinite}@keyframes Loader_rotation__m5Cqh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Button_iconButton__VTdRr{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:var(--black-black-800-main);background-color:transparent;transition:background-color var(--default-transition);svg{width:18px;height:18px}@media (min-width:961px){&:hover{background-color:var(--black-black-100)}}&:active{background-color:var(--black-black-200)}&.Button_disabled__Ugs6d{pointer-events:none;cursor:not-allowed;color:var(--black-black-300)}&.Button_selected__UVkiQ{color:white;background-color:var(--black-black-800-main)}}.Button_button__fqams{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:none;border-radius:8px;white-space:nowrap;transition:background-color var(--default-transition);&:active{transition:none}&.Button_primary__rG7YB{color:white;background-color:var(--black-black-800-main);.Button_loader__1PZiI{color:white}&.Button_light__2V7mw{color:var(--black-black-800-main);background-color:white;path{stroke:var(--black-black-800-main)}}&.Button_primary__rG7YB{transition:background var(--default-transition)}.Button_withArrow__zxxaH{display:flex;align-items:center;padding:5px;svg{width:22px;height:22px;transition:stroke var(--default-transition),transform var(--default-transition);path{stroke:white}}}&.Button_sm__aCWxr{height:40px;padding:8px 14px;line-height:40px;.Button_withArrow__zxxaH svg{transform:translateX(4px);width:18px;height:18px}}&.Button_md__AMWID{height:48px;padding:10px 14px;.Button_withArrow__zxxaH svg{transform:translateX(4px);width:20px;height:20px}}&.Button_lg__wY9cj{min-height:56px;padding:10px 16px;.Button_withArrow__zxxaH svg{transform:translateX(6px)}}@media (min-width:961px){&:hover{background-color:var(--black-black-900);&.Button_light__2V7mw{background-color:var(--black-black-100)}}}&:active{background-color:var(--black-black-1000);&.Button_light__2V7mw{background-color:var(--black-black-200)}}@media (min-width:961px){&:hover{&.Button_md__AMWID,&.Button_sm__aCWxr{svg{transform:translateX(6px)}}&.Button_lg__wY9cj{svg{transform:translateX(10px)}}}}&:active{&.Button_md__AMWID,&.Button_sm__aCWxr{svg{transform:translateX(6px)}}&.Button_lg__wY9cj{svg{transform:translateX(10px)}}}}&.Button_secondary__oAkgX{border:1px solid var(--black-black-200);color:var(--black-black-800-main);background-color:white;&.Button_dark__gAjzg{border-color:var(--black-black-400-secondary);color:white;background-color:var(--black-black-700);.Button_loader__1PZiI{color:white}}&.Button_sm__aCWxr{height:40px;padding:10px 14px}&.Button_md__AMWID{height:48px;padding:10px 14px}&.Button_lg__wY9cj{height:56px;padding:10px 16px}&.Button_withSsoIcon__9KmT5{gap:12px}@media (min-width:961px){&:hover{background-color:var(--black-black-100);&.Button_dark__gAjzg{background-color:var(--black-black-600)}}}&:active{background-color:var(--black-black-200);&.Button_dark__gAjzg{background-color:var(--black-black-500)}}}&.Button_tertiary__Pb_OZ{color:var(--black-black-800-main);background-color:transparent;&.Button_sm__aCWxr{height:40px;padding:10px 12px}&.Button_md__AMWID{height:48px;padding:10px 14px}&.Button_lg__wY9cj{min-height:56px;padding:10px 16px}&.Button_dark__gAjzg{color:white;background-color:transparent;.Button_loader__1PZiI{color:white}}@media (min-width:961px){&:hover{background-color:var(--black-black-100);&.Button_dark__gAjzg{background-color:var(--black-black-600)}}}&:active{background-color:var(--black-black-200);&.Button_dark__gAjzg{background-color:var(--black-black-500)}}}&.Button_isLoading__NNA84{pointer-events:none}&.Button_disabled__Ugs6d{opacity:.9;pointer-events:none}}.Button_aiWrapper__YPtsf{box-sizing:border-box;padding:1px;border-radius:8px;background:var(--gradients-ai-gradient);@media (min-width:961px){&:hover{background:linear-gradient(202deg,#5676ff,#ff8ec2 88.65%)}}&:active{background:linear-gradient(0deg,rgb(255 255 255/20%),rgb(255 255 255/20%)),linear-gradient(202deg,#5676ff,#ff8ec2 88.65%)}.Button_button__fqams.Button_primary__rG7YB{background:var(--black-black-800-main);position:relative;overflow:hidden;z-index:1;&:before{content:"";background:linear-gradient(202deg,#5676ff,#ff8ec2 88.65%);inset:0;opacity:0;position:absolute;transition:opacity var(--default-transition);z-index:-1}@media (min-width:961px){&:hover:before{opacity:1}}&:active{background:linear-gradient(0deg,rgb(255 255 255/20%),rgb(255 255 255/20%)),linear-gradient(202deg,#5676ff,#ff8ec2 88.65%)}}}.AuthProvidersSection_root__t_2b9 .AuthProvidersSection_divider__EkVYm{margin:32px 0}.AuthProvidersSection_root__t_2b9 .AuthProvidersSection_divider__EkVYm .AuthProvidersSection_separator__AaKym{height:1px;flex:1 1;background-color:var(--black-black-200)}.AuthProvidersSection_root__t_2b9 .AuthProvidersSection_divider__EkVYm .AuthProvidersSection_or__d6FZv{color:var(--black-black-300)}svg.Loader_loader__3zm4O{animation:Loader_rotation__5j3Dv .5s linear infinite;display:block;height:35px;position:relative;width:35px}svg.Loader_loader__3zm4O path{stroke:initial!important}@keyframes Loader_rotation__5j3Dv{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Button_button__NmzcR{align-items:center;border-radius:30px;border:1px;box-shadow:none;cursor:pointer;display:flex;font-size:14px;height:40px;justify-content:center;outline:none;padding:0 15px;text-align:center;text-decoration:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content}.Button_button__NmzcR.Button_fullWidth__oAc5D{width:100%}.Button_button__NmzcR .Button_loader__cgsia{height:28px;width:28px}@media(max-width:600px){.Button_button__NmzcR{padding:0;width:100%}}.Button_button__NmzcR>span{align-items:center;display:flex;gap:5px;justify-content:center}.Button_button__NmzcR.Button_primary__g_M_z{background-color:#171721;color:#fff;overflow:hidden;position:relative}.Button_button__NmzcR.Button_primary__g_M_z span{z-index:1}.Button_button__NmzcR.Button_primary__g_M_z:before{background:linear-gradient(90deg,#ff8d69,#fc624d);border-radius:560px;content:"";height:560px;min-width:100%;pointer-events:none;position:absolute;transform:scale(1);transition:transform .3s ease-in-out;width:560px;z-index:0}@media(min-width:961px){.Button_button__NmzcR.Button_primary__g_M_z:not([disabled]):hover:before{transform:scale(0)}}.Button_button__NmzcR.Button_primary__g_M_z:not([disabled]):active:before{transform:scale(0)}.Button_button__NmzcR.Button_primary__g_M_z.Button_isLoading__FhgCq{background-color:#171721}.Button_button__NmzcR.Button_primary__g_M_z.Button_isLoading__FhgCq:before{transform:scale(0)}.Button_button__NmzcR.Button_primary__g_M_z.Button_fillIcon__kCseA path{fill:#fff}.Button_button__NmzcR.Button_primary__g_M_z:not(.Button_fillIcon__kCseA) path{stroke:#fff}.Button_button__NmzcR.Button_secondary__pzrEz{background-color:#fff;border:1px solid #fe785c;color:#171721;transition:background-color .25s ease-in-out}@media(min-width:961px){.Button_button__NmzcR.Button_secondary__pzrEz:not([disabled]):hover{background-color:#fef1ed}}.Button_button__NmzcR.Button_secondary__pzrEz:not([disabled]):active{background-color:#fef1ed}.Button_button__NmzcR.Button_secondary__pzrEz .Button_arrow__nBiH6{border-color:#171721}.Button_button__NmzcR.Button_secondary__pzrEz .Button_arrow__nBiH6:before{background-color:#171721}.Button_button__NmzcR.Button_white__12bMg{cursor:pointer;transition:background-color .25s ease-in-out;background-color:#fff;border:1px solid #e2e6ed;color:#171721}@media(min-width:961px){.Button_button__NmzcR.Button_white__12bMg:hover{background-color:#f4f5fa}}.Button_button__NmzcR.Button_white__12bMg:active{background-color:#f0f2f5}.Button_button__NmzcR.Button_transparent__vnLPf{background-color:rgba(0,0,0,0)!important;padding:0 10px;transition:color .25s ease-in-out}@media(min-width:961px){.Button_button__NmzcR.Button_transparent__vnLPf:not([disabled]):hover{color:#fe785c}.Button_button__NmzcR.Button_transparent__vnLPf:not([disabled]):hover.Button_fillIcon__kCseA path{fill:#fe785c}.Button_button__NmzcR.Button_transparent__vnLPf:not([disabled]):hover:not(.Button_fillIcon__kCseA) path{stroke:#fe785c}}.Button_button__NmzcR.Button_transparent__vnLPf:not([disabled]):active{color:#fe785c}.Button_button__NmzcR.Button_transparent__vnLPf:not([disabled]):active.Button_fillIcon__kCseA path{fill:#fe785c}.Button_button__NmzcR.Button_transparent__vnLPf:not([disabled]):active:not(.Button_fillIcon__kCseA) path{stroke:#fe785c}.Button_button__NmzcR.Button_transparent__vnLPf>span{gap:10px}.Button_button__NmzcR.Button_transparent__vnLPf.Button_fillIcon__kCseA path{fill:#171721;transition:fill .25s ease-in-out}.Button_button__NmzcR.Button_transparent__vnLPf:not(.Button_fillIcon__kCseA) path{stroke:#171721;transition:stroke .25s ease-in-out}.Button_button__NmzcR.Button_orangeText__Hqs2G{background-color:rgba(0,0,0,0)!important;color:#fe785c;transition:color .25s ease-in-out}@media(min-width:961px){.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):hover{color:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):hover .Button_arrow__nBiH6{border-color:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):hover .Button_arrow__nBiH6:before{background-color:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):hover.Button_fillIcon__kCseA path{fill:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):hover:not(.Button_fillIcon__kCseA) path{stroke:#171721}}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):active{color:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):active .Button_arrow__nBiH6{border-color:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):active .Button_arrow__nBiH6:before{background-color:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):active.Button_fillIcon__kCseA path{fill:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G:not([disabled]):active:not(.Button_fillIcon__kCseA) path{stroke:#171721}.Button_button__NmzcR.Button_orangeText__Hqs2G .Button_arrow__nBiH6{border-color:#fe785c;transition:border-color .25s ease-in-out,transform .2s}.Button_button__NmzcR.Button_orangeText__Hqs2G .Button_arrow__nBiH6:before{background-color:#fe785c;transition:background-color .25s ease-in-out,width .2s,top .2s,right .2s}.Button_button__NmzcR.Button_orangeText__Hqs2G.Button_fillIcon__kCseA path{fill:#fe785c;transition:fill .25s ease-in-out}.Button_button__NmzcR.Button_orangeText__Hqs2G:not(.Button_fillIcon__kCseA) path{stroke:#fe785c;transition:stroke .25s ease-in-out}.Button_button__NmzcR.Button_disabled__Z_VOp,.Button_button__NmzcR:disabled{background-color:#f0f2f5;border-color:#f0f2f5;color:#fff;cursor:default;pointer-events:none}.Button_button__NmzcR.Button_disabled__Z_VOp:before,.Button_button__NmzcR:disabled:before{background:#f0f2f5}.Button_button__NmzcR .Button_arrow__nBiH6{border:solid #fff;border-width:0 2px 2px 0;margin-left:10px;padding:2.5px;position:relative;transform:rotate(-45deg);transition:transform .2s}.Button_button__NmzcR .Button_arrow__nBiH6:before{background-color:#fff;content:"";height:2px;right:-3px;position:absolute;top:1px;transform:rotate(45deg);transition:width .2s,top .2s,right .2s;width:12px}@media(min-width:961px){.Button_button__NmzcR:not([disabled]):hover .Button_arrow__nBiH6{transform:translateX(4px) rotate(-45deg)}.Button_button__NmzcR:not([disabled]):hover .Button_arrow__nBiH6:before{right:-4px;top:0;width:16px}}.Button_button__NmzcR:not([disabled]):active .Button_arrow__nBiH6{transform:translateX(4px) rotate(-45deg)}.Button_button__NmzcR:not([disabled]):active .Button_arrow__nBiH6:before{right:-4px;top:0;width:16px}.DialogShadow_root__oKwBw{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .25s ease-in-out;top:0;width:100%;z-index:500000}.DialogShadow_root__oKwBw.DialogShadow_open__8gE66{opacity:1;pointer-events:all}.DialogShadow_root__oKwBw .DialogShadow_dismissZone__SQPC5{background:rgba(23,23,33,.1)!important;height:100%;position:fixed;width:100%}.FormError_root__rwGfR{color:#ef3e48;font-size:14px;font-weight:500;margin-top:20px}.Dialog_dialog__YIH_s{background:#fff;border-radius:10px;box-shadow:0 4px 14px 0 rgba(23,23,33,.1);min-width:400px;max-height:95vh;overflow-y:auto;padding:20px;position:relative}@media(max-width:1280px){.Dialog_dialog__YIH_s{min-width:auto;width:50%}}@media(max-width:960px){.Dialog_dialog__YIH_s{width:70%}}@media(max-width:600px){.Dialog_dialog__YIH_s{width:95%}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE{border-radius:0;height:100vh;left:0!important;max-height:none!important;max-width:none!important;padding:0 15px 20px;top:0;width:100vw!important}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE.Dialog_isLightMode__qcsCR h2{background-color:#fff;color:#171721}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE.Dialog_isLightMode__qcsCR .Dialog_closeBtn__gnYg9 svg path{stroke:#171721}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE .Dialog_closeBtn__gnYg9{background:rgba(0,0,0,0)!important;height:60px;left:0;position:fixed!important;top:0;transition:opacity .1s;width:50px;z-index:1000001}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE .Dialog_closeBtn__gnYg9:active{opacity:.5}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE .Dialog_closeBtn__gnYg9 svg{display:none;height:16px;width:20px}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE .Dialog_closeBtn__gnYg9 svg path{stroke:#fff}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE .Dialog_closeBtn__gnYg9 .Dialog_arrow__h5Rdu{display:block}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE>h2{align-items:center;background-color:#171721;box-shadow:0 4px 14px 0 rgba(23,23,33,.1);color:#fff;display:flex;font-size:14px;font-weight:400;gap:0;justify-content:center;margin:0 -15px 20px;min-height:60px;padding:5px 60px;position:-webkit-sticky;position:sticky;top:0;text-align:center;width:100vw;z-index:1000000}.Dialog_dialog__YIH_s.Dialog_optimiseForMobile__6T6xE>h2+hr{display:none}}.Dialog_dialog__YIH_s svg.Dialog_arrow__h5Rdu{display:none}.Dialog_dialog__YIH_s .Dialog_closeBtn__gnYg9{cursor:pointer;transition:background-color .25s ease-in-out;align-items:center;border-radius:28px;display:flex;height:28px;justify-content:center;position:absolute!important;right:18px;top:18px;width:28px}@media(min-width:961px){.Dialog_dialog__YIH_s .Dialog_closeBtn__gnYg9:hover{background-color:#f4f5fa}}.Dialog_dialog__YIH_s .Dialog_closeBtn__gnYg9:active{background-color:#f0f2f5}.Dialog_dialog__YIH_s .Dialog_closeBtn__gnYg9 svg{height:18px;width:18px}.Dialog_dialog__YIH_s h2{font-size:18px;line-height:normal;margin:0 40px 20px 0}.Dialog_dialog__YIH_s hr{margin:20px 0}.Dialog_dialog__YIH_s>button{width:100%}.Dialog_dialog__YIH_s.Dialog_disableDismiss__XvRux h2{margin-right:0}.TextInput_root__3zeUL{display:block;font-size:12px;line-height:18px;margin:20px 0;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.TextInput_root__3zeUL input{background:#f4f5fa;border:1px solid #f0f2f5;border-radius:4px;display:block;font-size:14px;height:38px;line-height:normal;margin-top:3px;outline:none;padding:0 7px;transition:border-color .25s ease-in-out;width:100%}.TextInput_root__3zeUL input:focus{border-color:#50abfa}.TextInput_root__3zeUL input:disabled{color:#6a6f78}.TextInput_root__3zeUL input.TextInput_rounded__OSQIM{border-radius:50px}.TextInput_root__3zeUL input.TextInput_hasError__JgqF5{border-color:#ef3e48}.TextInput_root__3zeUL.TextInput_withoutMargin__04ZzP{margin:0}.TextInput_root__3zeUL .TextInput_error__Ot2YM{color:#ef3e48;margin-top:5px}.ConfigureOTPSection_title__FTHG9{margin:0 0 10px}.ConfigureOTPSection_hr__wUlQP{margin:20px 0}.ConfigureOTPSection_list__FUdzq{list-style:decimal}.ConfigureOTPSection_list__FUdzq li{margin:10px 0 0 20px}.ConfigureOTPSection_qrCodeContainer__nFB95{align-items:center;display:flex;height:150px;justify-content:center;margin:20px 0;width:150px}.ConfigureOTPSection_qrCodeContainer__nFB95 .ConfigureOTPSection_qrCode__fPGC2{height:100%;width:100%}.ConfigureOTPSection_secret__FAG9I{background-color:#f4f5fa;border-radius:4px;font-size:14px;margin:5px 0 20px;padding:5px}.Tooltip_tooltip__0ydC5{background-color:#fff;border-radius:10px;box-shadow:0 4px 14px 0 rgba(23,23,33,.1);color:#171721;font-size:13px;font-weight:400;line-height:normal;max-width:300px;opacity:0;padding:10px 15px;pointer-events:none;position:fixed;text-align:left;transition:opacity .25s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:500000}@media(max-width:960px){.Tooltip_tooltip__0ydC5{display:none}}.Tooltip_tooltip__0ydC5.Tooltip_show__gjBNj{opacity:1}.SmallRoundButton_tooltip__T034v{border-radius:28px;display:inline-block;height:28px;width:28px}.SmallRoundButton_tooltip__T034v.SmallRoundButton_small__SwNRc{height:15px;width:15px}.SmallRoundButton_btn__Rzh_X{align-items:center;background-color:#f4f5fa;border:none;border-radius:28px;color:#6a6f78;cursor:pointer;display:flex;flex-shrink:0;font-size:12px;height:28px;justify-content:center;padding:1px 6px;text-align:center;text-decoration:none;transition:background-color .25s ease-in-out;width:28px}.SmallRoundButton_btn__Rzh_X.SmallRoundButton_small__SwNRc{height:15px;padding:0;width:15px!important}@media(min-width:961px){.SmallRoundButton_btn__Rzh_X:not([disabled]):hover{background-color:#f0f2f5;text-decoration:none}.SmallRoundButton_btn__Rzh_X:not([disabled]):hover.SmallRoundButton_strokeIcon__tLmZR svg path{stroke:#171721}.SmallRoundButton_btn__Rzh_X:not([disabled]):hover:not(.SmallRoundButton_strokeIcon__tLmZR) svg path{fill:#171721}}.SmallRoundButton_btn__Rzh_X:not([disabled]):active{background-color:#f0f2f5;text-decoration:none}.SmallRoundButton_btn__Rzh_X:not([disabled]):active.SmallRoundButton_strokeIcon__tLmZR svg path{stroke:#171721}.SmallRoundButton_btn__Rzh_X:not([disabled]):active:not(.SmallRoundButton_strokeIcon__tLmZR) svg path{fill:#171721}.SmallRoundButton_btn__Rzh_X svg{height:18px;width:18px}.SmallRoundButton_btn__Rzh_X.SmallRoundButton_strokeIcon__tLmZR path{transition:stroke .25s ease-in-out}.SmallRoundButton_btn__Rzh_X:not(.SmallRoundButton_strokeIcon__tLmZR) path{transition:fill .25s ease-in-out}.SmallRoundButton_btn__Rzh_X.SmallRoundButton_disabled__3n7uS{cursor:default}.SmallRoundButton_btn__Rzh_X.SmallRoundButton_disabled__3n7uS svg{opacity:.4}.SmallRoundButton_loader___zxBl{height:15px;width:15px}.MaskedInput_root__o7dOi{position:relative}.MaskedInput_root__o7dOi .MaskedInput_input__xlQns input{padding-right:32px}.MaskedInput_root__o7dOi .MaskedInput_button__u6Mui{top:8px;position:absolute;right:2px}.MaskedInput_root__o7dOi .MaskedInput_button__u6Mui.MaskedInput_withLabel__1Y3QG{top:27px}.OTPSection_root__Zhny_ .OTPSection_title__jxvum{align-items:center;display:flex;gap:5px}.OTPSection_root__Zhny_ .OTPSection_title__jxvum svg{font-size:20px}.OTPSection_root__Zhny_ .OTPSection_subtitle__nVIMh{margin:10px 0}.OTPSection_root__Zhny_ .OTPSection_configureDialog__QNfgj,.OTPSection_root__Zhny_ .OTPSection_disableDialog__dx3Dg{max-width:600px}.ConfirmDialog_root__cDnif{max-width:450px}.ConfirmDialog_root__cDnif .ConfirmDialog_content__f5AMb{margin-right:40px}.ConfirmDialog_root__cDnif .ConfirmDialog_buttons__x9vuf{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.ConfirmDialog_root__cDnif .ConfirmDialog_buttons__x9vuf>button{width:80px!important}.WebAuthnSection_root__aaJ9s{display:flex;flex-direction:column;gap:10px}.WebAuthnSection_root__aaJ9s .WebAuthnSection_title__JI7k_{align-items:center;display:flex;gap:5px}.WebAuthnSection_root__aaJ9s .WebAuthnSection_title__JI7k_ svg{font-size:20px}.WebAuthnSection_root__aaJ9s .WebAuthnSection_configureDialog__MlnvI{max-width:600px}.TwoFASetupPostLogin_title__jfcFE{margin:0 0 20px}.TwoFASetupPostLogin_hr__CucEw{margin:20px 0}.Link_noUnderline__Ob0km{text-decoration:none}.Link_link__ayMkH{display:flex;align-items:center;color:var(--black-black-400-secondary);text-decoration:none;.Link_withArrow__qOAum{--svg-height:18px;--svg-width:18px;aspect-ratio:1/1;width:var(--svg-width);height:var(--svg-height);transition:transform var(--default-transition);&.Link_sm__V4115{--svg-height:16px;--svg-width:16px}}@media (min-width:961px){&:hover{color:var(--black-black-500);.Link_left__q3YXb{transform:translateX(-4px)}.Link_right__J2CfR{transform:translateX(4px)}}}&:active{color:var(--black-black-800-main);.Link_withArrow__qOAum path{stroke:var(--black-black-800-main)}}&.Link_dark__mHh7Y{color:var(--black-black-300);@media (min-width:961px){&:hover{color:var(--black-black-100);.Link_withArrow__qOAum path{stroke:var(--black-black-100)}}}&:active{color:white;.Link_withArrow__qOAum path{stroke:white}}}}.FinthesisLogo_finthesisLogo__Zo1sE{display:flex;gap:12px;align-items:center;text-decoration:none;.FinthesisLogo_logoContainer__zTCwj{width:100px;height:15px}}.NavbarLogo_root__I8MAM{align-items:center;display:flex;height:35px;transition:opacity .25s;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width:961px){.NavbarLogo_root__I8MAM:hover{opacity:.9}}@media(min-width:601px){.NavbarLogo_root__I8MAM:active{opacity:.75}}.NavbarLogo_root__I8MAM img{vertical-align:middle}.NoiseLight_noise__DLT6n{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='1000' height='1000' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter' x='0' y='0' width='100%25' height='100%25'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' seed='15' result='noise'/%3E%3CfeColorMatrix type='saturate' values='0' result='gray'/%3E%3CfeComponentTransfer result='threshold'%3E%3CfeFuncR type='discrete' tableValues='0 0 0 0 0 0 1 1 1 1 1 1 1'/%3E%3CfeFuncG type='discrete' tableValues='0 0 0 0 0 0 1 1 1 1 1 1 1'/%3E%3CfeFuncB type='discrete' tableValues='0 0 0 0 0 0 1 1 1 1 1 1 1'/%3E%3CfeFuncA type='discrete' tableValues='0 0 0 0 0 0 1 1 1 1 1 1 1'/%3E%3C/feComponentTransfer%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.70 0 0 0 0 0.72 0 0 0 0 0.75 -0.18 0 0 0 0.18'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat}.LoginPageLayout_root__bTNDN{height:100vh;overflow-y:auto}@media(max-width:960px){.LoginPageLayout_root__bTNDN{height:auto;overflow-y:unset}}.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl{min-height:100vh;width:50%}@media(max-width:960px){.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl{min-height:unset;width:100%}}.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl .LoginPageLayout_content__Qiq4E{margin:auto 0;padding:40px 100px;width:600px}.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl .LoginPageLayout_content__Qiq4E.LoginPageLayout_spaced__mexam{max-width:400px;padding:100px 10px}@media(max-width:1280px){.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl .LoginPageLayout_content__Qiq4E{padding:40px 50px;width:500px}}@media(max-width:960px){.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl .LoginPageLayout_content__Qiq4E{justify-content:flex-start;margin:0 auto;padding:40px}}@media(max-width:600px){.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl .LoginPageLayout_content__Qiq4E{padding:40px 20px;width:100%}}.LoginPageLayout_root__bTNDN .LoginPageLayout_formContainer__6k2tl .LoginPageLayout_content__Qiq4E .LoginPageLayout_logo__ymluO{margin-bottom:40px}.LoginPageLayout_root__bTNDN .LoginPageLayout_imageContainer__YNtan{position:fixed;right:0;top:0;width:50%;height:100vh;pointer-events:none;z-index:-1}.LoginPageLayout_root__bTNDN .LoginPageLayout_imageContainer__YNtan .LoginPageLayout_imageWrapper__Z7yQ4{height:100%;overflow:hidden;position:absolute;width:100%}.LoginPageLayout_root__bTNDN .LoginPageLayout_imageContainer__YNtan .LoginPageLayout_logoContainer__xYX7L{color:#fff;position:relative;width:333px;z-index:1}@media(max-width:960px){.LoginPageLayout_root__bTNDN .LoginPageLayout_imageContainer__YNtan{display:none}}@media(min-width:1500px){.LoginPageLayout_root__bTNDN .LoginPageLayout_imageContainer__YNtan .LoginPageLayout_logoContainer__xYX7L .LoginPageLayout_logo__ymluO{width:20vw}}.LoginPageLayout_root__bTNDN .LoginPageLayout_mobileLogo__9EK8X{display:none}@media(max-width:960px){.LoginPageLayout_root__bTNDN .LoginPageLayout_mobileLogo__9EK8X{display:block}}