: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__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:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;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;z-index:0}.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{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;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}.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:5px;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{left:auto;right:0;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.help-modal-container{background:#fff!important;border-radius:10px;left:50%;margin:50px auto auto!important;outline:none;padding:15px;position:fixed;top:48%;transform:translate(-50%,-50%);width:500px}.help-modal-image-container{background:linear-gradient(180deg,#eeeded4d,#efeeee)!important;border-radius:16px;margin:0 auto!important;text-align:center;width:80%}.help-modal-image{border-radius:7px;margin:0 auto!important;width:327px!important}.main-title-help-modal{font-size:24px!important;padding-bottom:10px}.main-title-help-modal,.title-help-modal{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.title-help-modal{font-size:20px!important;padding-top:10px}.text-help-modal{font-family:Ysabeau Infant,sans-serif!important;font-size:18px!important;font-weight:400!important}.help-modal-close-icon{bottom:10px;cursor:pointer;font-size:26px!important;left:35px;position:relative}@media (max-width:550px){.help-modal-container{width:80%}.help-modal-image{border-radius:7px;margin:0 auto!important;width:75%!important}}.header-report-form-container{display:flex;flex-direction:row}.header-report-field{border-bottom-left-radius:7px;border-top-left-radius:7px;height:50px;width:200px}.header-report-field label{border-bottom-right-radius:0!important;color:#fff!important}.header-report-field .MuiOutlinedInput-notchedOutline{border-bottom-right-radius:0!important;border-color:#fff;border-top-right-radius:0!important;height:55px}.header-report-field :hover .MuiOutlinedInput-notchedOutline{border-color:#fff!important}.header-report-field .Mui-focused .MuiOutlinedInput-notchedOutline{border:1px solid #fff!important}.header-report-field .MuiInputBase-input{color:#fff}.header-report-btn{background:#fff!important;border:1px solid #fff;border-bottom-left-radius:0!important;border-top-left-radius:0!important;color:#000!important;height:52px}.header-report-btn:hover{background:#e4e4e4!important}@media (max-width:900px){.header-report-form-container{display:none}}.header-container{background:#498edf!important;display:flex;height:65px;justify-content:space-between;margin-top:0;padding-bottom:2px;padding-top:2px;position:fixed;top:0;width:100%;z-index:100000}.header-logo-container{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-left:10px!important}.header-logo{max-width:200px}.header-link-container{display:flex}.header-toolbar-links{display:flex;flex-direction:row}.header-link-item{align-items:center;cursor:pointer;display:flex;height:100%!important}.header-link-item:hover{background:#277fe4!important}.header-link-text{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-size:18px!important;font-weight:700!important;padding-left:10px;padding-right:10px}.header-user-info{cursor:pointer;display:flex;flex-direction:column;text-align:center}.header-user-avatar{margin:0 auto!important;text-align:center;width:40px}.header-user-name{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-size:14px;font-weight:400!important;margin-top:-5px!important}.header-logout-logo{color:#fff;cursor:pointer;margin-left:20px;margin-right:15px}.header-report-form{align-items:center;display:flex}.header-menu-btn{color:#fff!important;display:none!important}@media (max-width:950px){.header-toolbar-links{display:none}.header-menu-btn{display:block!important}.header-logo{height:55px;max-width:160px}}@media (max-width:1200px){.header-report-form{display:none}}.text-animation-video{width:200px}.white-car-video{width:480px}@media (max-width:700px){.text-animation-video{width:140px}.white-car-video{width:380px}}@media (max-width:550px){.text-animation-video{height:200px;width:30%}.white-car-video{height:200px;width:70%}}@media (max-width:440px){.text-animation-video{width:30%}.white-car-video{width:70%}}.custom-text-field{background-color:#e2e2e2;border-bottom-left-radius:7px;border-top-left-radius:7px;height:50px;width:540px}.custom-text-field input{padding-left:8px}.custom-text-field svg{color:#696969;cursor:pointer;padding-right:8px}.custom-text-field svg :hover{color:#498edf}.link-under-field{font-size:16px!important}.link-under-field,.submit-field-button{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.submit-field-button{background:#498edf!important;border-bottom-left-radius:0!important;border-top-left-radius:0!important;color:#fff!important;height:50px;position:relative;top:-1px}.submit-field-button:hover{background:#277fe4!important}.select-code-type{cursor:pointer;margin-right:10px!important;-webkit-user-select:none;user-select:none}.select-code-type,.select-code-type.active{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.select-code-type.active{color:#498edf;text-decoration:underline}.custom-helper-text{color:#df4949;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}@media (max-width:700px){.custom-text-field{width:340px}.link-under-field{font-size:14px!important}}@media (max-width:465px){.custom-text-field{font-size:14px!important;width:230px}.submit-field-button{font-size:12px!important}}@media (max-width:371px){.custom-text-field{font-size:12px!important;width:50vw}}.review-card-container{background:#eee;border:2px solid #000;border-radius:7px;height:350px;margin:0 auto!important;padding:20px;width:230px}.review-card-header{margin-bottom:5px!important;text-align:center;width:100%}.review-card-user-name{font-size:24px;font-weight:700!important}.review-card-text,.review-card-user-name{font-family:Ysabeau Infant,sans-serif!important}.review-card-text{font-weight:400!important}.review-card-avatar{border-radius:50%;width:50px}.star-rating-text{font-family:Ysabeau Infant,sans-serif!important;font-size:16px!important;font-weight:700!important;margin-top:3px!important}.second-info-in-report-container{display:flex;flex-direction:row;justify-content:space-between}.info-in-report-title{font-size:34px!important;margin-top:20%!important}.info-in-report-second-title,.info-in-report-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.info-in-report-second-title{font-size:28px!important;margin-top:25px!important}.info-list-item{color:#498edf;font-size:20px!important;margin-bottom:0!important;margin-left:15px!important}.info-list-item span{color:#000;font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:400!important;margin-left:-10px!important}.info-in-report-container{margin-left:80px!important;width:100%}@media (max-width:1199px){.info-in-report-title{margin-top:0!important}.info-in-report-container{margin-left:0!important}.info-list-item span{font-size:20px!important}}@media (max-width:720px){.info-in-report-title{font-size:30px!important}.full-report-includes-container{margin:0!important}.info-in-report-second-title{font-size:22px!important}.info-in-report-container{margin-left:0!important}.info-list-item span{font-size:16px!important}}@media (max-width:560px){.info-in-report-title{font-size:28px!important;margin-left:10px!important;padding-bottom:10px}.info-in-report-second-title{font-size:22px!important;margin-left:10px!important;padding-bottom:10px;padding-top:10px}.info-in-report-container{margin-left:0!important}.info-list-item span{font-size:16px!important}.info-list-item{margin-left:20px!important}.second-info-in-report-container{align-items:stretch;flex-direction:column}.info-in-report-title{font-size:22px!important}.info-in-report-second-title{font-size:18px!important}}.faq-container{margin:150px auto!important;width:50vw}.faq-title-text{font-size:34px!important}.faq-question-text,.faq-title-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.faq-answer-text{font-weight:400!important}.answer-second-title,.faq-answer-text{font-family:Ysabeau Infant,sans-serif!important}.answer-second-title{font-size:20px!important;font-weight:700!important}.faq-answer-image{background:linear-gradient(180deg,#eeeded4d,#efeeee)!important;padding:15px;width:80%}.support-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;margin-top:10px!important}@media (max-width:900px){.faq-container{margin:40px auto!important;width:95vw}}@media (max-width:600px){.faq-container{margin:150px auto!important;width:80vw}.faq-answer-text{font-family:Ysabeau Infant,sans-serif!important;font-size:14px!important;font-weight:400!important}.faq-title-text{font-size:24px!important}.answer-second-title,.faq-title-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.answer-second-title,.faq-question-text{font-size:16px!important}}.feature-info-container{display:flex;flex-direction:row;justify-content:space-between}.info-fearure-title{font-family:Ysabeau Infant,sans-serif!important;font-size:32px!important;font-weight:700!important;margin-bottom:25px!important}.feature-box{width:220px}.feature-title{font-size:20px!important;font-weight:700!important;margin-bottom:10px}.feature-text,.feature-title{font-family:Ysabeau Infant,sans-serif!important}.feature-text{font-size:18px!important;font-weight:40!important}.service-social-links-container{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:25px;margin-top:25px}.social-link-qr-code{width:75px}.social-link-header{margin-bottom:10px!important;text-align:center}.social-link-logo{width:30px}.social-link-name{font-size:14px!important;margin-left:3px!important;margin-top:5px!important;text-transform:capitalize}.our-sources-title,.social-link-name{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.our-sources-title{font-size:32px!important}.source-icon-container{text-align:right}.our-source-icon{width:65px}.feature-image{width:200px}@media (max-width:1535px){.our-sources-grid-container{display:none!important}}@media (max-width:700px){.social-link-qr-code{width:50px}.feature-box{width:95%}.feature-title{font-family:Ysabeau Infant,sans-serif!important;font-size:18;font-weight:700!important}.social-link-name{display:none}.social-link-logo{width:35px}.info-fearure-title{font-size:24px!important}.feature-text{font-size:16px!important}.feature-image{width:150px}.social-link-header{display:flex;justify-content:center;margin-bottom:10px!important}}@media (max-width:480px){.feature-image{width:120px}.feature-title{font-family:Ysabeau Infant,sans-serif!important;font-size:16px!important;font-weight:700!important}.feature-text{font-size:14px!important}}@media (max-width:380px){.feature-image{width:80px}}.review-form-container{background:#fff;border-radius:10px;left:50%;margin:auto!important;outline:none;position:fixed;top:50%;transform:translate(-50%,-50%);width:400px}.review-form-header{background:#498edf;border-top-left-radius:7px;border-top-right-radius:7px;padding-bottom:20px;padding-top:20px;position:relative;text-align:center}.review-form-header-text{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-size:28px!important;font-weight:700!important}.review-form-header .MuiSvgIcon-root{cursor:pointer;position:absolute;right:10px;top:10px}.form-star-rating-container{display:flex;flex-direction:row;margin-top:10px}.review-form-text{font-family:Ysabeau Infant,sans-serif!important;font-size:16px!important;font-weight:700!important;margin-right:10px!important}.review-form-button-container{text-align:center;width:100%}.review-active-button{background:#498edf!important}.review-active-button,.review-disable-button{color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-size:18px!important;font-weight:700!important;height:50px;margin-top:20px!important;width:90%}.review-disable-button{background:#adadad!important}.review-disable-button:hover{background:#c2c2c2!important}.review-active-button:hover{background:#07f!important}.main-page-title{font-family:Ysabeau Infant,sans-serif!important;font-size:34px!important;font-weight:700!important;text-align:center}.info-about-check-image{width:90%}.info-in-report-image{width:100%}.info-in-report-grid-container{background:linear-gradient(180deg,#eeeded4d,#efeeee)!important;margin-bottom:100px!important;margin-top:100px!important}.main-page-reviews{display:flex;justify-content:space-around;margin-bottom:20px!important}.review-swiper-container{margin:0 auto!important;width:80vw}.review-swiper-slide{display:flex;justify-content:center;width:100%}.review-button-container{text-align:center;width:100%}.review-button{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;margin-bottom:50px!important;width:150px}.review-button:hover{background:#277fe4!important}.review-button:disabled{background:#d3d3d3!important}.faq-grid-container{display:flex;justify-content:center}.faq-img-grid-container{text-align:center}.faq-img-main{display:inline-block;margin-left:-265px;margin-top:100px;vertical-align:middle;width:80%}.top-faq-img{display:none!important;width:500px}.small-screen-faq-container{display:none;justify-content:center;text-align:center;width:100%}.small-screen-faq-img{margin-top:50px;width:50%}.tariff-plan-title-container{margin-top:25px!important}.tariff-plan-title{font-family:Ysabeau Infant,sans-serif!important;font-size:32px!important;font-weight:700!important;text-align:center}.info-image-container-sm{display:none}@media (max-width:1199px){.info-about-check-image{width:500px}.info-image-container{text-align:center}.info-image-container,.info-in-report-image{display:none}}@media (max-width:675px){.main-page-title{font-size:24px!important}.info-about-check-image{margin-top:30px!important;width:350px}.review-swiper-container{width:100%}.tariff-plan-title{font-size:24px!important}.info-image-container-sm{display:block;margin:30px auto -105px!important;width:80%}}@media (max-width:900px){.top-faq-img{display:block}.small-screen-faq-container{display:flex}.faq-img-main{display:none}.tariff-plan-title{margin-bottom:-10px!important}}@media (max-width:440px){.main-page-title{font-size:18px!important}.info-about-check-image{width:90%}.tariff-plan-title{font-size:18px!important;margin-bottom:-10px!important}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.card-container{background-color:#eee;border-radius:7px!important;box-shadow:0 0 6px 4px rgba(0,0,0,.158);height:450px;margin:25px auto 0!important;text-align:center;-webkit-user-select:none;user-select:none;width:290px}.card-header{align-items:center;border-top-left-radius:7px;border-top-right-radius:7px;display:flex;height:80px;justify-content:center;position:relative}.card-header-title{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-size:34px!important;font-weight:700!important;line-height:1.2;padding-top:23px!important}.custom-discount-badge{background:#d9d9d9;border-radius:7px;height:25px;margin-bottom:-4px!important;margin-left:auto!important;margin-right:0!important;padding:2px;position:absolute;right:5px!important;text-align:center;top:5px;width:50px}.custom-discount-text{font-weight:700!important;line-height:1.5}.custom-discount-text,.price-for-one{font-family:Ysabeau Infant,sans-serif!important;font-size:16px!important}.price-for-one{color:#000;font-weight:600!important;text-align:center}.price-plan{color:#000;font-family:Ysabeau Infant,sans-serif!important;font-size:34px!important;font-weight:700!important;margin-top:-10px!important}.buy-plan-button{background:#498edf!important;border-radius:7px;cursor:pointer;height:45px;margin:40px auto 0!important;text-align:center;-webkit-user-select:none;user-select:none;width:180px}.buy-plan-button:hover{background:#277fe4!important}.buy-plan-button-text{color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-size:22px!important;font-weight:700!important;position:relative;top:3px}.plan-card-image{margin-top:20%;width:200px}.small-plan .card-container{height:405px;margin-bottom:-9px!important;margin-top:0!important;transform:scale(.9);transform-origin:top center;width:261px}.small-plan .card-header{height:72px}.small-plan .card-header-title{font-size:30.6px!important;line-height:1.2;padding-top:20.7px!important}.small-plan .custom-discount-badge{height:22.5px;right:4.5px!important;top:4.5px;width:45px}.small-plan .custom-discount-text{font-size:14.4px!important;line-height:1.5}.small-plan .plan-card-image{margin-top:18%;width:180px}.small-plan .price-for-one{font-size:14.4px!important}.small-plan .price-plan{font-size:30.6px!important;margin-top:-9px!important}.small-plan .buy-plan-button{height:40.5px;margin-top:36px!important;width:162px}.small-plan .buy-plan-button-text{font-size:19.8px!important;top:2.7px}@media (max-width:1536px){.card-container{height:400px;width:230px}.buy-plan-button{margin-top:20px!important}.small-plan .card-container{height:360px;width:207px}.small-plan .buy-plan-button{margin-top:18px!important}}@media (max-width:1199px){.card-container{height:400px;width:230px}.card-header-title{font-size:30px!important;padding-top:25px!important}.small-plan .card-container{height:360px;width:207px}}@media (max-width:550px){.card-container{height:340px;width:200px}.buy-plan-button{height:40px;margin-top:19px!important;width:160px}.buy-plan-button-text{font-size:20px!important}.price-for-one{margin-right:45px!important;margin-top:20px!important}.price-plan{font-size:32px!important}.card-header-title{font-size:28px!important;padding-top:25px!important}.plan-card-image{margin-top:15px;width:140px}.custom-discount-badge{height:22px;width:45px}.custom-discount-text{font-size:14px!important}.small-plan .card-container{height:306px;width:180px}.small-plan .buy-plan-button{height:36px;margin-top:17.1px!important;width:144px}.small-plan .buy-plan-button-text{font-size:18px!important}.small-plan .price-for-one{font-size:14.4px!important;margin-right:40.5px!important;margin-top:18px!important}.small-plan .price-plan{font-size:28.8px!important}.small-plan .card-header-title{font-size:25.2px!important;padding-top:22.5px!important}.small-plan .custom-discount-badge{height:19.8px;right:4.5px!important;width:40.5px}.small-plan .custom-discount-text{font-size:12.6px!important}.small-plan .plan-card-image{margin-top:13.5px;width:126px}}@media (max-width:450px){.card-container{height:260px;width:160px}.buy-plan-button{height:35px;margin-top:15px!important;width:80px}.buy-plan-button-text{font-size:18px!important}.card-header{height:60px}.card-header-title{font-size:22px!important;padding-top:20px!important}.custom-discount-badge{height:20px;right:5px!important;top:5px;width:35px}.custom-discount-text{font-size:12px!important}.price-for-one{font-size:14px!important;margin-right:5px!important;margin-top:0!important}.price-plan{font-size:28px!important}.plan-card-image{margin-top:10px;width:120px}.small-plan .card-container{height:234px;width:144px}.small-plan .buy-plan-button{height:31.5px;margin-top:13.5px!important;width:72px}.small-plan .buy-plan-button-text{font-size:16.2px!important}.small-plan .card-header{height:54px}.small-plan .card-header-title{font-size:19.8px!important;padding-top:18px!important}.small-plan .custom-discount-badge{height:18px;right:4.5px!important;top:4.5px;width:31.5px}.small-plan .custom-discount-text{font-size:10.8px!important}.small-plan .price-for-one{font-size:12.6px!important;margin-right:4.5px!important;margin-top:0!important}.small-plan .price-plan{font-size:25.2px!important}.small-plan .plan-card-image{margin-top:9px;width:108px}}.auth-form-container{background:#eee;border-radius:7px}.form-header-text{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important}.auth-fields-container{display:flex;flex-direction:column;padding:15px;text-align:center;width:360px}.auth-field{margin-top:10px!important}.auth-form-header{background:#498edf;border-top-left-radius:7px;border-top-right-radius:7px;padding:20px;text-align:center}.auth-form-button{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-size:16px!important;font-weight:700!important;height:50px;margin-top:20px!important}.forget-password-container{margin:15px auto!important;width:360px}.forget-password-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;text-align:center}@media (max-width:430px){.auth-fields-container{display:flex;flex-direction:column;padding:15px;text-align:center;width:300px}.forget-password-container{margin:15px auto!important;width:300px}}.registration-form{background-image:url(/static/media/vectorBackground.6a6e4f7a935eb50e26fc.jpg)}.footer-root{background-color:#498edf;box-sizing:border-box;color:#fff;padding:20px;width:100%}.footer-logo,.footer-title{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important}.footer-logo{text-align:center}.footer-contacts{margin-left:50px!important}.contact-footer-info{font-family:Ysabeau Infant,sans-serif!important;font-size:18px;font-weight:400!important}.contact-footer-btn{height:40px;margin-top:15px!important;width:80%}.contact-footer-btn,.contact-footer-btn :hover{background:#fff!important}.footer-column{text-align:center}.under-footer-info{margin-top:25px!important;text-align:center;width:100%}.footer-logo-img{width:150px}@media (max-width:1200px){.footer-contacts{margin-left:0!important}}@media (max-width:800px){.footer-title{font-size:18px!important}.contact-footer-btn{width:95%}.contact-footer-info{font-family:Ysabeau Infant,sans-serif!important;font-size:14px!important;font-weight:400!important}}@media (max-width:600px){.second-footer-column{display:none}}@media (max-width:510px){.footer-title{font-size:14px!important}.contact-footer-info{font-family:Ysabeau Infant,sans-serif!important;font-size:12px!important;font-weight:400!important}.footer-logo{font-size:18px!important}.contact-footer-btn,.contact-footer-btn text{font-size:14px!important}.footer-logo-img{width:100px}}.admin-sidebar-open{margin-top:15px!important;padding-top:10px;position:absolute;width:250px}.admin-sidebar-close,.admin-sidebar-open{background:#e3e3e3!important;min-height:95vh;-webkit-user-select:none;user-select:none;z-index:999}.admin-sidebar-close{padding-top:20px;width:60px}.sidebar-header{border-bottom:1px solid #000;display:flex;flex-direction:row;justify-content:space-around;padding-bottom:10px;text-align:center}.sidebar-header svg{margin-top:10px!important;padding-top:3px}.sidebar-header-title{font-size:24px!important;font-weight:700!important;padding-top:5px}.sidebar-header-title,.sidebar-list-item span{font-family:Ysabeau Infant,sans-serif!important}.sidebar-list-item span{font-weight:400!important;margin-left:12px!important}.admin-sidebar-badge{margin-right:15px!important}.not-allowed-container{margin:10vh auto!important;min-height:90vh;text-align:center;width:60vw}.not-allowed-img{width:450px}.not-allowed-title{color:#df4949;font-size:34px!important;font-weight:700!important}.not-allowed-text,.not-allowed-title{font-family:Ysabeau Infant,sans-serif!important}.not-allowed-text{font-size:24px!important;font-weight:400!important}.not-allowed-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:50px;margin:25px 15px 15px!important;width:250px}@media (max-width:1000px){.not-allowed-container{margin:10vh auto!important}.not-allowed-img{width:450px}.not-allowed-title{font-size:28px!important}.not-allowed-text{font-size:20px!important}.not-allowed-btn{background:#498edf!important;height:50px;margin:20px 10px 10px!important;width:150px}}@media (max-width:630px){.not-allowed-container{margin:10vh auto!important;width:100vw}.not-allowed-img{width:90vw}.not-allowed-title{font-size:24px!important}.not-allowed-text{font-size:18px!important}.not-allowed-btn{background:#498edf!important;height:50px;margin:20px 10px 10px!important;width:150px}}.admin-data-title{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important;margin-bottom:15px!important;margin-top:15px!important}.add-admin-data-btn{background:#498edf!important;color:#fff!important;margin-bottom:10px!important;margin-left:15px!important}.admin-report-search-field{padding-left:20px!important;width:90%!important}.admin-report-search-field label{margin-left:10px!important}.admin-change-form-container{display:flex;flex-direction:column;justify-content:center;text-align:center}.admin-change-from-title{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important}.admin-change-from{display:flex;flex-direction:column;justify-content:center;margin:0 auto!important;width:450px}.admin-change-form-field{margin-top:5px!important}.admin-change-form-footer{display:flex;justify-content:space-between;margin-top:5px!important}.admin-change-save-btn{background:#498edf!important;width:60%}.admin-change-delete-btn,.admin-change-save-btn{color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px}.admin-change-delete-btn{background:#df4949!important;width:35%}.form-background-image{background-image:url(/static/media/vectorBackground.6a6e4f7a935eb50e26fc.jpg);min-height:100vh}.feedback-form-container{color:#fff!important;display:flex;flex-direction:column;margin:0 auto;width:500px}.feedback-title{color:#fff!important;font-size:32px!important;margin-top:25px!important}.feedback-second-title,.feedback-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.feedback-second-title{font-size:28px!important;margin-bottom:10px!important;margin-top:20px!important}.feedback-form-field{color:#fff!important;margin-bottom:15px!important}.feedback-form-field label{color:#c4c4c4!important}.feedback-form-field .MuiOutlinedInput-notchedOutline{border-color:#fff}.feedback-form-field .Mui-focused .MuiOutlinedInput-notchedOutline,.feedback-form-field :hover .MuiOutlinedInput-notchedOutline{border-color:#fff!important}.feedback-form-field .MuiInputBase-input{color:#fff}.file-upload-text{font-size:12px!important;padding-left:30px}.feedback-form-filename,.file-upload-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.feedback-form-filename{color:#fff!important;margin-left:10px!important}.feedback-file-button{background:#e0e0e0!important;color:#000!important;font-size:12px!important;height:35px;width:200px}.feedback-file-button,.feedback-submit-button{font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important}.feedback-submit-button{background:#498edf!important;color:#fff!important;height:45px;margin-top:15px!important;width:190px}.file-size-error{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important;margin-left:10px!important}@media (max-width:530px){.feedback-form-field{margin-bottom:15px!important;width:95vw}.feedback-form-container{width:100%}.feedback-title{font-size:28px!important;margin-left:15px!important}.feedback-second-title{font-size:24px!important;margin-left:15px!important}.feedback-form-field{margin:7px auto!important}.feedback-file-button{width:260px!important}.feedback-file-button,.feedback-submit-button{margin-left:10px!important}.file-upload-text{font-family:Ysabeau Infant,sans-serif!important;font-size:12px!important;font-weight:700!important;padding-left:10px}}@media (max-width:380px){.feedback-title{font-size:24px!important;margin-left:15px!important}.feedback-second-title{font-size:20px!important;margin-left:15px!important}}.not-found-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:25px!important;margin-top:25px!important;min-height:90vh}.not-found-title{font-size:34px!important}.not-found-btn,.not-found-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.not-found-btn{background:#498edf!important;color:#fff!important;height:50px;width:250px}@media (max-width:800px){.not-found-gif{width:550px}}@media (max-width:550px){.not-found-gif{width:95%}.not-found-btn{width:180px}.not-found-title{font-family:Ysabeau Infant,sans-serif!important;font-size:28px!important;font-weight:700!important}}.blocked-page-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:95vh}.blocked-page-icon{width:370px}.blocked-user-title{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important;margin-top:15px!important;text-align:center}.blocked-user-text{font-weight:400!important;margin-top:10px!important}.blocked-user-second-title,.blocked-user-text{font-family:Ysabeau Infant,sans-serif!important;font-size:18px!important;margin-right:5px;text-align:center}.blocked-user-second-title{font-weight:700!important}@media (max-width:565px){.blocked-page-icon{width:80%}.blocked-user-title{font-size:18px!important}.blocked-user-second-title,.blocked-user-text{font-size:16px!important}}.mailing-title{font-family:Ysabeau Infant,sans-serif!important;font-size:32px!important;font-weight:700!important;margin-bottom:25px!important;text-align:left}.mailing-submit-btn{background:#498edf!important;height:50px}.review-comment-img{width:200px}.review-rating-container{direction:row;display:flex;margin:0 auto!important}.review-page-content{font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important;margin-left:50px!important}.like-dislike-review-img{width:300px}.rating-review-text,.review-user-name{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.review-user-name{font-size:22px!important}.review-user-avatar{width:200px}.review-page-header{padding-bottom:60px;position:relative}.review-page-header:after{background:linear-gradient(180deg,#0000004d 0,#0000);bottom:0;content:"";height:10px;left:0;position:absolute;right:0}.review-pagination-button{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;margin:5px!important}.review-pagination-button:disabled{background:#686868!important;cursor:not-allowed;opacity:.7}@media (max-width:650px){.review-page-header{padding-bottom:50px}.review-comment-img{width:150px}.like-dislike-review-img{width:220px}.review-user-avatar{width:150px}.review-comment-img,.review-user-avatar{width:100px}.like-dislike-review-img{width:180px}.review-rating-container{flex-direction:column}}.profile-sidebar-container{background:#e4e4e4!important;border-radius:15px!important;box-shadow:0 0 6px 2px #a1a1a1;margin-bottom:10px!important;margin-left:10px!important;margin-top:10px!important;min-height:95vh;-webkit-user-select:none;user-select:none;width:250px;z-index:999!important}.background-overlay{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:98}.profile-sidebar-header{display:flex;flex-direction:row}.profile-sidebar-header-closed{align-items:center;display:flex;flex-direction:column!important;justify-content:center}.profile-sidebar-closed{margin-top:15px!important;position:relative;transition:height .5s ease;width:60px}.profile-sidebar-open{border-radius:50%;margin-top:15px!important;padding:1px;position:absolute}.profile-sidebar-user-item{border-bottom:2px solid #a1a1a1!important;display:flex;flex-direction:column;margin-bottom:15px!important}.profile-user-avatar{border-radius:50%;width:50px}.user-avatar-border{background:linear-gradient(90deg,red,orange);border-radius:50%;padding:2px}.profile-user-avatar-closed{border-radius:50%;margin-bottom:15px!important;width:50px}.profile-user-avatar:hover{cursor:pointer}.profile-sidebar-username,.profile-user-account{font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important;margin-left:20px!important}.profile-sidebar-username{word-wrap:break-word;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:105px}.profile-user-account .profile-user-account-price{color:#4cdf49;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.profile-user-account .profile-user-request-quantity{color:#498edf;font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important;text-decoration:underline}.profile-sidebar-item,.profile-sidebar-item:hover{height:45px;margin-bottom:3px!important}.profile-sidebar-item:hover{background:#f0f0f0!important}.profile-item-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;margin-left:15px!important}.profile-sidebar-icons-open{background:#fff;border-radius:50%;left:15px;padding:2px;position:relative}.profile-item-text-close{display:none}.profile-item-text .active{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;margin-left:15px!important}.outlet-profile-container{flex:1 1;min-height:100vh}@media (max-width:950px){.profile-sidebar-open{left:0;position:absolute;transition:height .5s ease;z-index:999!important}}.upload-avatar-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px}.upload-avatar-btn:hover{background:#277fe4!important}.cancel-avatar-btn{background:#e4e4e4!important;color:#000!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;margin-left:10px!important}.avatar-editor,.upload-avatar-content{width:100%!important}.avatar-editor{height:100%!important}.upload-avatar-title{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important;text-align:center}@media (max-width:400px){.upload-avatar-title{font-size:20px!important}}.profile-settings-container{margin-bottom:25px!important;margin-top:40px!important}.profile-settings-main-title{font-family:Ysabeau Infant,sans-serif!important;font-size:32px!important;font-weight:700!important;margin-bottom:25px!important;text-align:center}.profile-settings-avatar-img{cursor:pointer;width:200px}.profile-settings-avatar-title{font-size:28px!important}.profile-settings-avatar-btn,.profile-settings-avatar-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.profile-settings-avatar-btn{background:#e4e4e4!important;color:#000!important;height:45px;margin-bottom:25px!important;margin-top:10px!important;width:200px}.profile-settings-avatar-btn:hover{background:#c4c4c4!important}.profile-settings-title{font-family:Ysabeau Infant,sans-serif!important;font-size:28px!important;font-weight:700!important;margin-bottom:20px!important}.profile-settings-field{margin-right:15px!important;width:30%}.profile-settings-footer{margin-top:50px!important}.profile-settings-change-title{font-family:Ysabeau Infant,sans-serif!important;font-size:28px!important;font-weight:700!important;margin-bottom:15px!important;margin-top:35px!important}.profile-settings-field{margin-bottom:15px!important}.profile-settings-save-changes{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;margin-top:25px!important;width:300px}.profile-settings-save-changes:hover{background:#277fe4!important}.profile-settings-exit{background:#e4e4e4!important;color:#000!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;margin-left:25px!important;margin-top:25px!important;width:280px}.profile-settings-exit:hover{background:#c4c4c4!important}.profile-settings-btns{display:flex;flex-direction:row}@media (max-width:760px){.profile-settings-fields-container{display:flex;flex-direction:column!important}.profile-settings-save-changes{width:45%}.profile-settings-exit{margin-left:0!important;width:45%}.profile-settings-btns{justify-content:space-between}.profile-settings-field{margin-left:0!important;width:100%}.profile-settings-avatar-container{text-align:center}}@media (max-width:585px){.profile-settings-save-changes{font-size:12px!important;width:60%}.profile-settings-exit{font-size:12px!important;width:30%}}.ticket-modal-container{align-items:center;display:flex;height:100vh;justify-content:center}.ticket-form-container{background:#e4e4e4;border-radius:7px;display:flex;flex-direction:column;justify-content:center;padding-bottom:15px;width:400px}.ticket-form-header{align-items:center;background:#498edf!important;border-top-left-radius:7px;border-top-right-radius:7px;display:flex;height:75px;justify-content:center}.ticket-form-header-title{color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-size:28px!important;font-weight:700!important}.ticket-form-fields{display:flex;flex-direction:column;margin-top:20px!important}.ticket-form-field{margin:5px auto!important;width:90%}.ticket-form-btns{margin-top:10px!important;text-align:center}.submit-ticket-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;width:90%}.ticket-data-grid .MuiDataGrid-cell{cursor:pointer;font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important;-webkit-user-select:none;user-select:none}.ticket-system-btn-container{margin:0 auto 10px!important;width:80vw}.create-ticket-btn{background:#498edf!important;color:#fff!important;margin:0 auto!important}.create-ticket-btn,.ticket-system-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;text-align:center}.ticket-system-title{font-size:34px!important;margin-bottom:15px!important;margin-top:15px!important}@media (max-width:600px){.ticket-system-btn-container{width:75vw}}.ticket-message-box{border-radius:7px;margin-top:5px;max-width:60%;min-height:60px;min-width:150px;padding:5px;text-align:left}.support-ticket{background:#e4e4e4!important;margin-right:15px}.user-ticket{background:#e4e4f5!important;margin-left:15px}.ticket-page-title{font-size:20px!important;font-weight:700!important;margin-bottom:25px!important;margin-top:60px!important;text-align:center}.ticket-message-text,.ticket-page-title{font-family:Ysabeau Infant,sans-serif!important}.ticket-message-text{display:flex;flex-direction:column;font-weight:400!important}.ticket-message-username{font-family:Ysabeau Infant,sans-serif!important;font-size:14px!important;font-weight:700!important}.user-ticket-container{display:flex;justify-content:left}.support-ticket-container{display:flex;justify-content:right}.ticket-message-img{padding-top:5px;width:200px}.close-ticket-btn{background:#498edf!important;color:#fff!important;font-weight:700!important;height:45px;margin-left:15px!important;position:fixed!important}.close-ticket-btn,.file-type-ticket{font-family:Ysabeau Infant,sans-serif!important}.file-type-ticket{font-weight:400!important}@media (max-width:600px){.support-ticket{margin-right:10px;max-width:85%}.user-ticket{margin-left:10px;max-width:85%}}.send-message-container{display:flex;justify-content:row;margin-bottom:5px!important;margin-left:15px!important;margin-right:15px!important}.upload-files-attached{display:flex;flex-direction:row;margin-left:15px}.upload-file-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;margin-top:5px!important}.send-message-attachment{cursor:pointer}.send-message-attachment:hover{background:#e4e4e4!important;border-radius:50%;padding:2px}.submit-message-btn{background:#498edf!important;color:#fff!important}.submit-message-btn:disabled{background:#c5c5c5!important;cursor:not-allowed}.referral-card-container{align-items:center;background:#e4e4e4!important;box-shadow:0 0 6px 1px #00000040;display:flex;flex-direction:column;justify-content:center;margin:0 auto!important;-webkit-user-select:none;user-select:none;width:300px}.referral-card-username{font-size:18px!important;font-weight:700!important;margin-bottom:15px!important}.referral-card-text,.referral-card-username{font-family:Ysabeau Infant,sans-serif!important}.referral-card-text{font-weight:400!important}.referral-card-price{color:#6dde45;font-family:Ysabeau Infant,sans-serif!important;font-size:32px!important;font-weight:700!important;margin-bottom:-10px!important;margin-top:10px!important}.referral-card-avatar{border-radius:50%;margin-top:20px!important;width:70px}.referral-card-date-badge{background:#498edf!important;border-radius:5px;bottom:50px;margin-top:-100px!important;padding:3px;padding-bottom:5px!important;padding-top:5px!important;position:relative;right:150px;width:25px;z-index:10}.referral-card-badge-text{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;writing-mode:vertical-rl}.referral-system-container{display:flex;flex-direction:column;margin:10vh auto!important;min-height:90vh;text-align:center}.referral-system-form-btn{background:#498edf!important;color:#fff!important}.referral-system-form-btn:hover{background:#277fe4!important;color:#fff!important}.referral-system-form-field{width:50%}.referral-system-titile{font-family:Ysabeau Infant,sans-serif!important;font-size:22px!important;font-weight:700!important;margin-bottom:50px!important}.referral-form-container{display:flex;flex-direction:row;margin:0 auto!important;width:70%}.referral-page-info-header{font-weight:400!important;margin-top:50px!important}.referral-page-info-header,.referral-page-text{font-family:Ysabeau Infant,sans-serif!important;font-size:18px!important}.referral-page-text{color:#6dde45;font-weight:700!important}@media (max-width:1000px){.referral-form-container{display:flex;flex-direction:row;margin:0 auto!important;width:100%}}.payment-card-container{border-radius:15px;box-shadow:0 0 4px 2px #929292;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin:20px auto 0!important;padding:15px;-webkit-user-select:none;user-select:none;width:80%}.payment-card-title{font-family:Ysabeau Infant,sans-serif!important;font-size:22px!important;font-weight:700!important}.payment-card-header{display:flex;flex-direction:column}.payment-card-price-container{align-items:center;display:flex}.payment-card-time{font-weight:400!important}.payment-card-price,.payment-card-time{font-family:Ysabeau Infant,sans-serif!important}.payment-card-price{font-size:24px!important;font-weight:700!important}.withdraw-color{background:#ff6767!important;background:linear-gradient(90deg,#ff6767,#ff5940)!important}.withdraw-color:hover{background:#ff5252!important;background:linear-gradient(90deg,#ff4c4c,#ff3a1c)!important}.payment-color{background:#6fff67!important;background:linear-gradient(90deg,#6fff67,#54ff40)!important}.payment-color:hover{background:#53ff49!important;background:linear-gradient(90deg,#57ec4f,#35e421)!important}@media (max-width:1650px){.payment-card-title{font-size:18px!important}.payment-card-price{font-family:Ysabeau Infant,sans-serif!important;font-size:22px!important;font-weight:700!important}}@media (max-width:1250px){.payment-card-title{font-size:16px!important}.payment-card-price{font-size:18px!important}}@media (max-width:430px){.payment-card-title{font-size:14px!important}.payment-card-time{font-family:Ysabeau Infant,sans-serif!important;font-size:12px!important;font-weight:400!important}.payment-card-price{font-size:16px!important}}.payment-history-title{font-family:Ysabeau Infant,sans-serif!important;font-size:32px!important;font-weight:700!important;margin-bottom:15px!important;margin-top:20px!important;text-align:center}.profile-payment-history-header{display:flex;flex-direction:row;justify-content:center}.profile-payment-history-title{font-size:18px!important;margin-left:10px!important}.payment-history-selected,.profile-payment-history-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.payment-history-selected{text-align:center}.collapse-select-item,.payment-collapse-item-container{display:flex;flex-direction:row;justify-content:center;width:100%}.collapse-select-item{background:#e4e4e4;border-radius:7px;margin:5px auto!important;padding-bottom:5px!important;padding-top:5px!important}.collapse-select-item-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important;margin-left:5px!important;text-align:center}.payment-history-collapse{margin-top:5px!important}@media (max-width:1200px){.payment-history-title{font-size:28px!important}.profile-payment-history-title{font-size:16px!important}}@media (max-width:800px){.payment-history-title{font-size:24px!important}.profile-payment-history-title{font-size:14px!important}}@media (max-width:850px){.profile-payment-history-header{display:none}.profile-payment-history-title{font-size:14px!important;margin-left:5px!important}}.payment-modal-container{background:#e4e4e4!important;border-bottom-left-radius:7px;border-bottom-right-radius:7px;padding:15px;width:450px}.payment-modal-close-icon{bottom:20px;color:#fff!important;left:110px;position:relative}.payment-header-form{align-items:center;background:#498edf!important;border-top-left-radius:7px;border-top-right-radius:7px;display:flex;justify-content:center;padding:20px}.payment-modal-title{color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important}.payment-modal-helper-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important;margin-bottom:10px!important;text-align:center}.payment-modal-custom-amount{border-bottom:1px solid #000;display:flex;flex-direction:column;padding-bottom:25px}.payment-custom-amount-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;margin-top:10px!important;width:100%}.payment-custom-amount-btn:hover{background:#277fe4!important}.payment-modal-amount-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;width:95%}.payment-modal-amount-btn:hover{background:#277fe4!important}.payment-modal-btns-container{display:flex;margin-top:15px!important;text-align:center}@media (max-width:480px){.payment-modal-container{background:#e4e4e4!important;border-radius:7px;padding:15px;width:350px}.payment-modal-close-icon{bottom:20px;color:#fff!important;left:330px;left:60px;position:relative}}@media (max-width:370px){.payment-modal-container{background:#e4e4e4!important;border-radius:7px;padding:15px;width:300px}.payment-modal-close-icon{bottom:20px;color:#fff!important;left:280px;left:40px;position:relative}}.user-balance-container{background:#e4e4e4;border-radius:7px;margin-top:25px!important}.user-balance-title{font-size:28px!important;padding-left:25px;padding-top:25px!important}.refill-balance-btn,.user-balance-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.refill-balance-btn{background:#498edf!important;color:#fff!important;height:45px;margin-bottom:25px!important;margin-top:15px!important}.report-list-container{background:#e3e3e3;background:linear-gradient(90deg,#e3e3e3,rgba(73,142,223,.702) 85%);border-radius:15px;box-shadow:0 0 4px 3px #00000040;cursor:pointer;margin-top:25px!important;padding:15px 10px;position:relative}.report-list-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.report-favorite-btn{position:absolute;right:10px;z-index:10000}.report-arrow{bottom:10px;color:#fff;position:absolute;right:10px}.profile-title-container{margin-bottom:25px!important;margin-top:50px!important;text-align:center}.profile-title{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important}.profile-request-form{background:linear-gradient(180deg,#f4f9ff,#f4f9ff .01%,#cce4ff);border-radius:7px;display:flex;flex-direction:column;height:150px;justify-content:center}.profile-submit-request-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:55px}.profile-btns-container{display:flex;justify-content:space-between;margin:45px auto 0!important}.profile-navigate-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:45px;width:45%}.profile-navigate-btn:hover{background:#277fe4!important}.search-filter-container{display:flex;justify-content:left;margin-top:20px!important}.search-filter-field{margin-left:auto!important;width:250px}.report-pagination-btns,.search-filter-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.report-pagination-btns{margin-bottom:20px!important}.report-pagination-btns:hover{background:#277fe4!important}.report-pagination-btns:disabled{background:#b0b0b0!important}@media (max-width:700px){.profile-navigate-btn{font-size:10px!important}}@media (max-width:450px){.search-filter-field{width:90%}}.ticket-response-form{display:flex;flex-direction:row;margin:50px auto 0!important;width:70%}.admin-ticket-answer-btn,.design-btn-change{background:#498edf!important;color:#fff!important}.design-btn-change{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;margin:0 auto!important;padding-bottom:10px!important;padding-top:10px!important;width:300px}.design-logo-demo{max-width:200px;text-align:center}.report-container{border-bottom:6px solid #498edf!important;border-radius:15px;box-shadow:0 0 4px 3px #00000040}.text-item-report{font-family:Ysabeau Infant,sans-serif!important;font-weight:400!important}.report-characteristics-block{margin-left:auto!important;width:60%}.characteristics-item-report{font-weight:400!important;text-align:left}.characteristics-item-report,.report-text-bold{font-family:Ysabeau Infant,sans-serif!important}.report-text-bold{font-weight:700!important}.report-preview-swiper{align-items:center;display:flex;height:300px;text-align:center}.report-preview-slide{align-items:center;display:flex;justify-content:center}.report-preview-image{border:6px solid #8c8c8c;border-radius:15px!important;cursor:pointer;height:95%;-webkit-user-select:none;user-select:none}.report-brand-logo{width:100px}.report-model-name{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important;margin-left:15px!important}.report-status-success{color:#498edf;font-weight:700!important}.report-status-progress{color:#82df49;font-weight:700!important}.get-full-report-btn{background:#498edf!important;color:#fff!important;font-size:16px!important;height:50px;margin:25px auto!important;width:250px}.get-full-report-btn,.report-container-title{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.report-container-title,.top-error-report{font-size:32px!important}.top-error-report{background:#e4e4e4!important;border:1px solid #000;border-radius:50%;bottom:20px;cursor:pointer;position:fixed;right:20px}@media (max-width:899px){.characteristics-item-report{display:flex;justify-content:center;text-align:left}.report-characteristics-block{margin:0 auto!important;text-align:left;width:100%}.report-preview-image{border:6px solid #8c8c8c;border-radius:15px!important;height:70%}.characteristics-grid{margin-bottom:10px!important;margin-top:-90px!important}.report-model-name{font-size:20px!important}.report-model-name,.report-text-bold{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;margin-left:5px!important}.report-brand-name-x{display:none}.characteristics-grid{margin-bottom:15px!important;margin-top:-70px!important}}@media (max-width:600px){.report-container-title{font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:700!important}}.short-report-limit-reached-card{background-color:#fff;border-bottom:6px solid #498edf;border-radius:15px;box-shadow:0 0 4px 3px #00000040;padding:30px}.short-report-limit-reached-grid{margin:0!important}.short-report-limit-reached-left{display:flex;flex-direction:column;gap:20px;height:100%}.short-report-limit-reached-status{color:#333;font-family:Ysabeau Infant,sans-serif!important;font-size:20px!important;font-weight:600!important;margin-bottom:10px}.short-report-limit-reached-status-completed{color:#4caf50!important;font-weight:700!important}.short-report-limit-reached-date-info{color:#333;font-family:Ysabeau Infant,sans-serif!important;font-size:18px!important;font-weight:900!important;margin-bottom:20px}.short-report-limit-reached-image-container{align-items:center;display:flex;height:300px;justify-content:center;margin-top:20px;text-align:center;width:100%}.short-report-limit-reached-image{border:6px solid #8c8c8c;border-radius:15px!important;height:90%;object-fit:contain;-webkit-user-select:none;user-select:none}.short-report-limit-reached-right{display:flex;flex-direction:column;gap:20px;height:100%;padding-left:20px}.short-report-limit-reached-question{color:#333;font-family:Ysabeau Infant,sans-serif!important;font-size:22px!important;font-weight:900!important;margin-bottom:20px}.short-report-limit-reached-value{color:#4173ab!important;font-weight:700!important}.short-report-limit-reached-fields{display:flex;flex-direction:column;gap:12px;margin:20px 0}.short-report-limit-reached-field{color:#333;font-family:Ysabeau Infant,sans-serif!important;font-size:20px!important;font-weight:900!important;line-height:1.6}.short-report-limit-reached-bottom{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;justify-content:center;margin-top:40px;padding-top:30px}.short-report-limit-reached-limit-text{color:#d32f2f!important;font-family:Ysabeau Infant,sans-serif!important;font-size:22px!important;font-weight:900!important;margin-bottom:30px;text-align:center;width:100%}.short-report-limit-reached-description{box-sizing:border-box;color:#4173ab!important;font-family:Ysabeau Infant,sans-serif!important;font-size:24px!important;font-weight:800!important;line-height:1.6;margin-bottom:40px;padding-left:30px;padding-right:30px;text-align:center;width:100%}.short-report-limit-reached-buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:20px;width:100%}.short-report-limit-reached-button{border-radius:7px;font-family:Ysabeau Infant,sans-serif!important;font-size:18px!important;font-weight:900!important;letter-spacing:.5px;padding:14px 28px;text-transform:uppercase;transition:all .3s ease;width:250px}.short-report-limit-reached-button.example-button{background:#498edf!important;border:none;color:#fff}.short-report-limit-reached-button.example-button:hover{background:#277fe4!important}.short-report-limit-reached-button.order-button{background:#498edf!important;border:none;color:#fff}.short-report-limit-reached-button.order-button:hover{background:#277fe4!important}@media (max-width:899px){.short-report-limit-reached-image-container{height:250px}.short-report-limit-reached-image{height:87.5%}}@media (max-width:768px){.short-report-limit-reached-card{box-sizing:border-box;margin:0;padding:20px;width:100%}.short-report-limit-reached-left{padding-left:0!important}.short-report-limit-reached-right{margin-top:20px;padding-left:0}.short-report-limit-reached-image-container{height:250px;margin-left:0;margin-right:0;padding-left:0}.short-report-limit-reached-image{height:72.625%;margin-left:-48px}.short-report-limit-reached-description{padding-left:15px;padding-right:15px}.short-report-limit-reached-buttons{box-sizing:border-box;flex-direction:column;padding:0;width:100%}.short-report-limit-reached-button{width:100%}.short-report-limit-reached-limit-text{box-sizing:border-box;padding-left:15px;padding-right:15px}}.report-navigation-btn{background:#498edf!important;color:#fff!important;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;height:50px;width:45%}.report-navigation-btn:hover{background:#277fe4!important}.report-btns-grid{display:flex;justify-content:space-around;margin-top:10px!important}.open-report-navigation{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.report-block-container{border-radius:15px;box-shadow:0 0 4px 3px #00000040;margin-top:25px!important;padding-bottom:15px;position:relative}.report-header-container{align-items:center;display:flex;flex-direction:row}.report-indicator{border-radius:50%;height:10px;margin-right:10px;width:10px}.report-badge{align-items:center;border-bottom-left-radius:25px;border-top-right-radius:15px;display:flex;height:50px;position:absolute;right:0;top:0;width:255px}.report-badge-img{border-radius:50%;margin-left:10px;margin-right:5px;width:35px}.report-badge-text{color:#fff;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;margin:0 auto}.report-content-border{background:#e3e3e3;height:1px;margin-top:15px;width:100%}.report-item-link{color:#498edf;cursor:pointer;font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important;overflow:hidden;word-break:break-all}.mileage-block{display:flex;flex-direction:row;padding:3px}.switch-content-container{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-top:15px!important}.switch-content-text{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}@media (max-width:600px){.report-badge{display:none}}.css-ovwgyn{margin-right:15px}:root{--grid-gutter:0.8rem}.report-crash{margin-left:auto;margin-right:auto;width:90%}@media(max-width:1400px){.report-crash{width:90%}}@media(max-width:1200px){.report-crash{width:95%}}@media(max-width:1000px){.report-crash{width:95%}}@media(max-width:600px){.report-crash{width:100%}}.report-crash path{stroke:#000;fill:#fff}.report-crash.dmg-10 .dmg__section-0{fill:#feda6b}.report-crash.dmg-20 .dmg__section-0{fill:#ff5166}.report-crash.dmg-11 .dmg__section-1{fill:#feda6b}.report-crash.dmg-21 .dmg__section-1{fill:#ff5166}.report-crash.dmg-12 .dmg__section-2{fill:#feda6b}.report-crash.dmg-22 .dmg__section-2{fill:#ff5166}.report-crash.dmg-13 .dmg__section-3{fill:#feda6b}.report-crash.dmg-23 .dmg__section-3{fill:#ff5166}.report-crash.dmg-14 .dmg__section-4{fill:#feda6b}.report-crash.dmg-24 .dmg__section-4{fill:#ff5166}.report-crash.dmg-15 .dmg__section-5{fill:#feda6b}.report-crash.dmg-25 .dmg__section-5{fill:#ff5166}.report-crash.dmg-16 .dmg__section-6{fill:#feda6b}.report-crash.dmg-26 .dmg__section-6{fill:#ff5166}.report-crash.dmg-17 .dmg__section-7{fill:#feda6b}.report-crash.dmg-27 .dmg__section-7{fill:#ff5166}.report-crash.dmg-18 .dmg__section-8{fill:#feda6b}.report-crash.dmg-28 .dmg__section-8{fill:#ff5166}.report-crash.dmg-19 .dmg__section-9{fill:#feda6b}.report-crash.dmg-29 .dmg__section-9{fill:#ff5166}.report-crash.dmg-110 .dmg__section-10{fill:#feda6b}.report-crash.dmg-210 .dmg__section-10{fill:#ff5166}.report-crash.dmg-111 .dmg__section-11{fill:#feda6b}.report-crash.dmg-211 .dmg__section-11{fill:#ff5166}.report-crash.dmg-112 .dmg__section-12{fill:#feda6b}.report-crash.dmg-212 .dmg__section-12{fill:#ff5166}.report-crash.dmg-113 .dmg__section-13{fill:#feda6b}.report-crash.dmg-213 .dmg__section-13{fill:#ff5166}.report-crash.dmg-114 .dmg__section-14{fill:#feda6b}.report-crash.dmg-214 .dmg__section-14{fill:#ff5166}.report-crash.dmg-115 .dmg__section-15{fill:#feda6b}.report-crash.dmg-215 .dmg__section-15{fill:#ff5166}.report-crash.dmg-116 .dmg__section-16{fill:#feda6b}.report-crash.dmg-216 .dmg__section-16{fill:#ff5166}.report-crash.dmg-117 .dmg__section-17{fill:#feda6b}.report-crash.dmg-217 .dmg__section-17{fill:#ff5166}.report-crash.dmg-118 .dmg__section-18{fill:#feda6b}.report-crash.dmg-218 .dmg__section-18{fill:#ff5166}.report-crash.dmg-119 .dmg__section-19{fill:#feda6b}.report-crash.dmg-219 .dmg__section-19{fill:#ff5166}.report-crash.dmg-120 .dmg__section-20{fill:#feda6b}.report-crash.dmg-220 .dmg__section-20{fill:#ff5166}.report-crash.dmg-121 .dmg__section-21{fill:#feda6b}.report-crash.dmg-221 .dmg__section-21{fill:#ff5166}.report-crash.dmg-122 .dmg__section-22{fill:#feda6b}.report-crash.dmg-222 .dmg__section-22{fill:#ff5166}.report-crash.dmg-123 .dmg__section-23{fill:#feda6b}.report-crash.dmg-223 .dmg__section-23{fill:#ff5166}.report-crash.dmg-124 .dmg__section-24{fill:#feda6b}.report-crash.dmg-224 .dmg__section-24{fill:#ff5166}.report-crash.dmg-125 .dmg__section-25{fill:#feda6b}.report-crash.dmg-225 .dmg__section-25{fill:#ff5166}.report-crash.dmg-126 .dmg__section-26{fill:#feda6b}.report-crash.dmg-226 .dmg__section-26{fill:#ff5166}.report-crash.dmg-127 .dmg__section-27{fill:#feda6b}.report-crash.dmg-227 .dmg__section-27{fill:#ff5166}.report-crash.dmg-128 .dmg__section-28{fill:#feda6b}.report-crash.dmg-228 .dmg__section-28{fill:#ff5166}.report-crash.dmg-129 .dmg__section-29{fill:#feda6b}.report-crash.dmg-229 .dmg__section-29{fill:#ff5166}.report-crash.dmg-130 .dmg__section-30{fill:#feda6b}.report-crash.dmg-230 .dmg__section-30{fill:#ff5166}.report-crash.dmg-131 .dmg__section-31{fill:#feda6b}.report-crash.dmg-231 .dmg__section-31{fill:#ff5166}.report-crash.dmg-132 .dmg__section-32{fill:#feda6b}.report-crash.dmg-232 .dmg__section-32{fill:#ff5166}.report-crash.dmg-133 .dmg__section-33{fill:#feda6b}.report-crash.dmg-233 .dmg__section-33{fill:#ff5166}.report-crash.dmg-134 .dmg__section-34{fill:#feda6b}.report-crash.dmg-234 .dmg__section-34{fill:#ff5166}.report-crash.dmg-135 .dmg__section-35{fill:#feda6b}.report-crash.dmg-235 .dmg__section-35{fill:#ff5166}.report-crash.dmg-136 .dmg__section-36{fill:#feda6b}.report-crash.dmg-236 .dmg__section-36{fill:#ff5166}.report-crash.dmg-137 .dmg__section-37{fill:#feda6b}.report-crash.dmg-237 .dmg__section-37{fill:#ff5166}.report-crash.dmg-138 .dmg__section-38{fill:#feda6b}.report-crash.dmg-238 .dmg__section-38{fill:#ff5166}.report-crash.dmg-139 .dmg__section-39{fill:#feda6b}.report-crash.dmg-239 .dmg__section-39{fill:#ff5166}.report-crash.dmg-140 .dmg__section-40{fill:#feda6b}.report-crash.dmg-240 .dmg__section-40{fill:#ff5166}.report-crash.dmg-141 .dmg__section-41{fill:#feda6b}.report-crash.dmg-241 .dmg__section-41{fill:#ff5166}.report-crash.dmg-142 .dmg__section-42{fill:#feda6b}.report-crash.dmg-242 .dmg__section-42{fill:#ff5166}.report-crash.dmg-143 .dmg__section-43{fill:#feda6b}.report-crash.dmg-243 .dmg__section-43{fill:#ff5166}.report-crash.dmg-144 .dmg__section-44{fill:#feda6b}.report-crash.dmg-244 .dmg__section-44{fill:#ff5166}.report-crash.dmg-145 .dmg__section-45{fill:#feda6b}.report-crash.dmg-245 .dmg__section-45{fill:#ff5166}.report-crash.dmg-146 .dmg__section-46{fill:#feda6b}.report-crash.dmg-246 .dmg__section-46{fill:#ff5166}.report-crash.dmg-147 .dmg__section-47{fill:#feda6b}.report-crash.dmg-247 .dmg__section-47{fill:#ff5166}.report-crash.dmg-148 .dmg__section-48{fill:#feda6b}.report-crash.dmg-248 .dmg__section-48{fill:#ff5166}.report-crash.dmg-149 .dmg__section-49{fill:#feda6b}.report-crash.dmg-249 .dmg__section-49{fill:#ff5166}.report-crash.dmg-150 .dmg__section-50{fill:#feda6b}.report-crash.dmg-250 .dmg__section-50{fill:#ff5166}.report-crash.dmg-151 .dmg__section-51{fill:#feda6b}.report-crash.dmg-251 .dmg__section-51{fill:#ff5166}.report-crash.dmg-152 .dmg__section-52{fill:#feda6b}.report-crash.dmg-252 .dmg__section-52{fill:#ff5166}.report-crash.dmg-153 .dmg__section-53{fill:#feda6b}.report-crash.dmg-253 .dmg__section-53{fill:#ff5166}.report-crash.dmg-154 .dmg__section-54{fill:#feda6b}.report-crash.dmg-254 .dmg__section-54{fill:#ff5166}.report-crash.dmg-155 .dmg__section-55{fill:#feda6b}.report-crash.dmg-255 .dmg__section-55{fill:#ff5166}.report-crash.dmg-156 .dmg__section-56{fill:#feda6b}.report-crash.dmg-256 .dmg__section-56{fill:#ff5166}.report-crash.dmg-157 .dmg__section-57{fill:#feda6b}.report-crash.dmg-257 .dmg__section-57{fill:#ff5166}.report-crash.dmg-158 .dmg__section-58{fill:#feda6b}.report-crash.dmg-258 .dmg__section-58{fill:#ff5166}.report-crash.dmg-159 .dmg__section-59{fill:#feda6b}.report-crash.dmg-259 .dmg__section-59{fill:#ff5166}.report-crash.dmg-160 .dmg__section-60{fill:#feda6b}.report-crash.dmg-260 .dmg__section-60{fill:#ff5166}.report-crash.dmg-161 .dmg__section-61{fill:#feda6b}.report-crash.dmg-261 .dmg__section-61{fill:#ff5166}.report-crash.dmg-162 .dmg__section-62{fill:#feda6b}.report-crash.dmg-262 .dmg__section-62{fill:#ff5166}.report-crash.dmg-163 .dmg__section-63{fill:#feda6b}.report-crash.dmg-263 .dmg__section-63{fill:#ff5166}.report-crash.dmg-164 .dmg__section-64{fill:#feda6b}.report-crash.dmg-264 .dmg__section-64{fill:#ff5166}.report-crash.dmg-165 .dmg__section-65{fill:#feda6b}.report-crash.dmg-265 .dmg__section-65{fill:#ff5166}.report-crash.dmg-166 .dmg__section-66{fill:#feda6b}.report-crash.dmg-266 .dmg__section-66{fill:#ff5166}.report-crash.dmg-167 .dmg__section-67{fill:#feda6b}.report-crash.dmg-267 .dmg__section-67{fill:#ff5166}.report-crash.dmg-168 .dmg__section-68{fill:#feda6b}.report-crash.dmg-268 .dmg__section-68{fill:#ff5166}.report-crash.dmg-169 .dmg__section-69{fill:#feda6b}.report-crash.dmg-269 .dmg__section-69{fill:#ff5166}.report-crash.dmg-170 .dmg__section-70{fill:#feda6b}.report-crash.dmg-270 .dmg__section-70{fill:#ff5166}.report-crash.dmg-171 .dmg__section-71{fill:#feda6b}.report-crash.dmg-271 .dmg__section-71{fill:#ff5166}.report-crash.dmg-172 .dmg__section-72{fill:#feda6b}.report-crash.dmg-272 .dmg__section-72{fill:#ff5166}.report-crash.dmg-173 .dmg__section-73{fill:#feda6b}.report-crash.dmg-273 .dmg__section-73{fill:#ff5166}.report-crash.dmg-174 .dmg__section-74{fill:#feda6b}.report-crash.dmg-274 .dmg__section-74{fill:#ff5166}.report-crash.dmg-175 .dmg__section-75{fill:#feda6b}.report-crash.dmg-275 .dmg__section-75{fill:#ff5166}.report-crash.dmg-176 .dmg__section-76{fill:#feda6b}.report-crash.dmg-276 .dmg__section-76{fill:#ff5166}.report-crash.dmg-177 .dmg__section-77{fill:#feda6b}.report-crash.dmg-277 .dmg__section-77{fill:#ff5166}.report-crash.dmg-178 .dmg__section-78{fill:#feda6b}.report-crash.dmg-278 .dmg__section-78{fill:#ff5166}.report-crash.dmg-179 .dmg__section-79{fill:#feda6b}.report-crash.dmg-279 .dmg__section-79{fill:#ff5166}.report-crash.dmg-180 .dmg__section-80{fill:#feda6b}.report-crash.dmg-280 .dmg__section-80{fill:#ff5166}.report-crash.dmg-181 .dmg__section-81{fill:#feda6b}.report-crash.dmg-281 .dmg__section-81{fill:#ff5166}.report-crash.dmg-182 .dmg__section-82{fill:#feda6b}.report-crash.dmg-282 .dmg__section-82{fill:#ff5166}.report-crash.dmg-183 .dmg__section-83{fill:#feda6b}.report-crash.dmg-283 .dmg__section-83{fill:#ff5166}.report-crash.dmg-184 .dmg__section-84{fill:#feda6b}.report-crash.dmg-284 .dmg__section-84{fill:#ff5166}.report-crash.dmg-185 .dmg__section-85{fill:#feda6b}.report-crash.dmg-285 .dmg__section-85{fill:#ff5166}.report-crash.dmg-186 .dmg__section-86{fill:#feda6b}.report-crash.dmg-286 .dmg__section-86{fill:#ff5166}.report-crash.dmg-187 .dmg__section-87{fill:#feda6b}.report-crash.dmg-287 .dmg__section-87{fill:#ff5166}.report-crash.dmg-188 .dmg__section-88{fill:#feda6b}.report-crash.dmg-288 .dmg__section-88{fill:#ff5166}.report-crash.dmg-189 .dmg__section-89{fill:#feda6b}.report-crash.dmg-289 .dmg__section-89{fill:#ff5166}.report-crash.dmg-190 .dmg__section-90{fill:#feda6b}.report-crash.dmg-290 .dmg__section-90{fill:#ff5166}.report-crash.dmg-191 .dmg__section-91{fill:#feda6b}.report-crash.dmg-291 .dmg__section-91{fill:#ff5166}.report-crash.dmg-192 .dmg__section-92{fill:#feda6b}.report-crash.dmg-292 .dmg__section-92{fill:#ff5166}.report-crash.dmg-193 .dmg__section-93{fill:#feda6b}.report-crash.dmg-293 .dmg__section-93{fill:#ff5166}.report-crash.dmg-194 .dmg__section-94{fill:#feda6bc}.report-crash.dmg-294 .dmg__section-94{fill:#ff5166}.report-crash.dmg-195 .dmg__section-95{fill:#feda6b}.report-crash.dmg-295 .dmg__section-95{fill:#ff5166}.report-crash.dmg-196 .dmg__section-96{fill:#feda6b}.report-crash.dmg-296 .dmg__section-96{fill:#ff5166}.report-crash.dmg-197 .dmg__section-97{fill:#feda6b}.report-crash.dmg-297 .dmg__section-97{fill:#ff5166}.report-crash.dmg-198 .dmg__section-98{fill:#feda6b}.report-crash.dmg-298 .dmg__section-98{fill:#ff5166}.report-crash.dmg-199 .dmg__section-99{fill:#feda6b}.report-crash.dmg-299 .dmg__section-99{fill:#ff5166}.report-crash.dmg-1 .dmg__section-1,.report-crash.dmg-2 .dmg__section-2,.report-crash.dmg-3 .dmg__section-3,.report-crash.dmg-4 .dmg__section-4,.report-crash.dmg-5 .dmg__section-5,.report-crash.dmg-6 .dmg__section-6,.report-crash.dmg-7 .dmg__section-7,.report-crash.dmg-8 .dmg__section-8,.report-crash.dmg-9 .dmg__section-9{fill:#51a5ff}[data-v-7a1233dc]:root{--grid-gutter:0.8rem}.cls-bottom[data-v-7a1233dc]{fill:#000}.cls-10[data-v-7a1233dc],.cls-2[data-v-7a1233dc],.cls-3[data-v-7a1233dc],.cls-4[data-v-7a1233dc],.cls-5[data-v-7a1233dc],.cls-8[data-v-7a1233dc],.cls-9[data-v-7a1233dc]{stroke:#000;stroke-miterlimit:10}.cls-2[data-v-7a1233dc],.cls-3[data-v-7a1233dc],.cls-4[data-v-7a1233dc],.cls-5[data-v-7a1233dc]{stroke-width:1.3px}.cls-13[data-v-7a1233dc]{stroke:#000;stroke-width:.75px}.cls-10[data-v-7a1233dc],.cls-8[data-v-7a1233dc],.cls-9[data-v-7a1233dc]{fill:none}.cls-8[data-v-7a1233dc]{stroke-width:.75px}.cls-9[data-v-7a1233dc]{stroke-width:.5px}.cls-10[data-v-7a1233dc]{stroke-width:.25px}.cls-12[data-v-7a1233dc]{fill:#fff}[data-v-527ae0f9]:root{--grid-gutter:0.8rem}.legend{margin-left:-20px}.legend__item--default{margin-left:0;position:relative}.legend__item--danger,.legend__item--unknown,.legend__item--warning{margin-left:0;margin-top:10px;position:relative}.legend__value{font-family:Ysabeau Infant,sans-serif!important;font-size:1rem;font-weight:700!important;line-height:1.5;margin-left:10px}.base-indicator[data-v-527ae0f9]{background-color:#fff;border:.1rem solid #d8d8d8;border-radius:50%;height:1.4rem;left:-20px;position:absolute;top:3px;width:1.4rem}.base-indicator--warning[data-v-527ae0f9]{background-color:#feda6b}.base-indicator--danger[data-v-527ae0f9]{background-color:#ff5166}.base-indicator--unknown[data-v-527ae0f9]{background-color:#51a5ff}.base-indicator--active[data-v-527ae0f9]{background-color:#067eff}.base-indicator--disable[data-v-527ae0f9]{background-color:#b6b6b7}[data-v-6585ac62]:root{--grid-gutter:0.8rem}.cls-1[data-v-6585ac62],.cls-2[data-v-6585ac62],.cls-3[data-v-6585ac62],.cls-5[data-v-6585ac62],.cls-6[data-v-6585ac62],.cls-7[data-v-6585ac62],.cls-8[data-v-6585ac62]{stroke:#000;stroke-miterlimit:10}.cls-1[data-v-6585ac62],.cls-2[data-v-6585ac62],.cls-7[data-v-6585ac62],.cls-8[data-v-6585ac62]{stroke-width:1.3px}.cls-3[data-v-6585ac62],.cls-5[data-v-6585ac62],.cls-6[data-v-6585ac62]{fill:none}.cls-3[data-v-6585ac62]{stroke-width:.75px}.cls-4[data-v-6585ac62]{fill:#fff}.cls-5[data-v-6585ac62]{stroke-width:.5px}.cls-6[data-v-6585ac62]{stroke-width:.25px}[data-v-f2009c9c]:root{--grid-gutter:0.8rem}.cls-0[data-v-f2009c9c]{fill:#000}.cls-10[data-v-f2009c9c],.cls-11[data-v-f2009c9c],.cls-1[data-v-f2009c9c],.cls-2[data-v-f2009c9c],.cls-3[data-v-f2009c9c],.cls-4[data-v-f2009c9c],.cls-5[data-v-f2009c9c],.cls-6[data-v-f2009c9c],.cls-7[data-v-f2009c9c],.cls-8[data-v-f2009c9c],.cls-9[data-v-f2009c9c]{fill:#fff;stroke:#000;stroke-miterlimit:10}.cls-10[data-v-f2009c9c],.cls-1[data-v-f2009c9c],.cls-2[data-v-f2009c9c],.cls-3[data-v-f2009c9c],.cls-4[data-v-f2009c9c],.cls-7[data-v-f2009c9c],.cls-8[data-v-f2009c9c]{stroke-width:1.3px}.cls-2[data-v-f2009c9c],.cls-4[data-v-f2009c9c]{fill:#fff}.cls-11[data-v-f2009c9c],.cls-5[data-v-f2009c9c],.cls-8[data-v-f2009c9c],.cls-9[data-v-f2009c9c]{fill:none}.cls-5[data-v-f2009c9c],.cls-6[data-v-f2009c9c]{stroke-width:.5px}.cls-9[data-v-f2009c9c]{stroke-width:.75px}.cls-11[data-v-f2009c9c]{stroke-linecap:round;stroke-width:3px}.cls-12[data-v-f2009c9c]{fill:#000}.cls-13[data-v-f2009c9c]{fill:#fff}.st0[data-v-f2009c9c]{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:1.3px}.st4[data-v-f2009c9c]{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:.5px}.st7[data-v-f2009c9c]{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:1.3px}.st8[data-v-f2009c9c]{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:.75px}.st10[data-v-f2009c9c]{fill:none;stroke:#000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px}[data-v-60ac9ed0]:root{--grid-gutter:0.8rem}.cls-1[data-v-60ac9ed0],.cls-2[data-v-60ac9ed0],.cls-3[data-v-60ac9ed0]{fill:#fff}.cls-1[data-v-60ac9ed0],.cls-2[data-v-60ac9ed0],.cls-3[data-v-60ac9ed0],.cls-4[data-v-60ac9ed0],.cls-5[data-v-60ac9ed0],.cls-6[data-v-60ac9ed0],.cls-8[data-v-60ac9ed0]{stroke:#000;stroke-miterlimit:10}.cls-1[data-v-60ac9ed0],.cls-2[data-v-60ac9ed0],.cls-3[data-v-60ac9ed0],.cls-4[data-v-60ac9ed0]{stroke-width:1.3px}.cls-4[data-v-60ac9ed0],.cls-5[data-v-60ac9ed0],.cls-6[data-v-60ac9ed0],.cls-7[data-v-60ac9ed0],.cls-8[data-v-60ac9ed0]{fill:none}.cls-5[data-v-60ac9ed0]{stroke-width:.75px}.cls-6[data-v-60ac9ed0]{stroke-width:.5px}.cls-8[data-v-60ac9ed0]{stroke-linecap:round;stroke-width:3px}.cls-9[data-v-60ac9ed0]{fill:#000}[data-v-136f7dbe]:root{--grid-gutter:0.8rem}.cls-1[data-v-136f7dbe],.cls-2[data-v-136f7dbe]{fill:#fff}.cls-1[data-v-136f7dbe],.cls-2[data-v-136f7dbe],.cls-3[data-v-136f7dbe],.cls-4[data-v-136f7dbe],.cls-5[data-v-136f7dbe],.cls-7[data-v-136f7dbe]{stroke:#000;stroke-miterlimit:10}.cls-1[data-v-136f7dbe],.cls-2[data-v-136f7dbe],.cls-3[data-v-136f7dbe]{stroke-width:1.3px}.cls-3[data-v-136f7dbe],.cls-4[data-v-136f7dbe],.cls-5[data-v-136f7dbe],.cls-6[data-v-136f7dbe],.cls-7[data-v-136f7dbe]{fill:none}.cls-7[data-v-136f7dbe]{stroke-linecap:round;stroke-width:3px}.st0[data-v-136f7dbe]{fill:#fff}.st0[data-v-136f7dbe],.st2[data-v-136f7dbe]{stroke:#000;stroke-miterlimit:10;stroke-width:1.3px}.st2[data-v-136f7dbe]{fill:none}.st3[data-v-136f7dbe]{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:.75px}.st4[data-v-136f7dbe]{stroke:#000;stroke-miterlimit:10;stroke-width:.5px}.st4[data-v-136f7dbe],.st5[data-v-136f7dbe]{fill:none}.st6[data-v-136f7dbe]{fill:none;stroke:#000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px}.st7[data-v-136f7dbe]{fill:none;stroke:#000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000000}.modal-content{background:#fff;border-radius:5px;box-shadow:0 0 10px #0000004d;padding:20px;position:relative}.modal-content img{max-height:80vh;max-width:100%}.close-modal-container{position:absolute;right:10px;top:10px}.modal-content button{margin-top:10px}.close-modal-lightbox{background:#fff!important;border-radius:50%;color:#000!important;cursor:pointer;font-size:28px!important;margin:5px!important;position:absolute;right:10px;top:10px}body{margin:0;padding:40px 0 0}.payment-settings-container{margin:55px auto 0!important;width:500px}.payment-settngs-btn{background:#498edf!important;color:#fff!important;height:45px;margin-top:15px!important;width:250px}.payment-settings-title,.payment-settngs-btn{font-family:Ysabeau Infant,sans-serif!important;font-weight:700!important}.payment-settings-title{font-size:24px!important}@media (max-width:600px){.payment-settings-container{margin:55px auto 0!important;width:80%}}@media (max-width:370px){.payment-settngs-btn{width:100%}}
/*# sourceMappingURL=main.84f29b61.css.map*/