@import"https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;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:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif;font-optical-sizing:auto;font-style:normal}html,body{height:100vh;width:100vw}:root{--neutrals-0: #0d0d0d;--neutrals-1: #3b3b3b;--neutrals-2: #666666;--neutrals-3: #808080;--neutrals-4: #b3b3b3;--neutrals-5: #cccccc;--neutrals-6: #d9d9d9;--neutrals-7: #e6e6e6;--neutrals-8: #f2f2f2;--neutrals-85: #f5f5f5;--neutrals-9: #ffffff;--accent-red: #ae0909;--accent-red-lite: #fee7e7;--accent-red-dark: #7e0707;--accent-red-dull: #fccfcf;--accent-green: #067966;--accent-green-lite: #cbe8df;--accent-green-dark: #055c4e;--accent-green-dull: #eefbf4;--accent-yellow-dark: #c2780a;--accent-yellow: #f5ab3d;--accent-yellow-lite: #fef5e7;--accent-yellow-dull: #fceacf;--accent-purple: #5c3df5;--accent-purple-lite: #ebe7fe;--accent-purple-dark: #290ac2;--accent-purple-dull: #d6cffc;--primary-0: #061a79;--primary-1: #081f91;--primary-2: #0916aa;--primary-3: #0916aa;--primary-4: #0b2eda;--primary-5: #2547f4;--primary-6: #6e85f7;--primary-7: #9eadfa;--primary-8: #cfd6fc;--primary-9: #f0f3fe;--gradient-button: linear-gradient( 120deg, rgba(22, 51, 163, 1) 12.95%, rgba(166, 43, 16, 1) 100% );--gradient-button-hover: linear-gradient( 119deg, rgba(22, 51, 163, 1) 12.95%, rgba(166, 43, 16, 1) 100% );--gradient-new: linear-gradient( 121deg, rgba(22, 51, 163, 1) 12.95%, rgba(231, 65, 65, 1) 100% ), linear-gradient(to left, #2b3ca1, #2b3ca1);--fm-1: "Patrick Hand", cursive;--fm-2: font-family: "Unbounded", sans-serif;--gradient-login-footer: linear-gradient( 108deg, #9f2bed 33.75%, #3121e5 89.06% );--loading-overlay-bg: rgba(9, 22, 61, .75);--loading-spinner-outer: #2547f4;--loading-spinner-inner: #6e85f7;--page-fallback-gradient: linear-gradient( 135deg, #4c5bc4 0%, #3a48a3 50%, #293682 100% )}#root{height:100%}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.h-xsm,.h-sm,.h-md,.h,.h-lg,.h-xlg{font-weight:700;line-height:normal;color:var(--primary-color)}.full-width{width:100%}.h-xlg{font-size:36px}@media (max-width: 1180px){.h-xlg{font-size:36px}}@media (max-width: 1180px){.h-xlg{font-size:32px}}@media (max-width: 1024px){.h-xlg{font-size:28px}}@media (max-width: 768px){.h-xlg{font-size:28px}}@media (max-width: 500px){.h-xlg{font-size:24px}}.h-lg{font-size:32px}@media (max-width: 1180px){.h-lg{font-size:32px}}@media (max-width: 1180px){.h-lg{font-size:28px}}@media (max-width: 1024px){.h-lg{font-size:24px}}@media (max-width: 768px){.h-lg{font-size:24px}}@media (max-width: 500px){.h-lg{font-size:20px}}.h{font-size:28px}@media (max-width: 1180px){.h{font-size:28px}}@media (max-width: 1180px){.h{font-size:24px}}@media (max-width: 1024px){.h{font-size:24px}}@media (max-width: 768px){.h{font-size:24px}}@media (max-width: 500px){.h{font-size:20px}}.h-md{font-size:24px}@media (max-width: 1180px){.h-md{font-size:24px}}@media (max-width: 1180px){.h-md{font-size:20px}}@media (max-width: 1024px){.h-md{font-size:20px}}@media (max-width: 768px){.h-md{font-size:20px}}@media (max-width: 500px){.h-md{font-size:16px}}.h-sm{font-size:20px}@media (max-width: 1180px){.h-sm{font-size:24px}}@media (max-width: 1180px){.h-sm{font-size:16px}}@media (max-width: 1024px){.h-sm{font-size:16px}}@media (max-width: 768px){.h-sm{font-size:16px}}@media (max-width: 500px){.h-sm{font-size:14px}}.h-xsm{font-size:18px;font-weight:600}@media (max-width: 1180px){.h-xsm{font-size:18px}}@media (max-width: 1180px){.h-xsm{font-size:16px}}@media (max-width: 1024px){.h-xsm{font-size:16px}}@media (max-width: 768px){.h-xsm{font-size:16px}}@media (max-width: 500px){.h-xsm{font-size:14px}}.t-xsm,.t-sm,.t-md,.btn-warning,.t-lg{font-weight:400;line-height:normal;color:var(--primary-color)}.t-lg{font-size:20px;line-height:160%}@media (max-width: 1180px){.t-lg{font-size:20px}}@media (max-width: 1024px){.t-lg{font-size:16px}}@media (max-width: 768px){.t-lg{font-size:16px}}@media (max-width: 500px){.t-lg{font-size:16px}}.t-md,.btn-warning{font-size:16px;line-height:160%}@media (max-width: 1180px){.t-md,.btn-warning{font-size:16px}}@media (max-width: 1024px){.t-md,.btn-warning{font-size:14px}}@media (max-width: 768px){.t-md,.btn-warning{font-size:14px}}@media (max-width: 500px){.t-md,.btn-warning{font-size:14px}}.t-sm{font-size:14px;line-height:160%}@media (max-width: 1180px){.t-sm{font-size:14px}}@media (max-width: 1024px){.t-sm{font-size:12px}}@media (max-width: 768px){.t-sm{font-size:12px}}@media (max-width: 500px){.t-sm{font-size:12px}}.t-xsm{font-size:12px;line-height:160%}@media (max-width: 1180px){.t-xsm{font-size:12px}}@media (max-width: 1024px){.t-xsm{font-size:10px}}@media (max-width: 768px){.t-xsm{font-size:10px}}@media (max-width: 500px){.t-xsm{font-size:10px}}.btn-text,.u-xsm,.u-sm,.u-md,.u-lg{font-weight:300;line-height:normal;color:var(--primary-color)}.u-lg{font-size:16px}@media (max-width: 1180px){.u-lg{font-size:16px}}@media (max-width: 1024px){.u-lg{font-size:16px}}@media (max-width: 768px){.u-lg{font-size:16px}}@media (max-width: 500px){.u-lg{font-size:14px}}.u-md{font-size:14px}@media (max-width: 1180px){.u-md{font-size:14px}}@media (max-width: 1024px){.u-md{font-size:14px}}@media (max-width: 768px){.u-md{font-size:14px}}@media (max-width: 500px){.u-md{font-size:12px}}.u-sm{font-size:12px}@media (max-width: 1180px){.u-sm{font-size:12px}}@media (max-width: 1024px){.u-sm{font-size:12px}}@media (max-width: 768px){.u-sm{font-size:12px}}@media (max-width: 500px){.u-sm{font-size:10px}}.u-xsm{font-size:10px}@media (max-width: 1180px){.u-xsm{font-size:10px}}@media (max-width: 1024px){.u-xsm{font-size:10px}}@media (max-width: 768px){.u-xsm{font-size:10px}}@media (max-width: 500px){.u-xsm{font-size:8px}}.btn-text{line-height:160%;font-weight:500;font-size:14px}@media (max-width: 1180px){.btn-text{font-size:14px}}@media (max-width: 1024px){.btn-text{font-size:14px}}@media (max-width: 768px){.btn-text{font-size:14px}}@media (max-width: 500px){.btn-text{font-size:12px}}.banner-card-spacing{margin-bottom:1.5rem}.banner-transition{transition:all .3s ease}.badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.chip{display:inline-block;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid}.shadow-sm{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}.shadow-md{box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f}.shadow-lg{box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-col{display:flex;flex-direction:column}.PylonChat-bubbleFrameContainer,.PylonChat-chatWindowFrameContainer{right:20px!important;bottom:100px!important}.flag-dropdown{border:none!important;background-color:transparent!important;outline:none!important}.reset-default-styles_border-box-shadow-outline-border-radius{border:unset!important;box-shadow:unset!important;outline:unset!important;border-radius:unset!important}.reset-default-styles_border-box-shadow-outline-border-radius:focus-within{border:unset!important;box-shadow:unset!important;outline:unset!important;border-radius:unset!important}.reset-default-styles_border-box-shadow-outline-border-radius:hover,.reset-default-styles_border-box-shadow-outline-border-radius:active{border:unset!important;box-shadow:unset!important;outline:unset!important;border-radius:unset!important}@media screen and (max-width: 768px){.PylonChat-bubbleFrameContainer,.PylonChat-chatWindowFrameContainer{left:10px!important;bottom:80px!important}}.snackbar-btn-action{color:#0bf!important}.snackbar-btn-dismiss{color:#ff1744!important}.read-only{-webkit-user-select:none;user-select:none;pointer-events:none;cursor:not-allowed;opacity:.9}.p-button{padding:12px 16px;font-size:14px;border-radius:10px}.btn-warning{border:none!important;outline:none!important;border-radius:8px;background:#d57e17;color:var(--neutrals-9, #fff);font-weight:500}.btn-warning:hover{background:#9d5d0f}.btn-warning:active{background:#d57e17;transform:scale(.95)}.btn-warning:focus{background:#d57e17}.btn-warning:disabled{color:var(--neutrals-3, #808080);background:var(--neutrals-85, #f2f2f2);pointer-events:none}.image-loader{width:100%;height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.image-loader .image-loader-text{color:var(--primary-0, #061a79);text-align:center;font-weight:600;line-height:24px;margin:0}.MuiSnackbar-root{padding:0!important;border-radius:16px!important;box-shadow:0 20px 40px #2547f426,0 8px 16px #2547f414!important;animation:attention-pulse 2s infinite}@keyframes attention-pulse{0%{box-shadow:0 20px 40px #2547f426,0 8px 16px #2547f414}50%{box-shadow:0 25px 50px #2547f44d,0 12px 24px #2547f426}to{box-shadow:0 20px 40px #2547f426,0 8px 16px #2547f414}}.proctoring-snackbar{width:600px;height:360px;background:linear-gradient(135deg,var(--primary-8),var(--primary-9));border-radius:16px;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid var(--primary-7);position:relative;overflow:hidden;animation:highlight-border 3s infinite}@keyframes highlight-border{0%{border-color:var(--primary-8)}50%{border-color:var(--primary-6)}to{border-color:var(--primary-8)}}@keyframes shine{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.proctoring-snackbar:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 30px 60px #2547f440,0 15px 30px #2547f426}.proctoring-snackbar .proctoring-snackbar__content{height:100%;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--neutrals-9);border-radius:12px;overflow:hidden;border:2px solid var(--primary-6);position:relative}.proctoring-snackbar .proctoring-snackbar__content:after{z-index:-1;content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(37,71,244,.08));animation:glow 2s infinite alternate}@keyframes glow{0%{opacity:.5}to{opacity:1}}.proctoring-snackbar .proctoring-snackbar__content .proctoring-snackbar__video{width:100%;height:100%;object-fit:cover;filter:drop-shadow(0 4px 8px rgba(37,71,244,.2));transition:all .3s ease}.proctoring-snackbar .proctoring-snackbar__content .proctoring-snackbar__video:hover{transform:scale(1.01);filter:drop-shadow(0 6px 12px rgba(37,71,244,.3))}@keyframes slideInFromTop{0%{opacity:0}25%{opacity:.25}50%{opacity:.5}75%{opacity:.75}to{opacity:1}}@keyframes slideOutToBottom{0%{opacity:1}25%{opacity:.75}50%{opacity:.5}75%{opacity:.25}to{opacity:0}}@keyframes slideInFromBottom{0%{transform:translateY(100vh);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutToTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(100vh);opacity:0}}@keyframes breathe{0%,to{background:linear-gradient(135deg,#1651a3,#ff416c)}25%{background:linear-gradient(135deg,#1651a3cc,#ff416c)}50%{background:linear-gradient(135deg,#1651a3 50%,#ff416ccc 50%)}75%{background:linear-gradient(135deg,#1651a3cc 75%,#ff416c 25%)}}@keyframes scaleAnimation{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1.2)}75%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-70px)}}.login-page{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-page__background-video{position:fixed;top:0;left:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:0;object-fit:cover;transition:opacity .5s ease-in-out}.login-page:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:0}.login-page__loading,.login-page__loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;background:var(--loading-overlay-bg, rgba(0, 20, 20, .75));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;animation:fadeIn .3s ease-in-out}.login-page__loading-spinner{width:64px;height:64px;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1.2s linear infinite}.login-page__loading-spinner:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:4px solid transparent;border-top-color:var(--loading-spinner-outer, #10b981);border-right-color:var(--loading-spinner-outer, #10b981);animation:spinnerRotate 1.2s cubic-bezier(.5,0,.5,1) infinite}.login-page__loading-spinner:after{content:"";box-sizing:border-box;position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:4px solid transparent;border-top-color:var(--loading-spinner-inner, #14b8a6);border-right-color:var(--loading-spinner-inner, #14b8a6);animation:spinnerRotate 1.8s cubic-bezier(.5,0,.5,1) infinite reverse}.login-page__loading-text{color:#fff;font-size:16px;font-weight:500;text-align:center}.login-page__main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;width:100%;max-width:767px;padding:50px 80px;flex-direction:column;justify-content:center;align-items:center;gap:32px;border-radius:16px;background:#0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1;margin:0 20px;box-sizing:border-box}.login-page__content{width:100%;display:flex;flex-direction:column;align-items:center;gap:32px}.login-page__header{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.login-page__header-icon{width:60px;height:60px;object-fit:contain}.login-page__header-title{color:#fff;text-align:center;font-size:42px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:0}.login-page__header-subtitle{color:#f2f2f3;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.login-page__body{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:24px}.login-page__auth-buttons{color:#353539;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:150%;display:flex;align-items:center;justify-content:center;gap:18px;padding:12px 40px;width:100%;max-width:400px;border-radius:100px;background-color:#f2f2f3;border:none;cursor:pointer;transition:all .3s ease;box-sizing:border-box;white-space:nowrap}.login-page__auth-buttons:hover{background-color:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.login-page__auth-buttons:active{transform:translateY(0)}.login-page__info{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.login-page__info-message{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;background:#ffffff0d}.login-page__info-text{font-size:14px;font-weight:400;color:var(--neutrals-3);line-height:1.4}.login-page__divider{width:100%;display:flex;align-items:center;gap:12px;margin:8px 0}.login-page__divider-line{flex:1;height:1px;background:var(--neutrals-7)}.login-page__divider-text{font-size:14px;font-weight:500;color:var(--neutrals-4);text-transform:lowercase}.login-page__signup{display:flex;align-items:center;gap:6px;font-size:14px}.login-page__signup-text{color:var(--neutrals-3);font-weight:400}.login-page__signup-link{color:var(--primary-5);font-weight:600;text-decoration:none;transition:color .2s ease}.login-page__signup-link:hover{color:var(--primary-4);text-decoration:underline}.login-page__footer{position:fixed;bottom:15%;left:0;width:100%;text-align:center;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 20px}.login-page__footer-link{color:var(--neutrals-4);font-size:14px;text-decoration:none;transition:color .2s ease}.login-page__footer-link:hover{color:var(--neutrals-2);text-decoration:underline}.login-page__footer-separator{color:var(--neutrals-4);font-size:14px;margin:0 16px}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes textPulse{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@media screen and (min-width: 1440px){.login-page__main{max-width:850px;padding:60px 100px}.login-page__header-title{font-size:48px}.login-page__header-subtitle{font-size:22px}}@media screen and (max-width: 1024px){.login-page__main{max-width:650px;padding:40px 60px;margin:0 24px}.login-page__header-title{font-size:36px}.login-page__header-subtitle{font-size:18px}.login-page__auth-buttons{font-size:15px;padding:12px 36px;gap:14px}}@media screen and (max-width: 768px){.login-page__main{max-width:500px;padding:32px 40px;gap:24px;margin:0 20px;border-radius:12px}.login-page__content{gap:24px}.login-page__header{gap:12px}.login-page__header-icon{width:50px;height:50px}.login-page__header-title{font-size:28px}.login-page__header-subtitle{font-size:15px;max-width:400px}.login-page__body{gap:20px;margin-bottom:16px}.login-page__auth-buttons{font-size:14px;padding:11px 32px;gap:12px;max-width:100%}.login-page__info-text,.login-page__signup,.login-page__divider-text{font-size:13px}.login-page__footer{bottom:10%;padding:16px}.login-page__footer-link,.login-page__footer-separator{font-size:13px}.login-page__loading-spinner{width:56px;height:56px}.login-page__loading-spinner:before{border-width:3.5px}.login-page__loading-spinner:after{border-width:3.5px;top:7px;right:7px;bottom:7px;left:7px}}@media screen and (max-width: 500px){.login-page__main{max-width:100%;padding:28px 24px;gap:20px;margin:0 16px;border-radius:12px}.login-page__content{gap:20px}.login-page__header{gap:10px}.login-page__header-icon{width:45px;height:45px}.login-page__header-title{font-size:24px}.login-page__header-subtitle{font-size:14px;max-width:100%;padding:0 10px}.login-page__body{gap:18px;margin-bottom:12px}.login-page__auth-buttons{font-size:14px;padding:11px 24px;gap:10px;max-width:100%}.login-page__info-message{padding:10px 14px}.login-page__info-text{font-size:12px}.login-page__divider{margin:6px 0;gap:10px}.login-page__signup,.login-page__divider-text{font-size:12px}.login-page__footer{bottom:8%;padding:14px 10px}.login-page__footer-link,.login-page__footer-separator{font-size:12px}.login-page__footer-separator{margin:0 8px}.login-page__loading-spinner{width:52px;height:52px}.login-page__loading-spinner:before{border-width:3px}.login-page__loading-spinner:after{border-width:3px;top:6px;right:6px;bottom:6px;left:6px}}@media screen and (max-width: 380px){.login-page__loading{gap:24px}.login-page__loading-spinner{width:48px;height:48px}.login-page__loading-spinner:before{border-width:3px}.login-page__loading-spinner:after{border-width:3px;top:6px;right:6px;bottom:6px;left:6px}.login-page__main{padding:24px 20px;gap:18px;margin:0 12px;border-radius:10px}.login-page__content{gap:18px}.login-page__header{gap:8px}.login-page__header-icon{width:40px;height:40px}.login-page__header-title{font-size:20px}.login-page__header-subtitle{font-size:13px;line-height:1.4;padding:0 5px}.login-page__body{gap:16px;margin-bottom:8px}.login-page__auth-buttons{font-size:13px;padding:10px 20px;gap:8px}.login-page__auth-buttons img{width:18px!important;height:18px!important}.login-page__info-message{padding:8px 12px;gap:6px}.login-page__info-text{font-size:11px}.login-page__divider{margin:4px 0;gap:8px}.login-page__signup,.login-page__divider-text{font-size:11px}.login-page__signup{gap:4px;flex-wrap:wrap;justify-content:center}.login-page__footer{bottom:5%;padding:12px 8px;display:flex;flex-direction:column;gap:8px}.login-page__footer-link,.login-page__footer-separator{font-size:11px}.login-page__footer-separator{display:none}}@media screen and (max-width: 320px){.login-page__main{padding:20px 16px;gap:16px;margin:0 10px}.login-page__header-title{font-size:18px}.login-page__header-subtitle{font-size:12px}.login-page__auth-buttons{font-size:12px;padding:9px 16px;gap:6px}.login-page__loading-spinner{width:44px;height:44px}.login-page__loading-spinner:before{border-width:2.5px}.login-page__loading-spinner:after{border-width:2.5px;top:5px;right:5px;bottom:5px;left:5px}}.blocked-page{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.blocked-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:var(--page-fallback-gradient);z-index:-1}.blocked-page__main{position:relative;width:100%;max-width:767px;padding:0 24px;z-index:1;display:flex;align-items:center;justify-content:center;min-height:0}.blocked-page__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;max-width:767px;margin:0 auto;padding:48px 80px;background:var(--neutrals-9);border-radius:16px;gap:28px;box-shadow:0 4px 8px -4px #16223314,0 16px 24px #16223314;text-align:center}@media (max-width: 768px){.blocked-page__wrapper{padding:40px;gap:24px}}@media (max-width: 480px){.blocked-page__wrapper{padding:32px 24px;gap:20px;border-radius:12px}}.blocked-page__back-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:24px;left:24px;gap:6px;padding:8px 12px;background:transparent;border:none;color:#344054;font-size:16px;font-weight:400;line-height:150%;cursor:pointer;border-radius:8px;transition:all .2s ease}.blocked-page__back-btn:hover{background:#f3f4f6;color:#11998e}@media (max-width: 480px){.blocked-page__back-btn{top:16px;left:16px;font-size:13px;padding:6px 10px}.blocked-page__back-btn .blocked-page__back-btn-text{display:none}}.blocked-page__header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;margin-top:8px}@media (max-width: 480px){.blocked-page__header{gap:12px;margin-top:4px}.blocked-page__header .blocked-page__back-btn-text{display:none}}.blocked-page__header-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;width:64px;height:64px;aspect-ratio:1/1;background-color:#fef3f2;border-radius:50%}.blocked-page__header-title{color:#101828;font-size:28px;font-weight:700;line-height:120%;letter-spacing:-.6px;margin:0}@media (max-width: 768px){.blocked-page__header-title{font-size:24px}}@media (max-width: 480px){.blocked-page__header-title{font-size:22px}}.blocked-page__header-subtitle{color:#667085;font-size:16px;font-weight:400;line-height:150%;margin:0}@media (max-width: 480px){.blocked-page__header-subtitle{font-size:15px}}.blocked-page__contact{width:100%;max-width:440px;padding:16px 20px;background:#f3f4f6;border-radius:12px;text-align:center}.blocked-page__contact-text{color:#344054;font-size:14px;font-weight:400;line-height:150%;margin:0}.blocked-page__contact-link{color:#11998e;font-weight:600;text-decoration:none;transition:color .2s ease}.blocked-page__contact-link:hover{color:#0f8a82;text-decoration:underline}.account-deactivated-page{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.account-deactivated-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:var(--page-fallback-gradient);z-index:-1}.account-deactivated-page__main{position:relative;width:100%;max-width:767px;padding:0 24px;z-index:1;display:flex;align-items:center;justify-content:center;min-height:0}.account-deactivated-page__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;max-width:767px;margin:0 auto;padding:48px 80px;background:var(--neutrals-9);border-radius:16px;gap:28px;box-shadow:0 4px 8px -4px #16223314,0 16px 24px #16223314;text-align:center}@media (max-width: 768px){.account-deactivated-page__wrapper{padding:40px;gap:24px}}@media (max-width: 480px){.account-deactivated-page__wrapper{padding:32px 24px;gap:20px;border-radius:12px}}.account-deactivated-page__back-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:24px;left:24px;gap:6px;padding:8px 12px;background:transparent;border:none;color:#344054;font-size:16px;font-weight:400;line-height:150%;cursor:pointer;border-radius:8px;transition:all .2s ease}.account-deactivated-page__back-btn:hover{background:#f3f4f6;color:#11998e}@media (max-width: 480px){.account-deactivated-page__back-btn{top:16px;left:16px;font-size:13px;padding:6px 10px}.account-deactivated-page__back-btn .account-deactivated-page__back-btn-text{display:none}}.account-deactivated-page__header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;margin-top:8px}@media (max-width: 480px){.account-deactivated-page__header{gap:12px;margin-top:4px}}.account-deactivated-page__header-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;width:64px;height:64px;aspect-ratio:1/1;background-color:#fef3f2;border-radius:50%}.account-deactivated-page__header-title{color:#101828;font-size:28px;font-weight:700;line-height:120%;letter-spacing:-.6px;margin:0}@media (max-width: 768px){.account-deactivated-page__header-title{font-size:24px}}@media (max-width: 480px){.account-deactivated-page__header-title{font-size:22px}}.account-deactivated-page__header-subtitle{color:#667085;font-size:16px;font-weight:400;line-height:150%;margin:0}@media (max-width: 480px){.account-deactivated-page__header-subtitle{font-size:15px}}.account-deactivated-page__contact{width:100%;max-width:440px;padding:16px 20px;background:#f3f4f6;border-radius:12px;text-align:center}.account-deactivated-page__contact-text{color:#344054;font-size:14px;font-weight:400;line-height:150%;margin:0}.account-deactivated-page__contact-link{color:#11998e;font-weight:600;text-decoration:none;transition:color .2s ease}.account-deactivated-page__contact-link:hover{color:#0f8a82;text-decoration:underline}.sign-up-page{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.sign-up-page__back-drop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;object-fit:cover}.sign-up-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:var(--page-fallback-gradient);z-index:-1}.sign-up-page__logout{position:fixed;top:20px;right:20px;z-index:2;padding:8px 16px;font-size:14px;font-weight:500;color:var(--neutrals-9);background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.sign-up-page__logout:hover{background:#ffffff40;border-color:#ffffff80}.sign-up-page__main{position:relative;width:100%;max-width:767px;padding:0 24px;z-index:1;display:flex;align-items:center;justify-content:center;min-height:0}.sign-up-page__content{width:100%;display:flex;flex-direction:column;gap:24px;animation:fadeInUp .5s ease-out}.sign-up-page__loading{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;background:var(--loading-overlay-bg, rgba(0, 20, 20, .75));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;animation:fadeIn .3s ease-in-out}.sign-up-page__loading-spinner{width:64px;height:64px;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1.2s linear infinite}.sign-up-page__loading-spinner:before{content:"";box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:4px solid transparent;border-top-color:var(--loading-spinner-outer, #10b981);border-right-color:var(--loading-spinner-outer, #10b981);animation:spinnerRotate 1.2s cubic-bezier(.5,0,.5,1) infinite}.sign-up-page__loading-spinner:after{content:"";box-sizing:border-box;position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;border:4px solid transparent;border-top-color:var(--loading-spinner-inner, #14b8a6);border-right-color:var(--loading-spinner-inner, #14b8a6);animation:spinnerRotate 1.8s cubic-bezier(.5,0,.5,1) infinite reverse}.sign-up-page .login-page__footer{position:fixed;bottom:8%;left:0;width:100%;text-align:center;z-index:1;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:0 20px}.sign-up-page .login-page__footer-link{color:var(--neutrals-9);font-size:14px;text-decoration:none;transition:color .2s ease}.sign-up-page .login-page__footer-link:hover{color:var(--neutrals-8);text-decoration:underline}.sign-up-page .login-page__footer-separator{color:var(--neutrals-9);font-size:14px;margin:0 16px}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinnerRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (min-width: 1440px){.sign-up-page__main{max-width:850px}.sign-up-page__content{gap:32px}}@media screen and (min-width: 1024px) and (max-width: 1439px){.sign-up-page__main{max-width:767px}}@media screen and (min-width: 768px) and (max-width: 1023px){.sign-up-page__main{max-width:650px;padding:0 32px}.sign-up-page__content{gap:20px}}@media screen and (min-width: 500px) and (max-width: 767px){.sign-up-page__main{max-width:500px;padding:0 24px}.sign-up-page__content{gap:18px}.sign-up-page .login-page__footer{bottom:8%;padding:16px}.sign-up-page .login-page__footer-link,.sign-up-page .login-page__footer-separator{font-size:13px}}@media screen and (max-width: 499px){.sign-up-page__main{max-width:100%;padding:0 20px}.sign-up-page__content{gap:16px}.sign-up-page .login-page__footer{bottom:8%;padding:14px 10px}.sign-up-page .login-page__footer-link,.sign-up-page .login-page__footer-separator{font-size:12px}.sign-up-page .login-page__footer-separator{margin:0 8px}}@media screen and (max-width: 379px){.sign-up-page__main{padding:0 16px}.sign-up-page__content{gap:14px}.sign-up-page .login-page__footer{bottom:5%;padding:12px 8px;display:flex;flex-direction:column;gap:8px}.sign-up-page .login-page__footer-link,.sign-up-page .login-page__footer-separator{font-size:11px}.sign-up-page .login-page__footer-separator{display:none}.sign-up-page__loading-spinner{width:48px;height:48px}.sign-up-page__loading-spinner:before{border-width:3px}.sign-up-page__loading-spinner:after{border-width:3px;top:6px;right:6px;bottom:6px;left:6px}}@media screen and (max-width: 319px){.sign-up-page__main{padding:0 12px}.sign-up-page__content{gap:12px}.sign-up-page .login-page__footer{bottom:5%;padding:10px 6px}.sign-up-page .login-page__footer-link,.sign-up-page .login-page__footer-separator{font-size:11px}.sign-up-page__loading-spinner{width:40px;height:40px}.sign-up-page__loading-spinner:before{border-width:2.5px}.sign-up-page__loading-spinner:after{border-width:2.5px;top:5px;right:5px;bottom:5px;left:5px}}.maintenance{display:flex;flex-direction:row;justify-content:center;align-items:center;position:relative;width:100%;height:100vh;background:var(--neutrals-85);overflow:hidden;z-index:1}.maintenance__wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%}.maintenance__message{width:50%;padding:25px;text-align:center}@media (max-width: 768px){.maintenance__message{width:90%;padding:20px}}.maintenance__title{font-weight:100;line-height:1.2;color:var(--neutrals-2);font-size:56px;font-family:DM Sans,sans-serif;margin:40px 0;font-weight:600}@media (max-width: 1180px){.maintenance__title{font-size:56px}}@media (max-width: 1180px){.maintenance__title{font-size:48px}}@media (max-width: 1180px){.maintenance__title{font-size:40px}}@media (max-width: 1024px){.maintenance__title{font-size:36px}}@media (max-width: 768px){.maintenance__title{font-size:32px}}@media (max-width: 500px){.maintenance__title{font-size:28px}}@media (max-width: 768px){.maintenance__title{margin:20px 0}}.maintenance__text{font-weight:400;line-height:1.4;color:var(--neutrals-3);font-size:20px;font-family:DM Sans,sans-serif;margin:40px 0}@media (max-width: 1180px){.maintenance__text{font-size:20px}}@media (max-width: 1180px){.maintenance__text{font-size:18px}}@media (max-width: 1024px){.maintenance__text{font-size:16px}}@media (max-width: 768px){.maintenance__text{font-size:16px}}@media (max-width: 500px){.maintenance__text{font-size:14px}}@media (max-width: 768px){.maintenance__text{margin:30px 0}}.maintenance__contact{font-weight:500;line-height:1.6;color:var(--neutrals-1);display:inline-block;background:var(--neutrals-5);text-align:center;padding:20px 40px;font-size:14px;text-decoration:none;border-radius:6px;transition:all .3s ease;font-family:DM Sans,sans-serif;cursor:pointer}@media (max-width: 1180px){.maintenance__contact{font-size:14px}}@media (max-width: 1024px){.maintenance__contact{font-size:12px}}@media (max-width: 768px){.maintenance__contact{font-size:12px}}@media (max-width: 500px){.maintenance__contact{font-size:12px}}.maintenance__contact:hover,.maintenance__contact:focus{background:var(--neutrals-0);color:var(--neutrals-8);outline:none}.maintenance__contact:focus-visible{outline:2px solid var(--primary-5);outline-offset:2px}.maintenance__contact:active{transform:translateY(1px)}@media (max-width: 768px){.maintenance__contact{padding:16px 32px}}@media (max-width: 500px){.maintenance__contact{padding:14px 28px}}.maintenance__gear{position:absolute;top:-400px;right:-400px;font-size:900px;color:var(--neutrals-7);z-index:0;animation:maintenance-gear-rotate 45s infinite linear;transform-origin:center;display:flex;flex-direction:row;justify-content:center;align-items:center;opacity:.8;filter:drop-shadow(0 0 20px rgba(230,230,230,.3))}.maintenance__gear svg{width:1em;height:1em;display:block}@media (max-width: 1400px){.maintenance__gear{font-size:700px;top:-350px;right:-350px}}@media (max-width: 1200px){.maintenance__gear{font-size:600px;top:-300px;right:-300px}}@media (max-width: 1024px){.maintenance__gear{font-size:500px;top:-250px;right:-250px}}@media (max-width: 768px){.maintenance__gear{font-size:400px;top:-200px;right:-200px}}@media (max-width: 500px){.maintenance__gear{font-size:300px;top:-150px;right:-150px}}.maintenance__gear-small{position:absolute;top:-100px;left:-100px;font-size:200px;color:var(--neutrals-6);z-index:0;animation:maintenance-gear-rotate-reverse 35s infinite linear;transform-origin:center;display:flex;flex-direction:row;justify-content:center;align-items:center;opacity:.6}.maintenance__gear-small svg{width:1em;height:1em;display:block}@media (max-width: 1200px){.maintenance__gear-small{font-size:150px;top:-75px;left:-75px}}@media (max-width: 768px){.maintenance__gear-small{font-size:120px;top:-60px;left:-60px}}@media (max-width: 500px){.maintenance__gear-small{font-size:100px;top:-50px;left:-50px}}@keyframes maintenance-gear-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes maintenance-gear-rotate-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@media (prefers-reduced-motion: reduce){.maintenance__gear,.maintenance__gear-small{animation:none}}.sign-up-page__mobile-input-step-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:767px;margin:0 auto;padding:40px 168px;background:var(--neutrals-9);border-radius:16px;gap:32px;box-shadow:0 4px 8px -4px #16223314,0 16px 24px #16223314}@media (max-width: 768px){.sign-up-page__mobile-input-step-wrapper{padding:32px 24px;gap:24px}}@media (max-width: 480px){.sign-up-page__mobile-input-step-wrapper{padding:24px 16px;gap:20px;border-radius:12px}}.sign-up-page__mobile-input-step-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%}@media (max-width: 480px){.sign-up-page__mobile-input-step-header{gap:16px}}.sign-up-page__mobile-input-step-header-title{color:#101828;text-align:center;font-size:30px;font-weight:700;line-height:120%;letter-spacing:-.75px}@media (max-width: 768px){.sign-up-page__mobile-input-step-header-title{font-size:26px}}@media (max-width: 480px){.sign-up-page__mobile-input-step-header-title{font-size:22px;letter-spacing:-.5px}}.sign-up-page__mobile-input-step-header-logo{width:64px;height:64px;object-fit:contain}@media (max-width: 480px){.sign-up-page__mobile-input-step-header-logo{width:56px;height:56px}}.sign-up-page__mobile-input-step-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;width:100%}.sign-up-page__mobile-input-step-content-label{color:#344054;font-size:14px;font-weight:500;line-height:142.857%;margin-bottom:4px}@media (max-width: 480px){.sign-up-page__mobile-input-step-content-label{font-size:13px}}.sign-up-page__mobile-input-step-phone-input-wrapper{width:100%}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInput{display:flex;align-items:center;gap:8px;height:44px;padding:0 12px;border-radius:10px;border:.8px solid #d0d5dd;background:#f9fafb;transition:all .2s ease}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInput:hover{background:#f3f4f6;border-color:#b8bfcc}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInput:focus-within{outline:none;border-color:#11998e;background:#fff;box-shadow:0 0 0 3px #11998e1a}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInputCountry{margin:0;padding:0 8px 0 0;border:none;background:transparent}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInputInput{flex:1;min-width:0;height:100%;padding:8px 0;border:none;background:transparent;font-size:14px;color:#353539}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInputInput::placeholder{color:#9ca3af}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInputInput:focus{outline:none}@media (max-width: 480px){.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInputInput{font-size:13px}}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInput.error,.sign-up-page__mobile-input-step-phone-input-wrapper.error .PhoneInput{border-color:#ef4444;background:#fef2f2}.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInput.error:focus-within,.sign-up-page__mobile-input-step-phone-input-wrapper.error .PhoneInput:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #ef44441a}@media (max-width: 480px){.sign-up-page__mobile-input-step-phone-input-wrapper .PhoneInput{height:42px;padding:0 10px;gap:6px}}.sign-up-page__mobile-input-step-input-group{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:8px;width:100%}@media (max-width: 480px){.sign-up-page__mobile-input-step-input-group{gap:6px}}.sign-up-page__mobile-input-step-country-select{position:relative;flex-shrink:0}.sign-up-page__mobile-input-step-country-select-button{display:flex;flex-direction:row;justify-content:center;align-items:center;max-width:80px;gap:16px;height:44px;padding:8px 12px;border-radius:10px;border:.8px solid #d0d5dd;background:#f9fafb;color:#353539;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease}.sign-up-page__mobile-input-step-country-select-button:hover{background:#f3f4f6;border-color:#b8bfcc}.sign-up-page__mobile-input-step-country-select-button:focus{outline:none;border-color:#11998e;box-shadow:0 0 0 3px #11998e1a}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-button{width:100px;gap:4px;padding:6px 8px;font-size:13px}}.sign-up-page__mobile-input-step-country-select-button-flag{font-size:18px;line-height:1}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-button-flag{font-size:16px}}.sign-up-page__mobile-input-step-country-select-button-code{flex:1;text-align:left}.sign-up-page__mobile-input-step-country-select-button-arrow{font-size:10px;color:#667085;transition:transform .2s ease}.sign-up-page__mobile-input-step-country-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:320px;max-height:320px;background:#fff;border:1px solid #d0d5dd;border-radius:10px;box-shadow:0 8px 16px #1622331f,0 4px 8px #16223314;z-index:1000;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-dropdown{width:280px;max-height:280px}}.sign-up-page__mobile-input-step-country-select-dropdown-search{padding:12px;border-bottom:1px solid #e5e7eb;background:#fafafa}.sign-up-page__mobile-input-step-country-select-dropdown-search-input{width:100%;height:36px;padding:8px 12px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;font-size:14px;color:#353539;transition:all .2s ease}.sign-up-page__mobile-input-step-country-select-dropdown-search-input::placeholder{color:#9ca3af}.sign-up-page__mobile-input-step-country-select-dropdown-search-input:focus{outline:none;border-color:#11998e;box-shadow:0 0 0 3px #11998e1a}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-dropdown-search-input{font-size:13px;height:32px}}.sign-up-page__mobile-input-step-country-select-dropdown-list{overflow-y:auto;max-height:256px}.sign-up-page__mobile-input-step-country-select-dropdown-list::-webkit-scrollbar{width:6px}.sign-up-page__mobile-input-step-country-select-dropdown-list::-webkit-scrollbar-track{background:#f3f4f6}.sign-up-page__mobile-input-step-country-select-dropdown-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.sign-up-page__mobile-input-step-country-select-dropdown-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sign-up-page__mobile-input-step-country-select-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:12px;width:100%;padding:10px 12px;background:#fff;border:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.sign-up-page__mobile-input-step-country-select-dropdown-list-item:hover{background:#f3f4f6}.sign-up-page__mobile-input-step-country-select-dropdown-list-item.active{background:#e6f7f5}.sign-up-page__mobile-input-step-country-select-dropdown-list-item.active .sign-up-page__mobile-input-step-country-select-dropdown-list-item-code{color:#11998e;font-weight:600}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-dropdown-list-item{padding:8px 12px;gap:10px}}.sign-up-page__mobile-input-step-country-select-dropdown-list-item-flag{font-size:20px;line-height:1;flex-shrink:0}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-dropdown-list-item-flag{font-size:18px}}.sign-up-page__mobile-input-step-country-select-dropdown-list-item-name{flex:1;font-size:14px;color:#344054;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-dropdown-list-item-name{font-size:13px}}.sign-up-page__mobile-input-step-country-select-dropdown-list-item-code{font-size:14px;color:#667085;font-weight:500;flex-shrink:0}@media (max-width: 480px){.sign-up-page__mobile-input-step-country-select-dropdown-list-item-code{font-size:13px}}.sign-up-page__mobile-input-step-country-select-dropdown-list-empty{padding:20px;text-align:center;color:#9ca3af;font-size:14px}.sign-up-page__mobile-input-step-input{flex:1;height:44px;padding:8px 12px;border-radius:10px;border:.8px solid #d0d5dd;background:#f9fafb;font-size:14px;color:#353539;transition:all .2s ease}.sign-up-page__mobile-input-step-input::placeholder{color:#9ca3af}.sign-up-page__mobile-input-step-input:hover{background:#f3f4f6;border-color:#b8bfcc}.sign-up-page__mobile-input-step-input:focus{outline:none;border-color:#11998e;background:#fff;box-shadow:0 0 0 3px #11998e1a}.sign-up-page__mobile-input-step-input.error{border-color:#ef4444;background:#fef2f2}.sign-up-page__mobile-input-step-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #ef44441a}@media (max-width: 480px){.sign-up-page__mobile-input-step-input{font-size:13px;padding:6px 10px}}.sign-up-page__mobile-input-step-content-error{display:block;color:#ef4444;font-size:12px;font-weight:500;line-height:133.333%;margin-top:-4px;animation:slideDown .2s ease}@media (max-width: 480px){.sign-up-page__mobile-input-step-content-error{font-size:11px}}.sign-up-page__mobile-input-step-content-info{color:#667085;font-size:12px;font-weight:400;line-height:133.333%;margin-top:4px}@media (max-width: 480px){.sign-up-page__mobile-input-step-content-info{font-size:11px}}.sign-up-page__mobile-input-step-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;width:100%}@media (max-width: 480px){.sign-up-page__mobile-input-step-footer{gap:20px}}.sign-up-page__mobile-input-step-footer-checkbox{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%}@media (max-width: 480px){.sign-up-page__mobile-input-step-footer-checkbox{gap:8px}}.sign-up-page__mobile-input-step-footer-checkbox-label{position:relative;display:flex;align-items:center;cursor:pointer;flex-shrink:0}.sign-up-page__mobile-input-step-footer-checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.sign-up-page__mobile-input-step-footer-checkbox-custom{position:relative;width:18px;height:18px;border:1.5px solid #d0d5dd;border-radius:4px;background:#fff;transition:all .2s ease;flex-shrink:0}.sign-up-page__mobile-input-step-footer-checkbox-custom:after{content:"";position:absolute;display:none;left:5px;top:2px;width:5px;height:9px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}@media (max-width: 480px){.sign-up-page__mobile-input-step-footer-checkbox-custom{width:16px;height:16px}.sign-up-page__mobile-input-step-footer-checkbox-custom:after{left:4px;top:1px;width:4px;height:8px}}.sign-up-page__mobile-input-step-footer-checkbox-input:checked~.sign-up-page__mobile-input-step-footer-checkbox-custom{background:var(--Seafoam-Teal-Light-100, #11998e);border-color:var(--Seafoam-Teal-Light-100, #11998e)}.sign-up-page__mobile-input-step-footer-checkbox-input:checked~.sign-up-page__mobile-input-step-footer-checkbox-custom:after{display:block}.sign-up-page__mobile-input-step-footer-checkbox-label:hover .sign-up-page__mobile-input-step-footer-checkbox-custom{border-color:#11998e}.sign-up-page__mobile-input-step-footer-item{display:flex;flex-wrap:wrap;align-items:center;gap:4px;line-height:16px}@media (max-width: 480px){.sign-up-page__mobile-input-step-footer-item{gap:3px}}.sign-up-page__mobile-input-step-footer-item-label{color:#626265;font-size:11px;font-weight:400;letter-spacing:.3px}@media (max-width: 480px){.sign-up-page__mobile-input-step-footer-item-label{font-size:10px}}.sign-up-page__mobile-input-step-footer-item-link{color:#11998e;font-size:11px;font-weight:400;letter-spacing:.3px;text-decoration:none;transition:color .2s ease}.sign-up-page__mobile-input-step-footer-item-link:hover{color:#0d7a72;text-decoration:underline}@media (max-width: 480px){.sign-up-page__mobile-input-step-footer-item-link{font-size:10px}}.sign-up-page__mobile-input-step-submit-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:48px;padding:12px 40px;border:none;border-radius:14px;background:var(--Seafoam-Teal-Light-100, #11998e);color:#fff;font-size:16px;font-weight:400;line-height:150%;cursor:pointer;transition:all .2s ease}.sign-up-page__mobile-input-step-submit-btn:hover:not(:disabled){background:#0f8a82;transform:translateY(-1px);box-shadow:0 4px 12px #11998e4d}.sign-up-page__mobile-input-step-submit-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #11998e4d}.sign-up-page__mobile-input-step-submit-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 480px){.sign-up-page__mobile-input-step-submit-btn{height:42px;padding:10px 32px;font-size:15px}}.sign-up-page__mobile-otp-step-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;max-width:767px;margin:0 auto;padding:40px 168px;background:var(--neutrals-9);border-radius:16px;gap:32px;box-shadow:0 4px 8px -4px #16223314,0 16px 24px #16223314}@media (max-width: 768px){.sign-up-page__mobile-otp-step-wrapper{padding:32px 24px;gap:24px}}@media (max-width: 480px){.sign-up-page__mobile-otp-step-wrapper{padding:24px 16px;gap:20px;border-radius:12px}}.sign-up-page__mobile-otp-step-back-btn{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:absolute;top:24px;left:24px;gap:6px;padding:8px 12px;background:transparent;border:none;color:#344054;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s ease}.sign-up-page__mobile-otp-step-back-btn:hover{background:#f3f4f6;color:#11998e}.sign-up-page__mobile-otp-step-back-btn:active{transform:translate(-2px)}@media (max-width: 480px){.sign-up-page__mobile-otp-step-back-btn{top:16px;left:16px;font-size:13px;padding:6px 10px}.sign-up-page__mobile-otp-step-back-btn .sign-up-page__mobile-otp-step-back-btn-text{display:none}}.sign-up-page__mobile-otp-step-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;margin-top:20px}@media (max-width: 480px){.sign-up-page__mobile-otp-step-header{gap:12px;margin-top:16px}}.sign-up-page__mobile-otp-step-header-logo{width:64px;height:64px;object-fit:contain}@media (max-width: 480px){.sign-up-page__mobile-otp-step-header-logo{width:56px;height:56px}}.sign-up-page__mobile-otp-step-header-title{color:#101828;text-align:center;font-size:30px;font-weight:700;line-height:120%;letter-spacing:-.75px}@media (max-width: 768px){.sign-up-page__mobile-otp-step-header-title{font-size:26px}}@media (max-width: 480px){.sign-up-page__mobile-otp-step-header-title{font-size:22px;letter-spacing:-.5px}}.sign-up-page__mobile-otp-step-header-subtitle{color:#667085;text-align:center;font-size:16px;font-weight:500;line-height:150%}@media (max-width: 480px){.sign-up-page__mobile-otp-step-header-subtitle{font-size:14px}}.sign-up-page__mobile-otp-step-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%}@media (max-width: 480px){.sign-up-page__mobile-otp-step-content{gap:14px}}.sign-up-page__mobile-otp-step-content-label{color:#344054;text-align:center;font-size:14px;font-weight:500;line-height:142.857%}@media (max-width: 480px){.sign-up-page__mobile-otp-step-content-label{font-size:13px}}.sign-up-page__mobile-otp-step-input-group{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%;max-width:320px;margin:8px 0}@media (max-width: 480px){.sign-up-page__mobile-otp-step-input-group{gap:12px;margin:4px 0}}.sign-up-page__mobile-otp-step-input{width:60px;height:60px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:28px;font-weight:600;color:#101828;border:1.5px solid #d0d5dd;border-radius:10px;background:#f9fafb;transition:all .2s ease;caret-color:#11998e}.sign-up-page__mobile-otp-step-input::placeholder{color:#d1d5db}.sign-up-page__mobile-otp-step-input:hover:not(:disabled){background:#f3f4f6;border-color:#b8bfcc}.sign-up-page__mobile-otp-step-input:focus{outline:none;border-color:#11998e;background:#fff;box-shadow:0 0 0 3px #11998e1a}.sign-up-page__mobile-otp-step-input.filled{background:#fff;border-color:#11998e;color:#11998e}.sign-up-page__mobile-otp-step-input.error{border-color:#ef4444;background:#fef2f2}.sign-up-page__mobile-otp-step-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #ef44441a}.sign-up-page__mobile-otp-step-input:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.sign-up-page__mobile-otp-step-input{width:50px;height:50px;font-size:22px}}@media (max-width: 360px){.sign-up-page__mobile-otp-step-input{width:48px;height:48px;font-size:20px}}.sign-up-page__mobile-otp-step-content-error{display:block;color:#ef4444;font-size:13px;font-weight:500;line-height:150%;text-align:center;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.sign-up-page__mobile-otp-step-content-error{font-size:12px}}.sign-up-page__mobile-otp-step-resend{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:8px}.sign-up-page__mobile-otp-step-resend-btn{color:#11998e;font-size:16px;font-weight:400;line-height:150%;background:transparent;border:none;cursor:pointer;text-decoration:underline;transition:all .2s ease;padding:4px 8px;border-radius:4px}.sign-up-page__mobile-otp-step-resend-btn:hover{color:#0f8a82;background:#11998e0d}.sign-up-page__mobile-otp-step-resend-btn:active{transform:scale(.98)}@media (max-width: 480px){.sign-up-page__mobile-otp-step-resend-btn{font-size:13px}}.sign-up-page__mobile-otp-step-resend-timer{color:#9ca3af;font-size:13px;font-weight:500;text-align:center}@media (max-width: 480px){.sign-up-page__mobile-otp-step-resend-timer{font-size:12px}}.sign-up-page__mobile-otp-step-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:8px}.sign-up-page__mobile-otp-step-verify-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:48px;padding:12px 40px;border:none;border-radius:14px;background:var(--Seafoam-Teal-Light-100, #11998e);color:#fff;font-size:16px;font-weight:400;line-height:150%;cursor:pointer;transition:all .2s ease}.sign-up-page__mobile-otp-step-verify-btn:hover:not(:disabled){background:#0f8a82;transform:translateY(-1px);box-shadow:0 4px 12px #11998e4d}.sign-up-page__mobile-otp-step-verify-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #11998e4d}.sign-up-page__mobile-otp-step-verify-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.6}@media (max-width: 480px){.sign-up-page__mobile-otp-step-verify-btn{height:42px;padding:10px 32px;font-size:15px}}.sign-up-page__mobile-otp-step-verify-btn:disabled:not(:hover){animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.sign-up-page__duplicate-account-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;max-width:767px;margin:0 auto;padding:40px 80px;background:var(--neutrals-9);border-radius:16px;gap:28px;box-shadow:0 4px 8px -4px #16223314,0 16px 24px #16223314}@media (max-width: 768px){.sign-up-page__duplicate-account-wrapper{padding:32px 40px;gap:24px}}@media (max-width: 480px){.sign-up-page__duplicate-account-wrapper{padding:24px 20px;gap:20px;border-radius:12px}}.sign-up-page__duplicate-account-back-btn{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:absolute;top:24px;left:24px;gap:6px;padding:8px 12px;background:transparent;border:none;color:#344054;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;transition:all .2s ease}.sign-up-page__duplicate-account-back-btn:hover{background:#f3f4f6;color:#11998e}.sign-up-page__duplicate-account-back-btn:active{transform:translate(-2px)}@media (max-width: 480px){.sign-up-page__duplicate-account-back-btn{top:16px;left:16px;font-size:13px;padding:6px 10px}.sign-up-page__duplicate-account-back-btn .sign-up-page__duplicate-account-back-btn-text{display:none}}.sign-up-page__duplicate-account-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;margin-top:20px}@media (max-width: 480px){.sign-up-page__duplicate-account-header{gap:12px;margin-top:16px}}.sign-up-page__duplicate-account-header-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#fffaeb;border-radius:50%;width:64px;height:64px;aspect-ratio:1/1}.sign-up-page__duplicate-account-header-title{color:#101828;text-align:center;font-size:28px;font-weight:700;line-height:120%;letter-spacing:-.7px}@media (max-width: 768px){.sign-up-page__duplicate-account-header-title{font-size:24px}}@media (max-width: 480px){.sign-up-page__duplicate-account-header-title{font-size:20px;letter-spacing:-.5px}}.sign-up-page__duplicate-account-header-subtitle{color:#667085;text-align:center;font-size:14px;font-weight:400;line-height:150%;max-width:400px}@media (max-width: 480px){.sign-up-page__duplicate-account-header-subtitle{font-size:13px}}.sign-up-page__duplicate-account-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%}@media (max-width: 480px){.sign-up-page__duplicate-account-content{gap:16px}}.sign-up-page__duplicate-account-linked-info{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:12px 16px;background:#f9fafb;border:.8px solid #d0d5dd;border-radius:10px}.sign-up-page__duplicate-account-linked-email{color:#344054;font-size:14px;font-weight:500;text-align:center}@media (max-width: 480px){.sign-up-page__duplicate-account-linked-email{font-size:13px}}.sign-up-page__duplicate-account-warning{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;background:#fef3c7;border-radius:8px}.sign-up-page__duplicate-account-warning-text{color:#92400e;font-size:13px;font-weight:500;line-height:150%;text-align:center}@media (max-width: 480px){.sign-up-page__duplicate-account-warning-text{font-size:12px}}.sign-up-page__duplicate-account-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:8px}.sign-up-page__duplicate-account-footer .sign-up-page__duplicate-account-footer-text{color:#667085;font-size:14px;font-weight:400;line-height:150%;text-align:center}.sign-up-page__duplicate-account-footer .sign-up-page__duplicate-account-footer-link{color:#11998e;font-size:14px;font-weight:400;line-height:150%;text-align:center;text-decoration:none}.sign-up-page__duplicate-account-footer .sign-up-page__duplicate-account-footer-link:hover{color:#0f8a82;text-decoration:underline}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.sign-up-page__success{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:767px;margin:0 auto;padding:60px 80px;background:var(--neutrals-9);border-radius:16px;box-shadow:0 4px 8px -4px #16223314,0 16px 24px #16223314;gap:24px;text-align:center;animation:fadeInUp .5s ease-out}@media (max-width: 768px){.sign-up-page__success{padding:50px 40px;gap:20px}}@media (max-width: 480px){.sign-up-page__success{padding:40px 24px;gap:20px;border-radius:12px}}.sign-up-page__success-icon{width:64px;height:64px;aspect-ratio:1/1}.sign-up-page__success-title{color:#101828;font-size:32px;font-weight:700;line-height:120%;letter-spacing:-.75px;margin:0}@media (max-width: 768px){.sign-up-page__success-title{font-size:28px}}@media (max-width: 480px){.sign-up-page__success-title{font-size:24px;letter-spacing:-.5px}}.sign-up-page__success-message{color:#667085;font-size:16px;font-weight:400;line-height:150%;margin:0;max-width:500px}.sign-up-page__success-message strong{color:#344054;font-weight:600}@media (max-width: 768px){.sign-up-page__success-message{font-size:15px;max-width:450px}}@media (max-width: 480px){.sign-up-page__success-message{font-size:14px;max-width:100%}}.sign-up-page__success-btn{margin-top:16px;padding:12px 40px;height:48px;border:none;border-radius:14px;background:var(--Seafoam-Teal-Light-100, #11998e);color:#fff;font-size:16px;font-weight:400;line-height:150%;cursor:pointer;transition:all .2s ease}.sign-up-page__success-btn:hover{background:#0f8a82;transform:translateY(-1px);box-shadow:0 4px 12px #11998e4d}.sign-up-page__success-btn:active{transform:translateY(0);box-shadow:0 2px 6px #11998e4d}@media (max-width: 480px){.sign-up-page__success-btn{width:100%;height:42px;padding:10px 32px;font-size:15px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.banner{width:100%;display:flex;position:absolute;top:0;left:0;right:0;z-index:1000;align-items:center;font-family:inherit;font-weight:500;line-height:1.4;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 0}.banner__content{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0;position:relative}.banner__text{white-space:nowrap;display:inline-block;padding-left:100%;font-size:14px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.1)}.banner__dismiss{position:absolute;right:16px;top:50%;transform:translateY(-50%);background:#fff3;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1001}.banner__dismiss:hover,.banner__dismiss:focus{background:#ffffff4d;transform:translateY(-50%) scale(1.1);outline:none}.banner__dismiss:focus-visible{outline:2px solid currentColor;outline-offset:2px}.banner__dismiss:active{transform:translateY(-50%) scale(.95)}.banner__dismiss-icon{font-size:18px;font-weight:700;line-height:1;color:inherit}.banner--default{color:var(--neutrals-9);background:transparent;stroke:var(--primary-4)}.banner--info{background:var(--primary-6);color:var(--neutrals-9)}.banner--warning{background:var(--accent-yellow);color:var(--neutrals-9);border-bottom:1px solid var(--accent-yellow)}.banner--success{background:var(--accent-green);color:var(--neutrals-9);border-bottom:1px solid var(--accent-green)}.banner--error{background:var(--accent-red);color:var(--neutrals-9);border-bottom:1px solid var(--accent-red)}.banner--slow .banner__text{animation:scroll-left 45s linear infinite}.banner--normal .banner__text{animation:scroll-left 30s linear infinite}.banner--fast .banner__text{animation:scroll-left 15s linear infinite}@keyframes scroll-left{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}.banner:focus-within .banner__dismiss{opacity:1}.login-notice-popup{position:fixed;bottom:20px;left:20px;width:90%;max-width:380px;min-width:280px;z-index:100}.login-notice-popup__inner{position:relative;width:100%;background:var(--neutrals-9);border-radius:.75rem;padding:1rem 1.25rem;box-shadow:0 4px 20px #0000001f;border:1px solid var(--neutrals-7);transition:box-shadow .3s ease}.login-notice-popup:not(.login-notice-popup--entering):not(.login-notice-popup--exiting) .login-notice-popup__inner{box-shadow:0 8px 32px #00000024,0 0 0 1px var(--neutrals-7),0 0 24px #0b2eda1a}.login-notice-popup__dismiss{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;padding:0;border:none;background:var(--neutrals-8);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;color:var(--neutrals-2)}.login-notice-popup__dismiss:hover{background:var(--accent-red-lite);color:var(--accent-red)}.login-notice-popup__dismiss:focus-visible{outline:2px solid var(--primary-4);outline-offset:2px}.login-notice-popup__dismiss-icon{flex-shrink:0;display:block}.login-notice-popup__title{width:100%;margin:0 0 .75rem;padding-right:2rem;font-size:1rem;font-weight:600;color:var(--neutrals-1)}.login-notice-popup__body{width:100%}.login-notice-popup__body p{width:100%;margin:0 0 .5rem;font-size:.875rem;font-weight:500;line-height:1.5;color:var(--neutrals-2)}.login-notice-popup__body p:last-child{margin-bottom:0}.login-notice-popup__link{color:var(--primary-4);text-decoration:none;transition:color .2s ease}.login-notice-popup__link:hover{color:var(--primary-5);text-decoration:underline}@keyframes login-notice-popup-enter{0%{opacity:0;transform:translate(-100%) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes login-notice-popup-enter-reduced{0%{opacity:0}to{opacity:1}}@keyframes login-notice-popup-exit{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-100%) scale(.98)}}@keyframes login-notice-popup-exit-reduced{0%{opacity:1}to{opacity:0}}@media screen and (max-width: 500px){.login-notice-popup{width:92%;left:4%;bottom:16px}}@media (prefers-reduced-motion: no-preference){.login-notice-popup--entering{animation:login-notice-popup-enter .4s cubic-bezier(.34,1.56,.64,1) forwards}.login-notice-popup--exiting{animation:login-notice-popup-exit .35s cubic-bezier(.4,0,.6,1) forwards}}@media (prefers-reduced-motion: reduce){.login-notice-popup--entering{animation:login-notice-popup-enter-reduced .2s ease-out forwards}.login-notice-popup--exiting{animation:login-notice-popup-exit-reduced .15s ease-out forwards}}
