@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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 #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.f5{font-size:5px!important}.f6{font-size:6px!important}.f7{font-size:7px!important}.f8{font-size:8px!important}.f9{font-size:9px!important}.f10{font-size:10px!important}.f11{font-size:11px!important}.f12{font-size:12px!important}.f13{font-size:13px!important}.f14{font-size:14px!important}.f15{font-size:15px!important}.f16{font-size:16px!important}.f17{font-size:17px!important}.f18{font-size:18px!important}.f19{font-size:19px!important}.f20{font-size:20px!important}.f21{font-size:21px!important}.f22{font-size:22px!important}.f23{font-size:23px!important}.f24{font-size:24px!important}.f25{font-size:25px!important}.f26{font-size:26px!important}.f27{font-size:27px!important}.f28{font-size:28px!important}.f29{font-size:29px!important}.f30{font-size:30px!important}.f31{font-size:31px!important}.f32{font-size:32px!important}.f33{font-size:33px!important}.f34{font-size:34px!important}.f35{font-size:35px!important}.f36{font-size:36px!important}.f37{font-size:37px!important}.f38{font-size:38px!important}.f39{font-size:39px!important}.f40{font-size:40px!important}.f41{font-size:41px!important}.f42{font-size:42px!important}.f43{font-size:43px!important}.f44{font-size:44px!important}.f45{font-size:45px!important}.f46{font-size:46px!important}.f47{font-size:47px!important}.f48{font-size:48px!important}.f49{font-size:49px!important}.f50{font-size:50px!important}.f51{font-size:51px!important}.f52{font-size:52px!important}.f53{font-size:53px!important}.f54{font-size:54px!important}.f55{font-size:55px!important}.f56{font-size:56px!important}.f57{font-size:57px!important}.f58{font-size:58px!important}.f59{font-size:59px!important}.f60{font-size:60px!important}.f61{font-size:61px!important}.f62{font-size:62px!important}.f63{font-size:63px!important}.f64{font-size:64px!important}.f65{font-size:65px!important}.f66{font-size:66px!important}.f67{font-size:67px!important}.f68{font-size:68px!important}.f69{font-size:69px!important}.f70{font-size:70px!important}.f71{font-size:71px!important}.f72{font-size:72px!important}.f73{font-size:73px!important}.f74{font-size:74px!important}.f75{font-size:75px!important}.f76{font-size:76px!important}.f77{font-size:77px!important}.f78{font-size:78px!important}.f79{font-size:79px!important}.f80{font-size:80px!important}.f81{font-size:81px!important}.f82{font-size:82px!important}.f83{font-size:83px!important}.f84{font-size:84px!important}.f85{font-size:85px!important}.f86{font-size:86px!important}.f87{font-size:87px!important}.f88{font-size:88px!important}.f89{font-size:89px!important}.f90{font-size:90px!important}.f91{font-size:91px!important}.f92{font-size:92px!important}.f93{font-size:93px!important}.f94{font-size:94px!important}.f95{font-size:95px!important}.f96{font-size:96px!important}.f97{font-size:97px!important}.f98{font-size:98px!important}.f99{font-size:99px!important}.f100{font-size:100px!important}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:100;src:url(/static/media/Sofia-Pro-ExtraLight-Az.d2162fc7578b0d38b109.otf) format("opentype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:300;src:url(/static/media/Sofia-Pro-Light-Az.9a65952e76032af94519.otf) format("opentype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:400;src:url(/static/media/Sofia-Pro-Regular-Az.d36998f5d9772461be21.otf) format("opentype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:500;src:url(/static/media/Sofia-Pro-Medium-Az.9c1561c4f17fb1f805b3.otf) format("opentype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:600;src:url(/static/media/Sofia-Pro-Semi-Bold-Az.2044892426acfe16ed20.otf) format("opentype")}@font-face{font-family:Sofia Pro;font-style:normal;font-weight:700;src:url(/static/media/Sofia-Pro-Black-Az.f4bdd0977e78f635b786.otf) format("opentype")}.sofia-pro-thin{font-weight:100!important}.sofia-pro-light,.sofia-pro-thin{font-family:Sofia Pro,sans-serif!important}.sofia-pro-light{font-weight:300!important}.sofia-pro-regular{font-weight:400!important}.sofia-pro-regular,.sofia-pro-semi-bold{font-family:Sofia Pro,sans-serif!important}.sofia-pro-semi-bold{font-weight:500!important}.sofia-pro-bold{font-weight:600!important}.sofia-pro-bold,.sofia-pro-extra-bold{font-family:Sofia Pro,sans-serif!important}.sofia-pro-extra-bold{font-weight:700!important}.m-1{margin:4px!important}.m-2{margin:8px!important}.m-3{margin:12px!important}.m-4{margin:16px!important}.m-5{margin:20px!important}.m-6{margin:24px!important}.m-7{margin:28px!important}.m-8{margin:32px!important}.m-9{margin:36px!important}.m-10{margin:40px!important}.m-11{margin:44px!important}.m-12{margin:48px!important}.m-13{margin:52px!important}.m-14{margin:56px!important}.m-15{margin:60px!important}.m-16{margin:64px!important}.m-17{margin:68px!important}.m-18{margin:72px!important}.m-19{margin:76px!important}.m-20{margin:80px!important}.m-21{margin:84px!important}.m-22{margin:88px!important}.m-23{margin:92px!important}.m-24{margin:96px!important}.m-25{margin:100px!important}.m-26{margin:104px!important}.m-27{margin:108px!important}.m-28{margin:112px!important}.m-29{margin:116px!important}.m-30{margin:120px!important}.m-31{margin:124px!important}.m-32{margin:128px!important}.m-33{margin:132px!important}.m-34{margin:136px!important}.m-35{margin:140px!important}.m-36{margin:144px!important}.m-37{margin:148px!important}.m-38{margin:152px!important}.m-39{margin:156px!important}.m-40{margin:160px!important}.m-41{margin:164px!important}.m-42{margin:168px!important}.m-43{margin:172px!important}.m-44{margin:176px!important}.m-45{margin:180px!important}.m-46{margin:184px!important}.m-47{margin:188px!important}.m-48{margin:192px!important}.m-49{margin:196px!important}.m-50{margin:200px!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-17{margin-top:68px!important}.mt-18{margin-top:72px!important}.mt-19{margin-top:76px!important}.mt-20{margin-top:80px!important}.mt-21{margin-top:84px!important}.mt-22{margin-top:88px!important}.mt-23{margin-top:92px!important}.mt-24{margin-top:96px!important}.mt-25{margin-top:100px!important}.mt-26{margin-top:104px!important}.mt-27{margin-top:108px!important}.mt-28{margin-top:112px!important}.mt-29{margin-top:116px!important}.mt-30{margin-top:120px!important}.mt-31{margin-top:124px!important}.mt-32{margin-top:128px!important}.mt-33{margin-top:132px!important}.mt-34{margin-top:136px!important}.mt-35{margin-top:140px!important}.mt-36{margin-top:144px!important}.mt-37{margin-top:148px!important}.mt-38{margin-top:152px!important}.mt-39{margin-top:156px!important}.mt-40{margin-top:160px!important}.mt-41{margin-top:164px!important}.mt-42{margin-top:168px!important}.mt-43{margin-top:172px!important}.mt-44{margin-top:176px!important}.mt-45{margin-top:180px!important}.mt-46{margin-top:184px!important}.mt-47{margin-top:188px!important}.mt-48{margin-top:192px!important}.mt-49{margin-top:196px!important}.mt-50{margin-top:200px!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-17{margin-left:68px!important}.ml-18{margin-left:72px!important}.ml-19{margin-left:76px!important}.ml-20{margin-left:80px!important}.ml-21{margin-left:84px!important}.ml-22{margin-left:88px!important}.ml-23{margin-left:92px!important}.ml-24{margin-left:96px!important}.ml-25{margin-left:100px!important}.ml-26{margin-left:104px!important}.ml-27{margin-left:108px!important}.ml-28{margin-left:112px!important}.ml-29{margin-left:116px!important}.ml-30{margin-left:120px!important}.ml-31{margin-left:124px!important}.ml-32{margin-left:128px!important}.ml-33{margin-left:132px!important}.ml-34{margin-left:136px!important}.ml-35{margin-left:140px!important}.ml-36{margin-left:144px!important}.ml-37{margin-left:148px!important}.ml-38{margin-left:152px!important}.ml-39{margin-left:156px!important}.ml-40{margin-left:160px!important}.ml-41{margin-left:164px!important}.ml-42{margin-left:168px!important}.ml-43{margin-left:172px!important}.ml-44{margin-left:176px!important}.ml-45{margin-left:180px!important}.ml-46{margin-left:184px!important}.ml-47{margin-left:188px!important}.ml-48{margin-left:192px!important}.ml-49{margin-left:196px!important}.ml-50{margin-left:200px!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-17{margin-right:68px!important}.mr-18{margin-right:72px!important}.mr-19{margin-right:76px!important}.mr-20{margin-right:80px!important}.mr-21{margin-right:84px!important}.mr-22{margin-right:88px!important}.mr-23{margin-right:92px!important}.mr-24{margin-right:96px!important}.mr-25{margin-right:100px!important}.mr-26{margin-right:104px!important}.mr-27{margin-right:108px!important}.mr-28{margin-right:112px!important}.mr-29{margin-right:116px!important}.mr-30{margin-right:120px!important}.mr-31{margin-right:124px!important}.mr-32{margin-right:128px!important}.mr-33{margin-right:132px!important}.mr-34{margin-right:136px!important}.mr-35{margin-right:140px!important}.mr-36{margin-right:144px!important}.mr-37{margin-right:148px!important}.mr-38{margin-right:152px!important}.mr-39{margin-right:156px!important}.mr-40{margin-right:160px!important}.mr-41{margin-right:164px!important}.mr-42{margin-right:168px!important}.mr-43{margin-right:172px!important}.mr-44{margin-right:176px!important}.mr-45{margin-right:180px!important}.mr-46{margin-right:184px!important}.mr-47{margin-right:188px!important}.mr-48{margin-right:192px!important}.mr-49{margin-right:196px!important}.mr-50{margin-right:200px!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-17{margin-bottom:68px!important}.mb-18{margin-bottom:72px!important}.mb-19{margin-bottom:76px!important}.mb-20{margin-bottom:80px!important}.mb-21{margin-bottom:84px!important}.mb-22{margin-bottom:88px!important}.mb-23{margin-bottom:92px!important}.mb-24{margin-bottom:96px!important}.mb-25{margin-bottom:100px!important}.mb-26{margin-bottom:104px!important}.mb-27{margin-bottom:108px!important}.mb-28{margin-bottom:112px!important}.mb-29{margin-bottom:116px!important}.mb-30{margin-bottom:120px!important}.mb-31{margin-bottom:124px!important}.mb-32{margin-bottom:128px!important}.mb-33{margin-bottom:132px!important}.mb-34{margin-bottom:136px!important}.mb-35{margin-bottom:140px!important}.mb-36{margin-bottom:144px!important}.mb-37{margin-bottom:148px!important}.mb-38{margin-bottom:152px!important}.mb-39{margin-bottom:156px!important}.mb-40{margin-bottom:160px!important}.mb-41{margin-bottom:164px!important}.mb-42{margin-bottom:168px!important}.mb-43{margin-bottom:172px!important}.mb-44{margin-bottom:176px!important}.mb-45{margin-bottom:180px!important}.mb-46{margin-bottom:184px!important}.mb-47{margin-bottom:188px!important}.mb-48{margin-bottom:192px!important}.mb-49{margin-bottom:196px!important}.mb-50{margin-bottom:200px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.mx-21{margin-left:84px!important;margin-right:84px!important}.mx-22{margin-left:88px!important;margin-right:88px!important}.mx-23{margin-left:92px!important;margin-right:92px!important}.mx-24{margin-left:96px!important;margin-right:96px!important}.mx-25{margin-left:100px!important;margin-right:100px!important}.mx-26{margin-left:104px!important;margin-right:104px!important}.mx-27{margin-left:108px!important;margin-right:108px!important}.mx-28{margin-left:112px!important;margin-right:112px!important}.mx-29{margin-left:116px!important;margin-right:116px!important}.mx-30{margin-left:120px!important;margin-right:120px!important}.mx-31{margin-left:124px!important;margin-right:124px!important}.mx-32{margin-left:128px!important;margin-right:128px!important}.mx-33{margin-left:132px!important;margin-right:132px!important}.mx-34{margin-left:136px!important;margin-right:136px!important}.mx-35{margin-left:140px!important;margin-right:140px!important}.mx-36{margin-left:144px!important;margin-right:144px!important}.mx-37{margin-left:148px!important;margin-right:148px!important}.mx-38{margin-left:152px!important;margin-right:152px!important}.mx-39{margin-left:156px!important;margin-right:156px!important}.mx-40{margin-left:160px!important;margin-right:160px!important}.mx-41{margin-left:164px!important;margin-right:164px!important}.mx-42{margin-left:168px!important;margin-right:168px!important}.mx-43{margin-left:172px!important;margin-right:172px!important}.mx-44{margin-left:176px!important;margin-right:176px!important}.mx-45{margin-left:180px!important;margin-right:180px!important}.mx-46{margin-left:184px!important;margin-right:184px!important}.mx-47{margin-left:188px!important;margin-right:188px!important}.mx-48{margin-left:192px!important;margin-right:192px!important}.mx-49{margin-left:196px!important;margin-right:196px!important}.mx-50{margin-left:200px!important;margin-right:200px!important}.my-1{margin-bottom:4px!important;margin-top:4px!important}.my-2{margin-bottom:8px!important;margin-top:8px!important}.my-3{margin-bottom:12px!important;margin-top:12px!important}.my-4{margin-bottom:16px!important;margin-top:16px!important}.my-5{margin-bottom:20px!important;margin-top:20px!important}.my-6{margin-bottom:24px!important;margin-top:24px!important}.my-7{margin-bottom:28px!important;margin-top:28px!important}.my-8{margin-bottom:32px!important;margin-top:32px!important}.my-9{margin-bottom:36px!important;margin-top:36px!important}.my-10{margin-bottom:40px!important;margin-top:40px!important}.my-11{margin-bottom:44px!important;margin-top:44px!important}.my-12{margin-bottom:48px!important;margin-top:48px!important}.my-13{margin-bottom:52px!important;margin-top:52px!important}.my-14{margin-bottom:56px!important;margin-top:56px!important}.my-15{margin-bottom:60px!important;margin-top:60px!important}.my-16{margin-bottom:64px!important;margin-top:64px!important}.my-17{margin-bottom:68px!important;margin-top:68px!important}.my-18{margin-bottom:72px!important;margin-top:72px!important}.my-19{margin-bottom:76px!important;margin-top:76px!important}.my-20{margin-bottom:80px!important;margin-top:80px!important}.my-21{margin-bottom:84px!important;margin-top:84px!important}.my-22{margin-bottom:88px!important;margin-top:88px!important}.my-23{margin-bottom:92px!important;margin-top:92px!important}.my-24{margin-bottom:96px!important;margin-top:96px!important}.my-25{margin-bottom:100px!important;margin-top:100px!important}.my-26{margin-bottom:104px!important;margin-top:104px!important}.my-27{margin-bottom:108px!important;margin-top:108px!important}.my-28{margin-bottom:112px!important;margin-top:112px!important}.my-29{margin-bottom:116px!important;margin-top:116px!important}.my-30{margin-bottom:120px!important;margin-top:120px!important}.my-31{margin-bottom:124px!important;margin-top:124px!important}.my-32{margin-bottom:128px!important;margin-top:128px!important}.my-33{margin-bottom:132px!important;margin-top:132px!important}.my-34{margin-bottom:136px!important;margin-top:136px!important}.my-35{margin-bottom:140px!important;margin-top:140px!important}.my-36{margin-bottom:144px!important;margin-top:144px!important}.my-37{margin-bottom:148px!important;margin-top:148px!important}.my-38{margin-bottom:152px!important;margin-top:152px!important}.my-39{margin-bottom:156px!important;margin-top:156px!important}.my-40{margin-bottom:160px!important;margin-top:160px!important}.my-41{margin-bottom:164px!important;margin-top:164px!important}.my-42{margin-bottom:168px!important;margin-top:168px!important}.my-43{margin-bottom:172px!important;margin-top:172px!important}.my-44{margin-bottom:176px!important;margin-top:176px!important}.my-45{margin-bottom:180px!important;margin-top:180px!important}.my-46{margin-bottom:184px!important;margin-top:184px!important}.my-47{margin-bottom:188px!important;margin-top:188px!important}.my-48{margin-bottom:192px!important;margin-top:192px!important}.my-49{margin-bottom:196px!important;margin-top:196px!important}.my-50{margin-bottom:200px!important;margin-top:200px!important}.p-1{padding:4px!important}.p-2{padding:8px!important}.p-3{padding:12px!important}.p-4{padding:16px!important}.p-5{padding:20px!important}.p-6{padding:24px!important}.p-7{padding:28px!important}.p-8{padding:32px!important}.p-9{padding:36px!important}.p-10{padding:40px!important}.p-11{padding:44px!important}.p-12{padding:48px!important}.p-13{padding:52px!important}.p-14{padding:56px!important}.p-15{padding:60px!important}.p-16{padding:64px!important}.p-17{padding:68px!important}.p-18{padding:72px!important}.p-19{padding:76px!important}.p-20{padding:80px!important}.p-21{padding:84px!important}.p-22{padding:88px!important}.p-23{padding:92px!important}.p-24{padding:96px!important}.p-25{padding:100px!important}.p-26{padding:104px!important}.p-27{padding:108px!important}.p-28{padding:112px!important}.p-29{padding:116px!important}.p-30{padding:120px!important}.p-31{padding:124px!important}.p-32{padding:128px!important}.p-33{padding:132px!important}.p-34{padding:136px!important}.p-35{padding:140px!important}.p-36{padding:144px!important}.p-37{padding:148px!important}.p-38{padding:152px!important}.p-39{padding:156px!important}.p-40{padding:160px!important}.p-41{padding:164px!important}.p-42{padding:168px!important}.p-43{padding:172px!important}.p-44{padding:176px!important}.p-45{padding:180px!important}.p-46{padding:184px!important}.p-47{padding:188px!important}.p-48{padding:192px!important}.p-49{padding:196px!important}.p-50{padding:200px!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pt-17{padding-top:68px!important}.pt-18{padding-top:72px!important}.pt-19{padding-top:76px!important}.pt-20{padding-top:80px!important}.pt-21{padding-top:84px!important}.pt-22{padding-top:88px!important}.pt-23{padding-top:92px!important}.pt-24{padding-top:96px!important}.pt-25{padding-top:100px!important}.pt-26{padding-top:104px!important}.pt-27{padding-top:108px!important}.pt-28{padding-top:112px!important}.pt-29{padding-top:116px!important}.pt-30{padding-top:120px!important}.pt-31{padding-top:124px!important}.pt-32{padding-top:128px!important}.pt-33{padding-top:132px!important}.pt-34{padding-top:136px!important}.pt-35{padding-top:140px!important}.pt-36{padding-top:144px!important}.pt-37{padding-top:148px!important}.pt-38{padding-top:152px!important}.pt-39{padding-top:156px!important}.pt-40{padding-top:160px!important}.pt-41{padding-top:164px!important}.pt-42{padding-top:168px!important}.pt-43{padding-top:172px!important}.pt-44{padding-top:176px!important}.pt-45{padding-top:180px!important}.pt-46{padding-top:184px!important}.pt-47{padding-top:188px!important}.pt-48{padding-top:192px!important}.pt-49{padding-top:196px!important}.pt-50{padding-top:200px!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.pl-17{padding-left:68px!important}.pl-18{padding-left:72px!important}.pl-19{padding-left:76px!important}.pl-20{padding-left:80px!important}.pl-21{padding-left:84px!important}.pl-22{padding-left:88px!important}.pl-23{padding-left:92px!important}.pl-24{padding-left:96px!important}.pl-25{padding-left:100px!important}.pl-26{padding-left:104px!important}.pl-27{padding-left:108px!important}.pl-28{padding-left:112px!important}.pl-29{padding-left:116px!important}.pl-30{padding-left:120px!important}.pl-31{padding-left:124px!important}.pl-32{padding-left:128px!important}.pl-33{padding-left:132px!important}.pl-34{padding-left:136px!important}.pl-35{padding-left:140px!important}.pl-36{padding-left:144px!important}.pl-37{padding-left:148px!important}.pl-38{padding-left:152px!important}.pl-39{padding-left:156px!important}.pl-40{padding-left:160px!important}.pl-41{padding-left:164px!important}.pl-42{padding-left:168px!important}.pl-43{padding-left:172px!important}.pl-44{padding-left:176px!important}.pl-45{padding-left:180px!important}.pl-46{padding-left:184px!important}.pl-47{padding-left:188px!important}.pl-48{padding-left:192px!important}.pl-49{padding-left:196px!important}.pl-50{padding-left:200px!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pr-17{padding-right:68px!important}.pr-18{padding-right:72px!important}.pr-19{padding-right:76px!important}.pr-20{padding-right:80px!important}.pr-21{padding-right:84px!important}.pr-22{padding-right:88px!important}.pr-23{padding-right:92px!important}.pr-24{padding-right:96px!important}.pr-25{padding-right:100px!important}.pr-26{padding-right:104px!important}.pr-27{padding-right:108px!important}.pr-28{padding-right:112px!important}.pr-29{padding-right:116px!important}.pr-30{padding-right:120px!important}.pr-31{padding-right:124px!important}.pr-32{padding-right:128px!important}.pr-33{padding-right:132px!important}.pr-34{padding-right:136px!important}.pr-35{padding-right:140px!important}.pr-36{padding-right:144px!important}.pr-37{padding-right:148px!important}.pr-38{padding-right:152px!important}.pr-39{padding-right:156px!important}.pr-40{padding-right:160px!important}.pr-41{padding-right:164px!important}.pr-42{padding-right:168px!important}.pr-43{padding-right:172px!important}.pr-44{padding-right:176px!important}.pr-45{padding-right:180px!important}.pr-46{padding-right:184px!important}.pr-47{padding-right:188px!important}.pr-48{padding-right:192px!important}.pr-49{padding-right:196px!important}.pr-50{padding-right:200px!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pb-17{padding-bottom:68px!important}.pb-18{padding-bottom:72px!important}.pb-19{padding-bottom:76px!important}.pb-20{padding-bottom:80px!important}.pb-21{padding-bottom:84px!important}.pb-22{padding-bottom:88px!important}.pb-23{padding-bottom:92px!important}.pb-24{padding-bottom:96px!important}.pb-25{padding-bottom:100px!important}.pb-26{padding-bottom:104px!important}.pb-27{padding-bottom:108px!important}.pb-28{padding-bottom:112px!important}.pb-29{padding-bottom:116px!important}.pb-30{padding-bottom:120px!important}.pb-31{padding-bottom:124px!important}.pb-32{padding-bottom:128px!important}.pb-33{padding-bottom:132px!important}.pb-34{padding-bottom:136px!important}.pb-35{padding-bottom:140px!important}.pb-36{padding-bottom:144px!important}.pb-37{padding-bottom:148px!important}.pb-38{padding-bottom:152px!important}.pb-39{padding-bottom:156px!important}.pb-40{padding-bottom:160px!important}.pb-41{padding-bottom:164px!important}.pb-42{padding-bottom:168px!important}.pb-43{padding-bottom:172px!important}.pb-44{padding-bottom:176px!important}.pb-45{padding-bottom:180px!important}.pb-46{padding-bottom:184px!important}.pb-47{padding-bottom:188px!important}.pb-48{padding-bottom:192px!important}.pb-49{padding-bottom:196px!important}.pb-50{padding-bottom:200px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.px-21{padding-left:84px!important;padding-right:84px!important}.px-22{padding-left:88px!important;padding-right:88px!important}.px-23{padding-left:92px!important;padding-right:92px!important}.px-24{padding-left:96px!important;padding-right:96px!important}.px-25{padding-left:100px!important;padding-right:100px!important}.px-26{padding-left:104px!important;padding-right:104px!important}.px-27{padding-left:108px!important;padding-right:108px!important}.px-28{padding-left:112px!important;padding-right:112px!important}.px-29{padding-left:116px!important;padding-right:116px!important}.px-30{padding-left:120px!important;padding-right:120px!important}.px-31{padding-left:124px!important;padding-right:124px!important}.px-32{padding-left:128px!important;padding-right:128px!important}.px-33{padding-left:132px!important;padding-right:132px!important}.px-34{padding-left:136px!important;padding-right:136px!important}.px-35{padding-left:140px!important;padding-right:140px!important}.px-36{padding-left:144px!important;padding-right:144px!important}.px-37{padding-left:148px!important;padding-right:148px!important}.px-38{padding-left:152px!important;padding-right:152px!important}.px-39{padding-left:156px!important;padding-right:156px!important}.px-40{padding-left:160px!important;padding-right:160px!important}.px-41{padding-left:164px!important;padding-right:164px!important}.px-42{padding-left:168px!important;padding-right:168px!important}.px-43{padding-left:172px!important;padding-right:172px!important}.px-44{padding-left:176px!important;padding-right:176px!important}.px-45{padding-left:180px!important;padding-right:180px!important}.px-46{padding-left:184px!important;padding-right:184px!important}.px-47{padding-left:188px!important;padding-right:188px!important}.px-48{padding-left:192px!important;padding-right:192px!important}.px-49{padding-left:196px!important;padding-right:196px!important}.px-50{padding-left:200px!important;padding-right:200px!important}.py-1{padding-bottom:4px!important;padding-top:4px!important}.py-2{padding-bottom:8px!important;padding-top:8px!important}.py-3{padding-bottom:12px!important;padding-top:12px!important}.py-4{padding-bottom:16px!important;padding-top:16px!important}.py-5{padding-bottom:20px!important;padding-top:20px!important}.py-6{padding-bottom:24px!important;padding-top:24px!important}.py-7{padding-bottom:28px!important;padding-top:28px!important}.py-8{padding-bottom:32px!important;padding-top:32px!important}.py-9{padding-bottom:36px!important;padding-top:36px!important}.py-10{padding-bottom:40px!important;padding-top:40px!important}.py-11{padding-bottom:44px!important;padding-top:44px!important}.py-12{padding-bottom:48px!important;padding-top:48px!important}.py-13{padding-bottom:52px!important;padding-top:52px!important}.py-14{padding-bottom:56px!important;padding-top:56px!important}.py-15{padding-bottom:60px!important;padding-top:60px!important}.py-16{padding-bottom:64px!important;padding-top:64px!important}.py-17{padding-bottom:68px!important;padding-top:68px!important}.py-18{padding-bottom:72px!important;padding-top:72px!important}.py-19{padding-bottom:76px!important;padding-top:76px!important}.py-20{padding-bottom:80px!important;padding-top:80px!important}.py-21{padding-bottom:84px!important;padding-top:84px!important}.py-22{padding-bottom:88px!important;padding-top:88px!important}.py-23{padding-bottom:92px!important;padding-top:92px!important}.py-24{padding-bottom:96px!important;padding-top:96px!important}.py-25{padding-bottom:100px!important;padding-top:100px!important}.py-26{padding-bottom:104px!important;padding-top:104px!important}.py-27{padding-bottom:108px!important;padding-top:108px!important}.py-28{padding-bottom:112px!important;padding-top:112px!important}.py-29{padding-bottom:116px!important;padding-top:116px!important}.py-30{padding-bottom:120px!important;padding-top:120px!important}.py-31{padding-bottom:124px!important;padding-top:124px!important}.py-32{padding-bottom:128px!important;padding-top:128px!important}.py-33{padding-bottom:132px!important;padding-top:132px!important}.py-34{padding-bottom:136px!important;padding-top:136px!important}.py-35{padding-bottom:140px!important;padding-top:140px!important}.py-36{padding-bottom:144px!important;padding-top:144px!important}.py-37{padding-bottom:148px!important;padding-top:148px!important}.py-38{padding-bottom:152px!important;padding-top:152px!important}.py-39{padding-bottom:156px!important;padding-top:156px!important}.py-40{padding-bottom:160px!important;padding-top:160px!important}.py-41{padding-bottom:164px!important;padding-top:164px!important}.py-42{padding-bottom:168px!important;padding-top:168px!important}.py-43{padding-bottom:172px!important;padding-top:172px!important}.py-44{padding-bottom:176px!important;padding-top:176px!important}.py-45{padding-bottom:180px!important;padding-top:180px!important}.py-46{padding-bottom:184px!important;padding-top:184px!important}.py-47{padding-bottom:188px!important;padding-top:188px!important}.py-48{padding-bottom:192px!important;padding-top:192px!important}.py-49{padding-bottom:196px!important;padding-top:196px!important}.py-50{padding-bottom:200px!important;padding-top:200px!important}.fw-1{font-weight:100!important}.fw-2{font-weight:200!important}.fw-3{font-weight:300!important}.fw-4{font-weight:400!important}.fw-5{font-weight:500!important}.fw-6{font-weight:600!important}.fw-7{font-weight:700!important}.fw-8{font-weight:800!important}.fw-9{font-weight:900!important}:root{--text-secondary:#444f63;--text-tertiary:#969eac}.primary{color:#2d68f7!important;color:var(--primary)!important}.text-primary{color:#2b2f3d;color:var(--text-primary)}.text-secondary{color:#0a0a0a!important;color:var(--text-secondary)!important}.text-tertiary{color:#474747;color:var(--text-tertiary)}.text-error{color:#474747!important;color:var(--text-tertiary)!important}.status-container .pending{color:#ffc107}.status-container .verified{color:#006400}.status-container .rejected{color:#dc3545}.status-container .started{color:#3498db}.status-container .submitted{color:#9b59b6}.status-container .under-review{color:orange}.status-container .uploaded{color:#28a745}.status-container .more-info{color:#007bff}.status-chip-container .pending{background-color:#ffc107;color:#fff}.status-chip-container .verified{background-color:#006400;color:#fff}.status-chip-container .rejected{background-color:#dc3545;color:#fff}.status-chip-container .started{background-color:#3498db;color:#fff}.status-chip-container .submitted{background-color:#9b59b6;color:#fff}.status-chip-container .under-review{background-color:orange;color:#fff}.status-chip-container .uploaded{background-color:#28a745;color:#fff}.status-chip-container .more-info{background-color:#007bff;color:#fff}:root{--primary:#2d68f7;--primary-light:#2d68f7;--primary-contrast:#fff;--btn-primary-background-color:#2d68f7;--btn-primary-text-color:#fff;--btn-secondary-background-color:#eaf0fe;--btn-secondary-text-color:#2d68f7;--btn-danger:#e22727;--btn-green:#007401;--input-label:#444f63;--input-text-color:#0a0a0a;--input-border:#f3f3f5;--input-background-color:#e5e5e5;--input-placeholder:#444f63;--input-error:#f44336;--stripe-border-color:#cecece;--text-primary:#2b2f3d;--text-secondary:#0a0a0a;--text-tertiary:#474747;--text-error:#f44336}.flex,.flex-row{display:flex}.flex-row{flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-wrap{display:flex;flex-wrap:wrap!important}.justify-start{display:flex;justify-content:start}.justify-center{display:flex;justify-content:center}.justify-end{display:flex;justify-content:end}.app-box-wrapper .app-box-header,.justify-space,.justify-space-between{display:flex;justify-content:space-between}.justify-space{align-items:center}.justify-align-space{align-items:center;display:flex;justify-content:space-between}.justify-align-center{align-items:center;display:flex;justify-content:center}.justify-align-end{align-items:center;display:flex;justify-content:end}.align-start{align-items:start;display:flex}.align-center{align-items:center;display:flex}.align-end{align-items:end;display:flex}.align-content-center{align-items:center;display:flex;justify-content:center}.align-content-end{align-content:flex-end;display:flex}.center-content{height:100%}.center-content,.empty-content{align-items:center;display:flex;justify-content:center;width:100%}.empty-content{flex-direction:column;height:300px}.no-padding{padding:0!important}.display-none{display:none}.flex-column-center{align-items:center;display:flex;flex-direction:column}.cursor-pointer{cursor:pointer!important}a{color:#00e;text-decoration:none!important}.flex-grow{flex-grow:1!important}.text-underline{text-decoration:underline!important}.space-content{display:flex;justify-content:space-between}.align-space{align-content:space-between;display:flex}.word-break{word-break:break-all}.text-subtitle{font-family:Sofia Pro,sans-serif!important;font-weight:400!important}.text-subtitle,.text-title{color:#0a0a0a;color:var(--text-secondary)}.text-title{font-weight:600!important}.active-link:hover{color:#2d68f7;color:var(--primary);cursor:pointer}.text-center{text-align:center!important}.text-primary{color:#2d68f7;color:var(--primary)}.formik-text-field-container{color:#0a0a0a;color:var(--text-secondary);font-size:16px!important;font-weight:500!important}.formik-date-picker-label{color:#0a0a0a!important;color:var(--text-secondary)!important;font-size:14px;margin-bottom:15px!important}.formik-date-picker-label,.formik-select-field-container{font-family:Sofia Pro,sans-serif!important;font-weight:400!important}.formik-select-field-container{color:#0a0a0a;color:var(--text-secondary);margin-bottom:10px!important}.MuiDialogActions-root{padding:0 24px 24px!important}.MuiButtonBase-root.MuiButton-root{border-radius:8px;height:40px;text-transform:none}.MuiButtonBase-root.MuiButton-root .MuiCircularProgress-root{font-size:12px;height:20px!important;margin-right:10px;width:20px!important}.MuiInputBase-input::placeholder{color:#474747!important;opacity:.7!important}.MuiListItemButton-root:hover{background-color:#0000!important}.MuiButtonBase-root.btn-primary{box-shadow:none!important;font-weight:600!important}.MuiButtonBase-root.btn-primary,.MuiButtonBase-root.btn-primary:hover{background-color:#2d68f7;background-color:var(--btn-primary-background-color);border:1px solid #2d68f7;border:1px solid var(--btn-primary-background-color);color:#fff;color:var(--btn-primary-text-color)}.MuiButtonBase-root.Mui-disabled.btn-primary,.MuiButtonBase-root.btn-primary .MuiCircularProgress-root,.MuiButtonBase-root.btn-primary:hover .MuiCircularProgress-root{color:#fff;color:var(--btn-primary-text-color)}.MuiButtonBase-root.Mui-disabled.btn-primary{background-color:#2d68f7;background-color:var(--btn-primary-background-color);opacity:.6}.MuiButtonBase-root.btn-primary-outlined{background-color:#0000}.MuiButtonBase-root.btn-primary-outlined,.MuiButtonBase-root.btn-primary-outlined:hover{border:1px solid #2d68f7;border:1px solid var(--btn-primary-background-color);color:#2d68f7;color:var(--btn-primary-background-color)}.MuiButtonBase-root.btn-primary-outlined:hover{background-color:#fff;background-color:var(--btn-primary-text-color)}.MuiButtonBase-root.Mui-disabled.btn-primary-outlined,.MuiButtonBase-root.btn-primary-outlined .MuiCircularProgress-root,.MuiButtonBase-root.btn-primary-outlined:hover .MuiCircularProgress-root{color:#2d68f7;color:var(--btn-primary-background-color)}.MuiButtonBase-root.Mui-disabled.btn-primary-outlined{background-color:#fff;background-color:var(--btn-primary-text-color)}.MuiButtonBase-root.btn-secondary{box-shadow:none!important;font-weight:600!important}.MuiButtonBase-root.btn-secondary,.MuiButtonBase-root.btn-secondary:hover{background-color:#eaf0fe;background-color:var(--btn-secondary-background-color);border:1px solid #eaf0fe;border:1px solid var(--btn-secondary-background-color);color:#2d68f7;color:var(--btn-secondary-text-color)}.MuiButtonBase-root.Mui-disabled.btn-secondary,.MuiButtonBase-root.btn-secondary .MuiCircularProgress-root,.MuiButtonBase-root.btn-secondary:hover .MuiCircularProgress-root{color:#2d68f7;color:var(--btn-secondary-text-color)}.MuiButtonBase-root.Mui-disabled.btn-secondary{background-color:#eaf0fe;background-color:var(--btn-secondary-background-color);opacity:.6}.MuiButtonBase-root.btn-secondary-outlined{background-color:#0000;color:#2d68f7;color:var(--btn-secondary-text-color)}.MuiButtonBase-root.btn-secondary-outlined:hover{background-color:#2d68f7;background-color:var(--btn-secondary-text-color);border:1px solid #2d68f7;border:1px solid var(--btn-secondary-text-color);color:#eaf0fe;color:var(--btn-secondary-background-color)}.MuiButtonBase-root.btn-secondary-outlined .MuiCircularProgress-root,.MuiButtonBase-root.btn-secondary-outlined:hover .MuiCircularProgress-root{color:#2d68f7;color:var(--btn-secondary-text-color)}.MuiButtonBase-root.Mui-disabled.btn-secondary-outlined{background-color:#2d68f7;background-color:var(--btn-secondary-text-color);color:#eaf0fe;color:var(--btn-secondary-background-color)}.MuiButtonBase-root.btn-tertiary,.MuiButtonBase-root.btn-tertiary:hover{background-color:#b43d37;border:1px solid #b43d37;color:#fff}.MuiButtonBase-root.btn-tertiary .MuiCircularProgress-root,.MuiButtonBase-root.btn-tertiary:hover .MuiCircularProgress-root{color:#fff}.MuiButtonBase-root.Mui-disabled.btn-tertiary{background-color:#b43d37;color:#f9f9f9;opacity:.6}.MuiButtonBase-root.btn-small,.identity-preview-footer .MuiButtonBase-root.step-btn{cursor:pointer;font-weight:400;height:42px;padding:12px 24px}.MuiButtonBase-root.btn-extra-small{font-size:12px;font-weight:400;height:0;padding:15px}#design-book h1,#design-book h2,#design-book h3,#design-book h4,#design-book h5,#design-book h6,#design-book p{color:#f44336;color:var(--text-error)}#design-book .MuiButtonBase-root{margin:10px}#design-book .MuiTypography-root{color:#000;margin-bottom:10px}.MuiFormControl-root input,.MuiFormControl-root select{border-radius:6px;color:#0a0a0a;color:var(--input-text-color)}.MuiFormControl-root input::placeholder,.MuiFormControl-root select::placeholder{color:#444f63;color:var(--input-placeholder)}.MuiFormControl-root .MuiSelect-selectMenu{color:#0a0a0a;color:var(--input-text-color)}.MuiFormControl-root .MuiSelect-selectMenu::placeholder{color:#444f63;color:var(--input-placeholder)}.MuiFormControl-root .MuiSelect-icon{color:#2b2f3d;color:var(--text-primary)}.MuiOutlinedInput-input{font-size:16px!important}.MuiOutlinedInput-input.Mui-disabled{cursor:not-allowed!important}.MuiSelect-outlined{padding:16.5px 14px!important}.MuiOutlinedInput-root{border-radius:6px!important}.MuiOutlinedInput-root fieldset,.MuiOutlinedInput-root.Mui-focused fieldset,.MuiOutlinedInput-root:hover fieldset{border-color:#e7e7e8}.MuiFormControl-marginNormal{margin-bottom:8px!important;margin-top:10px!important}.MuiFormControl-root.gray-input input,.MuiFormControl-root.gray-input select{background-color:#e5e5e5;background-color:var(--input-background-color)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.MuiAccordion-root .MuiAccordionSummary-content,.MuiAccordion-root .MuiAccordionSummary-expandIcon{color:#000}.MuiListItem-root:hover{background-color:#e0e5eb!important;cursor:pointer}.app-file-selection{align-items:center;background-color:#f9f9f9!important;border:1px solid #e0e5eb!important;border-radius:6px!important;display:flex;font-size:14px!important;justify-content:space-between;margin-bottom:10px;padding:5px 5px 5px 15px}.app-file-selection,.app-file-selection::placeholder{color:#0a0a0a!important;color:var(--text-secondary)!important}.app-file-selection button{background-color:#2d68f7!important;background-color:var(--primary)!important;color:#fff!important;font-family:Sofia Pro,sans-serif!important;font-size:12px!important;font-weight:500!important}.app-file-selection .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-table{border-spacing:10px!important}.app-table thead .MuiTableRow-root{background:#fff!important;box-shadow:0 5px 20px 0 #f0f1f3;font-family:Sofia Pro,sans-serif!important;font-size:12px;font-weight:400!important}.app-table thead .MuiTableCell-head{color:#0a0a0a!important;color:var(--text-secondary)!important}.app-table .MuiTableCell-root{border-bottom:none!important}.app-table tbody .MuiTableRow-root{border-bottom:1px solid #e0e5eb;font-family:Sofia Pro,sans-serif!important;font-size:12px;font-weight:400!important;line-height:20px}.app-table .table-spacer{border:none!important}.app-table .table-spacer .MuiTableCell-root{display:table-cell;padding:5px!important}.app-icon-delete{background-color:#e22727!important;background-color:var(--btn-danger)!important}.app-icon-close,.app-icon-delete{border-radius:6px!important;height:40px;padding:10px;width:40px}.app-icon-close{background-color:#f0f1f3!important}.app-icon-download{background-color:#2d68f7!important;background-color:var(--primary)!important;border-radius:6px!important;height:40px;padding:10px;width:40px}.document-upload-wrapper .document-upload-section{border:1px solid #e5e5e5;border-radius:16px;padding:14px}.document-upload-wrapper .document-upload-section .header .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:500px}@media(max-width:768px){.document-upload-wrapper .document-upload-section .header .title{white-space:pre-wrap;width:auto}}.document-upload-wrapper .document-upload-section .header .description{color:#0a0a0a;color:var(--text-secondary);font-family:Sofia Pro,sans-serif!important;font-size:13px;font-weight:400!important}.document-upload-wrapper .document-upload-section .upload-file-icon{background-color:#f8f8f6;border-radius:50%;padding:16px;text-align:center}.document-upload-wrapper .upload-section-drop-container{align-items:center!important;border:1px solid #e5e5e5;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:30px}.document-upload-wrapper .upload-section-drop-container .upload-image-container{align-items:center;display:flex;flex-direction:column}.document-upload-wrapper .upload-section-drop-container .upload-image-container .upload-image{align-items:center;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.051);display:flex;flex-direction:column;justify-content:center;padding:12px}.document-upload-wrapper .upload-section-drop-container .title{color:#2b2f3d;color:var(--text-primary);font-family:Sofia Pro,sans-serif!important;font-size:16px;font-weight:500!important;text-align:center}.document-upload-wrapper .upload-section-drop-container .subTitle{color:#0a0a0a;color:var(--text-secondary);font-family:Sofia Pro,sans-serif!important;font-size:13px;font-weight:400!important;margin-top:10px;text-align:center}.document-upload-wrapper .upload-section-preview-container{align-items:center;border:1px solid #e5e5e5;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:30px 20px;position:relative}.document-upload-wrapper .upload-section-preview-container .single-pdf-preview{align-items:center;display:flex;height:auto;justify-content:center;overflow:hidden;width:100%}.document-upload-wrapper .upload-section-preview-container .preview-box{box-shadow:0 2px 8px 0 #63636333!important}.document-upload-wrapper .upload-section-preview-container .icon-remove{position:absolute;right:-20px;top:-20px}.document-upload-wrapper .upload-footer-section{background-color:#f8f8f6;border:1px solid #e5e5e5;border-radius:8px;padding:10px 16px}.document-upload-wrapper .important-note .list{margin:5px 0!important}.document-upload-wrapper .important-note .note{color:#0a0a0a;color:var(--text-secondary);font-family:Sofia Pro,sans-serif!important;font-size:14px;font-weight:400!important}.identity-preview-footer{border-top:1px solid #e0e5eb;padding:20px}.identity-preview-footer .step-btn{margin-right:13px}.document-preview-section{height:100%}.document-preview-section .document-preview{background-color:#fff;min-height:100vh}.document-viewer-container{height:100vh}.document-viewer-container .preview-panel{background-color:#f3f3f5;background-color:var(--input-border);border:1px solid #e0e5eb;border-radius:8px;height:calc(100% - 20px);overflow:auto}.document-viewer-container .right-panel{padding:10px}.toolbar-container{background-color:#dee3ed!important}.toolbar-container .document-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:400px}.toolbar-container .input-box{border:1px solid #e5e5e5!important;height:20px;padding:5px;text-align:center;width:20px}.toolbar-container input::-webkit-inner-spin-button,.toolbar-container input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.toolbar-container input[type=number]{-moz-appearance:textfield}.toolbar-icon-button{align-items:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 0 8px 0 rgba(0,0,0,.051);display:flex;justify-content:center;padding:8px}.icon-button:disabled{color:gray;cursor:not-allowed;opacity:.6}.app-box-wrapper{border:1px solid #e0e5eb;border-radius:10px;position:relative}.app-box-wrapper .app-box-header{background-color:#f9f9f9;border-top-left-radius:10px;border-top-right-radius:10px;padding:10px 15px}.app-box-wrapper .app-box-header .title-left,.app-box-wrapper .app-box-header .title-right{color:#2b2f3d;color:var(--text-primary);font-family:Sofia Pro,sans-serif!important;font-weight:600!important}.app-box-wrapper .app-box-footer{border-top:1px solid #e0e5eb;padding:20px}.app-box-wrapper .app-progress{bottom:70px;left:0;position:absolute;width:100%}.app-confirm-dialog .title{font-family:Sofia Pro,sans-serif!important;font-weight:600!important}.app-confirm-dialog .sub-title{font-family:Sofia Pro,sans-serif!important;font-size:14px;font-weight:400!important}.signers-list-wrapper{display:flex;flex-direction:column}.signers-list-wrapper .signers-table{border-collapse:collapse;border-spacing:0;display:table;min-width:900px}.signers-list-wrapper .signers-table thead{background-color:#f5f5f5;border-radius:6px}.signers-list-wrapper .signers-table thead th{border-bottom:1px solid #ddd;font-size:15px;font-weight:700;padding:16px;text-transform:uppercase}.signers-list-wrapper .signers-table tbody tr{transition:background-color .2s}.signers-list-wrapper .signers-table tbody tr:hover{background-color:#fafafa}.signers-list-wrapper .signers-table tbody tr td{border-top:1px solid #eee;font-family:Sofia Pro,sans-serif!important;font-size:15px;font-weight:400!important;padding:16px}.signers-list-wrapper .signers-table tbody tr:last-child td{border-bottom:none}.thank-you-wrapper{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center}.thank-you-wrapper .title{font-family:Sofia Pro,sans-serif!important;font-size:40px;font-weight:600!important;text-align:center}@media(max-width:629px){.thank-you-wrapper{justify-content:start;margin-top:60px}.thank-you-wrapper .subtitle{margin-top:20px;text-align:center}}.check-circle-style{width:200px}html{scroll-behavior:smooth}body,html{height:100%}body{color:#000;font-family:Sofia Pro,sans-serif!important;margin:0;overflow-x:hidden}ol li::marker{font-weight:700}.app-container{background:#f3f3f5;min-height:100vh}.ezifin-default-field{background:#f3f3f5;border:1px solid #f5f5f5;border-radius:8px;border-radius:6px;font-size:16px;max-height:56px;min-width:370px!important}.ezifin-default-field:disabled{cursor:not-allowed}@media(max-width:768px){.ezifin-default-field{min-width:100%!important}}.ezifin-default-field-dialog{border:1px solid #f5f5f5;border-radius:8px;border-radius:6px}.ezifin-default-field-dialog,.ezifin-default-otp{background:#f3f3f5;font-size:16px;max-height:56px}.ezifin-default-otp{border:1px solid #f5f5f5;border-radius:8px;min-width:30!important}.ezifin-outlined-button{border:none!important;box-shadow:none!important;color:#2d68f7!important;font-weight:700!important}.otp-container{flex-flow:wrap}.otp-input-box{background-color:#f3f3f5!important;border:1px solid #f0f1f3;border-radius:8px;color:#0a0a0a;color:var(--input-text-color);font-size:25px;font-weight:700;height:40px!important;width:40px!important}.otp-input-box:focus,.otp-input-box:hover{background-color:var(--primary-extra-light)!important;border:1px solid #2d68f7!important;border:1px solid var(--primary)!important}@media only screen and (max-width:600px){.otp-input-box{height:30px!important;width:30px!important}}.ezifin-default-outlined-button{background:none!important;border:2px solid #e5e5e5!important;color:#0a0a0a!important}.ezifin-default-field-card-first{background:#f3f3f5;border:1px solid #f5f5f5;border-radius:8px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;font-size:16px;max-height:56px}.ezifin-default-field-card-second{background:#f3f3f5;border:1px solid #f5f5f5;border-radius:8px;border-top-left-radius:0!important;border-top-right-radius:0!important;font-size:16px;max-height:56px}.ezifin-default-field-card-second-left{background:#f3f3f5;border:1px solid #f5f5f5;border-radius:8px;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;font-size:16px;max-height:56px;min-width:185px!important}.ezifin-default-field-card-second-right{background:#f3f3f5;border:1px solid #f5f5f5;border-radius:8px;border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:0;font-size:16px;max-height:56px;min-width:185px!important}.StripeElement{width:50%!important}.char{display:inline-block;opacity:0}.char.visible{animation:fadeIn .4s ease-out;opacity:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(.3em)}to{opacity:1;transform:translateY(0)}}.typing-line{display:inline-block;opacity:0;transform:translateZ(0);transition:opacity .6s cubic-bezier(.4,0,.2,1);will-change:opacity}.typing-line.fade-in{opacity:1}.typing-line.fade-out{opacity:0;transition:opacity .5s cubic-bezier(.4,0,.6,1)}.hero-features{position:relative}.hero-features:before{background-image:url(/static/media/background-features.5a8ca7e75deefcde0515.png);background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.2;position:absolute;right:0;top:0;z-index:-1}.footer-links{text-decoration:underline!important}.contact-wrapper{padding:0}.contact-wrapper .contact-container>div{padding:5.625vw}.contact-wrapper .contact-container .heading-contact-us{background-color:#e5eeff}.contact-wrapper .contact-container .heading-contact-us .breadcrumb-contact{color:#848484;font-size:15;font-weight:600!important;margin-bottom:10px}.contact-wrapper .contact-container .heading-contact-us h2.title-contact{color:#0a0a0a;font-size:72px;line-height:78px;margin-bottom:20px}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav .desc-contact{color:#474747;font-size:20px;line-height:30px;margin-bottom:40px}@media screen and (min-width:900px){.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container{padding-right:100px}}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container>.MuiGrid-item .MuiPaper-root{background-color:#d6e1f6;border-radius:16px;border-width:0;height:100%}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container>.MuiGrid-item .MuiPaper-root .MuiCardActions-root{padding:24px 24px 16px}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container>.MuiGrid-item .MuiPaper-root .MuiCardActions-root .MuiStack-root{flex-grow:1;justify-content:space-between}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container>.MuiGrid-item .MuiPaper-root .MuiCardActions-root .MuiStack-root>svg{fill:#d6e1f6;font-size:32px}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container>.MuiGrid-item .MuiPaper-root .MuiCardContent-root{padding:16px 24px 24px}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container>.MuiGrid-item .MuiPaper-root .MuiCardContent-root h4{color:#000;font-size:22px;line-height:28px}.contact-wrapper .contact-container .heading-contact-us .content-contact-nav>div.MuiGrid-container>.MuiGrid-item .MuiPaper-root .MuiCardContent-root p.MuiTypography-root{color:#474747;font-size:16px;line-height:21px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us{border:1px solid #e5e5e5;border-radius:16px;padding:24px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .content-form body{background-color:#fff}.contact-wrapper .contact-container .heading-contact-us .form-contact-us h4{font-size:28px;line-height:34px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .form-description{color:#474747;font-size:16px;line-height:21px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .textfield-number .input-container{padding:0}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .textfield-number .MuiInputAdornment-positionStart .MuiOutlinedInput-root{border-radius:0!important;border-width:0;padding-right:8px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .textfield-number .MuiInputAdornment-positionStart .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border:0}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .textfield-number .MuiInputAdornment-positionStart .MuiOutlinedInput-root>.MuiSelect-select{background-color:#f3f3f5;border-bottom-left-radius:7px!important;border-bottom-right-radius:0!important;border-right:1px solid #c4c4c4;border-top-left-radius:7px!important;border-top-right-radius:0!important;padding-bottom:16px!important;padding-right:20px!important;padding-top:16px!important}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .submit-form{background-color:#0053fd;height:40px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .submit-form>div{font-size:15px;font-weight:700!important;line-height:20px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .contact-note{color:#474747;display:inline-block;font-weight:700!important;margin-top:5px}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .contact-note a,.contact-wrapper .contact-container .heading-contact-us .form-contact-us .contact-note p{display:inline-flex}.contact-wrapper .contact-container .heading-contact-us .form-contact-us .contact-note a{text-decoration:underline!important}.contact-wrapper .contact-container .map-contact-us{background-color:#fff}.contact-wrapper .contact-container .map-contact-us .ezifin-logo{width:500px}@media screen and (min-width:900px)and (max-width:1201px){.contact-wrapper .contact-container .map-contact-us .ezifin-logo{width:308px}}@media screen and (min-width:1200px)and (max-width:1537px){.contact-wrapper .contact-container .map-contact-us .ezifin-logo{width:448px}}@media screen and (min-width:1536px){.contact-wrapper .contact-container .map-contact-us .ezifin-logo{width:548px}}.contact-wrapper .contact-container .map-contact-us .breadcrumb-hq{color:#848484;font-size:15px;font-weight:600!important;line-height:20px}.contact-wrapper .contact-container .map-contact-us .title-hq{color:#000;font-size:48px;line-height:72px;margin-bottom:15px}.contact-wrapper .contact-container .map-contact-us .desc-hq{color:#474747;font-size:20px;line-height:30px}.contact-wrapper .contact-container .faq-contact-us{background-color:#f8f8f6}.contact-wrapper .contact-container .faq-contact-us .title-faq{color:#000;font-size:48px;font-weight:600!important;line-height:72px;margin-bottom:15px}.contact-wrapper .contact-container .faq-contact-us .desc-faq{color:#474747;font-size:20px;line-height:30px}.contact-wrapper .contact-container .faq-contact-us .MuiGrid-container>div:last-child>.MuiAccordion-root{border:1px solid #e5e5e5;border-radius:8px;margin-bottom:10px}.contact-wrapper .contact-container .faq-contact-us .MuiGrid-container>div:last-child>.MuiAccordion-root:before{background-color:#0000}.contact-wrapper .contact-container .faq-contact-us .MuiGrid-container>div:last-child>.MuiAccordion-root .MuiAccordionSummary-root{padding-left:14px;padding-right:14px}.contact-wrapper .contact-container .faq-contact-us .MuiGrid-container>div:last-child>.MuiAccordion-root .MuiAccordionSummary-content{margin-bottom:10px;margin-top:10px}.contact-wrapper .contact-container .faq-contact-us .MuiGrid-container>div:last-child>.MuiAccordion-root .MuiAccordionSummary-content .MuiTypography-root{color:#0a0a0a;font-size:20px;font-weight:700!important;line-height:24px}.contact-wrapper .contact-container .faq-contact-us .MuiGrid-container>div:last-child>.MuiAccordion-root .MuiAccordionDetails-root{color:#0a0a0a;font-size:16px;line-height:21px;padding-left:14px;padding-right:14px}.contact-wrapper .contact-container .fund-contact-us{background-color:#e7f8ee}.contact-wrapper .contact-container .fund-contact-us .title-fund{color:#000;font-size:48px;font-weight:600!important;line-height:72px;margin-bottom:15px}.contact-wrapper .contact-container .fund-contact-us .desc-fund{color:#474747;font-size:20px;line-height:30px;margin-bottom:15px}.contact-wrapper .contact-container .fund-contact-us .button-apply-fund{background-color:#0053fd;color:#fff;font-size:15px;font-weight:700!important;line-height:20px}@media(max-width:600px){.gridding-image{width:14.219vw}}@media(min-width:768px){.slick-slide>div{padding-right:2.5vw;width:78vw!important}}@media(max-width:768px){.payment-proceed{font-size:13px!important}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}:root{--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>')}.annotationLayer section{position:absolute;text-align:left;text-align:initial}.annotationLayer .buttonWidgetAnnotation.pushButton>a,.annotationLayer .linkAnnotation>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation.pushButton>canvas{left:0;position:relative;top:0;z-index:-1}.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover,.annotationLayer .linkAnnotation>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea{background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:1px solid #0000;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled]{background:none;border:1px solid #0000;cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover{border:1px solid #000}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus{background:none;border:1px solid #0000}.annotationLayer .buttonWidgetAnnotation.checkBox :focus,.annotationLayer .buttonWidgetAnnotation.radioButton :focus,.annotationLayer .choiceWidgetAnnotation select :focus,.annotationLayer .textWidgetAnnotation input :focus,.annotationLayer .textWidgetAnnotation textarea :focus{background-color:initial;background-image:none;outline:auto}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:2px;box-shadow:0 2px 5px #888;cursor:pointer;font:message-box;font-size:9px;margin-left:5px;max-width:20em;padding:6px;position:absolute;white-space:normal;z-index:200}.annotationLayer .popup>*{font-size:9px}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:5px}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:2px;padding-top:2px}.annotationLayer .richText>*{white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}
/*# sourceMappingURL=main.6b33a7ad.css.map*/