.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:1px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Preloader_container__Be5ap{--pre-loader-min-height:180px;align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:var(--preloader-min-height)}.Dialog_dialogPaper__Z4sog{overflow:visible;overflow:initial}.Dialog_paperWidthMd__WVckG{max-width:700px}.ToastContainer_toastContainer__6pmQ3{align-items:center;display:flex}.ToastContainer_toastContainer__6pmQ3>*{margin:5px}.ChildrenContainer_childrenContainer__UYp6u{display:flex;flex:1 1;overflow-y:auto}.ChildrenContainer_row__0gdme{flex-direction:row}.ChildrenContainer_column__uIwJ2{flex-direction:column}.ChildrenContainer_childOverflowY__hPSb-{overflow-y:auto}.ChartText_chartText__CDEOM{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);&>.ChartText_primaryText__5XgG5{color:var(--color-primary);text-transform:capitalize;white-space:normal;&.ChartText_mediumText__OYcz8{font-size:20px;font-weight:700;letter-spacing:1px;line-height:23px}&.ChartText_bigText__DM5XX{font-size:30px}}}.LegendLabel_root__PRXvt{--info-chart-label-color:var(--color-primary,#000);align-items:center;display:flex;margin-bottom:10px;&.LegendLabel_secondary__ypiFK{--info-chart-label-color:var(--color-secondary,red)}& .LegendLabel_inner__8IGQr{background:purple;background:var(--info-chart-label-color,purple);border-radius:50%;height:10px;margin-right:10px;width:10px}.LegendLabel_value__AWc48{font-weight:700;margin-top:-5px}}.Legend_labels__pq8rZ{align-self:center;margin-left:16px}@media (max-width:600px){.Legend_labels__pq8rZ{margin-top:16px}}:root{--color-primary:#000;--color-secondary:red;--color-complete:green}.InfoDoughnut_root__Unaip{display:flex}@media (max-width:600px){.InfoDoughnut_root__Unaip{display:block}}.InfoDoughnut_chartContainer__mpGYx{height:200px;position:relative;width:200px}.InfoDoughnut_chartContainerSmall__5X3kg{height:105px;margin:0 auto;position:relative;width:105px}.Section_section__HTO-J{color:var(--color-primary-dark);display:flex;flex-direction:row;flex-wrap:wrap;font-family:Roboto,sans-serif;font-size:17px;justify-content:space-between;line-height:25px;margin:0 auto;max-width:1280px;width:100%}.Section_section__HTO-J:not(:first-child){margin-top:200px}.Section_section__HTO-J:nth-child(2n):not(:last-child){flex-direction:row-reverse}.Section_section__HTO-J:nth-child(2n):not(:last-child) div[data-screenshot-bg] svg{translate:-20%}.Section_section__HTO-J:nth-child(odd):not(:last-child) div[data-screenshot-bg] svg{translate:20%}.Section_section__HTO-J>article{align-items:center;box-sizing:border-box;flex:1 1;margin-bottom:2rem;margin-top:2rem;padding:0 2rem}.Section_content__5mNIn{color:var(--s-body-text-color);flex:1 1;position:relative}.Section_content__5mNIn>h2{align-items:center;color:var(--s-title-text-color);display:inline-flex;font-family:Roboto Condensed,sans-serif;font-size:40px;font-weight:700;letter-spacing:1px;line-height:38px}.Section_content__5mNIn>h2>svg{font-size:60px;margin-right:20px}.Section_content__5mNIn>p{font-family:Roboto,sans-serif;font-size:17px;font-weight:400;letter-spacing:.00938em;line-height:25px}.Section_content__5mNIn>* strong{font-weight:700}.Section_content__5mNIn strong,.Section_content__5mNIn>h2 svg,.Section_decoration__VyfZF{color:var(--landing-page-text-accent-color)}.Section_decoration__VyfZF{max-width:50%;padding:2rem}@media (min-width:768px) and (max-width:1024px){.Section_section__HTO-J{align-items:center;flex-direction:column;max-width:1024px}.Section_content__5mNIn{min-width:60%}.Section_decoration__VyfZF{max-width:40%}.Section_decoration__VyfZF.Section_alwaysShow__H83tZ{max-width:100%}}@media (max-width:768px){.Section_section__HTO-J{flex-direction:column;max-width:480px}.Section_content__5mNIn,.Section_decoration__VyfZF{max-width:100%;width:100%}.Section_decoration__VyfZF.Section_alwaysShow__H83tZ{min-width:100%;padding-left:0;padding-right:0}.Section_decoration__VyfZF:not(.Section_alwaysShow__H83tZ){display:none}}.JoinUs_digitize__IwZ\+l{background:var(--color-primary-dark);display:flex;flex-direction:column;justify-content:center;margin-top:100px;padding-bottom:100px;padding-top:100px;width:100vw}.JoinUs_buttonRow__zQGJT,.JoinUs_invitation__MokvF{margin:1rem auto;max-width:560px}.JoinUs_invitation__MokvF{color:var(--color-primary-bright);font-family:Roboto Condensed,sans-serif;font-size:40px;font-weight:700;letter-spacing:1px;line-height:38px;text-align:center}.JoinUs_invitation__MokvF>span{color:var(--color-secondary-support)}.JoinUs_buttonRow__zQGJT{display:inline-flex;gap:5px}.Introduction_introduction__zbbrD{position:relative}.Introduction_introduction__zbbrD:before{background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M1920,351,0,800V1250L1500,750Z%27 transform=%27translate%280 -351%29%27 fill=%27rgba%280,0,0,0.03%29%27></path></svg>");background-position:top;background-repeat:no-repeat;background-size:100%;content:"";height:1080px;left:calc(-50vw + 50%);position:absolute;right:calc(-50vw + 50%);z-index:-1}.Introduction_title__clv25{font-size:80px;font-weight:400;line-height:95px;margin-bottom:30px}.Introduction_description__N65UM>p{font-family:Roboto Condensed,sans-serif;font-size:30px;font-weight:300;letter-spacing:1px;line-height:35px}.OurVision_section__lU0wW{--landing-page-text-accent-color:var(--color-secondary-contrast);--s-title-text-color:var(--color-primary-dark);--s-background-color:#fff0;--s-body-text-color:var(--color-primary-dark)}.OurVision_paragraph2__VgbU4 a{color:var(--color-secondary-contrast);text-decoration:none}.OurVision_paragraph2__VgbU4 a:hover{text-decoration:underline}:root{--color-primary-dark:#13161c;--color-primary-bright:#f7f8f6;--color-secondary-contrast:#3f18aa;--color-secondary-support:#e87f38;--color-tertary-opt-1:#7f96f7;--color-tertary-opt-2:#a84924;--color-tertary-opt-3:#003748;--color-tertary-opt-4:#ced8f4;--color-tertary-opt-5:#f9c4a0;--color-tertary-opt-6:var(--color-secondary-contrast);--color-tertary-opt-7:#91e5ce;--color-tertary-opt-8:var(--color-secondary-support)}.LandingPage_main__opMFR{horiz-align:center;flex-direction:column;position:relative}.LandingPage_footer__AL5o1,.LandingPage_main__opMFR{display:flex;justify-content:center}.LandingPage_footer__AL5o1 a{color:var(--color-secondary-contrast);text-decoration:none}.LandingPage_footer__AL5o1 a:hover{text-decoration:underline}.LandingPage_footer__AL5o1>p,.LandingPage_footer__AL5o1>p>a{align-items:center;display:inline-flex;justify-content:center;padding:16px}.ScreenShot_container__eAjDe{align-items:center;display:flex;height:100%;position:relative;width:100%}.ScreenShot_background__CMWBH{align-items:center;display:flex;height:100%;justify-content:center;opacity:.12;pointer-events:none;position:absolute;width:100%;z-index:-1}.ScreenShot_background__CMWBH svg{height:120%;width:120%}.ScreenShot_wrapper__jXhXq{border-radius:5px;border-style:none;box-shadow:0 5px 5px #0003;display:block;margin:5rem auto 0;max-width:80%;padding:0}.ScreenShot_wrapper__jXhXq>*{max-width:100%}.ScreenShot_wrapper__jXhXq img,.ScreenShot_wrapper__jXhXq svg{pointer-events:none}.ScreenShot_wrapper__jXhXq.ScreenShot_fullScreen__6sA5w{background-color:#0008;height:100vh;left:0;margin:initial;max-width:none;padding:5rem 25rem;position:fixed;top:0;width:100vw;z-index:1000}@media (min-width:1024px) and (max-width:1280px){.ScreenShot_wrapper__jXhXq.ScreenShot_fullScreen__6sA5w{padding:5rem 10rem}}@media (min-width:768px) and (max-width:1024px){.ScreenShot_wrapper__jXhXq.ScreenShot_fullScreen__6sA5w{padding:2rem}}@media (min-width:480px) and (max-width:768px){.ScreenShot_wrapper__jXhXq.ScreenShot_fullScreen__6sA5w{padding:1rem 0}}@media (max-width:480px){.ScreenShot_wrapper__jXhXq.ScreenShot_fullScreen__6sA5w{padding:.5rem 0}}.Cookies_footer__xoHat{background-color:var(--nt-lp-color-black);bottom:0;color:var(--nt-lp-color-white);position:fixed;width:100%;z-index:99}.Cookies_container__pmpOo{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-width:103.125rem;min-height:4rem;padding:0 2.8125rem;&>div{font-size:1rem;&>a{color:var(--nt-lp-color-white);margin-left:.5rem;text-decoration:underline}}}.Cookies_buttonsContainer__mM3Ak{display:flex;gap:20px;margin-left:1.25rem;&>:first-child,&>:first-child:hover{background-color:var(--nt-lp-color-white)}}.Logo_logo__WDf2C{margin:.625rem -2.25rem 0;width:245px}.Header_header__HPQH9{background-color:var(--nt-lp-color-black);color:var(--nt-lp-color-white);margin-top:-.3rem;&>div{box-sizing:border-box;display:flex;justify-content:space-between;margin:0 auto;max-height:64px;max-width:103.125rem;min-height:4rem;padding:0 2.8125rem;&>div{align-items:center;display:flex;padding:0}}}.Header_logoContainer__XxY4u{cursor:pointer;margin-right:20px;&>a{padding:0 1rem .5rem 0}}.Header_accountAbbreviation__cs2o0{align-items:center;background:#ececec;border-radius:50%;color:#13161c;display:flex;font-family:Roboto;font-size:12px;font-weight:500;height:32px;justify-content:center;width:32px}.Header_accountIcon__0ekjJ{color:var(--nt-lp-color-white);font-size:2rem;height:2rem!important;width:2rem!important}.Header_menuItem__4rfil{align-items:center;background:none;background-color:#fff;border:none;color:inherit;color:var(--nt-lp-color-primary);cursor:pointer;display:flex;font-size:.8125rem;height:3rem!important;justify-content:flex-start!important;padding:0 3rem 0 1rem;padding:0 3rem 0 1rem!important;width:100%;& svg{height:24px;width:24px}&>a{color:var(--nt-lp-color-primary);font-size:.8125rem}}.ScheduleDefinitionDetails_container__aQeOu,.ScheduleDefinitionsDetails_container__NLTA0{border:1px solid #00000014;border-radius:.25rem}.BasicInformation_currencySelect__rA24H>div{margin-top:-.625rem;width:5rem}.BasicInformation_caseHandlerPicture__AcAAR{display:flex}.BasicInformation_pictureWrapper__rMOo1{border-radius:50%;height:6.875rem;margin-left:1rem;overflow:hidden;position:relative;width:6.875rem}.BasicInformation_picture__nIZaz{height:auto;margin-top:-6px;width:100%}.BasicInformation_picturePlaceholder__y65TQ{align-items:center;background-color:grey;border-radius:50%;display:flex;height:6.875rem;justify-content:center;margin-left:1rem;width:6.875rem}.BasicInformation_picturePlaceholderIcon__TKWyl{color:#fff;height:80%!important;position:relative;top:-.25rem;width:80%!important}.About_loanPortalTheme__\+mboQ{--landing-page-text-accent-color:#4019aa;--s-title-text-color:#000;--s-background-color:#ced8f4;--s-body-text-color:#000;--main-button-background-color:#411aab;--main-button-text-color:#fff}.About_accessSection__wHwae{--landing-page-text-accent-color:#e77f3d}.About_mitigateSection__edh2o{--landing-page-text-accent-color:#411aab}.About_login__fu5tA{margin-right:5rem;margin-top:5rem}.DataLinkBlack_linkWrapper__jjeKJ{display:flex;&:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.826 2.824 2 0h6v6L5.533 3.533.707 8.359 0 7.651l4.826-4.826v-.001z' fill='/ff' fill-rule='evenodd'/%3E%3C/svg%3E");padding-left:.15rem}}.DataLinkBlack_link__ostWf{color:#000;cursor:pointer;display:block;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.Repayments_currencySelect__oVBe6>div{margin-top:-.625rem;width:5rem}.Repayments_chart__44mSB{height:15.9rem;padding:0 1rem 1rem}.FacilityAgreements_tableToolbar__CQBtd.FacilityAgreements_tableToolbar__CQBtd{padding-left:1rem}.FacilityAgreements_link__dEuZM{color:var(--nt-lp-color-black);text-decoration:none}.FormPageCard_card__j8JL6{height:100%;max-width:605px;position:relative;width:100%}.FormPageCard_cardHeader__VdMsR{align-items:center;display:flex;justify-content:space-between;min-height:48px;padding:1rem}.FormPage_form__UNcen{flex-direction:column}.FormPage_form__UNcen,.FormPage_header__6plv-{align-items:center;display:flex;justify-content:center}.FormPage_header__6plv-{height:20vh}.FormPage_emptyHeader__yNcPj{align-items:center;display:flex;height:150px;justify-content:center}.CheckboxInput_error__rqjRa,.EmailInput_error__JJzMy{color:var(--nt-lp-color-error);font-size:.75rem;margin:0;min-height:.75rem}.PasswordInput_container__T4oxm{display:flex}.PasswordInput_icon__uN6iH{align-items:center;display:flex;margin-right:.5rem;width:1.5rem}.PasswordInput_input__luWgk{flex:1 1}.PasswordInput_error__Mc5qe,.TextInput_error__V1ltl{color:var(--nt-lp-color-error);font-size:.75rem;margin:0;min-height:.75rem}.UsernameInput_container__Y2sfZ{display:flex}.UsernameInput_icon__IVADq{align-items:center;display:flex;margin-right:.5rem;width:1.5rem}.UsernameInput_input__\+kQlO{flex:1 1}.ForgotPassword_text__jH09J{align-items:center;display:flex;justify-content:space-between;min-height:48px;padding-bottom:1rem}.Login_forgotPassword__m2f4s{display:flex;justify-content:end}.Profile_breadcrumbs__JFqSX{margin-top:1rem}.ResetPassword_text__WhQIT{min-height:3rem}.ResetPassword_text__WhQIT,.SentEmailConfirmation_text__v7cXk{align-items:center;display:flex;justify-content:space-between;padding-bottom:1rem}.SentEmailConfirmation_text__v7cXk{min-height:48px}.Terms_breadcrumbs__lmyOG{margin-top:-.5rem}.Terms_header__y0XiB{color:var(--nt-lp-color-error);margin:auto;max-width:37.5rem;width:100%}.Terms_textContainer__y4nSz{display:flex;flex-direction:column;margin:auto;max-width:37.5rem}.VerifyAcceptedUserTerms_form__ykGLH{text-align:center}.VerifyAccount_linkWrapper__iwisM a{display:inline-block}:root{--nt-lp-color-black:#000;--nt-lp-color-white:#fff;--nt-lp-color-primary:#3f17a9;--nt-lp-color-error:red}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7f8f6;font-family:Roboto,sans-serif;font-size:14px;margin:0}a{text-decoration:none}body::-webkit-scrollbar-thumb{background-color:#a0a0a0}::-webkit-scrollbar,::-webkit-scrollbar-track{background-color:#f7f8f6}::-webkit-scrollbar{height:10px!important;width:10px}::-webkit-scrollbar-thumb{background-color:silver!important;border:0!important;border-radius:10px!important}[tabindex]:focus{outline:0}
/*# sourceMappingURL=main.221346e0.css.map*/