@import"https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..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)}}.button{display:flex;padding:24px 36px;justify-content:center;align-items:center;gap:10px;outline:none;border-width:0;border-radius:51px;background:linear-gradient(176deg,#17204f00 -8.39%,#17204f99 126.33%),#274bf1;color:#ffffffe6;text-align:center;font-family:Inter Tight,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:24px;text-transform:uppercase;margin-top:1em}.button:hover{background:linear-gradient(0deg,#274bf1,#274bf1),linear-gradient(176deg,#17204f00 -8.39%,#17204f00 126.33%);transition:background-color .15s ease}.button:active{background:linear-gradient(176deg,#17204f6b -8.39%,#17204f99 126.33%),#274bf1}.icon-button{border-radius:18px;background:var(--Color-Brand-Blue-10, #273a88);padding:6px 12px;color:#fff;cursor:pointer}.icon-button-disabled{cursor:not-allowed;background:#17204f99}.button:disabled{opacity:.5;cursor:not-allowed}.pill{background-color:var(--color-brand--blue-2);padding:8px 28px;border-radius:100px;display:flex;box-sizing:content-box;font-size:16px;font-weight:500;width:fit-content;text-transform:uppercase;line-height:24px;cursor:pointer;outline:none;border:0px;align-items:center}.pill-icon-ctn{background-color:#ffffff0f;border-radius:100px;height:100%;min-height:100%;padding:8px;display:flex;justify-content:center;align-items:center;margin-right:10px}.pill-icon-btn{padding:0 20px 0 0}.pill-selected{background-color:var(--color-brand--blue-11);color:#fff}@media screen and (max-width: 768px){.pill{font-size:13px}}.bar-container{width:100%;display:flex;gap:1em}.bar{border-radius:100px;background:#d3e2f0;flex:1;height:6px}.bar-selected{background:linear-gradient(176deg,#17204f00 -8.39%,#17204f99 126.33%),#274bf1}.slider-ctn{width:100%;display:flex;flex-direction:column;padding-top:.5em;padding-bottom:.5em}.slider-pts-ctn{display:flex;flex:1;padding-left:8px;padding-right:8px;justify-content:space-between}.slider-pt{width:2px;height:10px;background:var(--Color-Brand-Blue-2, #def)}.slider{width:100%;background:var(--Color-Brand-Blue-2, #def);height:4px;position:relative}.header{flex:1;background-image:url(/assets/reno_form_image-Z1UadIoT.png);background-size:cover;color:var(--Color-Brand-white, #fff);font-family:Inter Tight;font-size:48px;font-style:normal;font-weight:400;line-height:120%;text-transform:uppercase;text-align:center;padding-top:2em}@media only screen and (max-width: 600px){.form-container{flex-direction:column}.header{flex:0;height:220px;min-height:220px;padding-top:32px;padding-left:16px;text-align:left}.content{flex:1;padding:2em}}.thank-you-container{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:2em;max-width:1000px;margin-left:auto;margin-right:auto}.thank-you-heading{color:var(--Color-Brand-Blue-9, #263dad);text-align:center;font-family:Inter Tight;font-size:48px;font-style:normal;line-height:120%;text-transform:uppercase;margin-bottom:0;font-weight:500!important}.mobile-container{display:flex;width:100%;border-radius:1em;background:#274bf1;color:#fff;overflow:hidden;padding:0;margin-top:2em;max-width:1000px}.mobile-pane{flex:1;overflow:hidden;display:flex}.mobile-pane-content{padding:1em;color:#ffffffe6;font-family:Inter Tight;font-size:40px;font-style:normal;font-weight:500;line-height:120%;text-transform:uppercase;display:flex;flex-direction:column;gap:2em}.mobile-pane-img{max-width:100%;margin:0;align-self:flex-end;background-color:#17204f}@media only screen and (max-width: 600px){.mobile-container{flex-direction:column-reverse}.thank-you-container{padding-left:1em;padding-right:1em}.mobile-pane-content{justify-content:center;align-items:center;display:flex;text-align:center;font-size:1.5rem!important;font-weight:600!important}.thank-you-heading{font-size:1.5rem!important;font-weight:600!important}}.back-to-form-button{display:flex;padding:2vh 2vw;justify-content:center;align-items:center;gap:10px;outline:none;border:1px solid #17204f;border-radius:51px;background:#fff;text-transform:uppercase;color:#17204f;text-align:center;font-family:Inter Tight,sans-serif;font-size:1em;font-style:normal;font-weight:500;margin:0!important;margin-top:2vh!important;cursor:pointer}.signup-header{flex:.8;background-image:url(/assets/bg-Dlg1mJGM.png);background-size:cover;color:var(--Color-Brand-white, #fff);font-family:Inter Tight;font-size:48px;font-style:normal;font-weight:400;line-height:120%;text-transform:uppercase;text-align:center;padding-top:2em}.auth-container{min-width:100%;display:flex;flex:1;flex-direction:row}.content{flex:1;padding:2.25em 3.5em}.auth-container{display:flex;height:100vh;font-family:Arial,sans-serif}.auth-left{flex:1;background-color:#17204f;color:#fff;padding:40px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.heading-div{display:flex;align-items:center;justify-content:center;margin-bottom:1vh}.auth-info p{font-size:44px;font-weight:400;color:#fff!important}.info-box{background:#ffffff1a;padding:2vh 2vw;margin-bottom:2vh;border-radius:12px}.info-box h3{margin:0 0 6px;font-size:16px;color:#fff!important}.info-box p{font-size:14px}.phone-image{width:100%;align-self:center;margin-top:auto;position:absolute;bottom:-10%}.auth-right{flex:1;padding:3rem 3em;display:flex;flex-direction:column;justify-content:flex-start;background-color:#fff;overflow-y:scroll;margin-top:2rem}.auth-right h2{font-size:1.8rem;font-weight:500;color:#17204f!important;margin-bottom:0;margin-top:0}.para-text{margin-bottom:4vh!important;font-size:18px!important;color:#17204f!important;font-weight:400!important;margin-top:5px!important}.social-button{display:flex;align-items:center;justify-content:center;gap:10px;width:50%;padding:10px;border:1px solid #17204f;margin-bottom:1.5vh;border-radius:30px;background-color:#fff;cursor:pointer;padding:1.5vh 1vw;color:#000}.social-button img{height:20px;width:20px}.divider{text-align:left;color:#17204f;margin:2vh 0}.signup-form{display:flex!important;flex-direction:column!important;gap:1.5rem!important;justify-content:space-between!important;width:50%!important;padding-top:4vh!important;margin:0!important;flex:none!important}.test{display:flex!important;flex-direction:column!important;gap:1.7rem!important;justify-content:space-between!important;width:50%!important;padding-top:2vh!important;margin:0!important;flex:none!important;padding-bottom:1rem!important}.signup-form input{padding:1.5vh 1vw;border:1px solid #c2ddff;border-radius:12px;width:50%;font-size:14px}.signup-form button{padding:1.5vh 1vw;background:linear-gradient(360deg,#17204f -101.79%,#3549b5);width:50%;font-size:16px;font-weight:500;text-align:center;color:#fff;border:none;border-radius:30px;margin:2vh 0;cursor:pointer}.signin-text a{color:#274bf1;text-decoration:none;font-weight:400!important}.form-row{display:flex;flex-direction:column;gap:10px}.form-label{font-size:14px;color:#17204f;font-weight:400}.signin-text{text-align:left;font-size:14px;color:#17204f!important;font-weight:400!important}.qr-text{background:"#17204f";color:"#fff";display:"flex";flex-direction:"column";align-items:"flex-start";justify-content:"flex-start";padding:"1vh 1vw";border-radius:"8px";width:"100%";text-align:left;font-size:14px;color:#17204f!important;font-weight:400!important}.qr-text a{color:#274bf1;text-decoration:none;font-weight:400!important}@media screen and (min-width: 1001px){.signin-text{text-align:left;margin:0!important}}.otp-step{display:flex;flex-direction:column;align-items:flex-start}.otp-inputs{display:flex;gap:12px;margin-top:1vh!important}.otp-box{width:48px;height:48px;font-size:20px;text-align:center;border:1px solid #ccc;border-radius:8px;outline:none}.otp-timer{color:#4169e1;font-size:14px!important;font-weight:400;margin-top:5px;text-align:center;width:25%;margin-bottom:4vh!important}.resend-button{background:none;border:none;color:#4169e1;cursor:pointer;font-size:14px;margin-top:5px;text-decoration:none;text-align:center;width:25%;margin-bottom:4vh!important}.confirm-button{padding:1.5vh 1vw;margin:1vh 0vw;background:linear-gradient(360deg,#17204f -101.79%,#3549b5);border-radius:24px;border:none;color:#fff;font-size:18px;font-weight:500;cursor:pointer;width:25%;margin-top:4vh!important}.confirm-button:disabled{background-color:#ccc;cursor:not-allowed}.footer-container{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important}@media only screen and (max-width: 1000px){.auth-container{flex-direction:column}.footer-container{flex-direction:column!important;align-items:center!important;justify-content:flex-start!important}.signup-header{display:none!important}.content{flex:1;padding:1em}.auth-right{padding:2em!important;margin-top:0!important}.auth-right h2{margin-top:1vh!important;margin-bottom:1vh!important;font-size:1.2rem!important;font-weight:600!important}.para-text{font-size:1rem!important}.signup-form input{padding:1.5vh 4vw!important;border:1px solid #c2ddff;border-radius:12px;width:100%!important;font-size:14px}.social-button,.signup-form button{width:100%!important}.form-row{gap:10px!important}.signup-form{gap:25px!important}.test{padding-top:0!important;width:100%!important}.signin-text{text-align:center!important;margin-bottom:0!important;margin-top:2rem!important}.confirm-button{width:100%!important}.otp-timer,.resend-button{text-align:center!important;width:100%!important}.otp-inputs{justify-content:center}.qr-text a{font-size:18px!important;text-align:center!important}.qr-text{padding:1em!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;background:#fff!important}}.socialContainerStyle{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:15px;margin-bottom:10px;padding:2vh 0;border-radius:51px;cursor:pointer;border:1px solid #D7D8D9;width:100%}.socialTextStyle{font-size:18px;font-weight:600;color:"#000000"}.socialImgStyle{height:30;margin-right:90;margin-left:16}.google-loader{border:3px solid #f3f3f3;border-top:3px solid #274BF1;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{width:30px;height:30px;border:4px solid rgba(0,0,0,.1);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.project-slider-ctn{width:100%;display:flex;flex-direction:column}.rx-label{font-size:20px;font-weight:500;color:#0d0d3a;margin-bottom:8px}.project-slider{width:100%;height:24px;border-radius:12px;position:relative;display:flex;align-items:center;background:#160d821f;padding:0 12px;box-sizing:border-box}.project-slider-filled{height:100%;background-color:#17204f;border-radius:12px;position:absolute;left:0;top:0}.project-slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);height:45px;width:35px;background-color:#fff;border-radius:35%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 1px #00103529 inset;filter:drop-shadow(0px 2px 2px rgba(0,16,53,.04)) drop-shadow(0px 4px 8px rgba(0,16,53,.06))}.project-slider-thumb-line{height:16px;width:2px;background-color:#030217;border-radius:2px}.project-slider-value{display:flex;justify-content:space-between;font-size:16px;font-weight:500;color:#17204f}.project-slider-label{display:flex;justify-content:space-between;font-size:16px;font-weight:400;color:#17204f}.project-slider-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;margin-bottom:2vh}.project-slider-pt{width:2px;height:10px;background:var(--Color-Brand-Blue-2, #def)}.project-slider-pt{position:absolute;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#a5a5b5;border-radius:50%;z-index:2;pointer-events:none}.project-slider-pt-selected{background-color:#17204f;width:10px;height:10px;display:none}@media only screen and (max-width: 768px){.project-slider{height:18px}.project-slider-thumb{height:43px;width:30px}}@media only screen and (max-width: 540px){.project-slider{height:14px}.project-slider-thumb{height:40px;width:30px}.project-slider-pt{width:4px;height:4px}}.project-header{flex:.5;background-image:url(/assets/project_bg1-C7GhEoea.png);background-size:cover;color:var(--Color-Brand-white, #fff);font-family:Inter Tight;font-size:48px;font-style:normal;font-weight:400;line-height:120%;text-transform:uppercase;text-align:center;padding-top:2em}.dhiram-svg{width:16px;height:16px}.form-container{min-width:100%;display:flex;flex:1;flex-direction:row;min-height:100vh}.unit-type-grid-three{grid-template-columns:repeat(3,1fr)!important;padding-right:8rem}.project-content{padding:2.25em 4em;flex:1;display:flex;flex-direction:column;justify-content:flex-start;background-color:#fff}.project-main-heading{color:#17204f;font-family:Inter Tight;font-size:2rem;font-weight:400}.project-sub-heading{color:#17204f;font-family:Inter Tight;font-size:20px;font-weight:600}.form-footer{display:flex;flex-direction:row;align-items:center;gap:1em;margin-top:1em}.back-button,.modal-back-button{display:flex;padding:24px 36px;justify-content:center;align-items:center;gap:10px;outline:none;border:1px solid #17204f;border-radius:51px;background:#fff;color:#17204f;text-align:center;font-family:Inter Tight,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:24px;text-transform:uppercase;margin-top:1em}@media only screen and (max-width: 600px){.form-container{flex-direction:column}.project-header{flex:0;height:220px;min-height:220px;padding-top:32px;padding-left:16px;text-align:left}.project-content{flex:1;padding:2em}}.project-header.step1-bg{background-image:url(/assets/project_bg1-C7GhEoea.png)}.project-header.step2-bg{background-image:url(/assets/project_bg2-BWTLnqTO.png)}.project-header.step3-bg{background-image:url(/assets/project_bg3-CUtpWscN.png)}.project-header.step4-bg{background-image:url(/assets/project_bg4-CAyGRC6p.png)}.project-header.final-bg{background-image:url(/assets/project_bg_final-CkTDt2PI.png)}.unit-type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2em;margin-bottom:2em}.unit-type-card{background:#fff;border:1px solid #0000001a;border-radius:16px;box-shadow:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s,border .2s}.unit-type-img{width:100%;height:140px;object-fit:cover;border-top-left-radius:10px;border-top-right-radius:10px}.unit-type-label{font-size:16px;font-weight:500;color:#17204fb2;text-align:center;padding:1.3em 0}.unit-type-label.selected{color:#17204f}.unit-type-card.selected{background:#edf5ff;border:1px solid #274bf1;box-shadow:none}.shared-img{width:100%;max-width:400px;border-radius:16px;margin:1.5em 0;display:block}.timeline-pills{display:flex;flex-wrap:wrap;gap:1em;margin-top:1em}.layout-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5em}.layout-card{border-radius:16px;border:1px solid #0000001a;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1em;transition:box-shadow .2s,border .2s;padding:1em;max-height:175px;box-sizing:border-box;text-align:center}.layout-card-selected{background:#edf5ff;border:1px solid transparent}.layout-img{height:120px;max-width:100%;object-fit:contain;border-radius:10px}.bathroom-layout-img{height:120px;max-width:55%;object-fit:contain;border-radius:10px}.layout-label{color:#17204fb2;font-size:14px;font-weight:500}.unit-sub-heading{color:#17204f;font-family:Inter Tight;font-size:20px;font-weight:600;margin-bottom:1em;margin-top:10px}.unit-header{margin-bottom:2em}.number-layout-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5em;margin-top:2.5em}@media only screen and (max-width: 1000px){.project-header{display:none}.project-main-heading{font-size:1.8rem;line-height:1.2;text-align:left}.label{margin-bottom:1vh;font-size:1rem}.number-layout-grid{grid-template-columns:repeat(2,1fr);gap:2em}.layout-grid{grid-template-columns:repeat(3,1fr);gap:2em}.project-timeline{width:25vw;margin-bottom:1rem}}@media only screen and (max-width: 768px){.project-content{padding:2em}.dhiram-svg{width:14px;height:14px}.project-main-heading{font-size:1.8rem;line-height:1.2;text-align:left}.project-sub-heading,.unit-sub-heading{font-size:1.1rem;margin-bottom:2em;text-align:left}.form-footer{flex-direction:row;align-items:stretch;gap:1em}.back-button,.button{width:100%;font-size:1em}.form-container{flex-direction:column;min-height:auto;overflow-y:auto}.unit-type-grid{grid-template-columns:repeat(3,1fr)!important}}@media screen and (max-width: 540px){.project-content{padding:2em 1.5em}.project-main-heading{font-size:1.3rem;line-height:1.4;text-align:left}.project-sub-heading,.unit-sub-heading{font-size:1rem;line-height:1.5;margin-bottom:2em;text-align:left}.form-footer{flex-direction:row;align-items:stretch;gap:1em}.project-timeline{width:35vw;margin-bottom:1rem}.unit-type-grid{grid-template-columns:repeat(2,1fr)!important}.number-layout-grid{grid-template-columns:repeat(2,1fr);gap:2em}.layout-grid{grid-template-columns:repeat(2,1fr);gap:1.5em}}@media screen and (max-width: 390px){.number-layout-grid{grid-template-columns:repeat(1,1fr);gap:2em}}@media screen and (max-width: 380px){.unit-type-grid{grid-template-columns:repeat(1,1fr)!important}}@media screen and (max-width: 360px){.unit-type-grid{grid-template-columns:repeat(1,1fr)!important}.layout-card{padding:2em}}.error-text{color:red;font-size:14px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.modal-cards{display:flex;gap:1rem;overflow-x:auto;padding:1rem 0;justify-content:flex-start;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.modal-cards::-webkit-scrollbar{display:none}.modal-card{min-width:180px;border-radius:12px;overflow:hidden}.modal-card-img{width:100%;height:100%;object-fit:contain;border-radius:12px}.modal-card-content{padding:.5rem}.modal-actions{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.modal-cards-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.modal-gradient-left,.modal-gradient-right{position:absolute;top:0;bottom:0;width:60px;z-index:1;pointer-events:none}.modal-gradient-left{left:0;background:linear-gradient(270deg,#fafafa1a,#fafafacc 49.04%,#fafafa)}.modal-gradient-right{right:0;background:linear-gradient(90deg,#fafafa1a,#fafafacc 49.04%,#fafafa)}.modal-footer{padding:1em 2em}.modal-heading{color:#17204f;font-weight:400;font-size:2em;margin:1.5vh 0!important;text-align:center}.modal-text{color:#17204f;font-size:16px;text-align:center;font-weight:400;padding-bottom:2vh!important}.card-text{color:#000;font-size:14px;font-weight:500;margin:0!important}.modal-card-text-div{padding:0 1rem;display:flex;flex-direction:column;gap:5px;text-align:left}.modal-container{background:#fff;border-radius:16px;width:75%;max-width:750px;padding:1rem 0;text-align:center}@media screen and (max-width: 820px){.modal-heading{font-size:1.3em}.modal-text{font-size:12px}.modal-card-img{width:20vw!important}.modal-cards{gap:.2rem!important}.modal-back-button{padding:12px 24px;font-size:1em;white-space:nowrap}.modal-container{background:#fff;border-radius:16px;width:80%;max-width:800px;padding:1rem 0;text-align:center}}@media screen and (max-width: 768px){.modal-card{min-width:165px}.unit-type-grid-three{padding-right:0!important}}@media screen and (max-width: 540px){.modal-card-img{width:28vw!important}.modal-actions{margin-top:0;flex-direction:column;gap:0}.modal-back-button{padding:24px 36px}}@media screen and (max-width: 490px){.modal-card-img{width:100%!important}.modal-cards{gap:1rem!important}.modal-footer{padding:1em 1.5em}.modal-heading{margin:0!important;font-size:1em}.modal-text{padding-bottom:.5vh!important}.modal-back-button{padding:2vh 0!important}}.rx-form{height:100%;overflow-y:auto;padding:25px 0;scrollbar-width:thin;scrollbar-color:#d5d5d5 transparent}@media (max-width: 991px){.rx-form{padding:35px 20px}}.rx-form::-webkit-scrollbar{width:2px;border-radius:16px}.rx-form::-webkit-scrollbar-button{display:none}.rx-form::-webkit-scrollbar-track{background:transparent;border-radius:16px}.rx-form::-webkit-scrollbar-thumb{background-color:#d5d5d5;border-radius:16px}.input-container{display:flex;flex-direction:column;align-items:flex-start}.full-width{grid-column:span 2}.phone-number-container{display:flex;gap:5px;align-items:flex-start;width:100%}.phone-number-container .rs-country-select{width:20%}@media (max-width: 767px){.phone-number-container .rs-country-select{width:30%}}@media (max-width: 375px){.phone-number-container .rs-country-select{width:40%}}.phone-number-container .phone-number-input-container{text-align:start;width:80%}@media (max-width: 767px){.phone-number-container .phone-number-input-container{width:70%}}.rx-submit{grid-column:span 2}.wizard-side{display:flex;flex-direction:column;position:absolute;left:0;top:0;width:350px;margin:10px;height:97%;border-radius:16px;padding:30px;background:linear-gradient(192deg,#383941 .26%,#0b1f7a 116.9%);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d5d5d5 transparent}.wizard-side::-webkit-scrollbar{width:2px;border-radius:16px}.wizard-side::-webkit-scrollbar-button{display:none}.wizard-side::-webkit-scrollbar-track{background:transparent;border-radius:16px}.wizard-side::-webkit-scrollbar-thumb{background-color:#d5d5d5;border-radius:16px}@media (max-width: 991px){.wizard-side{display:none}}.wizard-side .wizard-side-title-divider{padding:0 0 24px}.wizard-side-title{font-size:24px;color:#fff;text-align:center;font-weight:300;margin-bottom:48px}.step-side-item{font-size:14px;margin:5px 0;color:#d4dbfc;pointer-events:none}.step-side-item:after{content:attr(data-text) / "";height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;font-weight:600}@media speech{.step-side-item:after{display:none}}.step-side-item.is-active{color:#fff;font-weight:600;border-color:#fff}.step-side-item.is-active .step-item-number{border-color:#fff}.step-side-item.is-completed{color:#33baa7;font-weight:600;pointer-events:unset}.step-side-item.is-completed .step-item-number{background-color:#33baa7;color:#101e60;border-color:#33baa7}.wizard-side-list{display:flex;flex-direction:column;gap:10px}.step-item-btn{display:flex;justify-content:flex-start;gap:10px;color:inherit;font-weight:inherit;pointer-events:inherit;text-align:start;line-height:17px}.step-item-btn .step-item-number{display:flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:40px;border:1px solid #d4dbfc;font-size:11px;line-height:16px;padding:4px;color:inherit;background-color:inherit;font-weight:inherit}.wizard-content{float:right;width:calc(100% - 360px);text-align:center;margin-top:20px;min-height:calc(100% - 80px);padding:0 40px 95px}@media (max-width: 991px){.wizard-content{padding:0;float:unset;width:100%;min-height:unset}.wizard-step-container{background:#fff;border-top-right-radius:16px;border-top-left-radius:16px;height:62vh;padding:25px 15px;overflow-y:auto}}.wizard-footer{position:fixed;right:15px;bottom:3px;width:calc(100% - 385px);background-color:#fff;z-index:4}@media (max-width: 991px){.wizard-footer{position:unset;width:100%;border-bottom-right-radius:16px;border-bottom-left-radius:16px}}.wizard-footer:before{content:"";top:0;right:0;bottom:0;left:0;background-color:#dce1e7;height:1px;display:block}@media (max-width: 991px){.wizard-footer:before{display:none}}.wizard-footer-btn-container{display:flex;justify-content:flex-end;align-items:center;padding:15px;gap:10px}@media (max-width: 991px){.wizard-footer-btn-container{justify-content:center;gap:10px}}@media (max-width: 767px){.wizard-footer-btn-container{justify-content:center;gap:0}}.wizard-footer-btn{display:flex;justify-content:center;align-items:center;font-weight:500;font-size:18px;padding:16px;height:60px}@media (max-width: 767px){.wizard-footer-btn{font-size:17px;height:55px;width:100%}}.wizard-footer-btn.btn-next{gap:10px;background-color:#080f30;color:#fff;min-width:120px}.wizard-footer-btn.btn-next:disabled{opacity:.4}.wizard-footer-btn.btn-previous{border:1px solid #dce1e7}.step-header{margin-bottom:40px;width:100%;color:#fff}.step-header-divider{display:none;padding:0 0 20px}@media (max-width: 991px){.step-header-divider{display:flex;width:90%;margin:auto;max-width:433px}}@media (max-width: 575px){.step-header-divider{padding:0 0 10px;max-width:300px}}.step-title{font-size:24px;font-weight:600;color:#101e60;margin:0}@media (max-width: 991px){.step-title{color:#fff}}.rx-modal-overlay{background:#000000e0;position:fixed;top:0;right:0;bottom:0;left:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1);overflow-y:auto;z-index:100;height:calc(100% + env(safe-area-inset-top));transition:all .3s ease}.form-modal-overlay{z-index:1115}.rx-modal-title{position:absolute;top:1px;border-radius:16px;padding:20px 25px 0;background-color:#fff;width:90%;font-weight:600;font-size:20px;margin:0}@media (max-width: 767px){.rx-modal-title{font-size:19px}}@media (max-width: 575px){.rx-modal-title{font-size:17px;padding:20px 20px 0}}.form-modal-content{width:90%;max-width:550px;max-height:700px;height:85vh;transition:all .3s ease;overflow:hidden}@media screen and (max-height: 640px){.form-modal-content{height:90vh}}.rx-modal-content{background-color:#fff;border-radius:16px;box-shadow:0 10px 38px -10px #0e121659,0 10px 20px -15px #0e121633;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);animation:contentShow .15s cubic-bezier(.16,1,.3,1);z-index:1116}.rx-modal-content:focus{outline:none}.rx-icon-btn{border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--black-a11);position:absolute;line-height:12px;vertical-align:middle;top:15px;right:15px;width:35px;height:35px}.rx-icon-btn svg{transform:scale(1.6)}.rx-icon-btn:hover{background-color:var(--black-a4)}.rx-icon-btn:focus{box-shadow:0 0 0 2px var(--black-a7)}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.thank-you-modal{display:flex;flex-direction:column;justify-content:center;align-items:center}.thank-you-modal .img{margin-bottom:8px}.thank-you-modal button{border:1px solid #dadfe6;border-radius:6px;padding:10px 0;width:240px}.rx-slider-root{position:relative;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none;width:100%;height:20px}.rx-slider-track{background-color:#dce1e7;position:relative;flex-grow:1;border-radius:9999px;height:8px}.rx-slider-range{position:absolute;background-color:#77a4ff;border-radius:9999px;height:100%}.rx-slider-thumb{display:block;width:20px;height:20px;background-color:#fff;border:1px solid #cbd1db;box-shadow:0 1px 2px #00000014;border-radius:10px;cursor:pointer}.rx-slider-thumb:hover{background-color:var(--violet-3)}.rx-slider-thumb:focus{outline:none}.slider-inputs-container{display:flex;flex-direction:column;justify-content:center;gap:40px}.slider-input-container{display:flex;gap:10px}.slider-input-container .input-suffix{font-weight:700;font-size:16px;line-height:48px}.rx-checkbox-label{cursor:pointer}.checkboxes-container.style1{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(3,minmax(0,190px));justify-content:center}@media (max-width: 1500px){.checkboxes-container.style1{grid-template-columns:repeat(auto-fit,minmax(0,200px))}}@media (max-width: 991px){.checkboxes-container.style1{grid-template-columns:repeat(3,minmax(0,160px))}}@media (max-width: 767px){.checkboxes-container.style1{grid-template-columns:repeat(auto-fit,minmax(0,140px))}}.style1 .rx-checkbox-container{width:190px;height:180px}@media (max-width: 991px){.style1 .rx-checkbox-container{width:160px;height:160px}}@media (max-width: 767px){.style1 .rx-checkbox-container{width:140px;height:140px}}.style1 .rx-checkbox-root{padding:0;width:100%;height:100%}.style1 .rx-checkbox-root[data-state=checked] .rx-checkbox-label{border:2px solid #1f3cc1}.style1 .rx-checkbox-root[data-state=checked] .rx-checkbox-label:after{opacity:1}.style1 .rx-checkbox-label{width:100%;height:100%;position:relative;color:#fff;background:50% / cover no-repeat fixed;border:2px solid;transition:all .15s ease}.style1 .rx-checkbox-label .rx-checkbox-text{position:absolute;bottom:20px;left:20px;z-index:3;font-weight:600;font-size:16px}@media (max-width: 991px){.style1 .rx-checkbox-label .rx-checkbox-text{font-size:15px;bottom:10px;left:10px}}@media (max-width: 767px){.style1 .rx-checkbox-label .rx-checkbox-text{font-size:14px;bottom:10px;left:10px}}.style1 .rx-checkbox-label:before{z-index:1;background:linear-gradient(180deg,transparent 19.5%,rgba(0,0,0,.6) 85%)}.style1 .rx-checkbox-label:after,.style1 .rx-checkbox-label:before{content:"";display:block;top:0;right:0;bottom:0;left:0;width:100%;height:100%;position:absolute}.style1 .rx-checkbox-label:after{background:linear-gradient(0deg,#1f3cc199,#1f3cc199);opacity:0;transition:opacity .15s ease;z-index:2}.style1 .rx-checkbox-image-container{width:100%;height:100%}.style1 .rx-checkbox-image-container img{object-fit:cover;width:100%}.checkboxes-container.style2{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.style2 .rx-checkbox-container{width:90%;min-width:220px;max-width:500px;height:100px}@media (max-width: 767px){.style2 .rx-checkbox-container{height:70px}}.style2 .rx-checkbox-root{width:100%;height:100%;padding:0}.style2 .rx-checkbox-root[data-state=checked] .rx-checkbox-label{border:2px solid #1f3cc1}.style2 .rx-checkbox-label{width:100%;height:100%;border-radius:16px;border:1px solid var(--Dark-200, #dce1e7);display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:600;color:#101e60;transition:border .15s ease}@media (max-width: 767px){.style2 .rx-checkbox-label{font-size:18px}}.rx-input-message{color:red;font-size:13px;opacity:.8}.rx-label{margin-bottom:6px;color:#17204f;font-family:Inter Tight,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:-.36px}.rx-input-wrapper{width:100%;position:relative}.rx-input-end-adornment{position:absolute;top:50%;transform:translateY(-50%);right:3%;color:#273a88}.rx-input{background-color:#fff;transition:all .15s ease;width:100%;border-radius:10px;border:1px solid #9ec6ff;padding:12px 18px;align-items:center;gap:8px;align-self:stretch;color:#000;font-family:Inter Tight,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.rx-input:focus,.rx-input:hover{border:1px solid #77a4ff}.rx-input::-webkit-inner-spin-button,.rx-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.rx-input[type=number]{-moz-appearance:textfield}.rx-input::placeholder{color:#787b8c}.rx-input-with-end-adornment{padding-right:12%}.rx-radio-group-root{flex-direction:column;gap:10px}.rx-radio-group-item,.rx-radio-group-root{display:flex;align-items:center;justify-content:center}.rx-radio-group-item{width:90%;min-width:220px;max-width:500px;height:100px;border-radius:16px;border:1px solid #dce1e7;font-size:20px;font-weight:600;color:#101e60;transition:border .15s ease;padding:5px}.rx-radio-group-item[data-state=checked]{border:2px solid var(--Blue-600, #1f3cc1)}@media (max-width: 767px){.rx-radio-group-item{font-size:18px;height:70px}}.rx-radio-group-item :active:not([data-state=checked]),.rx-radio-group-item:focus:not([data-state=checked]){border:2px solid #dce1e7}.rx-radio-group-item:hover{background-color:var(--violet-3)}.schedule-form{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;padding-bottom:3rem;flex:1;justify-content:space-between}.schedule-form .schedule-form-field{display:flex;flex-direction:column;gap:.5rem}.schedule-form .schedule-form-field.error{border-color:red}.schedule-form .schedule-form-field .select__control{border-radius:6px;border:1px solid #cbd1db;background-color:#fff;transition:all .15s ease;width:100%}.schedule-form .schedule-form-field .select__control:focus,.schedule-form .schedule-form-field .select__control:hover{border:1px solid #77a4ff}.schedule-form .schedule-form-field .select__control::placeholder{color:#787b8c}.schedule-form .schedule-form-error{font-size:13px!important;color:red;margin-top:-.5rem;margin-bottom:0!important}.schedule-form .schedule-form-phone-field input{border-top-left-radius:0;border-bottom-left-radius:0}.schedule-form .select{width:100%}.schedule-form .select .react-select__control{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;outline:none}.schedule-form .select .react-select__control:hover{border-color:#007bff}.schedule-form .select .react-select__option--is-selected{background-color:#007bff;color:#fff}.schedule-form .schedule-form-button{background:linear-gradient(0deg,#080f30,#080f30),linear-gradient(0deg,#0003,#0003),linear-gradient(0deg,#0003,#0003);color:#fff;border:none;padding:.75rem 1.5rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.schedule-form .calendly-container{width:100%}.schedule-form .calendly-container iframe{width:100%;height:500px;border:none}@media (max-width: 768px){.schedule-form .phone-field{flex-direction:column}.schedule-form .button,.schedule-form .phone-field .rs-country-select,.schedule-form .phone-field input{width:100%}}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;padding:8px 16px!important;align-items:center;gap:8px;align-self:stretch;border-right-width:0!important;border-top-left-radius:10px!important;border-bottom-left-radius:10px!important;border:1px solid #9ec6ff!important;color:#273a88!important;font-family:Inter Tight,sans-serif;font-size:16px!important;font-style:normal;font-weight:500;line-height:150%}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, #f5f5f5)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, #f5f5f5))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, #fff));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, #dcdcdc))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, #f5f5f5));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--focused,.react-international-phone-country-selector-dropdown__list-item--selected{background-color:var(--react-international-phone-selected-dropdown-item-background-color, #f5f5f5);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, #f5f5f5))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, #dcdcdc));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, #fff));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, #f5f5f5));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, #dcdcdc);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, #fff);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, #f5f5f5);color:var(--react-international-phone-disabled-text-color, #666)}.pill-container{display:flex;gap:1em;flex-wrap:wrap;margin-top:.5em;margin-bottom:1em}.project-pill-container{display:flex;gap:1em;flex-wrap:wrap;margin-top:0;margin-bottom:0}:root{--theme-color: #101e60;--title-color: #101e60;--body-color: #080f30;--grey-color: #656b75;--smoke-color: #f6f5f3;--smoke-color2: #fff4ef;--smoke-color3: #f5f5f6;--smoke-color4: #f4f4f4;--smoke-color5: #f0f2f4;--black-color: #080f30;--gray-color: #131312;--white-color: #fff;--light-color: #9fa2ad;--yellow-color: #ffb539;--success-color: #28a745;--error-color: #dc3545;--link-font: "Inter Tight", sans-serif;--title-font: "Inter Tight", sans-serif;--body-font: "Inter Tight", sans-serif;--icon-font: "Font Awesome 5 Free";--main-container: 1296px;--container-gutters: 24px;--section-space: 140px;--section-space-mobile: 80px;--section-title-space: 65px;--ripple-ani-duration: 5s;--font-regular: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--border-color: #9ec6ff;--color-brand--blue-11: #17204f;--color-brand--blue-2: #def}body *{font-family:var(--body-font);color:var(--body-color);box-sizing:border-box}body,#root{padding:0;margin:0;min-height:100vh}.container{display:flex;flex-direction:column;min-height:100vh}.form-body{justify-self:center;margin-top:auto;margin-bottom:auto;display:flex;gap:1em;flex-direction:column}h2{color:var(--Color-Brand-Blue-11, #17204f);font-family:Inter Tight;font-size:20px;font-style:normal;font-weight:600;line-height:140%;text-transform:uppercase}
