:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: 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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}._MandateDetailsBlock_3zq99_1{border:2px solid var(--primary-color);width:100%;margin:14px auto 8px;padding:16px;position:relative;border-radius:4px}@media screen and (max-width: 576px){._MandateDetailsBlock_3zq99_1{padding:24px 4px 12px}}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17{display:flex;flex-wrap:wrap;letter-spacing:normal}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Box_3zq99_22{position:absolute;right:8px;top:10px;display:flex;align-items:center;gap:12px}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Box_3zq99_22 ._Box__Chip_3zq99_30 span{font-size:.75rem}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Box_3zq99_22 ._Box__MoreVertIcon_3zq99_33{height:24px;width:24px;opacity:.6;cursor:pointer}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39{display:flex;align-items:baseline;width:40.6%;margin-right:32px;overflow-wrap:break-word;word-break:break-word}@media screen and (max-width: 576px){._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39{width:100%;margin-right:0}}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39 ._Info__Img_3zq99_53{display:inline-block}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39 ._Info__Img_3zq99_53 ._Img__Icon_3zq99_56{width:48px}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39 ._Info__Box_3zq99_59{display:flex;flex-direction:column;text-align:left}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39 ._Info__Box_3zq99_59 ._Info__Name_3zq99_64{font-size:.875rem;font-weight:500}@media screen and (max-width: 768px){._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39 ._Info__Box_3zq99_59 ._Info__Name_3zq99_64{font-size:.75rem}}._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39 ._Info__Box_3zq99_59 ._Info__Value_3zq99_73{font-size:1rem;color:var(--light-gray-color)}@media screen and (max-width: 768px){._MandateDetailsBlock_3zq99_1 ._MandateDetailsBlock__Details_3zq99_17 ._Details__Info_3zq99_39 ._Info__Box_3zq99_59 ._Info__Value_3zq99_73{font-size:.875rem}}._MoreMenu_1r343_1{position:absolute;cursor:pointer;color:#222;padding:12px 0 7px;background:var(--white);border-radius:5px;box-shadow:0 0 20px #0003;top:30px;right:12px;float:right;text-align:left;z-index:9999;overflow:hidden}._MoreMenu_1r343_1 ul{width:max-content;max-width:200px}._MoreMenu_1r343_1 ul li{margin-bottom:7px;padding:.35rem 1.5rem;font-size:.875rem}._MoreMenu_1r343_1 ul li:hover{background-color:#e9ecef}@-webkit-keyframes _spin_1pl4f_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _spin_1pl4f_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loading_1pl4f_17{display:inline-block;border-radius:50%;width:24px;height:24px;border:.25rem solid rgba(255,255,255,.2);border-top-color:#fff;-webkit-animation:_spin_1pl4f_1 .6s infinite linear;animation:_spin_1pl4f_1 .6s infinite linear}._loading_1pl4f_17._tiny_1pl4f_27{width:16px;height:16px;border-width:.2rem}._loading_1pl4f_17._medium_1pl4f_32{width:40px;height:40px;border-width:.35rem}._loading_1pl4f_17._large_1pl4f_37{width:56px;height:56px;border-width:.45rem}._LoaderWrap_1aqx1_1{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:99}._Spinner_1aqx1_10{text-align:center}._Spinner_1aqx1_10>div{width:14px;height:14px;background-color:#fff;border-radius:100%;display:inline-block;-webkit-animation:_sk-bouncedelay_1aqx1_1 1.4s infinite ease-in-out both;animation:_sk-bouncedelay_1aqx1_1 1.4s infinite ease-in-out both}._Spinner_1aqx1_10 ._Dot1_1aqx1_24{-webkit-animation-delay:-.32s;animation-delay:-.32s}._Spinner_1aqx1_10 ._Dot2_1aqx1_29{-webkit-animation-delay:-.16s;animation-delay:-.16s;margin-left:2px}._Spinner_1aqx1_10 ._Dot3_1aqx1_35{margin-left:2px}@-webkit-keyframes _sk-bouncedelay_1aqx1_1{0%,80%,to{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes _sk-bouncedelay_1aqx1_1{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}._Loader_bzekj_1{width:100%;min-height:12rem;min-width:10rem;display:flex;justify-content:center;align-items:center;position:relative}._LoaderContainer_bzekj_11{position:absolute;top:50%;left:50%;border-radius:50%;height:96px;width:96px;animation:_rotate_3922_bzekj_1 1.2s linear infinite;background-color:#9b59b6;background-image:linear-gradient(#9b59b6,#84cdfa,#5ad1cd)}._LoaderContainer_bzekj_11:after{content:"";position:absolute;top:10px;left:10px;right:10px;bottom:10px;background-color:var(--neutral-white);border:solid 5px var(--neutral-white);border-radius:50%}._LoaderContainer_bzekj_11 span{position:absolute;border-radius:50%;height:100%;width:100%;background-color:#9b59b6;background-image:linear-gradient(#9b59b6,#84cdfa,#5ad1cd)}._LoaderContainer_bzekj_11 span:nth-of-type(1){filter:blur(5px)}._LoaderContainer_bzekj_11 span:nth-of-type(2){filter:blur(10px)}._LoaderContainer_bzekj_11 span:nth-of-type(3){filter:blur(25px)}._LoaderContainer_bzekj_11 span:nth-of-type(4){filter:blur(50px)}@keyframes _rotate_3922_bzekj_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._FullPageLoader_1f3sd_1{display:flex;flex-direction:column;align-items:center;align-content:center;justify-content:space-between;position:relative;padding:1rem;height:100%}@media (min-width: 768px){._FullPageLoader_1f3sd_1{padding-left:2rem;padding-right:2rem;padding-top:1.5rem}}._FullPageLoader_1f3sd_1 ._LoaderText_1f3sd_18{display:flex;justify-content:center;flex-direction:column;text-align:center;gap:.35rem}._FullPageLoader_1f3sd_1 ._LoaderText_1f3sd_18 ._Title_1f3sd_25{font-family:var(--font-fafmily-poppins);font-size:1.5rem;font-weight:600}._FullPageLoader_1f3sd_1 ._LoaderText_1f3sd_18 ._Description_1f3sd_30{font-size:1rem;text-align:center}._FullPageLoader_1f3sd_1 ._FacingIssues_1f3sd_34{font-family:var(--font-family-dmsans);color:var(--neutral-600);font-size:.875rem;bottom:0rem;margin-top:2.5rem;width:100%;text-align:center;cursor:pointer}._FullPageLoader_1f3sd_1 ._FacingIssues_1f3sd_34 ._ClickHere_1f3sd_45{margin-left:.25rem;font-weight:700;color:var(--primary-600)}._FullPageLoader_1f3sd_1 ._FacingIssues_1f3sd_34 ._ClickHere_1f3sd_45:hover{cursor:pointer;color:var(--primary-700)}._FullPageLoader_1f3sd_1 ._AnimatedLoader__SupportTxtContainer_1f3sd_54{padding:0 16px;max-width:576px;text-align:center}._FullPageLoader_1f3sd_1 ._AnimatedLoader__SupportTxtContainer_1f3sd_54 ._SupportTxtContainer__SupportTxt_1f3sd_59{color:gray}._FullPageLoader_1f3sd_1 ._AnimatedLoader__SupportTxtContainer_1f3sd_54 ._SupportTxtContainer__SlowNetwork_1f3sd_62{border-radius:var(--border-radius-md);margin-top:1rem;padding:.875rem;background-color:#ffedd4;font-size:.75rem;display:inline-flex;align-items:center;gap:.5rem;text-align:left}._FullPageLoader_1f3sd_1 ._AnimatedLoader__SupportTxtContainer_1f3sd_54 ._SupportTxtContainer__SlowNetwork_1f3sd_62 ._SupportTxtContainer__SlowNetwork__Text_1f3sd_73 span{font-weight:500}._Support__Container_80pc8_1{display:flex;flex-direction:column;color:var(--neutral-800);border-radius:var(--border-radius-xl);overflow:hidden}@media (min-width: 576px){._Support__Container_80pc8_1{flex-direction:row;width:100%}}._Support__Container_80pc8_1 ._SupportImageWrapper_80pc8_14{padding:0;height:12rem;background-color:var(--purple-50)}@media (min-width: 576px){._Support__Container_80pc8_1 ._SupportImageWrapper_80pc8_14{height:auto;width:40%}}@media (min-width: 768px){._Support__Container_80pc8_1 ._SupportImageWrapper_80pc8_14{height:auto;width:14rem}}._Support__Container_80pc8_1 ._SupportImageWrapper_80pc8_14 svg{height:100%;width:100%;object-fit:cover}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36{flex:1;background-color:var(--neutral-white);width:100%;padding:2rem 1rem;font-family:var(--font-family-dmsans)}@media (min-width: 576px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36{width:60%}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._SupportHeader_80pc8_48{font-size:1rem;font-weight:700;line-height:1;text-align:center;font-family:var(--font-family-poppins)}@media (min-width: 576px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._SupportHeader_80pc8_48{font-size:1.3rem;line-height:1.1}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._SupportText_80pc8_61{color:var(--neutral-600);font-size:.8rem;line-height:1;text-align:center;font-family:var(--font-family-dmsans)}@media (min-width: 576px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._SupportText_80pc8_61{font-size:.9rem;line-height:1.1}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74{display:flex;flex-direction:column;padding:.7rem;gap:.7rem}@media (min-width: 768px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74{padding:1rem;gap:1rem}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;padding:.6rem;border-radius:999px;box-shadow:0 0 12px #18274b1a;background-color:var(--neutral-white)}@media (min-width: 768px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74{padding:1rem;gap:.75rem}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74 ._Icon_80pc8_102{width:2rem;height:2rem;background-color:var(--neutral-100);display:flex;justify-content:center;align-items:center;border:1px solid var(--neutral-200);border-radius:50%;padding:.5rem}@media (min-width: 576px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74 ._Icon_80pc8_102{width:2.4rem;height:2.4rem}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74 ._ContactLabel_80pc8_119{display:block;font-size:.6rem;font-family:var(--font-family-dmsans);color:var(--neutral-600)}@media (min-width: 576px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74 ._ContactLabel_80pc8_119{font-size:.7rem}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74 ._ContactValue_80pc8_130{display:block;font-size:.8rem;font-family:var(--font-family-dmsans);font-weight:500;color:var(--neutral-800)}@media (min-width: 576px){._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74 ._ContactValue_80pc8_130{font-size:1rem}}._Support__Container_80pc8_1 ._SupportContactWrapper_80pc8_36 ._ContactInfoWrapper_80pc8_74 ._ContactInfo_80pc8_74 ._WordBreak_80pc8_142{word-break:break-all}._No_Padding_80pc8_146{padding:0}._Badge_1gcjy_1{display:inline-flex;justify-content:center;align-items:center;padding:.25rem .5rem;height:1.5rem;border-radius:var(--border-radius-md);font-size:.75rem}._Checkbox_10bpg_1 ._Checkbox_Container_10bpg_1{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.2rem;margin-left:.2rem}._Checkbox_10bpg_1 ._Checkbox_Container_10bpg_1 input[type=checkbox]{border:1px solid var(--purple-400);accent-color:var(--purple-400);min-width:1.1rem;min-height:1.1rem;border-radius:var(--border-radius-md)}._Checkbox_10bpg_1 ._Checkbox_Container_10bpg_1 ._CheckboxLabel_10bpg_16{font-family:var(--font-family-dmsans);color:var(--neutral-400);font-weight:500;font-size:.75rem;margin-bottom:0rem;margin-left:.3rem}._Checkbox_10bpg_1 ._Error_10bpg_24{margin-left:1.3rem;margin-top:-.1rem;font-size:.75rem;color:var(--error-600);font-family:var(--font-family-dmsans)}._FooterTextOverlay_1c6k9_1{position:absolute;top:0;left:0;height:100%;width:100%;background:linear-gradient(180deg,transparent 16%,rgba(0,0,0,.25) 95%);transition:all .25s ease-in-out;z-index:999;border-bottom-left-radius:12px;border-bottom-right-radius:12px}._FooterTextContainer_1c6k9_14{position:absolute;bottom:0;left:0;width:100%;max-height:75%;overflow-y:auto;text-align:center;color:var(--white);background-color:var(--primary-color);font-size:12px;z-index:999;border-bottom-left-radius:12px;border-bottom-right-radius:12px}@media (min-width: 576px){._FooterTextContainer_1c6k9_14{font-size:14px;max-height:60%}}._FooterTextContainer_1c6k9_14 ._CloseFooterContainer_1c6k9_35{width:100%;position:sticky;top:0;left:0;text-align:right;height:2.5rem;background:linear-gradient(0deg,transparent 18%,var(--primary-color) 35%)}@media (min-width: 576px){._FooterTextContainer_1c6k9_14 ._CloseFooterContainer_1c6k9_35{height:1.5rem}}._FooterTextContainer_1c6k9_14 ._CloseFooterContainer_1c6k9_35 ._CloseFooterBtn_1c6k9_49{position:relative;top:8px;right:10px}._FooterTextContainer_1c6k9_14 ._CloseFooterContainer_1c6k9_35 ._CloseFooterBtn_1c6k9_49:hover{cursor:pointer}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1{padding:.5rem .4rem;width:100%;margin:0;transition:all .25s ease-in-out;line-height:1.5}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._SupportText__Mobile_1c6k9_64,._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._SupportText__Email_1c6k9_67{color:var(--white)}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._SupportLink_1c6k9_70{color:var(--white);font-weight:400;font-size:12px}@media (min-width: 576px){._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._SupportLink_1c6k9_70{font-size:14px}}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._SupportLink_1c6k9_70 a{font-size:inherit;font-weight:600;white-space:nowrap;color:var(--white);text-decoration:underline}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._SupportLink_1c6k9_70 a:hover{cursor:pointer}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._ReadMoreWrapper_1c6k9_90{white-space:nowrap;padding:.15rem .25rem;border-radius:4px;border:none;background-color:var(--quaternary-gray-color)}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._ReadMoreWrapper_1c6k9_90:hover{cursor:pointer}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._ReadMoreWrapper_1c6k9_90:hover{background-color:var(--white)}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._ReadMoreWrapper_1c6k9_90 ._ReadMore_1c6k9_90{font-size:.75rem;white-space:nowrap;color:var(--primary-color);text-align:center}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._ReadMoreWrapper_1c6k9_90 ._ReadMore_1c6k9_90:hover{cursor:pointer}@media (min-width: 576px){._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._ReadMoreWrapper_1c6k9_90 ._ReadMore_1c6k9_90{font-size:.875rem}}._FooterTextContainer_1c6k9_14 ._FooterText_1c6k9_1 ._ReadMoreWrapper_1c6k9_90 ._ExpandIcon_1c6k9_117{color:var(--primary-color)}._FooterTextContainer_1c6k9_14 ._ExtraPadding_1c6k9_120{padding:0 1.45rem 1.5rem;text-align:left}@media (min-width: 576px){._FooterTextContainer_1c6k9_14 ._ExtraPadding_1c6k9_120{padding:0 1.75rem 1.75rem}}._CustomRadioButtonBadge_1d44s_1{display:inline-block}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Input_1d44s_4:checked+label{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:var(--primary-color)}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Input_1d44s_4:checked+label ._Icon_1d44s_8 svg{color:var(--primary-color);stroke:var(--primary-color)}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Input_1d44s_4:checked+label ._Text_1d44s_12{color:var(--primary-color)}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Label_1d44s_15{display:inline-flex;justify-content:flex-start;align-items:center;border:1px solid var(--primary-border-color);border-radius:4px;cursor:pointer;padding:.375rem .625rem;margin-top:.125rem;margin-bottom:8px;width:100%;min-height:40px;-webkit-user-select:none;user-select:none;box-shadow:none;transition:border-color .2s}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Label_1d44s_15:hover{border-color:var(--primary-color)}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Label_1d44s_15 ._Icon_1d44s_8{min-width:20px}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Label_1d44s_15 ._Icon_1d44s_8 svg{height:20px;width:20px;color:var(--secondary-border-color);transition:color .2s}._CustomRadioButtonBadge_1d44s_1 ._CustomRadioButtonBadge__Label_1d44s_15 ._Text_1d44s_12{margin-left:.375rem;font-size:.875rem}._ShimmerLoaderBlock_15o42_1{display:inline-block;animation:_shimmer_15o42_1 2s infinite linear;background:linear-gradient(to right,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%;border-radius:var(--border-radius-md)}@keyframes _shimmer_15o42_1{0%{background-position:-1000px 0}to{background-position:1000px 0}}._Countdown_1xbcb_1{position:relative;margin:auto;height:40px;width:40px;text-align:center}._Countdown_1xbcb_1 ._Countdown__CountdownNumber_1xbcb_8{color:var(--green);display:inline-block;line-height:40px}._Countdown_1xbcb_1 svg{position:absolute;top:0;right:0;width:40px;height:40px;transform:rotateY(-180deg) rotate(-90deg)}._Countdown_1xbcb_1 ._Countdown__SvgCircle_1xbcb_21 ._Countdown__SvgCircle__Circle_1xbcb_21{stroke-dasharray:113px;stroke-dashoffset:0px;stroke-linecap:round;stroke-width:2px;stroke:var(--green);fill:none}._Countdown_1xbcb_1 ._Countdown__SvgCircle_1xbcb_21 ._RedirectionUrlLink__AnimationDelay_1xbcb_29{animation:_countdown_1xbcb_1 60s linear forwards}._Countdown_1xbcb_1 ._Countdown__SvgCircle_1xbcb_21 ._RedirectionUrlLink__Animation_1xbcb_29{animation:_countdown_1xbcb_1 5s linear forwards}@keyframes _countdown_1xbcb_1{0%{stroke-dashoffset:0px}to{stroke-dashoffset:113px}}._RedirectionUrlLink_1xbcb_29{margin-top:24px;margin-bottom:24px}._RedirectionUrlLink_1xbcb_29 ._RedirectionUrlLink__Link_1xbcb_48{font-weight:500}._button-23_1ip26_1:focus-visible{box-shadow:#222 0 0 0 2px,#fffc 0 0 0 4px;transition:box-shadow .2s}._button-23_1ip26_1:active{background-color:#f7f7f7;border-color:#000;transform:scale(.96)}._button-23_1ip26_1:disabled{border-color:#ddd;color:#ddd;cursor:not-allowed;opacity:1}._RzpEmbeddedCheckout_1ip26_19{height:100%;max-height:calc(100% - 100px);width:66.226%;max-width:864px;padding:0;margin:0 auto;overflow:auto;scroll-behavior:smooth}._RzpEmbeddedCheckout_1ip26_19::-webkit-scrollbar{display:none}._RzpEmbeddedCheckout_1ip26_19{-ms-overflow-style:none;scrollbar-width:none}@media screen and (min-width: 1280px) and (max-width: 1400px){._RzpEmbeddedCheckout_1ip26_19{width:84%}}@media screen and (max-width: 1200px){._RzpEmbeddedCheckout_1ip26_19{width:90%}}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50{padding:0;position:absolute;bottom:0;left:0;right:0;width:100%;border-top:2px solid #e0e0e0;background-color:var(--white);z-index:999}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50._FooterTextProvision_1ip26_61{bottom:3rem}@media (min-width: 576px){._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50._FooterTextProvision_1ip26_61{bottom:2.75rem}}@media (min-width: 768px){._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50._FooterTextProvision_1ip26_61{bottom:2.5rem}}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74{height:100%;width:100%;max-width:864px;padding:12px;margin:0 auto;display:flex;justify-content:space-between}@media screen and (max-width: 576px){._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74{padding:8px 12px}}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button{position:relative;z-index:5;background:none;border:none;display:inline-block;padding:12px 16px;font-size:18px;line-height:1;font-weight:700;border-radius:4px;color:#fff;background-color:var(--primary-color);transition:.4s;width:26%;max-width:400px;box-shadow:0 1px 4px #00000003,0 4px 8px #00000005,0 1px 12px #0000001f;text-shadow:0 1px 3px rgba(0,0,0,.12)}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button:active{transform:scale(.98)}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button{transition:.2s all}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button:before{content:"";left:0;right:0;bottom:0;top:0;position:absolute;border-radius:4px;background-image:-webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,.3)),to(rgba(0,0,0,.3)));background-image:-o-linear-gradient(top left,rgba(255,255,255,.3),rgba(0,0,0,.3));background-image:linear-gradient(to bottom right,#ffffff4d,#0000004d);z-index:-1}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button:disabled{background-color:var(--secondary-disabled-color);box-shadow:none;color:var(--heading-color);cursor:not-allowed;border-color:var(--secondary-disabled-color)}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button:not(:disabled):hover{opacity:.92}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button{font-size:1rem}@media screen and (max-width: 576px){._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 button{width:max-content;min-width:100px;padding:10px 14px}}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 ._fullWidth_1ip26_146{width:100%;max-width:300px}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Container_1ip26_74 ._HiddenBtn_1ip26_150{position:absolute;visibility:hidden}._RzpEmbeddedCheckout_1ip26_19 ._FixedFormFooter_1ip26_50 ._FixedFormFooter__Center_1ip26_154{justify-content:center}._DialogOverlay_1qbkv_1{background-color:var(--neutral-600);opacity:.4;position:fixed;top:0;right:0;bottom:0;left:0;animation:_overlayShow_1qbkv_1 .15s cubic-bezier(.16,1,.3,1);z-index:9999}._DialogContent_1qbkv_10{position:relative;background-color:var(--neutral-white);box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;max-width:768px;max-height:max-content;max-height:85vh;animation:_contentShow_1qbkv_1 .15s cubic-bezier(.16,1,.3,1);border-radius:var(--border-radius-xl);z-index:9999;overflow:visible}._DialogContent_1qbkv_10:focus{outline:none}._DialogContent_1qbkv_10 ._DialogCloseBtn_1qbkv_30{position:absolute;top:.5rem;right:.5rem;padding:.15rem;border-radius:var(--border-radius-sm);border:1px solid var(--purple-100);z-index:9999;background-color:var(--neutral-white)}@media (min-width: 768px){._DialogContent_1qbkv_10 ._DialogCloseBtn_1qbkv_30{top:-1rem;right:-1rem;border-radius:100%;padding:.625rem;box-shadow:0 2px 4px #0003,0 .3px .5px #0000001a;background-color:var(--primary-50)}}._DialogContent_1qbkv_10 ._DialogCloseBtn_1qbkv_30:focus{outline:none}._DialogContent_1qbkv_10 ._DialogCloseBtn_1qbkv_30:hover{background-color:var(--primary-100);border-color:var(--purple-100)}._DialogContent_1qbkv_10 ._DialogCloseBtn_1qbkv_30 svg{width:1.25rem;height:1.25rem}@keyframes _overlayShow_1qbkv_1{0%{opacity:0}to{opacity:.4}}@keyframes _contentShow_1qbkv_1{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._ReferralModal_cybsn_1{padding:2rem 1.5rem;overflow-y:scroll;min-width:280px;min-width:calc(100% - 1rem)}._ReferralModal_cybsn_1::-webkit-scrollbar{display:none}._ReferralModal_cybsn_1{-ms-overflow-style:none;scrollbar-width:none}@media (min-width: 576px){._ReferralModal_cybsn_1{min-width:400px;max-width:26rem;box-shadow:0 8px 24px -4px #18274b14,0 6px 12px -6px #486bbd96,0 0 0 8px #fff6,0 0 124px #0000004d;border:solid 1px var(--neutral-200, #dfdfe3)}}._ReferralModal_cybsn_1 ._ReferralHeroSection_cybsn_26{display:flex;flex-direction:column;align-items:center;font-family:var(--font-family-dmsans)}._ReferralModal_cybsn_1 ._ReferralHeroSection_cybsn_26 img{width:4rem;height:4rem;object-fit:contain}@media (min-width: 768px){._ReferralModal_cybsn_1 ._ReferralHeroSection_cybsn_26 img{width:5.25rem;height:5.25rem}}._ReferralModal_cybsn_1 ._ReferralHeroSection_cybsn_26 span{font-family:var(--font-family-poppins);font-size:1.125rem;font-weight:500;margin-top:.75rem}@media (min-width: 768px){._ReferralModal_cybsn_1 ._ReferralHeroSection_cybsn_26 span{font-size:1.25rem}}._ReferralModal_cybsn_1 ._ReferralHeroSection_cybsn_26 p{margin:0;font-size:.875rem;color:var(--neutral-800);margin-top:1rem;text-align:center}@media (min-width: 768px){._ReferralModal_cybsn_1 ._ReferralHeroSection_cybsn_26 p{font-size:1rem;margin-top:1.25rem}}._ReferralModal_cybsn_1 ._ReferralForm_cybsn_67{display:flex;flex-direction:column;gap:2rem;margin-top:.75rem}._ReferralModal_cybsn_1 ._ReferralForm_cybsn_67 ._ButtonGroup_cybsn_73{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){._ReferralModal_cybsn_1 ._ReferralForm_cybsn_67 ._ButtonGroup_cybsn_73{flex-direction:row}}._ReferralModal_cybsn_1 ._ReferralForm_cybsn_67 ._ButtonGroup_cybsn_73 Button{padding:1rem;flex:1}._button-23_1yy4p_1:focus-visible{box-shadow:#222 0 0 0 2px,#fffc 0 0 0 4px;transition:box-shadow .2s}._button-23_1yy4p_1:active{background-color:#f7f7f7;border-color:#000;transform:scale(.96)}._button-23_1yy4p_1:disabled{border-color:#ddd;color:#ddd;cursor:not-allowed;opacity:1}._GetOtpContainer_1yy4p_19{margin:0 auto;display:flex;flex-direction:column;align-items:center;height:calc(100% - 16.5vh);width:100%;overflow:auto;scroll-behavior:smooth;padding:98px 16px 24px}._GetOtpContainer_1yy4p_19::-webkit-scrollbar{display:none}._GetOtpContainer_1yy4p_19{-ms-overflow-style:none;scrollbar-width:none}@media (max-height: 600px){._GetOtpContainer_1yy4p_19{position:relative;overflow:auto}}._GetOtpContainer_1yy4p_19 ._GetOtpHeading_1yy4p_47{font-size:2.8rem;color:var(--primary-color);font-weight:700;line-height:1.43;text-align:center;margin-bottom:2rem}@media screen and (max-width: 1536px){._GetOtpContainer_1yy4p_19 ._GetOtpHeading_1yy4p_47{font-size:2rem}}@media screen and (max-width: 576px){._GetOtpContainer_1yy4p_19 ._GetOtpHeading_1yy4p_47{font-size:1rem;margin-bottom:8px}}._GetOtpContainer_1yy4p_19 ._GetOtpInfoBox_1yy4p_66{margin:8px 0;line-height:1.34;text-align:center}._GetOtpContainer_1yy4p_19 ._GetOtpInfoBox_1yy4p_66 ._InfoText__Primary_1yy4p_71{display:block;font-weight:700;font-size:1.4rem}@media screen and (max-width: 576px){._GetOtpContainer_1yy4p_19 ._GetOtpInfoBox_1yy4p_66 ._InfoText__Primary_1yy4p_71{font-size:.875rem}}._GetOtpContainer_1yy4p_19 ._GetOtpInfoBox_1yy4p_66 ._InfoText__Secondary_1yy4p_81{color:var(--light-gray-color);font-weight:500}@media screen and (max-width: 576px){._GetOtpContainer_1yy4p_19 ._GetOtpInfoBox_1yy4p_66 ._InfoText__Secondary_1yy4p_81{font-size:.75rem}}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90{margin-top:2.8rem;width:60%;max-width:580px}@media only screen and (max-width: 768px){._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90{width:90%}}@media only screen and (max-width: 576px){._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90{margin-top:8px}}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105{position:relative}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105 ._InputDiv__Icon_1yy4p_108{position:absolute;font-size:1rem;font-weight:500;color:var(--subheading-color);left:12px;top:13px}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105 ._InputField_1yy4p_116{padding:12px;width:100%;font-size:16px;border:1px solid var(--primary-border-color);border-radius:4px;transition:border .2s;color:var(--subheading-color)}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105 ._InputField_1yy4p_116:focus{border-color:var(--primary-color);outline:none}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105 ._InputField_1yy4p_116::placeholder{font-size:14px;color:var(--input-placeholder-color)}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105 ._InputField_1yy4p_116:not(:focus):disabled{cursor:not-allowed;background-color:#f4f4f4;color:var(--dark-gray-color)}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105 ._InputField_1yy4p_116:not(:focus):disabled::placeholder{color:transparent}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._InputDiv_1yy4p_105 ._InputField_1yy4p_116{width:100%;height:48px;padding:10px;font-weight:500;line-height:1.34;padding-left:4rem}._GetOtpContainer_1yy4p_19 ._GetOtpInputBox_1yy4p_90 ._Custom__Btn_1yy4p_149{margin:10px 0}._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152{position:relative;z-index:5;background:none;border:none;display:inline-block;padding:12px 16px;font-size:18px;line-height:1;font-weight:700;border-radius:4px;color:#fff;background-color:var(--primary-color);transition:.4s;width:26%;max-width:400px;box-shadow:0 1px 4px #00000003,0 4px 8px #00000005,0 1px 12px #0000001f;text-shadow:0 1px 3px rgba(0,0,0,.12)}._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152:active{transform:scale(.98)}._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152{transition:.2s all}._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152:before{content:"";left:0;right:0;bottom:0;top:0;position:absolute;border-radius:4px;background-image:-webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,.3)),to(rgba(0,0,0,.3)));background-image:-o-linear-gradient(top left,rgba(255,255,255,.3),rgba(0,0,0,.3));background-image:linear-gradient(to bottom right,#ffffff4d,#0000004d);z-index:-1}._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152:disabled{background-color:var(--secondary-disabled-color);box-shadow:none;color:var(--heading-color);cursor:not-allowed;border-color:var(--secondary-disabled-color)}._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152:not(:disabled):hover{opacity:.92}._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152{width:100%;max-width:580px;height:48px;margin-top:2rem;position:relative}@media screen and (max-width: 576px){._GetOtpContainer_1yy4p_19 ._FormAction_Submit_1yy4p_152{font-size:.875rem}}._GetOtp__DefaultHeader_1yy4p_213{position:relative;z-index:5;height:16.5vh;background-color:var(--primary-color);border-top-left-radius:12px;border-top-right-radius:12px}._GetOtp__DefaultHeader_1yy4p_213:before{content:"";left:0;right:0;bottom:0;top:0;position:absolute;background-image:-webkit-gradient(linear,left top,right bottom,from(rgba(255,255,255,.3)),to(rgba(0,0,0,.3)));background-image:-o-linear-gradient(top left,rgba(255,255,255,.3),rgba(0,0,0,.3));background-image:linear-gradient(to bottom right,#ffffff4d,#0000004d);z-index:-1;border-top-left-radius:12px;border-top-right-radius:12px}@media (min-width: 576px) and (orientation: portrait){._GetOtp__DefaultHeader_1yy4p_213{height:11vh}}._Layout_phlc4_1{position:relative;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000a}._Layout_phlc4_1 ._Layout__Content_phlc4_11{position:relative;background-color:var(--white);width:98%;height:98%;border-radius:12px;border:1px solid var(--neutral-200);box-shadow:0 8px 24px -4px #18274b14,0 6px 12px -6px #486bbd96,0 0 0 8px #fff6,0 0 124px #0000004d}@media screen and (min-width: 768px){._Layout_phlc4_1 ._Layout__Content_phlc4_11{width:96%;height:87.72%}}@media screen and (min-width: 1400px){._Layout_phlc4_1 ._Layout__Content_phlc4_11{max-width:1400px}}._Layout_phlc4_1 ._Layout__Content_phlc4_11 ._Content__Overlay_phlc4_32{height:100%;width:100%}._Layout_phlc4_1 ._Layout__Content_phlc4_11 ._Content__Spanner_phlc4_36{position:absolute;width:100%;height:100%;top:50%;left:0;transform:translateY(-50%);z-index:1000;background:var(--white);border-radius:12px}._Layout_phlc4_1 ._Layout__Content_phlc4_11 ._Content__SpannerShow_phlc4_47{visibility:hidden;display:none}._Layout_phlc4_1 ._Layout__TrustLogos_phlc4_51{width:96%;display:flex;justify-content:center;align-items:center;margin-top:16px}@media screen and (max-width: 768px){._Layout_phlc4_1 ._Layout__TrustLogos_phlc4_51{display:none}}._Layout_phlc4_1 ._Layout__TrustLogos_phlc4_51 ._TrustLogos__Img_phlc4_63{width:20%}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}ul{padding:0;margin:0}li{list-style-type:none}html,body,.App,#root{height:100%}/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*:before,*:after{box-sizing:inherit}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-3xl,.container-4xl,.container-5xl,.container-6xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width: 1440px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl{max-width:1280px}}@media (min-width: 1680px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-3xl{max-width:1360px}}@media (min-width: 1920px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-3xl,.container-4xl{max-width:1440px}}@media (min-width: 2560px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-3xl,.container-4xl,.container-5xl{max-width:1600px}}@media (min-width: 3840px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-2xl,.container-3xl,.container-4xl,.container-5xl,.container-6xl{max-width:1920px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto,.col-2xl-1,.col-2xl-2,.col-2xl-3,.col-2xl-4,.col-2xl-5,.col-2xl-6,.col-2xl-7,.col-2xl-8,.col-2xl-9,.col-2xl-10,.col-2xl-11,.col-2xl-12,.col-2xl,.col-2xl-auto,.col-3xl-1,.col-3xl-2,.col-3xl-3,.col-3xl-4,.col-3xl-5,.col-3xl-6,.col-3xl-7,.col-3xl-8,.col-3xl-9,.col-3xl-10,.col-3xl-11,.col-3xl-12,.col-3xl,.col-3xl-auto,.col-4xl-1,.col-4xl-2,.col-4xl-3,.col-4xl-4,.col-4xl-5,.col-4xl-6,.col-4xl-7,.col-4xl-8,.col-4xl-9,.col-4xl-10,.col-4xl-11,.col-4xl-12,.col-4xl,.col-4xl-auto,.col-5xl-1,.col-5xl-2,.col-5xl-3,.col-5xl-4,.col-5xl-5,.col-5xl-6,.col-5xl-7,.col-5xl-8,.col-5xl-9,.col-5xl-10,.col-5xl-11,.col-5xl-12,.col-5xl,.col-5xl-auto,.col-6xl-1,.col-6xl-2,.col-6xl-3,.col-6xl-4,.col-6xl-5,.col-6xl-6,.col-6xl-7,.col-6xl-8,.col-6xl-9,.col-6xl-10,.col-6xl-11,.col-6xl-12,.col-6xl,.col-6xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}@media (min-width: 1440px){.col-2xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-2xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-2xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-2xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-2xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-2xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-2xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-2xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-2xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-2xl-3{flex:0 0 25%;max-width:25%}.col-2xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-2xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-2xl-6{flex:0 0 50%;max-width:50%}.col-2xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-2xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-2xl-9{flex:0 0 75%;max-width:75%}.col-2xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-2xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-2xl-12{flex:0 0 100%;max-width:100%}.order-2xl-first{order:-1}.order-2xl-last{order:13}.order-2xl-0{order:0}.order-2xl-1{order:1}.order-2xl-2{order:2}.order-2xl-3{order:3}.order-2xl-4{order:4}.order-2xl-5{order:5}.order-2xl-6{order:6}.order-2xl-7{order:7}.order-2xl-8{order:8}.order-2xl-9{order:9}.order-2xl-10{order:10}.order-2xl-11{order:11}.order-2xl-12{order:12}.offset-2xl-0{margin-left:0}.offset-2xl-1{margin-left:8.333333%}.offset-2xl-2{margin-left:16.666667%}.offset-2xl-3{margin-left:25%}.offset-2xl-4{margin-left:33.333333%}.offset-2xl-5{margin-left:41.666667%}.offset-2xl-6{margin-left:50%}.offset-2xl-7{margin-left:58.333333%}.offset-2xl-8{margin-left:66.666667%}.offset-2xl-9{margin-left:75%}.offset-2xl-10{margin-left:83.333333%}.offset-2xl-11{margin-left:91.666667%}}@media (min-width: 1680px){.col-3xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-3xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-3xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-3xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-3xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-3xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-3xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-3xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-3xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-3xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3xl-3{flex:0 0 25%;max-width:25%}.col-3xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-3xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-3xl-6{flex:0 0 50%;max-width:50%}.col-3xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-3xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-3xl-9{flex:0 0 75%;max-width:75%}.col-3xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-3xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-3xl-12{flex:0 0 100%;max-width:100%}.order-3xl-first{order:-1}.order-3xl-last{order:13}.order-3xl-0{order:0}.order-3xl-1{order:1}.order-3xl-2{order:2}.order-3xl-3{order:3}.order-3xl-4{order:4}.order-3xl-5{order:5}.order-3xl-6{order:6}.order-3xl-7{order:7}.order-3xl-8{order:8}.order-3xl-9{order:9}.order-3xl-10{order:10}.order-3xl-11{order:11}.order-3xl-12{order:12}.offset-3xl-0{margin-left:0}.offset-3xl-1{margin-left:8.333333%}.offset-3xl-2{margin-left:16.666667%}.offset-3xl-3{margin-left:25%}.offset-3xl-4{margin-left:33.333333%}.offset-3xl-5{margin-left:41.666667%}.offset-3xl-6{margin-left:50%}.offset-3xl-7{margin-left:58.333333%}.offset-3xl-8{margin-left:66.666667%}.offset-3xl-9{margin-left:75%}.offset-3xl-10{margin-left:83.333333%}.offset-3xl-11{margin-left:91.666667%}}@media (min-width: 1920px){.col-4xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-4xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-4xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-4xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-4xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-4xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-4xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-4xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-4xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-4xl-3{flex:0 0 25%;max-width:25%}.col-4xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-4xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-4xl-6{flex:0 0 50%;max-width:50%}.col-4xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-4xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-4xl-9{flex:0 0 75%;max-width:75%}.col-4xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-4xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-4xl-12{flex:0 0 100%;max-width:100%}.order-4xl-first{order:-1}.order-4xl-last{order:13}.order-4xl-0{order:0}.order-4xl-1{order:1}.order-4xl-2{order:2}.order-4xl-3{order:3}.order-4xl-4{order:4}.order-4xl-5{order:5}.order-4xl-6{order:6}.order-4xl-7{order:7}.order-4xl-8{order:8}.order-4xl-9{order:9}.order-4xl-10{order:10}.order-4xl-11{order:11}.order-4xl-12{order:12}.offset-4xl-0{margin-left:0}.offset-4xl-1{margin-left:8.333333%}.offset-4xl-2{margin-left:16.666667%}.offset-4xl-3{margin-left:25%}.offset-4xl-4{margin-left:33.333333%}.offset-4xl-5{margin-left:41.666667%}.offset-4xl-6{margin-left:50%}.offset-4xl-7{margin-left:58.333333%}.offset-4xl-8{margin-left:66.666667%}.offset-4xl-9{margin-left:75%}.offset-4xl-10{margin-left:83.333333%}.offset-4xl-11{margin-left:91.666667%}}@media (min-width: 2560px){.col-5xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-5xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-5xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-5xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-5xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-5xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-5xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-5xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-5xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-5xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-5xl-3{flex:0 0 25%;max-width:25%}.col-5xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-5xl-6{flex:0 0 50%;max-width:50%}.col-5xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-5xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-5xl-9{flex:0 0 75%;max-width:75%}.col-5xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-5xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-5xl-12{flex:0 0 100%;max-width:100%}.order-5xl-first{order:-1}.order-5xl-last{order:13}.order-5xl-0{order:0}.order-5xl-1{order:1}.order-5xl-2{order:2}.order-5xl-3{order:3}.order-5xl-4{order:4}.order-5xl-5{order:5}.order-5xl-6{order:6}.order-5xl-7{order:7}.order-5xl-8{order:8}.order-5xl-9{order:9}.order-5xl-10{order:10}.order-5xl-11{order:11}.order-5xl-12{order:12}.offset-5xl-0{margin-left:0}.offset-5xl-1{margin-left:8.333333%}.offset-5xl-2{margin-left:16.666667%}.offset-5xl-3{margin-left:25%}.offset-5xl-4{margin-left:33.333333%}.offset-5xl-5{margin-left:41.666667%}.offset-5xl-6{margin-left:50%}.offset-5xl-7{margin-left:58.333333%}.offset-5xl-8{margin-left:66.666667%}.offset-5xl-9{margin-left:75%}.offset-5xl-10{margin-left:83.333333%}.offset-5xl-11{margin-left:91.666667%}}@media (min-width: 3840px){.col-6xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-6xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-6xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-6xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-6xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-6xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-6xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-6xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-6xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-6xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-6xl-3{flex:0 0 25%;max-width:25%}.col-6xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-6xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6xl-6{flex:0 0 50%;max-width:50%}.col-6xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-6xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-6xl-9{flex:0 0 75%;max-width:75%}.col-6xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-6xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-6xl-12{flex:0 0 100%;max-width:100%}.order-6xl-first{order:-1}.order-6xl-last{order:13}.order-6xl-0{order:0}.order-6xl-1{order:1}.order-6xl-2{order:2}.order-6xl-3{order:3}.order-6xl-4{order:4}.order-6xl-5{order:5}.order-6xl-6{order:6}.order-6xl-7{order:7}.order-6xl-8{order:8}.order-6xl-9{order:9}.order-6xl-10{order:10}.order-6xl-11{order:11}.order-6xl-12{order:12}.offset-6xl-0{margin-left:0}.offset-6xl-1{margin-left:8.333333%}.offset-6xl-2{margin-left:16.666667%}.offset-6xl-3{margin-left:25%}.offset-6xl-4{margin-left:33.333333%}.offset-6xl-5{margin-left:41.666667%}.offset-6xl-6{margin-left:50%}.offset-6xl-7{margin-left:58.333333%}.offset-6xl-8{margin-left:66.666667%}.offset-6xl-9{margin-left:75%}.offset-6xl-10{margin-left:83.333333%}.offset-6xl-11{margin-left:91.666667%}}:root{--red: #f64e60;--light-red-background: #ffe2e5;--green: #1bc5bd;--light-green-background: #c9f7f5;--orange: #ffa800;--light-orange-background: #fff4de;--dark-gray-color: #666666;--white: #ffffff;--body-background-color: #ffffff;--body-text-color: #4e5760;--label-color: #666666;--field-mandatory-asterisk-color: #de350b;--field-helper-text-color: #666666;--button-disabled-bg-color: #979797;--primary-color: #4563cb;--secondary-color: #72cfed;--heading-color: #2e3851;--light-gray-color: #485167;--secondary-gray-color: #969ba8;--tertiary-gray-color: #7c8392;--quaternary-gray-color: #f3f3f3;--primary-disabled-color: #b0b4be;--secondary-disabled-color: #e9e9e9;--input-background-color: #f4f7ff;--primary-border-color: #d9d5ec;--secondary-border-color: #c1c1c1;--tertiary-border-color: #e0e0e0;--primary-label-color: #626a7d;--subheading-color: #14203c;--primary-red-color: #ff4a4a;--secondary-red-color: #ffd8d8;--tertiary-red-color: #f7ffe2;--quaternary-red-color: #de350b;--primary-green-color: #27ae60;--secondary-green-color: #d8ffe9;--tertiary-green-color: #f7ffe2;--quaternary-green-color: #e2fbdc;--primary-white-color: #fff;--primary-violet-color: #4563cb;--secondary-violet-color: #b9eeff;--tertiary-violet-color: #f7ffe2;--input-placeholder-color: #919191;--primary-amethyst-color: #c045cb;--primary-blue-color: #d6dfff;--primary-light-green-color: #ebf8f0;--primary-color-dark: #3023d5;--border-radius-2xl: 1.5rem;--border-radius-full: 9999px;--primary-50: #f3f1ff;--primary-100: #dcd6ff;--primary-200: #b9adff;--primary-300: #9685ff;--primary-400: #735cff;--primary-500: #5033ff;--primary-600: #4029cc;--primary-700: #301f99;--primary-800: #201466;--primary-900: #100a33;--secondary-50: #fffcee;--secondary-100: #fff4cc;--secondary-200: #ffea99;--secondary-300: #ffdf66;--secondary-400: #ffd533;--secondary-500: #ffca00;--secondary-600: #cca200;--secondary-700: #997900;--secondary-800: #665100;--secondary-900: #332800;--pink-50: #fff8fb;--pink-100: #ffedf2;--pink-200: #ffdbe5;--pink-300: #ffc9d9;--pink-400: #ffb7cc;--pink-500: #ffa5bf;--pink-600: #cc8499;--pink-700: #996373;--pink-800: #66424c;--pink-900: #332126;--teal-50: #f2ffff;--teal-100: #ccf1f4;--teal-200: #99e3e8;--teal-300: #66d6dd;--teal-400: #33c8d1;--teal-500: #00bac6;--teal-600: #00959e;--teal-700: #007077;--teal-800: #004a4f;--teal-900: #002528;--purple-50: #f5f1fd;--purple-100: #d8d1e6;--purple-200: #b1a4ce;--purple-300: #8a76b5;--purple-400: #63499d;--purple-500: #3c1b84;--purple-600: #30166a;--purple-700: #24104f;--purple-800: #180b35;--purple-900: #0c051a;--orange-50: #fff5e6;--orange-100: #feeacc;--orange-200: #fdd599;--orange-300: #fcc066;--orange-400: #fbab33;--orange-500: #fa9600;--orange-600: #c87800;--orange-700: #965a00;--orange-800: #643c00;--orange-900: #321e00;--error-50: #fff4f2;--error-100: #f6d7d0;--error-200: #edafa1;--error-300: #e48672;--error-400: #db5e43;--error-500: #d23614;--error-600: #a82b10;--error-700: #7e200c;--error-800: #541608;--error-900: #2a0b04;--information-50: #eaf1fa;--information-100: #d5e4f6;--information-200: #abc9ec;--information-300: #82ade3;--information-400: #5892d9;--information-500: #2e77d0;--information-600: #255fa6;--information-700: #1c477d;--information-800: #123053;--information-900: #09182a;--warning-50: #fdfae7;--warning-100: #fbf4d0;--warning-200: #f7e9a1;--warning-300: #f4df71;--warning-400: #f0d442;--warning-500: #ecc913;--warning-600: #bda10f;--warning-700: #8e790b;--warning-800: #5e5008;--warning-900: #2f2804;--success-50: #fafff5;--success-100: #dcedce;--success-200: #b9db9e;--success-300: #96ca6d;--success-400: #73b83d;--success-500: #50a60c;--success-600: #40850a;--success-700: #306407;--success-800: #204205;--success-900: #102102;--neutral-50: #fafcfd;--neutral-100: #f5f5f5;--neutral-200: #dfdfe3;--neutral-300: #bfbfc6;--neutral-400: #807e8d;--neutral-500: #605e71;--neutral-600: #4d4b5a;--neutral-700: #3a3844;--neutral-800: #26262d;--neutral-900: #131317;--neutral-white: #ffffff;--neutral-black: #000000;--border-radius-xs: .25rem;--border-radius-sm: .5rem;--border-radius-md: .75rem;--border-radius-lg: .85rem;--border-radius-xl: 1rem;--font-family-dmsans: DM Sans, sans-serif;--font-family-poppins: Poppins, sans-serif;--font-family-Inter: Inter, sans-serif;--focus-box-shadow: "0 0 0 4px rgba(80, 51, 255, 0.1),0 0 0 2px #5033ff";--error-box-shadow: "0 0 0 4px rgba(210, 54, 20, 0.1),0 0 0 2px #d23614";--box-shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--box-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}body{margin:0;padding:0;background-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:var(--font-family-dmsans),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-family:var(--font-family-poppins),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;color:var(--heading-color);font-size:16px;font-weight:400;font-style:normal;line-height:1.34}@media screen and (max-width: 768px){body{font-size:14px}}#root,.App,body,html{height:100%;min-height:100vh;scroll-behavior:smooth}label{display:block;color:var(--primary-label-color);font-weight:500}.required{color:var(--quaternary-red-color)}.helper-text{color:var(--light-gray-color)}.form-error{display:block;font-size:14px;color:var(--error-600);margin-top:8px;font-family:var(--font-family-dmsans)}.react-select-container .react-select__menu .react-select__menu-list{font-weight:500}.react-select-container .react-select__menu .react-select__menu-list::-webkit-scrollbar{width:14px}.react-select-container .react-select__menu .react-select__menu-list::-webkit-scrollbar-thumb{background-color:#d9d5ec;border-radius:16px;border:5px solid #fff;cursor:pointer}.react-select-container .react-select__menu .react-select__menu-list::-webkit-scrollbar-thumb:hover{background-color:#a0a0a5;border:4px solid #f4f4f4}.react-select-container .react-select__menu .react-select__menu-list::-webkit-scrollbar-thumb{height:48px}.ReactModal__Content{margin-top:-.5rem;transition:margin .4s;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;will-change:margin}.ReactModal__Content--after-open{margin-top:0}.DOBDatePickerInputWrap{position:relative}.DOBDatePickerInputWrap .DatePicker{width:100%}.DOBDatePickerInputWrap .Calendar__monthText:after,.DOBDatePickerInputWrap .Calendar__yearText:after{content:"";margin-left:4px;height:6px;width:6px;border-left:2px solid #333;border-bottom:2px solid #333;transform:rotate(-45deg);background-color:#fff}.DOBDatePickerInputWrap .Calendar__monthText.-activeBackground:after,.DOBDatePickerInputWrap .Calendar__yearText.-activeBackground:after{content:none}.DOBDatePickerInputWrap .Calendar__monthText.-activeBackground:before,.DOBDatePickerInputWrap .Calendar__yearText.-activeBackground:before{content:"";margin-right:8px;height:6px;width:6px;border-left:2px solid #333;border-bottom:2px solid #333;transform:rotate(45deg);background-color:#fff}.DOBDatePickerInputWrap .DatePicker__calendarContainer,.DOBDatePickerInputWrap .DOBDatePickerCalendar{z-index:9999!important;font-size:8px!important}.DOBDatePickerInputWrap .DatePicker__calendarContainer .Calendar__monthText:after,.DOBDatePickerInputWrap .DatePicker__calendarContainer .Calendar__yearText:after,.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__monthText:after,.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__yearText:after{content:"";margin-left:4px;height:6px;width:6px;border-left:2px solid #333;border-bottom:2px solid #333;transform:rotate(-45deg);background-color:var(--primary-white-color)}.DOBDatePickerInputWrap .DatePicker__calendarContainer .Calendar__monthText.-activeBackground:after,.DOBDatePickerInputWrap .DatePicker__calendarContainer .Calendar__yearText.-activeBackground:after,.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__monthText.-activeBackground:after,.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__yearText.-activeBackground:after{content:none}.DOBDatePickerInputWrap .DatePicker__calendarContainer .Calendar__monthText.-activeBackground:before,.DOBDatePickerInputWrap .DatePicker__calendarContainer .Calendar__yearText.-activeBackground:before,.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__monthText.-activeBackground:before,.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__yearText.-activeBackground:before{content:"";margin-right:8px;height:6px;width:6px;border-left:2px solid #333;border-bottom:2px solid #333;transform:rotate(45deg);background-color:var(--primary-white-color)}@media (max-width: 768px){.DOBDatePickerInputWrap .DatePicker__calendarContainer,.DOBDatePickerInputWrap .DOBDatePickerCalendar{font-size:7px!important}}@media (min-width: 2500px){.DOBDatePickerInputWrap .DatePicker__calendarContainer,.DOBDatePickerInputWrap .DOBDatePickerCalendar{font-size:10px!important}}.DOBDatePickerInputWrap .DatePicker__input,.DOBDatePickerInputWrap .DOBDatePickerInput{padding:12px;text-align:left!important;width:100%}.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__yearSelector::-webkit-scrollbar{display:block!important;width:10px!important;cursor:pointer!important}.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__yearSelector::-webkit-scrollbar-track{background:#f1f1f1!important}.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__yearSelector::-webkit-scrollbar-thumb{background:#5467ff!important;border-radius:8px}.DOBDatePickerInputWrap .DOBDatePickerCalendar .Calendar__yearSelector::-webkit-scrollbar-thumb:hover{background:#3f4fcc!important}.containerStyle{justify-content:center}.inputStyle{width:80px!important;height:100px;font-size:1.6rem;border:1px solid var(--tertiary-border-color);background:var(--input-background-color)}@media screen and (max-width: 576px){.inputStyle{width:3rem!important}}.inputStyle:focus{border-color:var(--primary-color);outline:none}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.title-gradient{background-image:linear-gradient(103deg,#dc0a92 -1%,#367afc 95%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
