: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:#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-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(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;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-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{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{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)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding: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{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.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-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.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;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);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);bottom:0;height:5px;left:0;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)}}*,:after,:before{box-sizing:border-box;font-family:Libre Franklin,sans-serif}a,b,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;border:0;font-size:100%;font:inherit;margin:0;padding:0;text-rendering:optimizeLegibility;vertical-align:initial}footer,header,main,nav,section{display:block}::-webkit-scrollbar{display:none}html{scroll-behavior:smooth}@media(min-width:1200px){html .MuiContainer-maxWidthLg{max-width:1440px}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1;margin:0 auto}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}input[type=time]::-webkit-calendar-picker-indicator{background-size:contain;font-size:22px}input::-webkit-datetime-edit-fields-wrapper{color:#222;font-size:14px;font-weight:400;line-height:19px;margin-left:0}button{cursor:pointer;outline:none}.css-1m6607n-MuiListItemAvatar-root{margin-top:0}.css-jn01mi{display:none!important}.MuiAutocomplete-popper{z-index:99999!important}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}.order-now-page{align-items:center;background:#f5f7f9;display:flex;height:100%;justify-content:center;min-height:inherit;position:relative}.order-now-page .order-now-page__background-small{background:no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAMAAACzB5/1AAABj1BMVEXVz8LX0MTHv7DMxLfHv7HUzsLQybzIwLHf2tDg3NLY0cXKwrPY0sbQxrTa1MjY0cTPx7jNxrnb1MjJwLPPwarb08XMxLa5pYXQybve2My+rJG7qozLwrW8poPXzbqKd1rJvKbHuaHCs5uvnYDTzL+olHSxmHXUzcC+sZmrnYrIu6fVzsKpnYu2qJPHvanAtaK3pIjKwbDDt6O5rZaypZCrl3e4nXTJvqeuoIbc1sTt6t/h17/DroTUxaXv587Bspbz7NXKupjArIra1MXZ08Xz69DOxrji2LyzpIvGva3VxqTIvq+5sKHJwLHMxbjd2c7Uy7vd2c/Duaff2cze2s/Fva3KwK7JwbTXz73EuKLHv6/g29Hf29He2tHLwrDJvqrNw7LMw7LKv6zBuKXMvqHSx6/Du63TzLy9s6K8rpbUzb+9rY6zp5W5r56xoIW8saGyqJbPyLuumnmnmYbDuaqYiXGXini5r5+djnWtmXh/a1O7q4zEu6y2pIPRy766p4S/pYSrnIOmjGWtjGKRf2hsdGS+AAAAnklEQVQI12NIDAn0lODhYmRlY2biZmBI4IhlVxHi4+cVEBQWY2CIi46J0pYUFRGXkmF3Y2AI4+QIUpeTllU18A1lyWKI5wx2UlSQV9byZsnIKWSI9Hc2U9NXMvILT8svYWAIcDHUNTHW8IhIzy0ur2OwsjTX09TxScosKKtqqWGwdne0N7VITs0rrWhsamBwdbCztfFKyS6qrK2ubwYA2DAiZ1z9OW8AAAAASUVORK5CYII=);background-size:100% 100%;height:100%;left:0;min-height:inherit;position:absolute;top:0;width:100%}.order-now-page .order-now-page_background-big{background:no-repeat url(/static/media/bannerOrderNow.9f83cb4f2a533bf7481c.png);background-size:100% 100%;height:100%;left:0;min-height:inherit;position:absolute;top:0;width:100%}.order-now-page .order-now-wrapper{align-items:center;display:flex;flex-direction:column;height:235px}@media only screen and (max-width:1279px){.order-now-page .order-now-wrapper{height:147px}}@media only screen and (max-width:767px){.order-now-page .order-now-wrapper{height:109px}}.order-now-page .order-now-wrapper .order-now-text,.order-now-page .order-now-wrapper .order-now-title{color:#fff;font-family:Lato,sans-serif;font-size:48px;font-weight:700;line-height:72px;text-align:center}@media only screen and (max-width:1279px){.order-now-page .order-now-wrapper .order-now-text,.order-now-page .order-now-wrapper .order-now-title{font-size:32px;line-height:48px}}@media only screen and (max-width:767px){.order-now-page .order-now-wrapper .order-now-text,.order-now-page .order-now-wrapper .order-now-title{font-size:24px;line-height:36px}}.order-now-page .order-now-wrapper .order-now-text{font-size:20px;font-weight:400}@media only screen and (max-width:1279px){.order-now-page .order-now-wrapper .order-now-text{font-size:16px;line-height:24px}}@media only screen and (max-width:767px){.order-now-page .order-now-wrapper .order-now-text{font-size:14px;line-height:21px}}.order-now-page .order-now-content{display:flex;justify-content:center;padding:40px 0;position:relative;z-index:3}@media only screen and (max-width:1279px){.order-now-page .order-now-content{flex-direction:column;margin:0 auto;max-width:704px;padding:32px 0}}.order-now-page .generating-report-wrapper{background:#fff;padding:32px;width:524px}@media only screen and (max-width:1279px){.order-now-page .generating-report-wrapper{padding:24px;width:100%}}@media only screen and (max-width:767px){.order-now-page .generating-report-wrapper{padding:16px}}.order-now-page .generating-report-wrapper .coupon-svg-error path{stroke:#0000!important;fill:#f04438}.order-now-page .generating-report-wrapper .generating-report-title{color:#333;font-size:24px;font-weight:600;line-height:32px}@media(min-width:767px){.order-now-page .generating-report-wrapper .generating-report-title{font-size:24px}}@media(min-width:1279px){.order-now-page .generating-report-wrapper .generating-report-title{font-size:28px}}.order-now-page .generating-report-wrapper .generating-report-description{color:#333;font-size:16px;font-weight:400;line-height:24px;margin:8px 0 32px}@media only screen and (max-width:1279px){.order-now-page .generating-report-wrapper .generating-report-description{font-size:12px}}.order-now-page .generating-report-wrapper .choose-generate-report{align-items:center;display:flex;gap:16px;margin-top:10px}.order-now-page .generating-report-wrapper .choose-generate-report .choose-generate-report-text{color:#3d4751;font-family:Lato,sans-serif;line-height:21px}.order-now-page .generating-report-wrapper .i-have-read{align-items:center;display:flex;gap:8px}.order-now-page .generating-report-wrapper .i-have-read .i-have-read-text,.order-now-page .generating-report-wrapper .i-have-read .i-have-read-text-link{color:#4b5256;font-size:14px;font-weight:500;line-height:20px}.order-now-page .generating-report-wrapper .i-have-read .i-have-read-text-link{margin:0 5px}.order-now-page .generating-report-wrapper .review-your-order-text{color:#a3b2bd;font-family:Lato,sans-serif;line-height:21px;margin-top:16px}.order-now-page .generating-report-wrapper .create-ac-form{border:1px solid #10aae3;border-radius:8px;margin-bottom:19px;margin-top:28px;padding:24px}@media only screen and (max-width:1279px){.order-now-page .generating-report-wrapper .create-ac-form{margin-top:32px}}@media only screen and (max-width:767px){.order-now-page .generating-report-wrapper .create-ac-form{margin-top:24px}}.order-now-page .generating-report-wrapper .create-ac-form .error-profile path{stroke:#0000!important;fill:#f04438}.order-now-page .generating-report-wrapper .continue-button{margin-top:21px}@media only screen and (max-width:1279px){.order-now-page .generating-report-wrapper .continue-button{margin-top:13px}}@media only screen and (max-width:767px){.order-now-page .generating-report-wrapper .continue-button{margin-top:5px}}.order-now-page .order-summary-wrapper{background:#f7f7f7;display:flex;flex-direction:column;justify-content:space-between;padding:32px 24px;width:383px}@media only screen and (max-width:1279px){.order-now-page .order-summary-wrapper{padding:24px;width:100%}}@media only screen and (max-width:767px){.order-now-page .order-summary-wrapper{padding:16px}}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-title{color:#333;font-size:18px;font-weight:600;line-height:28px}@media(min-width:767px){.order-now-page .order-summary-wrapper .order-summary-content .order-summary-title{font-size:18px}}@media(min-width:1279px){.order-now-page .order-summary-wrapper .order-summary-content .order-summary-title{font-size:18px}}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-text{border-bottom:1px solid #e9eaeb;color:#333;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:8px;padding-bottom:12px}.order-now-page .order-summary-wrapper .order-summary-content .info_about-address_email{border-bottom:1px solid #e9eaeb;display:flex;flex-direction:column;gap:6px;margin-top:16px;padding-bottom:12px}.order-now-page .order-summary-wrapper .order-summary-content .info_about-box{align-items:center;display:flex;gap:8px}.order-now-page .order-summary-wrapper .order-summary-content .info_about-box .info_about-box_svg{filter:brightness(0) saturate(100%) invert(58%) sepia(44%) saturate(316%) hue-rotate(160deg) brightness(94%) contrast(93%);min-height:20px;min-width:20px;width:20px}.order-now-page .order-summary-wrapper .order-summary-content .info_about-box .info_about-box_description{color:#333;font-size:14px;font-weight:400;white-space:nowrap}@media(min-width:767px){.order-now-page .order-summary-wrapper .order-summary-content .info_about-box .info_about-box_description{font-size:16px}}.order-now-page .order-summary-wrapper .order-summary-content .info_about-box .info_about-box_title{color:#333;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media(min-width:767px){.order-now-page .order-summary-wrapper .order-summary-content .info_about-box .info_about-box_title{font-size:14px}}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-report{margin-top:16px}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-report .order-summary-report-header{display:flex;gap:10px;justify-content:space-between}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-report .order-summary-report-header .order-summary-report-header-text{color:#ed1c24;font-size:14px;font-weight:600;line-height:20px}@media(min-width:767px){.order-now-page .order-summary-wrapper .order-summary-content .order-summary-report .order-summary-report-header .order-summary-report-header-text{font-size:14px}}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-report .order-summary-report-header .order-summary-report-header-text-2{color:#333;font-size:18px;font-weight:600;line-height:28px}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-report .order-summary-report-info{display:flex;justify-content:space-between;margin:16px 0}.order-now-page .order-summary-wrapper .order-summary-content .order-summary-report .order-summary-report-info .order-summary-report-info-text{color:#333;font-family:Inter,sans-serif;font-weight:500;line-height:12px}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper{border-bottom:1px solid #9c9c9c4d;padding:16px 0}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-info-wrapper{align-items:center;display:flex;gap:16px;justify-content:space-between}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-info-wrapper .coupon-info-text{color:#333;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:12px}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-info-wrapper .coupon-info-count{color:#3c8a3c;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-cards-wrapper{margin-top:8px}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-cards-wrapper .coupon-card{align-items:center;background:#fff4e5;border-radius:4px;display:flex;gap:12px;padding:9px 8px;width:-webkit-fit-content;width:fit-content}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-cards-wrapper .coupon-card .coupon-card-svg{height:18px;width:18px}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-cards-wrapper .coupon-card .coupon-card-svg path{fill:#ffcb4b}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-cards-wrapper .coupon-card .coupon-card-text{color:#152e47;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:20px}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-cards-wrapper .coupon-card .coupon-card-delete-svg{cursor:pointer;height:18px;padding:3px;width:18px}.order-now-page .order-summary-wrapper .order-summary-content .coupon-wrapper .coupon-cards-wrapper .coupon-card .coupon-card-delete-svg path{fill:#1e2833}.order-now-page .order-summary-wrapper .order-summary-footer{align-items:center;display:flex;justify-content:space-between;margin-top:40px}@media only screen and (max-width:1279px){.order-now-page .order-summary-wrapper .order-summary-footer{margin-top:32px;margin-top:24px}}.order-now-page .order-summary-wrapper .order-summary-footer .order-summary-footer-left{display:flex;flex-direction:column;gap:4px}.order-now-page .order-summary-wrapper .order-summary-footer .order-summary-footer-left .order-summary-footer-left-text1,.order-now-page .order-summary-wrapper .order-summary-footer .order-summary-footer-left .order-summary-footer-left-text2{color:#333;font-size:14px;font-weight:700;line-height:20px}.order-now-page .order-summary-wrapper .order-summary-footer .order-summary-footer-right-text{color:#333;font-size:18px;font-weight:600;line-height:28px}.generate-report-wrapper{background:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:16px;width:524px}@media(min-width:767px){.generate-report-wrapper{padding:32px}}@media(min-width:1279px){.generate-report-wrapper{padding:32px}}@media only screen and (max-width:1279px){.generate-report-wrapper{width:100%}}.generate-report-wrapper .generate-report-navigation{align-items:center;display:flex;gap:16px}.generate-report-wrapper .generate-report-navigation .generate-report-navigation-svg{cursor:pointer}.generate-report-wrapper .generate-report-navigation .payment-details{color:#333;font-size:24px;font-weight:600;line-height:32px}@media(min-width:767px){.generate-report-wrapper .generate-report-navigation .payment-details{font-size:24px}}@media(min-width:1279px){.generate-report-wrapper .generate-report-navigation .payment-details{font-size:24px}}.generate-report-wrapper .payment-details-desc{color:#333;font-size:16px;font-weight:400;line-height:24px;margin:8px 0 32px}.generate-report-wrapper .confirmation-block{align-items:center;display:flex;flex-direction:column;gap:24px;height:252px;justify-content:center}.generate-report-wrapper .confirmation-block .check-svg-block{background:#d1fadf;border:10.667px solid #ecfdf3;border-radius:37.333px;padding:16px}.generate-report-wrapper .confirmation-block .confirmation-text{color:#333;font-family:Lato,sans-serif;font-size:24px;font-weight:600;line-height:36px;text-align:center}.checkoutForm-wrapper .checkoutForm-label{color:#333;font-size:14px;font-weight:500;line-height:20px}@media(min-width:767px){.checkoutForm-wrapper .checkoutForm-label{font-size:14px}}.checkoutForm-wrapper .checkoutForm-label .checkoutForm-input{background:#fff;border:1px solid #d5d7da;box-shadow:0 1px 2px 0 #0a0d120d;font-size:16px;margin-top:4px;padding:12px;width:100%}.checkoutForm-wrapper .checkoutForm-label .checkoutForm-input.StripeElement--focus,.checkoutForm-wrapper .checkoutForm-label .checkoutForm-input:active,.checkoutForm-wrapper .checkoutForm-label .checkoutForm-input:focus{box-shadow:0 1px 2px 0 #0a0d120d,0 0 0 4px #f5f5f5;outline:none}.checkoutForm-wrapper .checkoutForm-label .checkoutForm-input-error{border:1px solid #f04438}.checkoutForm-wrapper .checkoutForm-label .checkoutForm-input-error.StripeElement--focus{border:1px solid #f04438;box-shadow:none;outline:none}.checkoutForm-wrapper .cardholder-block,.checkoutForm-wrapper .credit-card-cvv,.checkoutForm-wrapper .credit-card-expiry-date,.checkoutForm-wrapper .credit-card-number{width:100%}.checkoutForm-wrapper .expiry-date-cvv{display:flex;gap:16px}@media(min-width:767px){.checkoutForm-wrapper .expiry-date-cvv{gap:24px}}@media(min-width:1279px){.checkoutForm-wrapper .expiry-date-cvv{gap:32px}}.checkoutForm-wrapper .checkbox-text-block{align-items:center;display:flex;gap:8px}@media(min-width:767px){.checkoutForm-wrapper .checkbox-text-block{gap:8px}}.checkoutForm-wrapper .checkbox-text-block .checkbox-text{align-items:center;color:#4b5256;display:flex;font-size:14px;font-weight:500;gap:10px;line-height:20px}@media(min-width:767px){.checkoutForm-wrapper .checkbox-text-block .checkbox-text{font-size:16px}}.checkoutForm-wrapper .checkbox-text-block .checkbox-text .checkbox-text-link{color:#4b5256;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline}.checkoutForm-wrapper .generate-report-under-text{color:#3d475180;font-family:Lato,sans-serif;font-size:14px;font-weight:400;line-height:21px}@media(min-width:767px){.checkoutForm-wrapper .generate-report-under-text{font-size:16px}}.checkoutForm-wrapper .card-errors{color:#f04438;font-size:12px;font-weight:400;margin-left:15px;margin-top:2px;min-height:18px}.beck-to-btn-check-form{align-items:center;background:#0000;border:none;display:flex;gap:8px;justify-content:center;margin:24px auto 0;padding:0}.beck-to-btn-check-form span{color:#4b5256;font-size:14px;font-weight:500;line-height:20px;text-align:center}.confirmation-wrapper-box{padding:40px 0}.confirmation-wrapper-box .confirmation-wrapper{background:#fff;border-radius:8px;display:flex;flex-direction:column;margin:0 auto;max-width:1000px;padding:16px}.confirmation-wrapper-box .confirmation-wrapper .confirmation-close{align-self:end;cursor:pointer;margin-left:auto}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box{padding:16px}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-title-svg{align-items:center;border-bottom:1px solid #f5f7f9;display:flex;gap:16px;padding-bottom:16px}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-title-svg .confirmation-title{color:#333;font-family:Poppins,sans-serif;font-size:22px;font-weight:600}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-description{color:#333;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;margin:24px 0}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-content{background:#f5f7f9;border-radius:8px;padding:32px}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-content .what-to-expect{color:#333;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin-bottom:24px}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-content .orders-processing{display:flex;flex-direction:column;gap:24px}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-content .orders-processing .confirmation-order-processing{color:#ed1c24;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;margin-bottom:8px}.confirmation-wrapper-box .confirmation-wrapper .confirmation-box .confirmation-content .orders-processing .order-processing-desc{color:#3d4751;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.confirmation-wrapper-box .confirmation-wrapper .any-questions-box{align-items:center;display:flex;gap:5px;margin-top:24px}.confirmation-wrapper-box .confirmation-wrapper .any-questions-box .any-questions-svg{height:15px;width:15px}.confirmation-wrapper-box .confirmation-wrapper .any-questions-box .any-questions-mail,.confirmation-wrapper-box .confirmation-wrapper .any-questions-box .any-questions-text{color:#333;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.confirmation-wrapper-box .confirmation-wrapper .any-questions-box .any-questions-mail{color:#ed1c24;margin-left:5px;text-decoration:none}.confirmation-wrapper-box .confirmation-wrapper .confirmation-footer{color:#333;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;margin-top:24px}.payment-method-radio svg{height:16px;width:16px}.payment-method-box{align-items:flex-start;border:1px solid;border-radius:4px;display:flex;justify-content:space-between;padding:16px}.payment-method-box .payment-method-card-title{font-size:14px;font-weight:500;line-height:20px}.payment-method-box .payment-method-card-date{font-size:14px;font-weight:400;line-height:20px;margin:4px 0 8px}.add-new-payment-method,.payment-method-box .payment-method-card-default{font-size:14px;font-weight:600;line-height:20px}.add-new-payment-method{align-items:center;color:#3d4751;display:flex;font-family:Inter,sans-serif;font-style:normal;gap:7px;margin-bottom:24px}.generate-report-button{margin:24px 0 0}.payment-method-wrapper .payment-method-card-block{margin-top:24px}@media(max-width:767px){.payment-method-wrapper .payment-method-card-block{background:#fff;border-radius:12px;margin-top:16px;padding:16px 12px}}.payment-method-wrapper .payment-method-card-block .payment-method-card-box{margin:0 0 24px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card{background:linear-gradient(45deg,#101828,#535862);border:1px solid #fff;border-radius:12px;padding:20px 16px;width:316px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card p{color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:600;letter-spacing:2.4px;line-height:normal}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card .card-type{color:#222;font-size:16px;font-weight:600;line-height:20px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card .card-info .card-type-svg-block{background:#ffffff26;border-radius:8px;height:32px;width:45px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card .card-info .card-type-svg-block svg{height:100%;width:100%}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card .expiry-date{color:#fff;font-family:Manrope,sans-serif;font-size:12px;font-weight:600;letter-spacing:.6px;text-transform:uppercase}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card button{background:#0000;border:none;padding:0}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card .edit-delete{display:flex;gap:12px;justify-content:flex-end;margin-top:54px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card .edit{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:21px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .current-card .delete{color:#d92d20;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:21px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .add-card-box{align-items:center;background:#eaecf0;border:1px solid #fff;border-radius:12px;box-shadow:8px 10px 16px 0 #0000000d;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:59px 0 58px;width:316px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .add-card-box .no-card-box-svg-block{background:#fff;border:1px solid #fff;border-radius:8px;box-shadow:0 1px 2px 0 #0a0d120d;height:40px;padding:10px;width:40px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .add-card-box .no-card-box-svg-block svg{height:100%;width:100%}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .add-card-box p{color:#344054;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:21px;margin-top:12px}.payment-method-wrapper .payment-method-card-block .payment-method-card-box .payment-method-card-info{display:flex;flex-direction:column;height:100%;justify-content:space-between}.payment-method-wrapper .payment-method-card-block .we-accepted-box{align-items:center;display:flex;gap:12px}.payment-method-wrapper .payment-method-card-block .we-accepted-box p{color:#333;font-size:14px;font-weight:500;line-height:20px}.payment-method-wrapper .payment-method-card-block .we-accepted-box .we-accept-svg-block{height:32px;width:45px}.payment-method-wrapper .payment-method-card-block .we-accepted-box .we-accept-svg-block svg{height:100%;width:100%}.orders-page{background:#f7f7f7;height:100%;min-height:inherit;padding:64px 0}@media(max-width:1279px){.orders-page{padding:40px 0}}@media(max-width:767px){.orders-page{padding:32px 0}}.orders-page .loader-wrapper{align-items:center;display:flex;height:60vh;justify-content:center;width:100%}.orders-page .past-orders-card-wrapper{background:#fff;border-radius:4px;opacity:.8;padding:40px}@media(max-width:1279px){.orders-page .past-orders-card-wrapper{border-radius:16px;padding:32px}}@media(max-width:767px){.orders-page .past-orders-card-wrapper{background:#f7f7f7;padding:0}}.orders-page .past-orders-wrapper{align-items:center;border-bottom:1px solid #e9eaeb;display:flex;flex-direction:column;justify-content:center;margin-bottom:40px;min-height:286px;padding-bottom:32px}@media(max-width:1279px){.orders-page .past-orders-wrapper{border:none;margin-bottom:32px;padding-bottom:0}}@media(max-width:767px){.orders-page .past-orders-wrapper{margin-bottom:24px}}.orders-page .past-orders-wrapper .past-orders-block{background:#fff;border-radius:8px;width:100%}@media(max-width:767px){.orders-page .past-orders-wrapper .past-orders-block{background:#f7f7f7}}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table{border:1px solid #e9eaeb;border-radius:4px;overflow:hidden;width:100%}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-header .past-orders-table-header-row{align-items:center;background:#fafafa;display:flex}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-header .past-orders-table-header-row .past-orders-table-cell{padding:16px 20px}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-header .past-orders-table-header-row .past-orders-table-cell .past-orders-table-header-text{color:#ed1c24;font-size:16px;font-weight:500;line-height:24px}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body{display:flex;flex-direction:column;max-height:50vh;overflow:auto}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row{align-items:center;border-bottom:1px solid #e9eaeb;display:flex}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row:last-child{border-bottom:none}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell{display:flex;padding:16px 20px}@media(max-width:1279px){.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell{padding:15px 12px}}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell p{color:#000;font-size:16px;font-weight:400;line-height:24px}@media(max-width:1279px){.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell p{font-size:14px}}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell .past-orders-table-body-text{color:#000;font-size:16px;font-weight:400;line-height:24px}@media(max-width:1279px){.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell .past-orders-table-body-text{font-size:14px}}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell .svg-block{align-items:center;display:flex;height:20px;justify-content:center;min-width:20px}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell .svg-block.svg-margin-left{margin-left:16px}.orders-page .past-orders-wrapper .past-orders-block .past-orders-table .past-orders-table-body .past-orders-table-body-row .past-orders-table-cell .svg-block svg{cursor:pointer;height:100%;width:100%}.orders-page .delete-account-wrapper{background:#fff;border-radius:8px;margin-top:24px;padding:32px}@media(max-width:1279px){.orders-page .delete-account-wrapper{padding:24px}}@media(max-width:767px){.orders-page .delete-account-wrapper{margin-top:16px;padding:16px}}.orders-page .delete-account-wrapper .delete-account-text-button{display:flex;justify-content:space-between}@media(max-width:1279px){.orders-page .delete-account-wrapper .delete-account-text-button{flex-direction:column}}.orders-page .delete-account-wrapper .delete-account-text-button .delete-account-text{color:#4b5256;font-size:16px;font-weight:400;line-height:24px;max-width:815px}.orders-page .delete-account-wrapper .delete-account-text-button .delete-my-account{background:#fcf5f5;border:none;border-radius:4px;color:#fe385c;font-family:Lato,sans-serif;font-size:14px;font-weight:500;line-height:20px;padding:8px 24px;width:167px}@media(max-width:1279px){.orders-page .delete-account-wrapper .delete-account-text-button .delete-my-account{align-self:end;margin-top:16px}}.orders-mobile{gap:16px}.PastOrdersCard-wrapper,.orders-mobile{display:flex;flex-direction:column;width:100%}.PastOrdersCard-wrapper{background:#fff;border-radius:8px;box-shadow:0 0 12px 0 #0000001a;gap:12px;padding:16px}.PastOrdersCard-wrapper .PastOrdersCard-header{color:#3d4751;display:flex;font-size:16px;font-weight:400;gap:8px;line-height:24px}.PastOrdersCard-wrapper .PastOrdersCard-header .PastOrdersCard-header-svg{filter:brightness(0) saturate(100%) invert(77%) sepia(46%) saturate(7164%) hue-rotate(160deg) brightness(95%) contrast(88%);height:24px;min-width:24px}.PastOrdersCard-wrapper .PastOrdersCard-text-block{display:flex;flex-direction:column;gap:8px}.PastOrdersCard-wrapper .PastOrdersCard-text-block .PastOrdersCard-text{color:#333;display:flex;font-size:16px;font-weight:500;line-height:24px;white-space:nowrap}.PastOrdersCard-wrapper .PastOrdersCard-text-block .PastOrdersCard-text .PastOrdersCard-desc{color:#4b5256;font-size:16px;font-weight:400;line-height:24px;margin-left:8px;white-space:break-spaces;width:100%}.PastOrdersCard-wrapper .PastOrdersCard-svgs{align-items:center;display:flex;gap:8px;justify-content:end}.PastOrdersCard-wrapper .PastOrdersCard-svgs .svg-block{align-items:center;background:#fff;border:1px solid #d5d7da;border-radius:4px;box-shadow:0 1px 2px 0 #0a0d120d;cursor:pointer;display:flex;height:40px;justify-content:center;padding:10px;width:40px}.PastOrdersCard-wrapper .PastOrdersCard-svgs .svg-block a{height:100%;width:100%}.PastOrdersCard-wrapper .PastOrdersCard-svgs .svg-block svg{height:20px;width:20px}.no-data-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center}.no-data-wrapper .no-data-svg{height:104px;width:104px}@media(max-width:1279px){.no-data-wrapper .no-data-svg{height:80px;width:80px}}@media(max-width:767px){.no-data-wrapper .no-data-svg{height:80px;width:80px}}.no-data-wrapper .no-data-title{color:#333;font-size:18px;font-weight:600;line-height:28px;margin:16px 0 4px}@media(max-width:1279px){.no-data-wrapper .no-data-title{font-size:16px}}.no-data-wrapper .no-data-text{color:#4b5256;font-size:14px;font-weight:400;line-height:20px;text-align:center}.no-data-wrapper .no-data-button{margin-top:16px;width:167px}.orders-page-title{color:#333;font-size:18px;font-weight:600;line-height:28px;margin-bottom:24px}@media(max-width:1279px){.orders-page-title{font-size:24px;margin-bottom:16px}}@media(max-width:767px){.orders-page-title{font-size:16px}}.orders-page-subtitle{color:#333;font-size:16px;font-weight:400;line-height:24px}.payment-card-input-box{display:flex;flex-direction:column;width:100%}.payment-card-input-box input{background:#fff;border:1px solid #d5d7da;box-shadow:0 1px 2px 0 #0a0d120d;color:#152e47;font-size:16px;font-weight:400;height:48px;line-height:24px;outline:none;padding:12px 16px;width:100%}.payment-card-input-box input::placeholder{color:#717680;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.payment-card-input-box .checkoutForm-input{background:#fff;border:1px solid #d5d7da;box-shadow:0 1px 2px 0 #0a0d120d;font-size:16px;margin-top:4px;padding:12px;width:100%}.payment-card-input-box .checkoutForm-input.StripeElement--focus,.payment-card-input-box .checkoutForm-input:active,.payment-card-input-box .checkoutForm-input:focus{box-shadow:0 1px 2px 0 #0a0d120d,0 0 0 4px #f5f5f5;outline:none}.payment-card-input-box .checkoutForm-input-error{border:1px solid #f04438}.payment-card-input-box .checkoutForm-input-error.StripeElement--focus{border:1px solid #f04438;box-shadow:none;outline:none}.payment-card-input-box span{color:#333;font-size:14px;font-weight:500;line-height:20px}.input-box{min-width:100%;width:100%}@media(min-width:767px){.input-box{min-width:120px;width:120px}}.card-errors{color:#f04438;font-size:12px;font-weight:400;margin-left:15px;margin-top:2px;min-height:18px}.payment-inputs-box{gap:16px;margin:24px 0 0}.payment-input-wrapper,.payment-inputs-box{display:flex;flex-direction:column}@media(min-width:767px){.payment-input-wrapper{flex-direction:row}}.add-edit-payment-wrapper .add-edit-payment-svg{box-shadow:0 1px 2px 0 #1018280d;height:40px;margin-bottom:20px;width:40px}.add-edit-payment-wrapper .add-edit-payment-svg svg{height:100%;width:100%}.add-edit-payment-wrapper .add-edit-checkbox-text-block{align-items:center;display:flex;gap:8px;margin-bottom:32px}@media(min-width:767px){.add-edit-payment-wrapper .add-edit-checkbox-text-block{gap:8px}}.add-edit-payment-wrapper .add-edit-checkbox-text-block .checkbox-text{align-items:center;color:#4b5256;display:flex;font-size:14px;font-weight:500;gap:10px;line-height:20px}@media(min-width:767px){.add-edit-payment-wrapper .add-edit-checkbox-text-block .checkbox-text{font-size:16px}}.add-edit-payment-wrapper .add-edit-checkbox-text-block .checkbox-text .checkbox-text-link{color:#4b5256;font-weight:600;-webkit-text-decoration-line:underline;text-decoration-line:underline}.rental-page{background:#f5f7f9;height:100%;min-height:inherit;padding:40px 0}@media(max-width:1024px){.rental-page{padding:32px 0}}@media(max-width:767px){.rental-page{padding:24px 0}}.rental-page .content-button-block{align-items:end;display:flex;gap:24px;height:800px;justify-content:end}@media(max-width:1279px){.rental-page .content-button-block{align-items:center;flex-direction:column;gap:0;justify-content:center}}.rental-page .content-button-block .rental-download-button-mobile{display:none}@media(max-width:1279px){.rental-page .content-button-block .rental-download-button-mobile{display:block;margin-top:16px;max-width:375px}}.rental-page .content-button-block .button-svg_block_mobile{cursor:pointer;display:none;position:relative}@media(max-width:1279px){.rental-page .content-button-block .button-svg_block_mobile{display:flex;justify-content:end;max-width:595px;width:100%}}.rental-page .content-button-block .button-svg_block_mobile .button-svg_mobile{height:24px;position:absolute;right:12px;top:-12px;width:24px}.rental-page .rental-wrapper{height:100%;max-width:768px;overflow:scroll;width:100%}.rental-page .rental-wrapper .rental-container{padding:24px 40px;width:100%}@media(max-width:1024px){.rental-page .rental-wrapper .rental-container{padding:16px 24px}}.rental-page .rental-wrapper .rental-screen-1{background:#fff;width:100%}.rental-page .rental-wrapper .rental-screen-1 .header-logo{height:55.937px;margin-bottom:24px;max-width:220.83px;width:220.83px}.rental-page .rental-wrapper .rental-screen-1 .header-logo .header-logo-svg,.rental-page .rental-wrapper .rental-screen-1 .header-logo .header-logo-temp{height:100%;width:100%}.rental-page .rental-wrapper .rental-screen-1 .header-logo .header-logo-temp img{height:100%;object-fit:cover;width:100%}.rental-page .rental-wrapper .rental-screen-1 .info_date-claim-wrapper{display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;padding-bottom:16px}.rental-page .rental-wrapper .rental-screen-1 .info_date-claim-wrapper .info_date-claim{display:flex;flex-direction:column;gap:8px}.rental-page .rental-wrapper .rental-screen-1 .info_date-claim-wrapper .info_date-claim .info_date{color:#535862;font-size:14px;font-weight:400;line-height:20px}.rental-page .rental-wrapper .rental-screen-1 .info_date-claim-wrapper .info_date-claim .info_date .info_date-data{color:#181d27;font-size:14px;font-weight:500;line-height:20px;margin-left:8px;text-decoration:none}.rental-page .rental-wrapper .rental-screen-1 .rental-title{color:#ed1c24;font-size:24px;font-weight:700;line-height:32px;margin:32px 0 24px;text-align:center}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-1 .rental-title{font-size:16px}}.rental-page .rental-wrapper .rental-screen-1 .subject-property{background:#fafafa;border:1px solid #f5f5f5;border-radius:4px;padding:16px 12px}.rental-page .rental-wrapper .rental-screen-1 .subject-property .subject-property-title{color:#181d27;font-size:16px;font-weight:500;line-height:24px;margin-bottom:12px}.rental-page .rental-wrapper .rental-screen-1 .subject-property .subject-property-info{display:flex;gap:4px}.rental-page .rental-wrapper .rental-screen-1 .subject-property .subject-property-info.margin_bottom-info{margin-bottom:8px}.rental-page .rental-wrapper .rental-screen-1 .subject-property .subject-property-info .subject-property-info_title{color:#535862;font-size:16px;font-weight:400;line-height:24px}.rental-page .rental-wrapper .rental-screen-1 .subject-property .subject-property-info .blue_desc,.rental-page .rental-wrapper .rental-screen-1 .subject-property .subject-property-info .subject-property-info_desc{color:#252b37;font-size:16px;font-weight:400;line-height:24px}.rental-page .rental-wrapper .rental-screen-1 .active-available{margin-top:32px}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-1 .active-available{margin-top:24px}}.rental-page .rental-wrapper .rental-screen-1 .active-available .no-data-list{align-items:center;color:#152e47;display:flex;font-family:Lato,sans-serif;font-size:14px;font-weight:600;justify-content:center;line-height:24px;min-height:132px}.rental-page .rental-wrapper .rental-screen-1 .active-available .active-available-title{color:#181d27;font-size:16px;font-weight:500;line-height:24px;margin-bottom:16px}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-1 .active-available .active-available-title{font-size:16px;margin-bottom:16px}}.rental-page .rental-wrapper .rental-screen-1 .active-available .table{border-radius:4px;overflow:hidden;width:100%}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-1 .active-available .table{display:none}}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .table-header-row{align-items:center;background:#638fac;display:flex;height:40px}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .table-header-row .table-header-cell{color:#fff;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding:8px 12px}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .table-body .table-body-row{border-left:1px solid #e9eaeb;border-right:1px solid #e9eaeb;display:flex}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .table-body .table-body-row .table-body-cell{border-bottom:1px solid #e9eaeb;padding:10px 12px}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .table-body .table-body-row .table-body-cell p{color:#181d27;font-size:14px;font-weight:500;line-height:20px}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .cell-address{width:414px}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .cell-rooms{width:180px}.rental-page .rental-wrapper .rental-screen-1 .active-available .table .cell-rent{width:94px}.rental-page .rental-wrapper .rental-screen-1 .average-pricing-block{margin:16px 0 32px}.rental-page .rental-wrapper .rental-screen-1 .average-pricing-block .average-pricing-header{background:#f0f5f8;border-radius:4px;display:flex;justify-content:space-between;width:100%}.rental-page .rental-wrapper .rental-screen-1 .average-pricing-block .average-pricing-header-white{background:#fff;display:flex;justify-content:space-between;width:100%}.rental-page .rental-wrapper .rental-screen-1 .average-pricing-block .average-pricing-total{border-top:1px solid #e9e9eb;display:flex;gap:61px;justify-content:space-between;margin-top:8px;width:100%}.rental-page .rental-wrapper .rental-screen-1 .average-pricing-block .average-pricing-header-text{color:#181d27;font-size:14px;font-weight:400;line-height:20px;padding:8px 12px;text-transform:capitalize}.rental-page .rental-wrapper .rental-screen-1 .average-pricing-block .average-pricing-header-text.bold{font-weight:600}.rental-page .rental-wrapper .rental-screen-1 .please-notes-wrapper{background:#fafafa;border:1px solid #f5f5f5;border-radius:4px;padding:16px 12px}.rental-page .rental-wrapper .rental-screen-1 .please-notes-wrapper .please-notes-title{color:#181d27;font-size:16px;font-weight:500;line-height:24px}.rental-page .rental-wrapper .rental-screen-1 .please-notes-wrapper .please-notes-single{color:#181d27;display:flex;font-size:16px;font-weight:400;gap:12px;line-height:24px;margin-top:12px}.rental-page .rental-wrapper .rental-screen-1 .rental-footer{background:#2e424f;display:flex;flex-direction:column;gap:16px;padding:24px 40px}.rental-page .rental-wrapper .rental-screen-1 .rental-footer .rental-footer-header{border-bottom:1px solid #f7f7f7;display:flex;flex-direction:column;gap:4px;padding-bottom:16px}.rental-page .rental-wrapper .rental-screen-1 .rental-footer .rental-footer-info-wrapper{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between}.rental-page .rental-wrapper .rental-screen-1 .rental-footer .rental-footer-info-box,.rental-page .rental-wrapper .rental-screen-1 .rental-footer .rental-footer-info-box-2{display:flex;flex-direction:column;gap:8px}.rental-page .rental-wrapper .rental-screen-1 .rental-footer .rental-footer-header-title{color:#fff;font-size:14px;font-weight:700;line-height:20px;white-space:nowrap}.rental-page .rental-wrapper .rental-screen-1 .rental-footer .rental-footer-header-description,.rental-page .rental-wrapper .rental-screen-1 .rental-footer a{color:#fff;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;white-space:nowrap}.rental-page .rental-wrapper .rental-screen-2{background:#fff;margin-top:16px;padding:52px 0 24px;width:100%}.rental-page .rental-wrapper .rental-screen-2 .rental-screen-2-header-back{height:150px;width:100%}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-2 .rental-screen-2-header-back{height:50px}}.rental-page .rental-wrapper .rental-screen-2 .rental-screen-2-header-back.revers{transform:rotate(180deg)}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-2 .rental-screen-2-header-back.revers{height:50px}}.rental-page .rental-wrapper .rental-screen-2 .rental-screen-2-header-back img{height:100%;width:100%}.rental-page .rental-wrapper .rental-screen-2 .disclosure-block{border-bottom:1px solid #dadada;display:flex;flex-direction:column;gap:16px;min-height:170px}.rental-page .rental-wrapper .rental-screen-2 .disclosure-block .disclosure-title{color:#000;font-family:Lato,sans-serif;font-size:20px;font-weight:700}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-2 .disclosure-block .disclosure-title{font-size:16px}}.rental-page .rental-wrapper .rental-screen-2 .disclosure-block .disclosure-text{color:#347af0;font-family:Lato,sans-serif;font-size:16px;font-weight:500;line-height:24px}.rental-page .rental-wrapper .rental-screen-2 .rental-market-wrapper{align-items:center;border-bottom:1px solid #dadada;border-top:1px solid #dadada;display:flex;margin-bottom:48px;min-height:178px}.rental-page .rental-wrapper .rental-screen-2 .rental-market-wrapper .rental-market_title{color:#000;font-family:Lato,sans-serif;font-size:20px;font-weight:700;margin-bottom:16px}.rental-page .rental-wrapper .rental-screen-2 .rental-market-wrapper .disclosure-box{list-style-type:disc;margin-left:20px}.rental-page .rental-wrapper .rental-screen-2 .rental-market-wrapper .disclosure-box .disclosure-list{color:#448960;font-family:Lato,sans-serif;font-size:16px;font-weight:600;line-height:24px}.rental-page .rental-wrapper .rental-screen-2 .evaluation-wrapper{display:flex;flex-direction:column;gap:16px}.rental-page .rental-wrapper .rental-screen-2 .evaluation-wrapper .evaluation{color:#000;font-family:Lato,sans-serif;font-size:16px;font-weight:500;line-height:24px}.rental-page .rental-wrapper .rental-screen-2 .footer-block{display:flex;flex-direction:column;gap:24px;margin-top:40px}@media(min-width:767px){.rental-page .rental-wrapper .rental-screen-2 .footer-block{flex-direction:row;gap:60px;margin-top:90px}}.rental-page .rental-wrapper .rental-screen-2 .footer-block .footer-social-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:24px}@media(min-width:767px){.rental-page .rental-wrapper .rental-screen-2 .footer-block .footer-social-wrapper{align-items:center;flex-direction:row!important}}.rental-page .rental-wrapper .rental-screen-2 .footer-block .footer-social-wrapper .footer-social-box{align-items:center;display:flex;gap:8px}.rental-page .rental-wrapper .rental-screen-2 .footer-block .footer-social-wrapper .footer-social-box a{color:#000;font-family:Lato,sans-serif;font-size:14px;font-weight:500;line-height:21px;text-decoration:none}.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper{display:flex;flex-direction:column;gap:4px;margin:24px 0}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper{margin:16px 0}}.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper .expenses-wrapper-title{color:#000;font-family:Lato,sans-serif;font-size:20px;font-weight:700;line-height:27px;margin-bottom:16px}.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper .expenses-block{align-items:start;background:#ebf5ef;display:flex;justify-content:space-between}.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper .expenses-block .expenses-text{color:#000;font-family:Lato,sans-serif;font-size:14px;font-weight:400;line-height:21px;padding:8px 12px;width:18%}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper .expenses-block .expenses-text{font-family:Lato,sans-serif;padding:4px;width:23%}}.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper .expenses-block .expenses-text.expenses-text_address{width:46%}@media(max-width:767px){.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper .expenses-block .expenses-text.expenses-text_address{width:30%}}.rental-page .rental-wrapper .rental-screen-2 .expenses-wrapper .expenses-block .expenses-text.expenses-rent{color:#cd303b}.rental-page .button-svg-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;max-width:300px;width:100%}@media(max-width:1279px){.rental-page .button-svg-content{display:none}}.rental-page .button-svg-content .button-svg{cursor:pointer;height:40px;width:40px}.rental-page .button-svg-content .rental-download-button{margin-left:auto;margin-top:auto;width:149px}.rental-loading-wrapper{align-items:center;display:flex;flex-direction:column;height:700px;justify-content:center}.rental-loading-wrapper .rental-loading-text{color:#ed1c24;font-family:Lato,sans-serif;font-size:28px;font-weight:700;line-height:42px;margin:40px 0 16px;text-align:center}.rental-loading-wrapper .rental-loading-wait{color:#3d4751;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center}.rental-no-data-wrapper{align-items:center;display:flex;flex-direction:column;height:700px;justify-content:center}.rental-no-data-wrapper .rental-no-data-text{color:#333;font-family:Lato,sans-serif;font-size:24px;font-weight:700;line-height:36px;margin:16px 0}@media(max-width:1279px){.rental-no-data-wrapper .rental-no-data-text{font-size:20px}}.rental-no-data-wrapper .rental-no-data-button{width:241px}.card-report-wrapper{background:#638fac;border:1px solid #f5f5f5;border-radius:4px;padding:12px;width:100%}.card-report-wrapper .card-report-image-address{align-items:center;display:flex;gap:10px}.card-report-wrapper .card-report-image-address .card-report_image-block{border-radius:4px;min-height:40px;min-width:40px;overflow:hidden}.card-report-wrapper .card-report-image-address .card-report_image-block img{height:100%;object-fit:fill;width:100%}.card-report-wrapper .card-report-image-address .card-report_address{color:#fff;font-size:16px;font-weight:500;line-height:21px}.card-report-wrapper .card-report_list-block{list-style-type:inherit;margin-left:20px}.card-report-wrapper .card-report_list-block .card-report_list-item{color:#fff;font-size:14px;font-weight:500;line-height:15px;padding:4px 0}.patent-pending{color:#0892f0;font-size:14px;font-weight:600;margin-bottom:5px}.layout-wrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.layout-wrapper .layout-header{background:#fff;border-bottom:1px solid #f2f4f7;position:fixed;top:0;width:100%;z-index:99}.layout-wrapper .layout-header .logo-svg{cursor:pointer}.layout-wrapper .layout-box{align-items:center;display:flex;gap:80px;height:80px;justify-content:space-between;position:relative}@media only screen and (max-width:1279px){.layout-wrapper .layout-box{gap:32px}}@media only screen and (max-width:767px){.layout-wrapper .layout-box{gap:16px;height:72px}}.layout-wrapper .layout-box .logo-svg{height:55.937px;max-width:220.83px;width:220.83px}@media only screen and (max-width:1279px){.layout-wrapper .layout-box .logo-svg{height:40.001px;width:157.915px}}@media only screen and (max-width:767px){.layout-wrapper .layout-box .logo-svg{height:39.998px;width:149px}}.layout-wrapper .layout-box .header-navigation{align-items:flex-end;display:flex;gap:32px}.layout-wrapper .layout-box .header-navigation .header-link{border-bottom:2px solid #fff;color:#4b5256;font-size:16px;font-weight:600;line-height:24px;text-decoration:none}.layout-wrapper .layout-box .header-navigation .header-link.active{border-bottom:2px solid #ed1c24}@media only screen and (max-width:1279px){.layout-wrapper .layout-box .header-navigation .header-link{display:none}}.layout-wrapper .layout-box .header-right-side .header-right-side-desktop{align-items:center;display:flex}@media only screen and (max-width:1279px){.layout-wrapper .layout-box .header-right-side .header-right-side-desktop{display:none}}.layout-wrapper .layout-box .header-right-side .header-right-side-desktop .header-buttons-block{align-items:center;display:flex;gap:24px}.layout-wrapper .layout-box .header-right-side .header-right-side-desktop .header-buttons-block .header-button{background:#ed1c24;border:none;border-radius:0;box-shadow:0 1px 2px 0 #0a0d120d;color:#fff;font-family:Libre Franklin,sans-serif;font-size:16px;font-weight:600;height:44px;line-height:24px;padding:10px 16px}.layout-wrapper .layout-box .header-right-side .header-right-side-desktop .header-buttons-block .sign-up-button{background:#0000;border:none;color:#10aae3;font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:600;height:44px;line-height:24px;padding:0;white-space:nowrap}.layout-wrapper .layout-box .header-right-side .header-right-side-mobile{display:none}@media only screen and (max-width:1279px){.layout-wrapper .layout-box .header-right-side .header-right-side-mobile{display:block}}.layout-wrapper .layout-box .header-right-side .header-right-side-mobile .header-right-side-mobile-svg{height:26px;width:26px}.header-menu-drawer .MuiBackdrop-root{box-shadow:none;top:80px}@media only screen and (max-width:1279px){.header-menu-drawer .MuiBackdrop-root{top:80px}}@media only screen and (max-width:767px){.header-menu-drawer .MuiBackdrop-root{top:72px}}.header-menu-drawer .MuiPaper-root{box-shadow:none;padding:32px 0;top:80px;width:100%}@media only screen and (max-width:1279px){.header-menu-drawer .MuiPaper-root{top:80px}}@media only screen and (max-width:767px){.header-menu-drawer .MuiPaper-root{top:72px}}.header-menu-drawer .MuiPaper-root .menu-lists{display:flex;flex-direction:column;height:calc(100% - 80px);justify-content:space-between;width:100%}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root{padding:0}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root .header-link{align-items:center;border-bottom:1px solid #f5f7f9;color:#333;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;padding:12px 32px;text-decoration:none;width:100%}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root .header-link:hover{color:#ed1c24}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root .header-link:hover .header-link-svg{filter:brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(4891%) hue-rotate(350deg) brightness(96%) contrast(94%)}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root .header-link.active{color:#ed1c24}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root .header-link.active .header-link-svg{filter:brightness(0) saturate(100%) invert(17%) sepia(88%) saturate(4891%) hue-rotate(350deg) brightness(96%) contrast(94%)}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root .header-link .header-link-svg{height:18px;margin-right:12px;width:18px}.header-menu-drawer .MuiPaper-root .menu-lists .MuiListItem-root .header-link .header-link-svg path{stroke:#333}.header-menu-drawer .MuiPaper-root .menu-lists .header-link-user{align-items:center;color:#333;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:600;gap:6px;line-height:24px;padding:6px 32px;text-decoration:none;width:100%}.header-menu-drawer .MuiPaper-root .menu-lists .menu-lists-button-block{display:flex;flex-direction:column;gap:16px;padding:0 32px}.header-menu-drawer .MuiPaper-root .menu-lists .menu-lists-button-block .menu-lists-button-sign-in{background:none;border:none;color:#333;font-family:Lato,sans-serif;font-weight:600;padding:2px 5px;text-decoration:underline}.header-menu-drawer .MuiPaper-root .menu-lists .menu-lists-button-block .drawer-sign-out{height:40px}.loggedIn-header{align-items:center;color:#333;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:16px;font-weight:600;gap:8px;line-height:24px}.login-modal-box{text-align:center;width:430px}.login-modal-box .welcome-back{color:#333;font-size:14px;font-weight:400;line-height:20px;margin-top:8px;text-align:center}.login-modal-box .forgot-btn{background:#0000;border:none;color:#10aae3;font-size:14px;font-weight:600;line-height:24px;margin:16px 24px;padding:0}.login-modal-box .done-button{margin-top:24px}.auth-modal-title{color:#333;font-size:20px;font-weight:600;line-height:28px;text-align:center}.auth-modal-description{color:#333;font-size:14px;font-weight:400;line-height:20px;margin-top:8px;text-align:center}.beck-to-login-btn{align-items:center;background:#0000;border:none;display:flex;gap:8px;justify-content:center;margin:24px auto 0!important;padding:0}.beck-to-login-btn span{color:#4b5256;font-size:14px;font-weight:500;line-height:20px;text-align:center}.form-box{margin-top:44px;width:100%}.form-box button{margin-top:24px}.dont-have{align-items:center;display:flex;justify-content:center}.dont-have span{color:#2a374e;font-size:14px;font-weight:500;line-height:24px;text-align:center}.dont-have button{background:#0000;border:none;color:#ed1c24;font-weight:600;margin-left:3px;padding:0}.agree-terms,.dont-have button{font-size:14px;line-height:20px}.agree-terms{margin-top:16px}.agree-terms,.agree-terms a{color:#494949;font-weight:400;text-align:center}.agree-terms a{font-size:14px;line-height:20px}.login-svg-block{align-items:center;background:#fff;border:1px solid #eaecf0;border-radius:10px;box-shadow:0 1px 2px 0 #1018280d;display:flex;height:48px;justify-content:center;margin:0 auto 16px;width:48px}.forgot-modal-box{width:430px}.forgot-modal-box .forgot-modal-desc{color:#333;font-size:14px;font-weight:400;line-height:20px;margin:4px auto 0;max-width:300px;text-align:center}.form-box-forgot{margin-top:24px;width:100%}.form-box-forgot button{margin-top:6px}.dont-receive-block{align-items:center;display:flex;gap:5px;justify-content:center;margin-top:32px}.dont-receive-block .click-resent-btn,.dont-receive-block .dont-receive-block-text{color:#4b5256;font-size:14px;font-weight:400;line-height:20px;text-align:center}.dont-receive-block .click-resent-btn{background:#0000;border:none;color:#ed1c24;font-weight:600;padding:0}.my-profile-wrapper{background:#fff;display:flex;flex-direction:column;justify-content:space-between;max-height:550px;max-width:395px;overflow:scroll;padding:20px}.my-profile-wrapper .my-profile-box{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.my-profile-wrapper .my-profile-sign-out-btn{height:42px;padding:8px 24px}.my-profile-wrapper .change-password-wrapper,.my-profile-wrapper .personal-info-wrapper{background:#fff;border:1px solid #ecf1fa;border-radius:8px;padding:16px 16px 0}.my-profile-wrapper .edit-button{color:#4b5256;font-size:14px;font-style:normal;font-weight:600;height:22px;line-height:20px}.my-profile-wrapper .edit-button .button-start-adornment{margin-right:4px}.my-profile-wrapper .personal-info-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.my-profile-wrapper .info-title{color:#4b5c68;font-size:14px;font-weight:600;line-height:20px}.my-profile-wrapper .cancel-save-block{display:flex;gap:16px}.my-profile-wrapper .save-person{color:#4b5c68;font-size:14px;height:20px;width:27px}.my-profile-wrapper .cancel-button{font-size:14px;height:20px}.my-profile-wrapper .personal-info-content .personal-info-name-svg{align-items:center;display:flex;gap:8px}.my-profile-wrapper .personal-info-content .personal-info-name-svg svg{filter:brightness(0) saturate(100%) invert(53%) sepia(88%) saturate(1672%) hue-rotate(161deg) brightness(94%) contrast(90%)}.my-profile-wrapper .personal-info-content .personal-info-name-svg .personal-info-name{color:#4b5c68;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400}.my-profile-wrapper .personal-info-content .error-profile path{stroke:#0000!important;fill:#f04438}.my-profile-wrapper .change-password-info-text{color:#a3b2bd;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:16px}.delete-modal-wrapper{background:#fff;display:flex;flex-direction:column;max-width:400px;min-width:300px}.delete-modal-wrapper .delete-modal-svg{height:56px;margin-bottom:16px;width:56px}.delete-modal-wrapper .delete-modal-content-title{color:#333;font-size:18px;font-weight:600;line-height:28px}.delete-modal-wrapper .delete-modal-content-text{color:#333;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:4px 0 32px}.delete-modal-wrapper .delete-modal-content-buttons{display:flex;gap:16px}.simple-modal-box{background:#fff;border-radius:8px;box-shadow:0 6px 25px 0 #adbbc929;font-family:Lato,sans-serif;max-width:480px;padding:16px;width:100%}@media(min-width:767px){.simple-modal-box{padding:32px}}.simple-modal-title{color:#333;font-size:18px;font-weight:600;line-height:28px;margin-bottom:8px}.simple-modal-sub-title{color:#333;font-size:14px;font-weight:400;line-height:20px}.simple-modal-action-buttons{display:flex;gap:16px}.button-main{align-items:center;border:1px solid #ed1c24;color:#fff;display:flex;font-size:16px;font-weight:600;height:44px;justify-content:center;line-height:24px;padding:10px 18px;transition:all .2s;white-space:nowrap;width:100%}.button-main:disabled{cursor:auto}.button-start-adornment{display:inline-flex;margin-right:8px}.button-end-adornment{display:inline-flex;margin-left:8px}.contained{background:#ed1c24;color:#fff;transition:all .2s}.contained:hover{background:#d81921;transition:all .2s}.contained:disabled{background:#f7979a;border:1px solid #f7979a;pointer-events:none}.outlined{background:#fff;color:#ed1c24;transition:all .2s}.cancel-button{background:#0000;background:#fff;border:1px solid #d5d7da;box-shadow:0 1px 2px 0 #0a0d120d;color:#344054;font-size:16px;font-weight:600;line-height:24px;padding:0}.cancel-button:hover{background:#fafafa}.cancel-button:active{box-shadow:0 1px 2px 0 #0a0d120d,0 0 0 4px #f5f5f5}.cancel-button:disabled{background:#ebf2fd80}.delete-button{background:#fe385c;border:1px solid #fe385c;color:#fff}.delete-button:disabled,.delete-button:hover{background:#f04438}.padding-0{padding:0;width:-webkit-fit-content;width:fit-content}.padding-0,.padding-0:hover{background:#0000;border:none}.padding-0:hover{outline:none}.error_button{border:1px solid #f04438;color:#f04438}.error_button:hover{color:#f04438;outline:1px solid #f04438}.text-tool-tip-wrapper .main-tooltip-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;box-orient:vertical;color:#333;display:-webkit-box;font-size:14px;font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:20px;overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:break-spaces;width:100%;-ms-word-break:break-word;word-break:break-word}.success .Toastify__progress-bar--default{background:#00c851}.error .Toastify__progress-bar--default{background:#d72525}.toast-wrapper{align-items:center;display:flex}.toast-wrapper img{margin-right:16px}.toast-wrapper p{font-size:16px}.loader-wrapper{display:flex}.input-main-wrapper{position:relative;width:100%}.input-main-wrapper .address-custom-input-wrapper{background:#fff;border-radius:4px;box-shadow:0 2px 8px 0 #0000001a;max-height:300px;overflow:auto;position:absolute;width:100%;z-index:999}.input-main-wrapper .address-custom-input-wrapper .suggestion-item{color:#3d4751;cursor:pointer;font-family:Lato,sans-serif;font-size:16px;line-height:24px;padding:7px 15px}.input-main-wrapper .MuiInputAdornment-root{cursor:pointer;display:flex;height:-webkit-fit-content;height:fit-content;justify-content:center;width:24px}.input-main-wrapper .MuiInputAdornment-root.error-svg svg path{filter:brightness(0) saturate(100%) invert(35%) sepia(71%) saturate(2018%) hue-rotate(339deg) brightness(95%) contrast(98%)}.input-main-wrapper .MuiFormControl-root{width:100%}.input-main-wrapper .MuiFormControl-root .MuiInputBase-root{align-items:center;border-radius:0;display:flex}.input-main-wrapper .MuiFormControl-root input{padding:12px 16px}.input-main-wrapper .MuiFormControl-root input::placeholder{color:#717680;font-size:16px;font-weight:400;line-height:24px}.input-main-wrapper .MuiFormControl-root .Mui-error .MuiOutlinedInput-notchedOutline{border:1px solid #fda29b}.input-main-wrapper.input-custom-wrapper .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border:1px solid #d5d7da}.input-main-wrapper.input-custom-wrapper input{padding:12px 16px}.input-main-wrapper.input-custom-wrapper .MuiOutlinedInput-notchedOutline{border:1px solid #d5d7da}.input-main-wrapper.input-custom-wrapper .Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #d5d7da;box-shadow:0 1px 2px 0 #0a0d120d,0 0 0 4px #f5f5f5}.input-main-wrapper.input-custom-wrapper .Mui-error .MuiOutlinedInput-notchedOutline,.input-main-wrapper.input-custom-wrapper .Mui-error:hover .MuiOutlinedInput-notchedOutline{border:1px solid #fda29b;box-shadow:none}.input-main-wrapper .MuiInputAdornment-root~input{padding-left:0}.input-main-wrapper .MuiSvgIcon-root{filter:brightness(0) saturate(100%) invert(47%) sepia(3%) saturate(1019%) hue-rotate(179deg) brightness(97%) contrast(97%)}.input-main-label-header{color:#333;font-size:14px;font-weight:500;line-height:20px;margin-bottom:6px;text-align:start}.error-message{color:#f04438;text-align:start}.error-message,.helper-text{font-size:12px;font-weight:400;margin-left:15px;margin-top:2px;min-height:18px}.helper-text{color:#3d4751;line-height:17px}.helper-text,.textarea{font-family:Lato,sans-serif}.textarea{border:1px solid #d5d7da;border-radius:4px;color:#000;font-size:16px;font-weight:400;line-height:24px;padding:12px 16px;resize:none;width:100%}.textarea.textarea-error{border:1px solid #fda29b}.textarea.textarea-error:hover{border:1px solid #d5d7da}.textarea:focus,.textarea:hover{outline:1px solid #d5d7da}.textarea:focus{border:1px solid #d5d7da}.textarea::placeholder{color:#717680;font-size:16px;font-weight:400;line-height:24px}.checkbox-box .MuiButtonBase-root{padding:0}.check-password-wrapper{display:flex;flex-direction:column;gap:5px;max-height:0;opacity:0;transition:max-height .15s ease-out;visibility:hidden;width:100%}.check-password-wrapper.active{margin-top:10px;max-height:1000px;opacity:1;transition:max-height .25s ease-in;visibility:visible}.check-password-wrapper .check-password-item{align-items:center;display:flex;gap:8px}.check-password-wrapper .check-password-item .check-password-message{color:#4b5256;font-family:Inter,sans-serif;font-size:14px;font-weight:300;text-align:center}.check-password-wrapper .check-password-item .check-password-message.check-message-success{color:#4b5256}.check-password-wrapper .check-password-item .check-password-item-icon{height:18px;min-width:18px;width:18px}.check-password-wrapper .check-password-item .check-password-item-icon .check-password-item-icon-success path{fill:#12b76a}.check-password-wrapper .check-password-item .check-password-item-icon .check-password-item-icon-success rect{fill:#d1fadf}.flex-end{display:flex;justify-content:flex-end}.flex-start{align-items:flex-start;display:flex;width:100%}.align-center,.flex,.flex-all-center{align-items:center;display:flex}.flex-all-center{justify-content:center}.space-between{align-items:center;display:flex;justify-content:space-between;width:100%}.full-width{width:100%}.MuiModal-root{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1280px;position:relative;width:100%}.modal-box-wrapper{background:#fff;padding:24px;position:relative}.modal-box-wrapper .modal-box_close_button{background:#0000;background:#f2f4f8;border:none;height:32px;padding:4px;position:absolute;right:8px;top:8px;width:32px}.modal-box-wrapper .modal-box_close_button svg{height:100%;width:100%}.modal-box-wrapper .main-modal-content{max-height:90vh;overflow-y:auto}#popover-my-profile{margin-top:8px}#popover-my-profile .MuiPaper-root{position:fixed}.container{margin:0 auto;max-width:1280px;width:100%}@media(max-width:1440px){.container{padding:0 32px}}@media(max-width:1279px){.container{padding:0 32px}}@media(max-width:767px){.container{padding:0 16px}}.desktop-box{display:block}@media(max-width:768px){.desktop-box{display:none}}.tablet-box{display:none}@media(min-width:768px)and (max-width:1119px){.tablet-box{display:block}}@media(max-width:767px){.tablet-box{display:none}}.mobile-box{display:none}@media(max-width:767px){.mobile-box{display:block}}@media(min-width:768px){.mobile-box{display:none}}.ReactSwipeableBottomSheet--open{border-radius:8px 8px 0 0!important}.react-swipeable-view-container{box-shadow:none!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}
/*# sourceMappingURL=main.011f7694.css.map*/