:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-button{width:100%;display:flex;justify-content:center;gap:12px;padding:16px;border-radius:4px;border:1px solid;font-family:Roboto;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;font-family:inherit;outline:none;position:relative;overflow:hidden}@media (min-width: 768px){.custom-button{font-size:16px}}.custom-button--animate{animation:buttonPulse 2s ease-in-out infinite}@keyframes buttonPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.custom-button--primary.custom-button--animate{animation:buttonPulsePrimary 2s ease-in-out infinite}@keyframes buttonPulsePrimary{0%{transform:scale(1);background-color:#196faf;box-shadow:0 0 #196faf66}50%{transform:scale(1.05);background-color:#5796d2;box-shadow:0 0 20px 5px #196faf33}to{transform:scale(1);background-color:#196faf;box-shadow:0 0 #196faf66}}.custom-button--outline.custom-button--animate{animation:buttonPulseOutline 2s ease-in-out infinite}@keyframes buttonPulseOutline{0%{transform:scale(1);border-color:#196faf;background-color:transparent}50%{transform:scale(1.05);border-color:#5796d2;background-color:#f8fafdcc;box-shadow:0 0 15px 3px #196faf1a}to{transform:scale(1);border-color:#196faf;background-color:transparent}}.custom-button--primary:disabled{cursor:not-allowed;opacity:.6;background-color:#f5f5f5;color:#c7cbd1;border-color:#f5f5f5}.custom-button--primary{background-color:#196faf;border-color:#196faf;color:#fff}.custom-button--primary:hover:not(:disabled){background-color:#5796d2;border-color:#5796d2}.custom-button--primary:active:not(:disabled){background-color:#1e4368;border-color:#1e4368}.custom-button--primary:focus:not(:disabled){background-color:#1e4368;border-color:#1e4368}.custom-button--outline{background-color:transparent;border-color:#196faf;color:#196faf}.custom-button--outline:disabled{cursor:not-allowed;opacity:.6;background-color:#fff;color:#c7cbd1;border-color:#c7cbd1}.custom-button--outline:hover:not(:disabled){background-color:#f8fafd;border-color:#5796d2;color:#196faf}.custom-button--outline:active:not(:disabled){background-color:#e6f1fa;border-color:#1e4368;color:#285786}.custom-button--outline:focus:not(:disabled){background-color:#e6f1fa;border-color:#1e4368;color:#285786}.custom-button--loading{pointer-events:none}.custom-button__loading-icon{animation:spin 1s linear infinite}.custom-button__icon{display:flex;align-items:center;justify-content:center}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-button--small{padding:4px 12px;font-size:12px;gap:4px}.custom-button--large{padding:12px 24px;font-size:16px;gap:12px}.modalContent{display:flex;flex-direction:column;gap:12px;font-family:Roboto}.ant-modal-wrap{position:relative;width:100%}.ant-modal{max-width:100vw!important}.custom-modal{width:100%}.custom-modal .ant-modal-content{padding:40px 20px;border-radius:8px 8px 0 0!important}@media (min-width: 768px){.custom-modal{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;width:658!important}.custom-modal .ant-modal-content{padding:64px 40px;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;border-radius:8px!important}}.custom-modal .ant-modal-header .ant-modal-title{font-family:Roboto;text-align:center;margin-bottom:32px;font-size:18px;font-weight:700;color:#454b54}@media (min-width: 768px){.custom-modal .ant-modal-header .ant-modal-title{margin-bottom:32px;font-size:22px}}.modalItem{font-size:14px;font-weight:400;color:#5b6471;background-color:#f8fafd;border:1px solid rgba(199,203,209,1);border-radius:8px;padding:20px}@media (min-width: 768px){.modalItem{font-size:16px}}.modalItemTitle{font-size:16px;font-weight:600;color:#454b54;padding-left:5px;margin-bottom:12px}@media (min-width: 768px){.modalItemTitle{font-size:18px}}.modalItemList{list-style:disc;padding-left:20px}.header-btn-container{display:flex;flex-direction:column}.custom-modal-btn{width:100%}@media (min-width: 600px){.header-btn-container{flex-direction:row;gap:30px}}@media (min-width: 768px){.header-btn-container{flex-direction:column;min-width:181px;gap:0px}}.header{padding:93px 20px 44px;display:flex;flex-direction:column;gap:44px}@media (min-width: 768px){.header{flex-direction:row;align-items:center}}.header-title{position:relative;max-width:max-content;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:28px;color:#2e3238;margin-bottom:16px;max-width:85%}@media (min-width: 420px){.header-title{max-width:max-content}}.header-title-beta{position:absolute;top:-10px;right:-45px}@media (min-width: 470px){.header-title-beta{right:-66px}}.header-title-beta-demo{position:absolute;top:-10px;right:-45px}@media (min-width: 470px){.header-title-beta-demo{right:-80px}}.header-description{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:21px;color:#454b54}@media (min-width: 768px){.header-description{font-size:18px}}.header-subdescription{font-family:Roboto,sans-serif;font-size:14px;line-height:21px;font-weight:400;color:#747e8e}.note-highlight{font-weight:700}.demo-subdescription-text{margin-top:16px}@media (min-width: 768px){.demo-subdescription-text{margin-top:20px}}@media (min-width: 768px){.header{padding:113px 0 64px}.header-title{font-size:32px;font-weight:700;line-height:38px;margin-bottom:20px}.header-description{max-width:80%;font-size:18px;font-weight:400;line-height:26px}.header-subdescription{max-width:80%;line-height:24px;font-size:16px;font-weight:400}}.disclaimer{border:1px solid rgba(199,203,209,1);background-color:#fff;border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:29px}.exclamation_point{font-family:Roboto,sans-serif;font-size:28px;font-weight:700;line-height:34px;color:#ef6f22;margin-right:12px}.disclaimer-title{font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:24px;color:#2e3238}.disclaimer-description{font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#454b54}@media (min-width: 768px){.disclaimer{padding:32px 64px;align-items:center;flex-direction:row;gap:80px}.exclamation_point{font-size:38px;line-height:45px}.disclaimer-title{font-size:26px;line-height:32px}.disclaimer-description{font-size:18px;line-height:22px}}ul{padding:0;margin:0;list-style:none}.page-footer{background-color:#fff;display:flex;justify-content:center;padding:16px 20px}.toolsFooter{display:flex;flex-direction:row;width:100%;margin-bottom:52px;justify-content:space-between}@media (min-width: 500px){.toolsFooter{gap:32px}}.toolsFooterBox{display:flex;gap:26px}.toolsFooterList{gap:32px;list-style:none;flex-wrap:wrap;row-gap:16px;display:none}.toolsFooterListMobileView{display:flex;gap:25px}.sub-list{display:flex;flex-direction:column;gap:8px}@media (min-width: 768px){.page-footer{padding:48px 80px}}@media (min-width: 500px){.toolsFooterList{display:flex}.toolsFooterListMobileView{display:none}}@media (max-width: 500px){.toolsFooterList{gap:10px}}.socialIcon{display:flex;gap:5px}.toolsFooterItem a{color:#5b6471;text-decoration:none;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:21px}.copyRight{font-family:Roboto,sans-serif;font-size:18px;font-weight:600;color:#454b54}.navigationBar{display:flex;justify-content:center;background-color:#f8fafd!important;border-bottom:1px solid rgba(199,203,209,1)}.navigationBarContainer{display:flex;align-items:center;justify-content:space-between;padding:0 20px}@media screen and (min-width: 768px){.navigationBarContainer{padding:0 40px}}@media screen and (min-width: 1350px){.navigationBarContainer{padding:0 80px}}@media screen and (min-width: 1280px){.navigationBarContainer{padding:0}}.menu{margin-top:8px;background-color:#fff;box-shadow:0 3px 20px #00000026;border:none;border-radius:5px;font-weight:400;font-size:16px;line-height:25px;color:#303134;&Header{margin:16px 0;padding:0 16px}&Title{font-weight:500;padding:8px;cursor:pointer}}.menu div:first-child{border-right:1px solid #d2dbe8}.menu ul{list-style-type:none}.menu ul li{border-radius:8px;padding:8px;cursor:pointer;transition:background-color .3s}.menu ul li:hover{background-color:#f2f7fb}.navigationBar{position:fixed;right:0;left:0;top:0;background:#fffc;border-bottom:2px solid #f3f6f9;z-index:1500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.logo{width:107px;height:26px}.buttonContainer{display:flex}.buttonContainer>*{margin-right:50px}.buttonContainer>*:last-child{margin-right:0}.buttonContainerItem{position:relative}.completedReportsButton{padding:15px 0;align-self:center;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:19px;color:#717780;border:none;cursor:pointer;display:flex;align-items:center;text-decoration:none}.completedReportsButton:hover{color:#303134}.rc-menu-item{border-radius:5px}.rc-menu-item-active{background-color:#f2f7fb;cursor:pointer}@media screen and (max-width: 600px){.buttonContainer>*{margin-right:15px}.buttonContainer>*:last-child{margin-right:0}.newReportButton{font-size:14px;line-height:19px;padding:6px 50px;margin-left:15px}.newReportButton:hover{opacity:.9}.logo{width:100px;height:22px}.completedReportsButton{font-size:14px;line-height:19px}}@media screen and (max-width: 420px){.buttonContainer>*{margin-right:5px}.buttonContainer>*:last-child{margin-right:0}.newReportButton{font-size:8px;line-height:14px;padding:6px 20px;margin-left:6px}.newReportButton:hover{opacity:.9}.logo{width:90px;height:20px}.completedReportsButton{font-size:12px;line-height:14px}}.rc-dropdown{margin-top:-10px}.form-container{display:flex;justify-content:center;width:100%;box-sizing:border-box}.form-wrapper{width:100%;max-width:1280px;background:#fff;border:1px solid rgba(199,203,209,1);padding:44px 20px;box-sizing:border-box;min-height:500px}.form-title{font-family:Roboto,sans-serif;font-size:22px;font-weight:400;line-height:24px;color:#454b54}.form-header{margin-bottom:40px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}@media (min-width: 900px){.form-header{flex-direction:row;align-items:center}}.buyboxes-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap}@media (min-width: 500px){.buyboxes-actions{justify-content:flex-end}}@media (max-width: 499px){.buyboxes-actions{justify-content:space-between}}.save-buybox-button{border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:4px;border-radius:4px;font-family:Roboto,sans-serif;font-size:12px;line-height:27px;font-weight:600;color:#196faf;cursor:pointer}@media (min-width: 768px){.save-buybox-button{font-size:18px}}.save-buybox-button:hover:not(:disabled){color:#5796d2}.save-buybox-button:disabled{color:#c7cbd1;cursor:not-allowed}.save-buybox-plus-icon{font-size:16px}.form-counter{font-size:12px;font-weight:700;margin-left:8px}@media (min-width: 768px){.form-counter{font-size:14px}}.form{display:flex;flex-direction:column;gap:32px}.input-row{display:grid;gap:16px}@media (min-width: 1250px){.input-row{gap:30px}}.input-row:nth-child(1){grid-template-columns:minmax(0,1fr)}.input-row:nth-child(2){grid-template-columns:minmax(0,1fr)}.input-group{display:flex;flex-direction:column;width:100%;position:relative}.input-field{padding:12px 16px;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s ease;min-width:0}.input-field:focus{outline:none;border-color:#4caf50}.button-row{display:flex;flex-direction:column;gap:33px}.button-row-info{display:flex;align-items:center;gap:12px;flex:1}.button-row-info-results{display:flex;gap:12px}.button-row-info-results-title{font-size:16px;font-weight:700;line-height:21px;color:#454b54}.button-row-info-results-description{font-size:14px;font-weight:400;line-height:21px;color:#5b6471;max-width:400px}.button-row-buttons{display:flex;flex-direction:column;gap:24px;flex:1}.price-wrapper{display:inline-block;vertical-align:top}.price-inputs{display:flex;gap:20px;justify-content:space-between}.price-slider{width:100%;margin-top:16px}.form-input-field{height:45px;border-radius:4px}.input-width-small,.input-width-medium{max-width:calc(100vw - 40px)}@media (min-width: 650px){.form-wrapper{padding:24px}.input-row:nth-child(2){grid-template-columns:minmax(0,2fr) repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.form-wrapper{border-radius:16px}}@media (min-width: 1000px){.price-inputs{gap:20px}.form-wrapper{padding:40px 44px;border-radius:16px}.form-title{font-size:26px;font-weight:400;line-height:31px}.form-header{flex-direction:row;justify-content:space-between;align-items:center}.buyboxes-actions{gap:44px;flex-wrap:nowrap}.input-row:nth-child(1){grid-template-columns:repeat(3,minmax(0,1fr)) minmax(0,.62fr)}.input-row:nth-child(2){grid-template-columns:minmax(0,3fr) repeat(4,minmax(0,1fr))}.button-row{flex-direction:row;justify-content:space-between}.input-width-small{max-width:170px}.input-width-medium{max-width:220px}.button-row{display:flex;flex-direction:row;gap:16px;margin-top:40px}.button-row-buttons{display:flex;flex-direction:row;gap:44px}.btn{width:100%}}@media (min-width: 1100px){.input-width-medium{max-width:250px}}@media (min-width: 1250px){.price-inputs{gap:44px}}@media (min-width: 1350px){.btn{width:300px}.input-width-medium{max-width:300px}}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.form-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff9;z-index:10;display:flex;justify-content:center;align-items:center;pointer-events:all}.loader{width:32px;height:32px;border:4px solid #ccc;border-top:4px solid #333;border-radius:50%;animation:spin .8s linear infinite}.metro-field2{position:absolute}.metro-field,.metro-field .form-input-field{position:relative}.metro-toolip{display:flex;position:absolute;left:50%;top:56px;border:1px solid rgba(199,203,209,1);background-color:#fff;border-radius:8px;font-size:12px;font-weight:700;color:#747e8e;padding:4px 12px;height:22px;width:113px;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:10;pointer-events:none}.metro-toolip:after{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(199,203,209,1)}.metro-toolip:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid rgba(255,255,255,1);z-index:1}.metro-field:hover .metro-toolip{opacity:1;visibility:visible;transform:translate(-50%,-50%)}.labeledInput{display:flex;flex-direction:column}.labeledInput .label{font-family:Roboto,sans-serif;font-size:12px;line-height:24px;font-weight:600;color:#454b54}@media (min-width: 480px){.labeledInput .label{font-size:14px}}.labeledInputContainer{display:flex;align-items:center;gap:4px;margin-bottom:8px}.metro-field .ant-input-disabled{background-color:#f5f5f5!important;border:1px solid rgba(199,203,209,1)!important}.custom-select .ant-select-selector{border:1px solid rgba(199,203,209,1)!important;border-radius:4px!important;box-shadow:none!important}.ant-select-multiple .ant-select-selection-wrap,.custom-select .ant-select-selection-wrap{align-self:center!important}.custom-select .ant-select-selection-overflow{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:thin}.custom-select .ant-select-selection-overflow-item{white-space:nowrap}.custom-select .ant-select-selector{overflow-x:auto!important}.ant-select-disabled{background-color:#f5f5f5!important;border:none;outline:0px solid rgba(199,203,209,1)!important}.custom-select .ant-select-arrow{display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:auto!important;cursor:pointer!important}.custom-select .ant-select-arrow .anticon{transition:transform .2s ease!important;pointer-events:none!important}.custom-select.ant-select-open .ant-select-arrow .anticon{transform:rotate(180deg)!important}.custom-select .ant-select-selector{cursor:pointer!important}.custom-select .ant-select-arrow,.custom-select .ant-select-arrow *{pointer-events:none!important;cursor:pointer}.custom-select input{caret-color:transparent!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important}.metro-field .ant-select-disabled .ant-select-selector{background-color:#f5f5f5!important;border:1px solid rgba(199,203,209,1)!important}.ant-tag-disabled .ant-tag{display:none}.labeledSelect{display:flex;flex-direction:column}.labeledSelect .label{font-family:Roboto,sans-serif;font-size:12px;line-height:24px;font-weight:600;color:#454b54;margin-bottom:0}@media (min-width: 480px){.labeledSelect .label{font-size:14px}}.labeledSelectContainer{display:flex;align-items:center;gap:4px;margin-bottom:8px}.sliderContainer{margin-bottom:24px}.sliderTrack{position:relative;height:4px;background-color:#c7cbd1;border-radius:4px;cursor:pointer;margin-bottom:32px}.activeRange{position:absolute;height:4px;background-color:#5796d2;border-radius:4px;top:0}.thumb{position:absolute;width:14px;height:14px;background-color:#fff;border:2px solid rgba(87,150,210,10);border-radius:50%;cursor:pointer;box-shadow:"0 2px 4px rgba(0, 0, 0, 0.2)";transition:transform .2s}._dropdownOverlay_3jmg7_1{width:560px;min-width:560px;max-width:560px}._triggerWrapper_3jmg7_7{display:inline-flex}._menuContainer_3jmg7_11{background:#fff;border-radius:4px;padding:4px 2px;box-shadow:0 3px 6px #0000001f,0 6px 16px #00000014,0 9px 28px #0000000d}._menuContainerMobile_3jmg7_18{border-radius:0;padding:0;box-shadow:none;height:100%;display:flex;flex-direction:column}._header_3jmg7_27{border-bottom:1px solid #c7cbd1;padding:8px 12px;font-family:Roboto,sans-serif;font-size:14px;line-height:21px;font-weight:700;color:#454b54}._headerMobile_3jmg7_37{padding:8px 22px 12px}._list_3jmg7_41{overflow-y:auto;overflow-x:hidden}._listMobile_3jmg7_46{flex:1}._row_3jmg7_50{display:flex;align-items:center;gap:16px;padding:5px 20px;cursor:pointer;transition:background-color .15s ease;position:relative}._row_3jmg7_50:hover{background:#f8fafd}@media (min-width: 768px){._row_3jmg7_50{padding:5px 12px}}._highlightedRow_3jmg7_68{background:#f8fafd}._rowLabel_3jmg7_72{margin:0;flex:1;min-width:0;color:#454b54;font-family:Roboto,sans-serif;font-size:14px;line-height:21px;font-weight:400;white-space:normal;overflow-wrap:anywhere}._iconButton_3jmg7_85{border:0;padding:0;background:transparent;color:#69707d;width:16px;height:16px;min-width:16px;min-height:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._iconButton_3jmg7_85 .anticon{font-size:14px}._renameRow_3jmg7_103{flex:1;min-width:0;display:flex;align-items:center;gap:12px}._renameInput_3jmg7_111{flex:1;min-width:0;border:1px solid #c7cbd1;border-radius:4px;height:30px;padding:0 8px;font-family:Roboto,sans-serif;font-size:14px;line-height:21px;color:#454b54;background:#fff}._renameInput_3jmg7_111:focus{outline:none;border-color:#5796d2}._renameCancelButton_3jmg7_130,._renameConfirmButton_3jmg7_131{border:none;background:transparent;cursor:pointer;padding:0;font-family:Roboto,sans-serif;font-size:14px;line-height:21px;font-weight:400}._renameCancelButton_3jmg7_130{color:#5b6471}._renameConfirmButton_3jmg7_131{color:#196faf;font-weight:600}._deletePopover_3jmg7_151{position:fixed;z-index:2200;background:#fff;border-radius:4px;padding:12px 16px;box-shadow:0 3px 12px #00000014,0 2px 6px #0000000f}._deletePopoverTitle_3jmg7_160{margin:0;color:#454b54;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400}._deletePopoverActions_3jmg7_169{margin-top:20px;display:flex;justify-content:flex-end;gap:12px}._deletePopoverCancelButton_3jmg7_176,._deletePopoverConfirmButton_3jmg7_177{border-radius:10px;height:23px;min-width:84px;padding:0 16px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;cursor:pointer}._deletePopoverCancelButton_3jmg7_176{border:1px solid #c7cbd1;color:#454b54;background:#fff}._deletePopoverConfirmButton_3jmg7_177{border:none;color:#fff;background:#f2463d}._triggerButton_3jmg7_200{border:1px solid white;border-radius:4px;height:40px;background:#fff;padding:0 12px;font-family:Roboto,sans-serif;font-size:12px;line-height:27px;font-weight:600;color:#196faf;display:inline-flex;align-items:center;gap:8px;cursor:pointer}@media (min-width: 768px){._triggerButton_3jmg7_200{min-width:260px;font-size:18px;justify-content:flex-end}}._triggerButtonDisabled_3jmg7_224{cursor:not-allowed;color:#c7cbd1}._triggerButtonDisabled_3jmg7_224 ._chevronIcon_3jmg7_228{color:#c7cbd1}._chevronIcon_3jmg7_228{font-size:18px;color:#196faf}._deletePopconfirm_3jmg7_237 .ant-popover-inner{border-radius:4px;padding:24px 32px;box-shadow:0 3px 12px #00000014}._deletePopconfirm_3jmg7_237 .ant-popconfirm-inner-content{display:flex;flex-direction:column;gap:24px}._deletePopconfirm_3jmg7_237 .ant-popconfirm-message{margin:0}._deletePopconfirm_3jmg7_237 .ant-popconfirm-message-icon{display:none}._deletePopconfirm_3jmg7_237 .ant-popconfirm-title{margin:0;max-width:230px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;color:#454b54}._deletePopconfirm_3jmg7_237 .ant-popconfirm-buttons{display:flex;justify-content:flex-end;gap:16px;margin:0}._deletePopconfirm_3jmg7_237 .ant-popconfirm-buttons .ant-btn{height:44px;min-width:118px;border-radius:12px;font-family:Roboto,sans-serif;font-size:14px;line-height:20px;font-weight:400;padding:0 16px}._deletePopconfirm_3jmg7_237 .ant-popconfirm-buttons .ant-btn-default{border:2px solid #c7cbd1;color:#454b54;background:#fff;height:23px;margin:0;padding:0;width:56px}._deletePopconfirm_3jmg7_237 .ant-popconfirm-buttons .ant-btn-default:hover{border-color:#b9bec6;color:#454b54;background:#fff}._deletePopconfirm_3jmg7_237 .ant-popconfirm-buttons .ant-btn-primary{border:none;background:#f2463d;color:#fff;height:23px;margin:0;padding:0;width:56px}._deletePopconfirm_3jmg7_237 .ant-popconfirm-buttons .ant-btn-primary:hover{background:#f2463d;color:#fff}._deletePopconfirm_3jmg7_237 .ant-popconfirm-buttons .ant-btn-primary:active{background:#de3d35;color:#fff}._deletePopconfirm_3jmg7_237 .ant-popconfirm-description{font-family:Roboto,sans-serif;font-size:14px;color:#454b54}.container{max-width:1280px;width:100%}.table-wrapper{margin-left:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-right:20px}.custom-table{border:1px solid rgba(199,203,209,1);border-radius:8px;overflow:hidden;min-width:100%}.linkStyle{font-weight:600;font-size:14px;line-height:16px;color:#196faf;cursor:pointer}.linkStyle:hover{text-decoration:underline}.btn_svg-container{display:flex;justify-content:center;margin-bottom:32px;padding:0 20px}.btn_svg{background-color:#fff;border:1px solid rgba(25,111,175,1);height:44px;width:calc(100% - 20px);border-radius:4px;cursor:pointer;color:#196faf;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 12px}.table-row-light{background-color:#fff!important;height:80px}.table-row-dark{background-color:#f8fafd!important;height:80px}.table-row-light:hover{background-color:#f5f5f5!important;cursor:pointer}.table-row-dark:hover{background-color:#f0f2f5!important;cursor:pointer}.table-selected-row td{box-shadow:inset 0 1px #747e8e,inset 0 -1px #747e8e}.table-selected-row td:first-child{box-shadow:inset 0 1px #747e8e,inset 0 -1px #747e8e,inset 1px 0 #747e8e}.table-selected-row td:last-child{box-shadow:inset 0 1px #747e8e,inset 0 -1px #747e8e,inset -1px 0 #747e8e}.custom-table .ant-table-container{border-radius:0}.custom-table .ant-table-thead>tr:first-child>th:first-child{border-top-left-radius:8px}.custom-table .ant-table-thead>tr:first-child>th:last-child{border-top-right-radius:8px}.custom-table .ant-table-tbody>tr:last-child>td:first-child{border-bottom-left-radius:8px}.custom-table .ant-table-tbody>tr:last-child>td:last-child{border-bottom-right-radius:8px}@media (max-width: 1100px){.table-wrapper{margin-left:10px;padding-right:10px}.custom-table .ant-table-thead>tr>th:first-child,.custom-table .ant-table-tbody>tr>td:first-child{position:sticky;left:0;z-index:10;background-color:#fff;border-right:1px solid rgba(199,203,209,1);box-shadow:2px 0 4px #0000001a;min-width:120px}.custom-table .ant-table-thead>tr>th:first-child{background-color:#fff;font-weight:600;z-index:11}.table-row-dark .ant-table-cell:first-child{background-color:#f8fafd!important;box-shadow:2px 0 4px #0000001a}.table-row-light .ant-table-cell:first-child{background-color:#fff!important;box-shadow:2px 0 4px #0000001a}.table-row-light:hover .ant-table-cell:first-child{background-color:#f5f5f5!important}.table-row-dark:hover .ant-table-cell:first-child{background-color:#f0f2f5!important}}@media (min-width: 768px){.table-wrapper{margin-left:0;padding-right:0}.btn_svg-container{justify-content:flex-end}.btn_svg{width:192px;font-size:16px}}.blurred-row{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none;position:relative}.custom-table-demo .blurred-row td{pointer-events:none!important;cursor:not-allowed!important}.selected-row{border:1px solid rgba(116,126,142,1)!important;background-color:red}.gm-style-iw-chr{display:none!important}h1,h2,h3,h4,h5,h6,p,body{margin:0;padding:0}.container{max-width:1280px;width:100%;box-sizing:border-box}.results-container{max-width:1280px;width:100%;box-sizing:border-box;padding:44px 0 0}@media (min-width: 768px){.results-container{padding:64px 0 0}}.footer-container{padding:44px 22px}.app-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-sizing:border-box;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:linear-gradient(to bottom,#f8fafde6 75%),url(/assets/background-DV5Hpk7X.jpg)}@media (min-width: 768px){.app-container{padding:0 40px}.footer-container{max-width:1280px;padding:0;margin:64px 0}}@media (min-width: 1350px){.app-container{padding:0 80px}}.no-matches-container{border:1px solid rgba(199,203,209,1);background-color:#fff;border-radius:16px;padding:32px;width:100%;box-sizing:border-box}.no-matches-content{display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center}.no-matches-found-title{font-size:20px;line-height:24px;font-weight:700;color:#196faf;text-align:start;margin-bottom:16px}.no-matches-found-subtitle{font-size:16px;line-height:19px;font-weight:400;color:#454b54;text-align:start}@media (min-width: 768px){.no-matches-icon-text{padding:9.5px 0}.no-matches-container{padding:32px 40px;max-width:1280px}.no-matches-content{flex-direction:row;gap:64px;justify-content:start}.no-matches-found-title{font-size:26px;line-height:31px;text-align:start}.no-matches-found-subtitle{font-size:18px;line-height:27px;text-align:start}}@media (min-width: 1100px){.no-matches-container{padding:32px 111px}}@media (max-width: 768px){.no-matches-icon{width:120px;height:120px}.section-container{width:calc(100% - 40px);max-width:1280px;padding:0 20px}}html{font-family:Roboto,sans-serif}.buybox-toast-container.Toastify__toast-container--top-center{top:67px;left:calc(50% + 20px);transform:translate(-50%)}.buybox-toast{box-sizing:border-box;gap:16px;width:359px;min-height:56px;border-radius:4px;border:1px solid #A1CF9B;background:#eff7ef;padding:16px;margin:0;box-shadow:none;font-family:Roboto,sans-serif;color:#454b54}.buybox-toast .Toastify__toast-body{margin:0;padding:0;color:#454b54;font-size:14px;font-weight:600;line-height:21px}.buybox-toast .Toastify__toast-icon{margin-inline-end:0}.buybox-toast .Toastify__close-button{color:#69707d;opacity:1;align-self:center;position:absolute;top:50%;transform:translateY(-50%);right:6px}.buybox-toast.Toastify__toast--error{width:395px;min-height:56px;background:#fbeeed;border:1px solid #EA938A;margin-left:-20px}
