@charset "UTF-8";@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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( 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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.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:5px;z-index:var(--toastify-z-index);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}.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,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--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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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: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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}html{font-family:GolosText,verdana,sans-serif;font-weight:400;font-style:normal;font-size:14px;line-height:150%;background:var(--bg-01);color:#000;letter-spacing:normal;text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;height:-webkit-fill-available}@media screen and (min-width: 1376px){html{font-size:16px}}html,body{scrollbar-color:var(--main) #fff;scrollbar-width:thin!important}@media screen and (min-width: 992.98px){html::-webkit-scrollbar,body::-webkit-scrollbar{width:4px;border-radius:4px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background-color:#fff;border-radius:0}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:var(--main);border-radius:0}}html *{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body{min-height:100vh;min-height:-webkit-fill-available}body *{scrollbar-color:var(--main) #e2e6e8;scrollbar-width:thin!important}@media screen and (min-width: 992.98px){body *::-webkit-scrollbar{width:5px;border-radius:4px}body *::-webkit-scrollbar-track{background-color:#e2e6e8;border-radius:4px}body *::-webkit-scrollbar-thumb{background-color:var(--main);border-radius:4px}}:root{--fancybox-accent-color: $main;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 27px;--carousel-button-svg-height: 27px;--fancybox-bg: rgba(24, 24, 27, .92);--fancybox-thumbs-width: 96px;--fancybox-thumbs-border-radius: 0px;--bg-01: #ecf0f5;--bg-02: #dae3ed;--bg-04: #f5f7fa;--green: #48b753;--orange: #ecad4f;--red: #f94258;--yellow: #efb61a;--blue-extralight: #cdd5f5;--blue-light: #a8afc9;--blue-medium: #515e93;--blue-dark: #253678;--main: #253678;--stroke: #e2e6eb;--text-03: #a9acb8;--text-02: #787d8f;--text-01: #222429}.color--main{color:var(--blue-dark)}.color--main--bold{color:var(--blue-dark);font-weight:600}.color--green{color:var(--green)}.color--red{color:var(--red)}button:active,button:hover,input:active,input:focus,input:hover{outline:none}h1,h2,h3,h4,h5,h6,ul{margin:0;padding:0;line-height:130%}body.page-hidden{touch-action:none;overflow:hidden!important;overscroll-behavior-y:none}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}a{color:#000;text-decoration:none}img{display:block;max-width:100%}ul{list-style-type:none}div.hidden,.hide{display:none}section{overflow:hidden;position:relative}main{width:100%;min-height:calc(var(--vh, 1vh) * 100 - 206px)}@media screen and (min-width: 1440.98px){main{min-height:calc(var(--vh, 1vh) * 100 - 280px)}}@media screen and (min-width: 1200px){main{min-height:calc(var(--vh, 1vh) * 100 - 197px)}}@media screen and (min-width: 767px){main{min-height:calc(var(--vh, 1vh) * 100 - 213px)}}main{background-repeat:no-repeat;background-position:-2vw 15%;background-size:100% auto}.page-store{min-height:auto}input[type=date]::-webkit-inner-spin-button,input[type=date]::-webkit-calendar-picker-indicator{opacity:.5;background-color:transparent;opacity:0;position:absolute;left:0;width:95%;cursor:pointer}input[type=date]{position:relative}.container{width:100%;margin:0 auto;box-sizing:border-box;padding:0 16px;min-width:316px}@media screen and (min-width: 480px){.container{padding:0 16px;max-width:100%}}@media screen and (min-width: 576px){.container{padding:0 16px;max-width:705px}}@media screen and (min-width: 767px){.container{padding:0 20px;max-width:705px}}@media screen and (min-width: 992.98px){.container{padding:0 30px;max-width:100%}}@media screen and (min-width: 1200px){.container{padding:0 30px;max-width:100%}}@media screen and (min-width: 1440.98px){.container{padding:0 30px;max-width:1820px}}.formated-text *{line-height:140%}.formated-text h1,.formated-text h2,.formated-text h3,.formated-text h4,.formated-text h5,.formated-text h6{margin-bottom:25px;line-height:120%;color:#222429;font-weight:700}@media screen and (min-width: 1200px){.formated-text h1{font-size:26px}.formated-text h2{font-size:22px}.formated-text h3{font-size:32px;color:#222429}.formated-text h4{font-size:24px;color:#222429}.formated-text h5{font-size:16px;color:#222429}.formated-text h6{font-size:14px}}.formated-text .table{overflow-x:auto}.formated-text table{border:1px solid #cacaca;border-collapse:collapse;margin:35px 0;width:100%;min-width:600px}.formated-text table th{padding:13px 25px;background-color:#efefef;color:#000;text-decoration:transparent;font-size:14px;font-weight:400;text-align:left;text-align:center;border:1px solid #cacaca;border-bottom-color:transparent}.formated-text table th:first-child{text-align:left}@media screen and (min-width: 767px){.formated-text table th{padding:15px 25px}}.formated-text table td{padding:20px 25px;border:1px solid #cacaca;font-size:14px;font-weight:400;text-align:center;min-width:150px}.formated-text table td:first-child{text-align:left}@media screen and (min-width: 767px){.formated-text table td{padding:35px 25px}}.formated-text table td strong{display:block;margin-bottom:10px}.formated-text table td:first-child{font-weight:400}.formated-text a{color:var(--blue-dark, #253678)}.formated-text div:not([class]),.formated-text p{margin:10px 0;line-height:150%}@media screen and (min-width: 1440.98px){.formated-text div:not([class]),.formated-text p{margin:20px 0}}.formated-text ul{padding:20px 0}@media screen and (min-width: 767px){.formated-text ul{padding-top:20px}}.formated-text ul li{position:relative;padding-left:20px;padding-bottom:10px}@media screen and (min-width: 767px){.formated-text ul li{padding-left:25px}}.formated-text ul li:last-child{padding-bottom:0}.formated-text ul li:before{content:"";width:6px;height:6px;display:block;position:absolute;left:0;top:.45em;border-radius:50%;background-color:var(--blue-dark, #253678)}.formated-text img{width:100%;max-width:100%;border-radius:0;margin:35px 0}.formated-text ol{counter-reset:number-list 0;padding:20px 0}.formated-text ol>li{counter-increment:number-list 1;list-style-type:none;position:relative;margin-bottom:10px;color:#000;padding-left:20px;font-size:14px}@media screen and (min-width: 767px){.formated-text ol>li{padding-left:30px}}.formated-text ol>li:before{content:counter(number-list);color:var(--blue-dark, #253678);font-weight:700;min-width:35px;display:inline-block;position:absolute;left:0}.formated-text strong{font-weight:700}.formated-text .note{background:var(--bg-01);padding:16px;border-radius:8px;margin:1.5em 0}.formated-text .note strong{color:var(--blue-dark, #253678);font-size:20px;font-weight:600;display:block}.formated-text .note p{margin:.7em 0}@media screen and (min-width: 1440.98px){.large-text{font-size:20px}}@media screen and (min-width: 1200px){.large-text{font-size:18px}}.w880{max-width:880px}table{border:none;border-collapse:collapse;margin:35px 0;width:100%;min-width:600px}table th{padding:13px 25px;background-color:#f5f5f5;border:none;color:#838383;font-size:14px;font-weight:400;text-align:left}@media screen and (min-width: 767px){table th{padding:15px 20px}}table td{padding:15px 25px;border-bottom:1px solid #cfcfcf;font-size:14px}@media screen and (min-width: 767px){table td{padding:15px 20px}}table td strong{display:block;margin-bottom:10px}table td:first-child{font-weight:700}.lazyload{opacity:0}.lazyloaded{opacity:1;transition:opacity .5s ease}@font-face{font-family:GolosText;src:url(/fonts/golos/golos-text_regular.woff2) format("woff2"),url(/fonts/golos/golos-text_regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:GolosText;src:url(/fonts/golos/golos-text_medium.woff2) format("woff2"),url(/fonts/golos/golos-text_medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:GolosText;src:url(/fonts/golos/golos-text_demibold.woff2) format("woff2"),url(/fonts/golos/golos-text_demibold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:GolosText;src:url(/fonts/golos/golos-text_bold.woff2) format("woff2"),url(/fonts/golos/golos-text_bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:GolosText;src:url(/fonts/golos/golos-text_black.woff2) format("woff2"),url(/fonts/golos/golos-text_black.woff) format("woff");font-weight:900;font-style:normal}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:500}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}select{opacity:0}.select-hidden{display:none;visibility:hidden;padding-right:10px}.af-select{cursor:pointer;display:inline-block;position:relative;-webkit-user-select:none;user-select:none;color:#fff;width:100%;min-width:150px;height:48px}.af-select--selected .select-styled span{color:var(--text-01)}.select-styled{background-color:#ecf0f5;padding:8px 15px;transition:all .2s ease-in;border:1px solid transparent;align-items:center;line-height:160%;color:#737373;display:flex;justify-content:space-between;height:100%;border-radius:8px}@media screen and (max-width: 1200px){.select-styled{font-size:14px}}.select-styled span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:#8f8f8f}.select-styled span.af-selected-placeholder{color:var(--text-01)}.select-styled:after{content:"";width:8px;min-width:8px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00001 5.28019C3.85663 5.28019 3.71327 5.22545 3.60396 5.11619L0.164144 1.67634C-0.0546739 1.45752 -0.0546739 1.10275 0.164144 0.884017C0.382873 0.665289 0.737577 0.665289 0.956412 0.884017L4.00001 3.92779L7.04362 0.884124C7.26244 0.665395 7.61711 0.665395 7.83582 0.884124C8.05474 1.10285 8.05474 1.45763 7.83582 1.67644L4.39605 5.1163C4.28669 5.22557 4.14333 5.28019 4.00001 5.28019Z'/%3E%3C/svg%3E%0A");position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;display:block;transition:transform .3s ease;margin-left:15px}.select-styled:active,.select-styled.active{border-bottom-left-radius:0;border-bottom-right-radius:0;transition:none}.select-styled:active:after,.select-styled.active:after{transform:rotate(180deg)}.select-list{display:none}.select-list{padding:10px;position:absolute;top:100%;right:auto;left:0;z-index:999;margin:0;background-color:#ecf0f5;color:#000;min-width:100%;width:auto;border-radius:0 0 6px 6px;max-width:100%}.select-list input[type=text]{width:100%!important;margin-bottom:10px;background-image:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.93945 0.931641C4.98074 0.931641 0.941406 4.97096 0.941406 9.9297C0.941406 14.8884 4.98074 18.9356 9.93945 18.9356C12.0575 18.9356 14.0054 18.1933 15.5449 16.961L19.293 20.707C19.4821 20.8883 19.7347 20.9884 19.9967 20.9857C20.2587 20.983 20.5093 20.8779 20.6947 20.6927C20.8801 20.5076 20.9856 20.2572 20.9886 19.9953C20.9917 19.7333 20.892 19.4805 20.7109 19.2911L16.9629 15.5431C18.1963 14.0012 18.9395 12.0502 18.9395 9.9297C18.9395 4.97096 14.8982 0.931641 9.93945 0.931641ZM9.93945 2.93167C13.8173 2.93167 16.9375 6.05187 16.9375 9.9297C16.9375 13.8075 13.8173 16.9356 9.93945 16.9356C6.06162 16.9356 2.94141 13.8075 2.94141 9.9297C2.94141 6.05187 6.06162 2.93167 9.93945 2.93167Z' fill='%23111B29' fill-opacity='0.5'/%3E%3C/svg%3E ")!important;background-repeat:no-repeat;background-size:17px auto;background-position:15px center;padding-left:45px;background-color:#fff}.select-list.active{display:block}.select-options{display:none;list-style:none;overflow-y:auto;overflow-x:hidden;max-height:216px}.select-options.active{display:block}@media screen and (max-width: 992.98px){.select-options{max-height:30vh}}@media screen and (max-width: 480px){.select-options{max-height:155px}}.select-options li{padding:.75rem 15px;font-size:14px;margin:2px 0;max-width:100%;text-overflow:ellipsis;overflow:hidden;position:relative;border-radius:6px}@media screen and (max-width: 480px){.select-options li{font-size:16px;max-width:100%}}.select-options li.active,.select-options li:hover{color:var(--blue-dark);background:#fff}.select-options li[rel=hide]{display:none}.select-list.active.select-list--load li{opacity:.4;pointer-events:none}.select-list.active.select-list--load ul:before{content:"";width:20px;height:20px;border:2px solid #000;display:block;border-radius:50%;border-left-color:transparent;animation:loadingrotate .5s linear infinite;position:absolute;left:50%;top:20px;margin-left:-10px}.af-select.af-select--top .select-list{top:auto;bottom:100%;border-radius:8px 8px 0 0}.af-select.af-select--top .select-styled:active,.af-select.af-select--top .select-styled.active{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;border-top-left-radius:0;border-top-right-radius:0;transition:none}@media screen and (max-width: 480px){.af-select.af-select--top .select-styled:active,.af-select.af-select--top .select-styled.active{background-color:var(--bg-02)}}.loading{width:auto;overflow:hidden;justify-content:center;align-items:center;height:2px;position:fixed;top:1px;left:1px;right:1px;margin-bottom:-2px;display:none}.loading.load{display:flex}.loading .indeterminate{background-color:var(--blue-dark, #253678)}.loading .indeterminate:before{-webkit-animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.loading .indeterminate:after,.loading .indeterminate:before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right}.loading .indeterminate:after{-webkit-animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.af-select--multiple .select-options li{padding-left:46px}.af-select--multiple .af-check-multiple{width:20px;height:20px;display:inline-block;position:absolute;left:15px;top:50%;margin-top:-9px}.af-select--multiple .af-check-multiple:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;background-size:10px auto;background-position:center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxTDQgNyAxIDQiIHN0cm9rZT0iIzUyNTE2NiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);opacity:0}.af-select--multiple .af-check-multiple:after{background-color:var(--bg-02);position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;content:"";border-radius:4px;width:100%;height:100%;margin:auto;opacity:1;transition:.2s ease}.af-select--multiple .select-options li.active .af-check-multiple:before{opacity:1;filter:brightness(200)}.af-select--multiple .select-options li.active .af-check-multiple:after{background-color:var(--blue-dark);width:100%;height:100%;margin:auto;opacity:1}.af-select--multiple .select-options li:hover .af-check-multiple:after{box-shadow:0 0 0 2px var(--blue-dark) inset}.datepicker{display:none}.datepicker.active{display:block}.datepicker-dropdown{position:absolute;top:0;left:0;z-index:20;padding-top:4px}.datepicker-dropdown.datepicker-orient-top{padding-top:0;padding-bottom:4px}.datepicker-picker{display:inline-block;border-radius:4px;background-color:#fff}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px #0a0a0a1a,0 0 0 1px #0a0a0a1a}.datepicker-picker span{display:block;flex:1;border:0;border-radius:4px;cursor:default;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker-main{padding:2px}.datepicker-footer{box-shadow:inset 0 1px 1px #0a0a0a1a;background-color:#f5f5f5}.datepicker-grid,.datepicker-view .days-of-week,.datepicker-view,.datepicker-controls{display:flex}.datepicker-grid{flex-wrap:wrap}.datepicker-view .days .datepicker-cell,.datepicker-view .dow{flex-basis:14.2857142857%}.datepicker-view.datepicker-grid .datepicker-cell{flex-basis:25%}.datepicker-cell,.datepicker-view .week{height:2.25rem;line-height:2.25rem}.datepicker-title{box-shadow:inset 0 -1px 1px #0a0a0a1a;background-color:#f5f5f5;padding:.375rem .75rem;text-align:center;font-weight:600}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{display:inline-flex;position:relative;align-items:center;justify-content:center;margin:0;border:1px solid var(--bg-01);border-radius:4px;box-shadow:none;background-color:#fff;cursor:pointer;padding:calc(.375em - 1px) .75em;height:2.25em;vertical-align:top;text-align:center;line-height:1.5;white-space:nowrap;color:#363636;font-size:1rem}.datepicker-controls .button:focus,.datepicker-controls .button:active{outline:none}.datepicker-controls .button:hover{border-color:var(--blue-light);color:#363636}.datepicker-controls .button:focus{border-color:var(--blue-dark, #253678);color:#363636}.datepicker-controls .button:active{border-color:#4a4a4a;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:600}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-header .datepicker-controls .button[disabled]{box-shadow:none}.datepicker-footer .datepicker-controls .button{margin:calc(.375rem - 1px) .375rem;border-radius:2px;width:100%;font-size:.75rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .prev-btn,.datepicker-controls .next-btn{padding-right:.375rem;padding-left:.375rem;width:2.25rem}.datepicker-controls .prev-btn.disabled,.datepicker-controls .next-btn.disabled{visibility:hidden}.datepicker-view .dow{height:1.5rem;line-height:1.5rem;font-size:.875rem;font-weight:600}.datepicker-view .week{width:2.25rem;color:var(--blue-light);font-size:.75rem}@media (max-width: 22.5rem){.datepicker-view .week{width:1.96875rem}}.datepicker-grid{width:15.75rem}@media (max-width: 22.5rem){.calendar-weeks+.days .datepicker-grid{width:13.78125rem}}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e8e8e8}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:var(--blue-dark, #253678);color:#fff;font-weight:600}.datepicker-cell.disabled{color:var(--bg-01)}.datepicker-cell.prev:not(.disabled),.datepicker-cell.next:not(.disabled){color:var(--text-03)}.datepicker-cell.prev.selected,.datepicker-cell.next.selected{color:#e6e6e6}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){border-radius:0;background-color:#f5f5f5}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#eee}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e8e8e8}.datepicker-cell.today:not(.selected){background-color:#37a735}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#37a735}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:var(--blue-light);color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#afafaf}.datepicker-cell.range-start{border-radius:4px 0 0 4px}.datepicker-cell.range-end{border-radius:0 4px 4px 0}.datepicker-cell.range{border-radius:0;background-color:var(--bg-01)}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d5d5d5}.datepicker-cell.range.disabled{color:#c2c2c2}.datepicker-cell.range.focused{background-color:#cfcfcf}.datepicker-view.datepicker-grid .datepicker-cell{height:4.5rem;line-height:4.5rem}.datepicker-input.in-edit{border-color:var(--blue-dark, #253678)}.input-material .datepicker-orient-left.datepicker-orient-bottom.picker-custom-offset{left:0!important;top:52px!important}.input-material .datepicker-orient-left.datepicker-orient-top.picker-custom-offset{left:0!important;bottom:calc(100% + 5px)!important;top:auto!important}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports (outline-offset: -3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports (outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@keyframes slide-Y{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-in-left{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-drop-filter{0%{opacity:0;transform:translateY(10vh)}to{opacity:1;transform:translateY(0)}}.btn{padding:.8em 2.05em .85em;background:var(--main);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:130px;height:48px;white-space:nowrap;transition:.3s cubic-bezier(.1,.82,.25,1);font-style:normal;font-weight:500;font-size:16px;text-align:center;border-radius:8px}.btn:hover{background:var(--blue-medium, #515e93)}.btn:active,.btn:focus{outline:none}.btn:disabled{background-color:#a8afc9;color:#fff;cursor:not-allowed}.btn:disabled:hover{opacity:.9}.btn svg{fill:#fff;margin-right:1em}.btn.btn-special{background-color:transparent;border-radius:0;min-width:260px;background-repeat:no-repeat;background-position:right center;text-align:right;justify-content:flex-end;position:relative;transition:.3s ease}.btn.btn-special span{position:relative;z-index:2;transition:.3s ease}.btn.btn-special:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYwIiBoZWlnaHQ9IjQ4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoNjEuNDJsLTIxLjggNDhIMFYwem01MC41MiA0OGwyMS44LTQ4aDIxLjhsLTIxLjggNDhoLTIxLjh6bTMyLjcgMGgxNTguMzE1YTQgNCAwIDAwMy4zMDYtMS43NDhsMTMuNjI1LTIwYTQuMDAyIDQuMDAyIDAgMDAwLTQuNTA0bC0xMy42MjUtMjBBNCA0IDAgMDAyNDEuNTM1IDBIMTA1LjAybC0yMS44IDQ4eiIgZmlsbD0iIzI1MzY3OCIvPjwvc3ZnPg==);content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;transition:.5s ease}.btn.btn-special:hover span{color:var(--main)}.btn.btn-special:hover:before{filter:brightness(10) grayscale(1)}.btn.btn-gray{background-color:#ecf0f5;color:#253678}.btn.btn-gray:hover{background-color:#f1f5fa;color:#515e93}.btn.btn-gray:disabled{background-color:#ecf0f5;color:#a8afc9}.btn.btn-white{background-color:#fff;color:var(--blue-dark, #253678);border:2px solid var(--blue-dark, #253678)}.btn.btn-white:hover{color:var(--blue-medium, #515e93)}.btn.btn-white:disabled{color:var(--blue-medium, #a8afc9);border-color:var(--blue-medium, #a8afc9)}.btn.btn-white svg{fill:var(--blue-dark);margin-right:1em}.btn.btn-line{background-color:transparent;color:var(--blue-dark, #253678);border:1px solid var(--blue-dark, #253678)}.btn.btn-line:disabled{color:var(--blue-light, #a8afc9);border-color:var(--blue-light, #a8afc9)}.btn.btn-line:hover{border-color:var(--blue-medium);color:var(--blue-medium)}.btn.btn-full{width:100%}.btn.btn-radius{border-radius:60px}.btn.btn-small{height:40px;font-size:14px;padding:.7em 2.5em .8em;font-weight:400}.btn.btn-xsmall{height:32px;font-size:14px;padding:.4em 2.5em .5em;font-weight:500}.btn.btn-loading{pointer-events:none}.btn.btn-loading:after{content:"";width:.8em;min-width:.8em;height:.8em;border:2px solid #fff;border-radius:50%;border-left-color:transparent!important;margin-left:10px;transition:transform .5s linear;animation:.5s linear loadingrotate infinite;display:inline-block;white-space:nowrap;flex-wrap:nowrap;position:relative;left:5px}.btn.btn-success:after{content:"";width:15px;min-width:14px;height:9px;border:2px solid #fff;animation:none;min-width:12px;display:inline-block;border-top:none;border-right:none;transform:rotate(-45deg) translate(4px);margin-left:10px;position:relative;left:5px}.btn.btn--add:before{content:"";width:14px;height:14px;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03IDBhMSAxIDAgMDExIDF2NWg1YTEgMSAwIDExMCAySDh2NWExIDEgMCAxMS0yIDBWOEgxYTEgMSAwIDAxMC0yaDVWMWExIDEgMCAwMTEtMXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:10px;margin-left:-5px;transition:.5s ease}.btn.btn--add:hover:before{transform:rotate(360deg)}@keyframes loadingrotate{to{transform:rotate(360deg)}}.checkbox{display:flex;position:relative;cursor:pointer;font-size:15px;line-height:140%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;display:none}.checkbox__text{line-height:140%;text-align:left}.checkbox__elem{top:-1px;position:relative;height:24px;width:24px;min-width:24px;background-color:#fff;display:inline-block;margin-right:10px;border:1px solid var(--bg-02);border-radius:6px;background-color:var(--bg-02)}.checkbox__elem:after{content:"";position:absolute;left:5px;top:6px;width:12px;height:9px;transition:.5s cubic-bezier(.08,.82,.17,1);opacity:0;background-size:13px;transform:rotate(90deg);background:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjQuMjMyYTEgMSAwIDAxLjEyOCAxLjQwOGwtNSA2YTEgMSAwIDAxLTEuNDc1LjA2N2wtMy0zYTEgMSAwIDExMS40MTQtMS40MTRsMi4yMjYgMi4yMjZMOC4yMzIuMzU5QTEgMSAwIDAxOS42NC4yMzN6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);background-position:center;background-repeat:no-repeat;background-size:contain}.checkbox input:checked~.checkbox__elem{background-color:var(--blue-dark, #253678);border-color:var(--blue-dark, #253678);z-index:2}.checkbox input:checked~.checkbox__elem:after{opacity:1;border-radius:0;transform:rotate(0)}.checkbox:hover .checkbox__elem{border-color:#c6d3e2}.radio{display:inline-flex;position:relative;cursor:pointer;font-size:14px;line-height:140%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:flex-start}.radio__title,.radio__desc{display:block}.radio__title{color:#000;font-size:14px}.radio__desc{font-size:12px;color:#959595}.radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;display:none}.radio__text{line-height:140%;font-size:15px;color:#222;font-weight:500;padding-top:1px}.radio__elem{top:1px;position:relative;height:24px;width:24px;min-width:24px;background-color:transparent;display:inline-block;margin-right:10px;border-radius:50%;transition:.15s linear;border:1px solid var(--bg-02);background-color:var(--bg-02)}.radio input:disabled~.radio__elem{cursor:not-allowed}.radio input:disabled~.radio__text{cursor:not-allowed}.radio input:not(:disabled):hover~.radio__elem{border:1px solid var(--blue-medium, #515E93)}.radio input:checked~.radio__elem{border:7px solid var(--blue-medium, #515E93);background-color:#fff}.radio input:checked~.radio__text{color:#525166}.toggle{display:flex;align-items:center;cursor:pointer;font-size:13px;font-weight:400}@media screen and (min-width: 992.98px){.toggle{font-size:14px}}.toggle div{display:flex;align-items:center}.toggle div .toggle-slide{width:48px;height:24px;display:inline-block;background:#ccc;border-radius:50px;position:relative;margin-right:10px;transition:.3s ease}.toggle div .toggle-slide:hover{background:#adadad}.toggle div .toggle-slide:before{content:"";width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;left:4px;top:4px;display:block;transition:.3s ease}.toggle input{display:none}.toggle input:checked~div .toggle-slide{background:var(--blue-medium, #515E93)}.toggle input:checked~div .toggle-slide:hover{background:var(--blue-light, #A8AFC9)}.toggle input:checked~div .toggle-slide:before{left:calc(100% - 20px)}.toggle .toggle-active{display:none}.toggle input:checked~div .toggle-active{display:block;color:var(--blue-dark, #253678)}.toggle input:checked~div .toggle-deactive{display:none;color:#222}.breadcrumb{background-color:transparent;padding:0 0 10px}.breadcrumb ul{display:flex;align-items:center;list-style-type:none;overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-color:transparent transparent;scrollbar-width:thin!important}.breadcrumb ul::-webkit-scrollbar{width:5px;border-radius:4px}.breadcrumb ul::-webkit-scrollbar-track{background-color:transparent;border-radius:4px}.breadcrumb ul::-webkit-scrollbar-thumb{background-color:transparent;border-radius:4px}.breadcrumb li a{color:var(--text-02);font-size:13px}.breadcrumb li a:hover{color:var(--blue-dark, #253678)}.breadcrumb li span{font-size:13px}.breadcrumb li:after{content:"-";margin:0 10px;color:#7a808d;display:inline-block;border-radius:50%;position:relative;font-size:14px;width:10px;height:10px;background-size:contain;background-repeat:no-repeat}.breadcrumb li:last-child:after{display:none}.text-placeholder{color:#8f8f8f!important}body input[type=text],body input[type=date],body input[type=number],body input[type=password],body input[type=email],body input[type=tel]{height:48px;font-size:15px;line-height:15px;padding:8px 15px 10px;box-sizing:border-box;width:auto;flex-grow:1;background-color:var(--bg-01);transition:background .4s ease;border-radius:8px;border:none;width:100%;color:var(--text-01)}body input[type=text]::placeholder,body input[type=date]::placeholder,body input[type=number]::placeholder,body input[type=password]::placeholder,body input[type=email]::placeholder,body input[type=tel]::placeholder{color:#8f8f8f;opacity:1;text-shadow:none;font-weight:400}body input[type=text]:focus,body input[type=date]:focus,body input[type=number]:focus,body input[type=password]:focus,body input[type=email]:focus,body input[type=tel]:focus{background-color:var(--bg-02);outline:none}body input[disabled]{background-color:var(--bg-02);cursor:not-allowed}body input[data-mac-mask]{text-transform:uppercase}body select{height:52px;width:100%}body input[type=date]{padding-right:3em;background-size:1.2em auto;background-repeat:no-repeat;background-position:calc(100% - 1.25em) center;min-width:165px;cursor:pointer}body input[type=date][aria-invalid=true],body input[type=text][aria-invalid=true],body input[type=number][aria-invalid=true],body input[type=tel][aria-invalid=true],body input[type=password][aria-invalid=true],body input[type=email][aria-invalid=true],body .af-select[aria-invalid=true]{border-color:red;background-color:#f942581f}body input[type=password][aria-invalid=false],body input[type=email][aria-invalid=false]{padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNTY3IDEwLjI5OUwxMy41NDkuMzE3bDEuNDE0IDEuNDE0LTkuOTgyIDkuOTgyLTEuNDE0LTEuNDE0eiIgZmlsbD0iIzRBQzYzNSIvPjxwYXRoIGQ9Ik0xLjUxIDUuNDM0bDQuNDMgNC40MzItMS40MTMgMS40MTRMLjA5NiA2Ljg0OSAxLjUxIDUuNDM0eiIgZmlsbD0iIzRBQzYzNSIvPjwvc3ZnPg==);background-size:1em auto;background-repeat:no-repeat;background-position:96% center}body textarea{min-height:129px;max-width:100%;resize:vertical;width:100%;transition:background .4s ease;border:none;font-size:15px;padding:15px;line-height:140%;outline:none!important;background-color:var(--bg-01);border-radius:6px}body textarea::placeholder{color:#8f8f8f;opacity:1;text-shadow:none;font-weight:400}body textarea:focus{background-color:var(--bg-02);outline:none}.form.is-validate input:invalid{background-color:#f942581f}.form>.form__label{padding-top:22px}.form__tabs{width:100%}.form__tab{display:none}.form__tab.is-active{display:block}.form__tab .form__label{padding-top:20px}.form__tab .form__label:first-child{padding-top:0}.form div.error{color:#f94258;font-size:13px;padding-top:.5em;width:100%;line-height:140%;font-weight:400}@media screen and (min-width: 767px){.form div.error{font-size:15px}}.form__note{font-size:14px;color:var(--blue-dark, #253678);width:100%}.form__note span{cursor:pointer}.form__note a{color:#367fbd;text-decoration:underline}.form__note--col2{display:flex;justify-content:space-between;flex-direction:column}.form__note--col2>span{cursor:pointer;padding-bottom:10px}@media screen and (min-width: 767px){.form__note--col2>span{padding-bottom:0}}@media screen and (min-width: 767px){.form__note--col2{flex-direction:row}}.form__submit{padding-top:3em}.form__repeat,.form__repeat-field{width:100%}.form__repeat-item{flex-grow:1;display:flex;margin-bottom:12px}.form__repeat-remove{width:48px;min-width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-left:12px;cursor:pointer}.form__repeat-remove:hover{border:1px solid rgba(168,175,201,.3764705882);border-radius:8px}.form__repeat-remove:before{content:"";width:16px;height:2px;background-color:#a8afc9;border-radius:2px}.form__item{display:flex;align-items:center;flex-direction:column;width:100%}@media screen and (min-width: 767px){.form__item{flex-direction:row;align-items:center;margin:-10px;width:calc(100% + 20px)}}.form__item>.form__item{margin:0;flex-direction:column;width:100%}@media screen and (min-width: 1440.98px){.form__item>.form__item{flex-direction:row}}.form__subitem{flex-grow:1;margin-bottom:15px;margin-right:0;width:100%;display:flex;flex-wrap:wrap;position:relative}.form__subitem--leftlabel{max-width:240px;font-size:16px;align-self:start;font-weight:600}@media screen and (min-width: 767px){.form__subitem--leftlabel{align-self:center;font-weight:400}}.form__subitem .form__item .form__subitem:last-child{margin-bottom:0}@media screen and (min-width: 767px){.form__subitem{padding:17px 10px;margin-bottom:0}}.form__label{font-weight:600;font-size:16px;width:100%;color:var(--blue-dark, #253678);color:var(--text-01);padding-bottom:10px;line-height:150%}@media screen and (min-width: 480px){.form__label{font-size:18px}}.form__label span[data-tooltip]{display:inline-block;vertical-align:middle;margin-left:.5em;cursor:pointer}.form__label span[data-tooltip] svg{fill:var(--blue-light)}.form__label span[data-tooltip]:hover svg{fill:var(--blue-dark)}.form__buttons{display:flex;margin:-5px;flex-direction:column-reverse;width:100%;justify-content:flex-end}@media screen and (min-width: 576px){.form__buttons{flex-direction:row}}.form__buttons button{margin:5px}.form__buttons--left{justify-content:flex-start}.form fieldset{border:none;padding:0;margin-top:40px}.form fieldset:first-child{margin-top:0}.form legend{margin-bottom:30px}.form .af-select{height:48px;box-sizing:border-box;border-radius:8px}.form .af-select .select-options li{max-width:none}.form span[data-tooltip]{margin-left:8px;margin-top:-3px}.form span[data-tooltip]:before{width:auto;text-align:center}.form span[data-tooltip] svg{fill:var(--blue-light);width:16px}.form__subitem.form__subitem--free{width:auto}@media screen and (max-width: 480px){.form__subitem.form__subitem--free{width:100%}}.input--suggest{position:relative;cursor:pointer;width:100%}.input--suggest-address input[type]{padding-left:3em}.input--suggest input[type]{width:100%!important;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTI1MTY2IiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjgwNSAxNS44NjZMMTIuMDEgMTEuMDdjMi4xODUtMi42NTkgMi4wMzctNi42MDYtLjQ0Ni05LjA4OWE2Ljc4MyA2Ljc4MyAwIDAwLTkuNTgyIDAgNi43ODMgNi43ODMgMCAwMDAgOS41ODJjMi40ODMgMi40ODIgNi40MjkgMi42MzIgOS4wODkuNDQ2bDQuNzk2IDQuNzk2YS42NjQuNjY0IDAgMDAuOTQtLjkzOXptLTYuMTgyLTUuMjQzYTUuNDUzIDUuNDUzIDAgMDEtNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMC03LjcwMyA1LjQ1MyA1LjQ1MyAwIDAxNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMCA3LjcwM3oiLz48L3N2Zz4=);background-size:17px auto;background-repeat:no-repeat;background-position:calc(100% - 1.25em) center}.input--suggest .suggest-list{display:none;position:absolute;top:calc(100% + 10px);right:auto;left:0;z-index:999;margin:0;padding:0;list-style:none;background-color:#e9e9e9;overflow-y:auto;overflow-x:hidden;background:#fff;box-shadow:0 0 9px #00000040;color:#000;min-width:100%;width:100%;max-height:300px;scrollbar-color:var(--main) #e2e6e8;scrollbar-width:thin!important}@media screen and (min-width: 992.98px){.input--suggest .suggest-list::-webkit-scrollbar{width:5px;border-radius:4px}.input--suggest .suggest-list::-webkit-scrollbar-track{background-color:#e2e6e8;border-radius:4px}.input--suggest .suggest-list::-webkit-scrollbar-thumb{background-color:var(--main);border-radius:4px}}.input--suggest .suggest-list li{margin:0;padding:.75rem 15px;border-top:1px solid #ececec;transition:all .15s ease-in;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.input--suggest .suggest-list li:first-child{border-top:none}.input--suggest .suggest-list li.active,.input--suggest .suggest-list li:hover{background-color:#f5f5f5}.input--find{position:relative;cursor:pointer;width:100%}.input--find:before{width:48px;height:48px;position:absolute;display:block;left:0;top:0;content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMDkuNTg1QTEgMSAwIDAxMSAwaDE2YTEgMSAwIDAxLjc1NSAxLjY1NkwxMS42IDguNzMyVjE1YTEgMSAwIDAxLTEuNDM3LjlsLTMuMi0xLjU1NmExIDEgMCAwMS0uNTYzLS45VjguNzMyTC4yNDYgMS42NTZBMSAxIDAgMDEuMDkuNTg2ek0zLjE5NSAybDQuOTYgNS43MDFhMSAxIDAgMDEuMjQ1LjY1N3Y0LjQ2bDEuMi41ODRWOC4zNThhMSAxIDAgMDEuMjQ2LS42NTdMMTQuODA1IDJIMy4xOTV6IiBmaWxsPSIjQThBRkM5Ii8+PC9zdmc+);background-size:18px 16px;background-repeat:no-repeat;background-position:center}.input--find input[type]{width:100%!important;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTI1MTY2IiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjgwNSAxNS44NjZMMTIuMDEgMTEuMDdjMi4xODUtMi42NTkgMi4wMzctNi42MDYtLjQ0Ni05LjA4OWE2Ljc4MyA2Ljc4MyAwIDAwLTkuNTgyIDAgNi43ODMgNi43ODMgMCAwMDAgOS41ODJjMi40ODMgMi40ODIgNi40MjkgMi42MzIgOS4wODkuNDQ2bDQuNzk2IDQuNzk2YS42NjQuNjY0IDAgMDAuOTQtLjkzOXptLTYuMTgyLTUuMjQzYTUuNDUzIDUuNDUzIDAgMDEtNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMC03LjcwMyA1LjQ1MyA1LjQ1MyAwIDAxNy43MDIgMCA1LjQ1MyA1LjQ1MyAwIDAxMCA3LjcwM3oiLz48L3N2Zz4=);background-size:17px auto;background-repeat:no-repeat;background-position:calc(100% - 1.25em) center;padding-left:3em}.input--date{position:relative;cursor:pointer;width:100%}.input--date input[type]{width:100%!important;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zIDRhMSAxIDAgMDAtMSAxdjE0YTEgMSAwIDAwMSAxaDE0YTEgMSAwIDAwMS0xVjVhMSAxIDAgMDAtMS0xSDN6TTAgNWEzIDMgMCAwMTMtM2gxNGEzIDMgMCAwMTMgM3YxNGEzIDMgMCAwMS0zIDNIM2EzIDMgMCAwMS0zLTNWNXoiIGZpbGw9IiNBOEFGQzkiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0IDBhMSAxIDAgMDExIDF2NGExIDEgMCAxMS0yIDBWMWExIDEgMCAwMTEtMXpNNiAwYTEgMSAwIDAxMSAxdjRhMSAxIDAgMDEtMiAwVjFhMSAxIDAgMDExLTF6TTAgOWExIDEgMCAwMTEtMWgxOGExIDEgMCAxMTAgMkgxYTEgMSAwIDAxLTEtMXoiIGZpbGw9IiNBOEFGQzkiLz48L3N2Zz4=);background-size:17px auto;background-repeat:no-repeat;background-position:calc(100% - 1.25em) center}.switch-list{display:flex;margin:0 -10px;flex-wrap:wrap}.switch-list--disabled *{cursor:not-allowed}.switch-list--disabled * :hover{opacity:1}.switch-list li{padding:10px}.switch-list--col3.switch-list li{flex-basis:220px;flex-grow:1;padding:7px 10px}@media screen and (min-width: 767px){.switch-list--col3.switch-list li{padding:10px}}.switch-list--column{flex-direction:column;width:100%;margin-top:12px}.switch-list--column li{padding-top:5px;padding-bottom:5px}.check-list li{padding:5px 0}.form__subitem .af-select{margin-bottom:12px}.form__subitem .af-select:last-child{margin-bottom:0}.page-scroll-top{position:fixed;width:48px;height:48px;display:flex;background-color:var(--blue-dark);justify-content:center;align-items:center;right:20px;bottom:20px;border-radius:8px 8px 0;cursor:pointer;transition:.3s ease;opacity:0;transform:translateY(100%)}.page-scroll-top.is-active{opacity:1;transform:translateY(0)}.page-scroll-top:hover{background-color:var(--blue-medium)}.btn-burger{position:relative;display:none;width:40px;height:40px;-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);display:block;border:0;margin:0;padding:0;text-align:inherit;text-transform:inherit;font:inherit;letter-spacing:inherit;background:none;cursor:pointer;overflow:visible}.btn-burger i{border-radius:5px}.btn-burger i:first-of-type,.btn-burger i:nth-of-type(2),.btn-burger i:nth-of-type(3){position:absolute;left:10px;top:50%;width:20px;height:2px;background:var(--blue-dark, #253678);-webkit-transform:translateZ(0);transform:translateZ(0)}.btn-burger i:first-of-type,.btn-burger i:nth-of-type(3){content:"";margin-top:-8px;-webkit-transition:opacity .15s 50ms,-webkit-transform .2s cubic-bezier(.4,0,.2,1) .2s;transition:opacity .15s 50ms,-webkit-transform .2s cubic-bezier(.4,0,.2,1) .2s;transition:transform .2s cubic-bezier(.4,0,.2,1) .2s,opacity .15s 50ms;transition:transform .2s cubic-bezier(.4,0,.2,1) .2s,opacity .15s 50ms,-webkit-transform .2s cubic-bezier(.4,0,.2,1) .2s}.btn-burger i:nth-of-type(2){margin-top:-2px;display:block;-webkit-transition:-webkit-transform .2s cubic-bezier(.4,0,.2,1) 50ms;transition:-webkit-transform .2s cubic-bezier(.4,0,.2,1) 50ms;transition:transform .2s cubic-bezier(.4,0,.2,1) 50ms;transition:transform .2s cubic-bezier(.4,0,.2,1) 50ms,-webkit-transform .2s cubic-bezier(.4,0,.2,1) 50ms;max-width:16px}.btn-burger i:nth-of-type(3){margin-top:4px}.btn-burger.open{-webkit-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition-delay:.2s;transition-delay:.2s}.btn-burger.open i:first-of-type{-webkit-transform:translateY(6px);transform:translateY(6px);-webkit-transition-delay:0s,.2s;transition-delay:0s,.2s}.btn-burger.open i:nth-of-type(2){-webkit-transition-delay:.15s;transition-delay:.15s;-webkit-transform:rotate(90deg);transform:rotate(90deg);max-width:none}.btn-burger.open i:nth-of-type(3){-webkit-transform:translateY(-6px);transform:translateY(-6px);opacity:0;-webkit-transition-delay:0s,.15s;transition-delay:0s,.15s}@keyframes zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@-webkit-keyframes zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}.af-popup{position:fixed;top:0;left:0;bottom:0;right:0;overflow-x:auto;z-index:90;opacity:0;transition:.25s ease;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0009}.af-popup__bg{position:fixed;left:0;top:0;right:0;bottom:0;z-index:101;transition:.3s ease;opacity:.9}.af-popup__wrp{display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;-ms-flex-direction:column;-ms-flex-align:center;-ms-flex-pack:center;z-index:102;position:relative;min-height:100%}.af-popup--visible{opacity:1}@media screen and (max-width: 480px){.af-popup--mobile .af-popup__container{padding-bottom:0;margin-bottom:0;width:100%;animation:.2s ease .2s both fade-drop-filter}}.af-popup--mobile .af-popup__content{border-radius:15px 15px 0 0}.af-popup__content{background:#fff;border-radius:12px}.af-popup__container{width:auto;max-width:100%;margin:auto;position:relative;animation:.2s ease .2s both zoomInUp;opacity:0}@media screen and (min-width: 480px){.af-popup__container{max-width:90%}}.af-popup__close{height:24px;text-align:right;position:absolute;right:15px;cursor:pointer;z-index:101;top:65px}@media screen and (max-width: 480px){.af-popup__close{right:10px}}.af-popup__close svg{fill:#eee;width:24px;height:24px;stroke:#ccc;stroke-width:2px}.af-popup__close svg:hover{stroke:var(--main)}.af-spiner{width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:105;background-color:#fff;position:relative}.af-spiner:after{content:"";width:40px;min-width:40px;height:40px;border:3px solid var(--blue-dark, #253678);border-radius:50%;border-left-color:transparent!important;transition:transform .5s linear;animation:.5s linear load infinite;display:inline-block;white-space:nowrap;flex-wrap:nowrap;position:relative}.dark-mode .af-popup{background:#111111f7}.dark-mode .af-popup__content{background-color:transparent;padding:10px 20px}.dark-mode .af-popup__close{top:20px;right:20px}@media screen and (min-width: 767px){.dark-mode .af-popup__close{top:25px;right:15px}}.af-dialog{width:100%;border-radius:12px;background:var(--white, #fff);padding:24px 12px;max-width:100%}@media screen and (min-width: 480px){.af-dialog{width:440px;padding:24px}}.af-dialog__title{font-size:24px;text-align:center;font-weight:600;margin-bottom:8px;padding-bottom:12px}.af-dialog__desc{color:var(--text-02);text-align:center;padding-bottom:16px;line-height:130%}.af-dialog__action{display:flex;justify-content:space-between;margin:0 -8px}.af-dialog__action>div{height:48px;background-color:#ccc;display:flex;align-items:center;justify-content:center;flex-grow:1;width:100%;text-align:center;margin:0 8px;border-radius:8px;cursor:pointer;transition:.3s ease}.af-dialog__action>div:hover{opacity:.9}.af-dialog__action .af-dialog__apply{border-radius:8px;background:var(--red, #f94258);color:#fff}.af-dialog__action .af-dialog__apply[disabled]{pointer-events:none;opacity:.4}.af-dialog__action .af-dialog__cancel{background-color:transparent;border:1px solid var(--blue-dark, #253678);color:var(--blue-dark)}.af-dialog__action .af-dialog__cancel:hover{background-color:var(--bg-02);border-color:var(--bg-02)}.af-dialog-revert{position:fixed;top:15px;right:15px;background-color:var(--blue-dark);padding:8px 16px;border-radius:8px;display:flex;align-items:center;color:#fff;font-size:15px;margin-left:15px}.af-dialog-revert__msg{margin-right:10px}.af-dialog-revert__btn{font-weight:600;color:#cdd5f5;cursor:pointer;border-radius:6px;height:32px;display:inline-flex;align-items:center;padding-left:13px;padding-right:13px}.af-dialog-revert__btn:hover{color:#fff;background-color:var(--blue-medium)}.af-dialog-revert__close{width:32px;height:32px;position:relative;left:7px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px}.af-dialog-revert__close:hover{color:#fff;background-color:var(--blue-medium)}.af-dialog-revert__close:before{content:"+";transform:rotate(45deg);display:flex;justify-content:center;align-items:center;font-size:26px;line-height:100%}@keyframes fadeOutTopStatus{to{opacity:0;transform:translate(30px)}}.af-dialog-revert--hide .af-dialog-revert{animation:fadeOutTopStatus .3s ease forwards}.pagination{display:flex;justify-content:space-between;width:100%}.pagination__page{display:flex;align-items:center;justify-content:center;width:100%}.pagination__page ul{display:flex;list-style-type:none}.pagination__page ul li{margin:0 2px}.pagination__page ul li span,.pagination__page ul li a{width:36px;height:36px;display:flex;border-radius:8px;align-items:center;justify-content:center;color:#222b32;font-weight:500}@media screen and (min-width: 992.98px){.pagination__page ul li span,.pagination__page ul li a{width:48px;height:48px}}.pagination__page ul li span svg,.pagination__page ul li a svg{fill:var(--blue);min-width:48px;height:48px}.pagination__page ul li span:hover,.pagination__page ul li a:hover{color:var(--blue-dark, #253678);background-color:var(--bg-01)}.pagination__page ul li span:hover svg,.pagination__page ul li a:hover svg{fill:var(--blue-dark, #253678)}.pagination__page ul li span svg{fill:var(--blue)}.pagination__page ul li.active a{background-color:var(--blue-dark, #253678);color:#fff}.pagination__page ul li.active a svg{fill:#fff}.pagination__more .btn svg{fill:var(--blue-dark);margin-left:.5em;margin-right:-.5em}.pagination__more .btn:hover svg{fill:var(--blue-medium)}.pagination--showmore .pagination__page{width:auto}.table-radius-wrapper{border:1px solid #ced6e0;border-radius:12px;overflow:hidden}.table{display:table;min-width:100%;border-collapse:collapse;margin:-1px 0}@media screen and (max-width: 992.98px){.table{display:block}}.table__tr{display:flex;flex-wrap:wrap;border-bottom:1px solid #eee;white-space:nowrap}@media screen and (min-width: 992.98px){.table__tr{display:table-row;border:none}}.table__tr:hover,.table__tr:hover .table__td{background-color:var(--bg-01)}.table__td{white-space:wrap}@media screen and (max-width: 992.98px){.table__td:before{content:attr(data-title);display:block;font-size:13px;font-weight:400;color:#a8a8a8}}.table__th,.table__td{display:block;line-height:140%;padding:12px;font-weight:400;font-size:14px;vertical-align:middle}@media screen and (min-width: 1440.98px){.table__th,.table__td{font-size:15px}}@media screen and (min-width: 992.98px){.table__th,.table__td{display:table-cell;border:1px solid #ced6e0;padding:20px 12px;border-left:none;border-right:none;max-width:360px}}.table__th:last-child,.table__td:last-child{width:100px}@media screen and (min-width: 992.98px){.table__th:last-child,.table__td:last-child{padding-right:24px}}.table__th:first-child,.table__td:first-child{font-weight:600;width:100%}.table__th:first-child:before,.table__td:first-child:before{display:none}@media screen and (min-width: 992.98px){.table__th:first-child,.table__td:first-child{width:auto;padding-left:24px}}.table__th{display:table-cell;background:var(--bg-01, #ecf0f5);padding-top:20px;padding-bottom:20px;display:none;color:var(--text-02);font-weight:500}@media screen and (min-width: 992.98px){.table__th{display:table-cell}}.table__th--sort{cursor:pointer}.table__th--sort:hover{color:var(--blue-medium)}.table__th--sort:hover .table__sort{opacity:1}.table__th.is-active{color:var(--blue-dark)}.table__sort{width:1em;height:1em;display:inline-block;vertical-align:middle;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTYzIDQuNjA4YS41NTYuNTU2IDAgMDEuNzg1IDBMNSA4LjY2bDQuMDUyLTQuMDUyYS41NTYuNTU2IDAgMTEuNzg1Ljc4Nkw1LjM5MyA5LjgzOGEuNTU2LjU1NiAwIDAxLS43ODYgMEwuMTYzIDUuMzk0YS41NTYuNTU2IDAgMDEwLS43ODZ6IiBmaWxsPSIjMjUzNjc4Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMTYzLjE2M2EuNTU2LjU1NiAwIDAxLjc4NSAwTDUgNC4yMTQgOS4wNTIuMTYzYS41NTYuNTU2IDAgMTEuNzg1Ljc4NUw1LjM5MyA1LjM5M2EuNTU2LjU1NiAwIDAxLS43ODYgMEwuMTYzLjk0OGEuNTU2LjU1NiAwIDAxMC0uNzg1eiIgZmlsbD0iIzI1MzY3OCIvPjwvc3ZnPg==);background-repeat:no-repeat;background-position:center;background-size:10px 10px;opacity:.5;margin-left:.5em;cursor:pointer;transition:.3s ease}.table__sort--up{transform:rotate(180deg)}.table__sort:hover{opacity:1}.table small{display:block;font-size:13px;color:var(--text-02);font-weight:400}.table strong{font-weight:500}.table-dropdown{position:relative}.table-dropdown__title{color:var(--blue-dark);display:inline-flex;align-items:center;cursor:pointer}.table-dropdown__title:after{content:"";width:24px;height:24px;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw1IDMuNTg2IDguMjkzLjI5M2ExIDEgMCAwMTEuNDE0IDEuNDE0bC00IDRhMSAxIDAgMDEtMS40MTQgMGwtNC00YTEgMSAwIDAxMC0xLjQxNHoiIGZpbGw9IiMyNTM2NzgiLz48L3N2Zz4=);background-position:center;background-repeat:no-repeat}.table-dropdown__list{position:absolute;top:100%;opacity:0;visibility:hidden;transform:translateY(5px);transition:.35s ease;z-index:5}.table-dropdown__list ul{border-radius:8px;background:var(--white, #fff);padding:8px;box-shadow:0 4px 12px #0000001f;margin-top:5px}.table-dropdown__list ul li{padding:10px 12px;font-size:15px;border-radius:6px;cursor:pointer}.table-dropdown__list ul li a{display:block}.table-dropdown__list ul li:hover{background:var(--bg-01, #ecf0f5);color:var(--main)}.table-dropdown__list.last-child{top:-200%!important}.table-dropdown:hover .table-dropdown__list{opacity:1;visibility:visible;transform:translateY(0)}.share-list li{color:var(--blue-light)}.share-list li:hover{color:var(--main)}.share-list,.devices-access{display:flex;flex-wrap:wrap;margin:-4px;position:relative;top:5px;max-width:100px}@media screen and (min-width: 992.98px){.share-list,.devices-access{display:inline-flex;left:8px}}.share-list .bgimage,.devices-access .bgimage{width:21px;height:21px;display:inline-block;background-size:contain;background-repeat:no-repeat;opacity:.5}@media screen and (min-width: 480px){.share-list .bgimage,.devices-access .bgimage{width:24px;height:24px}}.share-list li,.devices-access li{padding:4px}.share-list li:hover .bgimage,.devices-access li:hover .bgimage{opacity:1;cursor:pointer}.share-list li:hover svg,.devices-access li:hover svg{fill:var(--blue-dark)}.share-list li span[data-tooltip]:before,.devices-access li span[data-tooltip]:before{top:auto;bottom:calc(100% + 14px);width:auto;min-width:210px;text-align:center}.share-list svg,.devices-access svg{width:24px;height:24px;fill:var(--blue-light);cursor:pointer}.color-status--red{color:var(--red)}.color-status--green,.color-status--orange{color:var(--green)}.table-link a{color:var(--blue-dark);font-weight:600}.table-link a:hover{text-decoration:underline}.header{background-color:transparent}.header-top{padding:16px 0;display:flex}@media screen and (min-width: 1200px){.header-top{padding:32px 0}}.header-top__logo{margin-left:auto;display:flex;align-items:center;margin-right:auto}.header-top__logo .bgimage{width:80px;height:80px;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;display:block;background-position:left center;transition:opacity .3s ease}@media screen and (min-width: 1440.98px){.header-top__logo .bgimage{width:140px;height:140px}}@media screen and (min-width: 767px){.header-top__help,.header-top__site{min-width:215px}}.header-top__help a,.header-top__site a{display:inline-flex;align-items:center;font-weight:600;height:48px;background-color:transparent;border-radius:6px;padding:0 1em;min-width:48px;transition:background .3s ease;color:var(--blue-dark)}.header-top__help a:hover,.header-top__site a:hover{background-color:#fff}@media screen and (min-width: 576px){.header-top__help a svg,.header-top__site a svg{margin-right:10px}}.header-top__help a span,.header-top__site a span{display:none}@media screen and (min-width: 576px){.header-top__help a span,.header-top__site a span{display:inline}}.burger-button{width:41px;height:42px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.8s ease;cursor:pointer}.burger-button span{width:24px;height:2px;background-color:var(--blue-dark, #253678);margin:3px 0;border-radius:5px;transition-property:margin,transform;transition-duration:.3s;transition-timing-function:ease,ease;transition-delay:.5s;transform:rotate(0)}.burger-button.open{transform:rotate(450deg)}.burger-button.open span{margin:-1px 1px -1px -1px}.burger-button.open span:first-child{transform:rotate(45deg);transition:.3s ease}.burger-button.open span:last-child{transform:rotate(-45deg);transition:.3s ease}.footer-bottom{border-top:1px solid rgba(255,255,255,.1294117647);padding:22px 0;text-align:center;opacity:.8}@media screen and (min-width: 992.98px){.footer-bottom{display:flex;justify-content:space-between;align-items:center}}.footer-copyright{padding-bottom:15px;text-align:center;margin:0 auto;color:var(--text-03)}@media screen and (min-width: 992.98px){.footer-copyright{padding-bottom:0}}.footer.footer--personal .container{max-width:100%}@media screen and (min-width: 1200px){.footer.footer--personal .footer-copyright{margin-left:288px}}.section-page-404{padding:50px 0}.page-404{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:580px;margin:0 auto;width:100%}.page-404__image{width:80%;padding-bottom:50px}.page-404__image picture{padding-top:30%;display:block;position:relative;mix-blend-mode:multiply}.page-404__image picture img{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;object-fit:contain;object-position:top center;width:100%;height:100%;max-width:90%;max-height:90%;margin:auto}.page-404__title{font-weight:700;font-size:32px;line-height:133%;text-align:center;text-transform:uppercase;color:var(--blue-dark, #253678);padding-bottom:30px;color:#222;font-weight:800}@media screen and (min-width: 1440.98px){.page-404__title{font-size:36px}}.page-404__desc{max-width:480px;padding-bottom:30px;text-align:center;font-size:14px;line-height:140%}.page-404__btn{padding-bottom:30px}@keyframes slide-X{0%{transform:translate(100%)}to{transform:translate(0)}}.main-menu{position:fixed;z-index:10;background:var(--main);top:74px;left:auto;right:0;bottom:0;color:#242424;display:none;overflow-y:scroll;overflow-x:hidden;padding:80px 25px;animation:slide-X .3s ease forwards;width:100%;max-width:576px}@media screen and (max-width: 992.98px){.main-menu{padding:12px 25px 0}}@media screen and (min-width: 992.98px){.main-menu{top:90px}}@media screen and (min-width: 576px){.main-menu{max-width:400px}}.main-menu__wrp{margin:auto auto auto 0;display:flex;flex-direction:column;height:100%;width:100%}.main-menu.open{display:flex;align-items:center;justify-content:center}.main-menu__logo a{display:flex;align-items:center;flex-direction:column}.main-menu__logo a img{height:40px;width:auto}.main-menu__logo a span{font-size:14px;line-height:130%;text-transform:uppercase;color:#888;margin-left:20px;padding-top:20px}.main-menu__nav{flex-grow:1}.main-menu__nav nav{flex-grow:1}.main-menu__nav nav ul{display:flex;flex-direction:column}.main-menu__nav nav ul li{padding:7px 0;flex-grow:1;position:relative}.main-menu__nav nav ul li:hover>a{color:var(--blue-light, #A8AFC9)}.main-menu__nav nav ul li.isset-sub>a{display:flex;align-items:center}.main-menu__nav nav ul li.isset-sub>a:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDQgNCA0LTQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);width:36px;height:36px;background-size:10px auto;background-position:center;background-repeat:no-repeat;position:relative;top:2px;right:-36px;transition:.3s ease;pointer-events:none}.main-menu__nav nav ul li.isset-sub.open>a{color:var(--blue-dark, #253678)}.main-menu__nav nav ul li.isset-sub.open>a:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDQgNCA0LTQiIHN0cm9rZT0iIzkzQzIyNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=)}.main-menu__nav nav ul li.isset-sub.open>.sub-menu{max-height:none;transform:translateY(0);transition:.4s ease .1s;opacity:1;visibility:visible}.main-menu__nav nav ul li.isset-sub.open>.sub-menu .isset-sub.open a:after{margin-left:auto;transform:rotate(0)}.main-menu__nav nav ul li .sub-menu{background:#fff;display:flex;flex-direction:column;opacity:0;visibility:hidden;max-height:0;overflow:hidden;padding:0}.main-menu__nav nav ul li .sub-menu li{width:100%;padding:0}.main-menu__nav nav ul li .sub-menu li:hover>a{color:var(--blue-dark, #253678)}.main-menu__nav nav ul li .sub-menu li a{font-size:18px;font-weight:600;padding:7px 24px;height:auto}.main-menu__nav nav ul li .sub-menu li a:after{margin-left:auto;transform:rotate(-90deg)}@media screen and (min-width: 1440.98px){.main-menu__nav nav ul li .sub-menu li a{font-size:18px}}.main-menu__nav nav ul li .sub-menu li:last-child{border-bottom:0}.main-menu__nav nav ul li .sub-menu .sub-menu{transform:translateY(0) translate(-7px);padding-left:15px}.main-menu__nav nav ul li .sub-menu .sub-menu a{font-size:18px;font-weight:600}@media screen and (min-width: 1440.98px){.main-menu__nav nav ul li .sub-menu .sub-menu a{font-size:18px}}.main-menu__nav nav ul li a{display:flex;height:36px;align-items:center;color:#fff;position:relative;text-align:center;justify-content:center;font-size:18px;font-weight:500}.main-menu__nav nav ul li a:after{position:absolute!important;left:100%;right:auto}.main-menu__nav nav ul li a svg{width:40px;height:40px;margin-right:10px}.main-menu__nav nav>ul>li.isset-sub>a{display:inline-flex}.main-menu__contact{padding:20px 0}.main-menu__contact .btn{margin:0 auto;width:100%;max-width:280px}.main-menu__contact:before{content:"";height:1px;background-color:#ffffff3a;display:block;margin-left:-24px;margin-right:-24px;margin-bottom:25px}.main-menu__contact .item-contact{margin-bottom:20px}.main-menu__social{padding-top:5px;padding-bottom:25px}.main-menu__social ul{justify-content:flex-start}.form-authentication{max-width:440px;margin:0 10px;padding-top:10vh}@media screen and (min-width: 480px){.form-authentication{margin:0 auto;padding-top:0}}.form-authentication__wrp{background-color:#fff;padding:24px 18px;border-radius:12px}@media screen and (min-width: 480px){.form-authentication__wrp{padding:32px}}.form-authentication__title{color:var(--text-01, #222429);text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:150%;padding-bottom:9px}@media screen and (max-width: 1376px){.form-authentication__title{font-size:20px}}.form-authentication__desc{color:var(--text-02);line-height:150%;text-align:center;padding-bottom:15px}.form-authentication__form .form__note{padding-top:0}.form-authentication__form .form .btn{width:100%}.form-authentication__form .form .btn span{margin:0 .2em}.form-authentication__form .form .checkbox{font-size:15px}@media screen and (min-width: 480px){.form-authentication__form .form .checkbox{font-size:16px}}.form-authentication__form .form .checkbox a{color:var(--blue-dark, #253678);font-weight:600;text-decoration:none;line-height:150%}.form-authentication__form .form .checkbox a:hover{color:var(--blue-medium, #253678)}.form-authentication__login{text-align:center;padding:20px 0;color:var(--text-01);display:flex;align-items:center;justify-content:center}.form-authentication__login a{color:var(--blue-dark);margin:0 10px;font-weight:500}.form-authentication__login a:hover{color:var(--blue-medium, #253678)}.form-authentication__role{margin:-16px}.password-rules{font-size:14px;color:var(--text-02)}.password-rules li{padding-left:26px;position:relative;padding-bottom:10px}.password-rules li svg{position:absolute;left:0;top:0;fill:var(--blue-light)}.password-rules li.is--valid svg{fill:var(--green)}.password-rules li.is--valid span{color:var(--green)}.password-rules li.is--invalid svg{fill:var(--red)}.password-rules li.is--invalid span{color:var(--red)}.show-pass{position:absolute;width:24px;height:24px;display:inline-block;background-color:transparent;right:22px;top:50%;transform:translateY(-50%);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45OTggNWE4LjEyIDguMTIgMCAwMC0xLjg3LjIxNCAxIDEgMCAxMS0uNDU2LTEuOTQ4QTEwLjEyIDEwLjEyIDAgMDExMi4wMDIgM0wxMiA0VjNoLjAwMWMzLjkgMCA2Ljg5NSAyLjIyNyA4Ljg1NCA0LjMxNmEyMC42NzUgMjAuNjc1IDAgMDEyLjgzMSAzLjg1IDExLjgxIDExLjgxIDAgMDEuMTkyLjM1NGwuMDExLjAyMi4wMDMuMDA3LjAwMi4wMDJzMCAuMDAyLS44OTQuNDQ5bC0uOTAxLjQzNGMtLjA5OS0uMTg1LS4wODctLjE2My0uMjQxLS40MzZhMTguNjgxIDE4LjY4MSAwIDAwLTIuNDYzLTMuMzE0QzE3LjYwNSA2Ljc3NCAxNS4xMDEgNSAxMiA1aC0uMDAyem05Ljg2IDYuOTk4Yy0uNTE3LjktMS4xMTQgMS43NTMtMS43ODMgMi41NDhhMSAxIDAgMDAxLjUzIDEuMjg4IDE5LjUgMTkuNSAwIDAwMi4yNzctMy4zNjMgMSAxIDAgMDAuMDEyLS45MThMMjMgMTJsLS44OTQuNDQ4di0uMDAybC0uMDA3LS4wMTJhNi40MDcgNi40MDcgMCAwMC0uMTU2LS4yODcgMTMuNDg2IDEzLjQ4NiAwIDAwLS4wODUtLjE1ek02Ljg1NSA1LjQ1M2ExIDEgMCAwMS0uMTg4IDEuNDAyIDE3LjQ1IDE3LjQ1IDAgMDAtNC41MjQgNS4xNDggMTguNjggMTguNjggMCAwMDIuNDYyIDMuMzEzYzEuNzg5IDEuOTA5IDQuMjkgMy42OCA3LjM4NyAzLjY4NGE5LjA3IDkuMDcgMCAwMDUuMzQyLTEuODU1IDEgMSAwIDExMS4yMTIgMS41OUExMS4wNyAxMS4wNyAwIDAxMTIuMDE2IDIxSDEyYy0zLjkgMC02Ljg5Ni0yLjIyNi04Ljg1NS00LjMxNmEyMC42NyAyMC42NyAwIDAxLTIuODMxLTMuODUgMTIuMzc0IDEyLjM3NCAwIDAxLS4xOTItLjM1NGwtLjAxMS0uMDIyLS4wMDMtLjAwNy0uMDAyLS4wMDJzMC0uMDAyLjg5NC0uNDQ5bC0uODk0LjQ0N2ExIDEgMCAwMS4wMTMtLjkyIDE5LjQ1IDE5LjQ1IDAgMDE1LjMzNC02LjI2MiAxIDEgMCAwMTEuNDAyLjE4OHptMy43NTcgMy43NDVhMSAxIDAgMDEtLjA1IDEuNDE0IDIgMiAwIDEwMi44MjYgMi44MjYgMSAxIDAgMTExLjQ2NCAxLjM2NCA0IDQgMCAxMS01LjY1NC01LjY1NCAxIDEgMCAwMTEuNDE0LjA1eiIgZmlsbD0iIzI1MzY3OCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNLjI5My4yOTNhMSAxIDAgMDExLjQxNCAwbDIyIDIyYTEgMSAwIDAxLTEuNDE0IDEuNDE0bC0yMi0yMmExIDEgMCAwMTAtMS40MTR6IiBmaWxsPSIjMjUzNjc4Ii8+PC9zdmc+);opacity:.5;cursor:pointer}.show-pass:hover{opacity:1}.show-pass.is-active{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjE0IDEyYTE4LjY4IDE4LjY4IDAgMDAyLjQ2NCAzLjMxNkM2LjM5NyAxNy4yMjYgOC45IDE5IDEyIDE5YzMuMSAwIDUuNjA1LTEuNzc0IDcuMzk1LTMuNjg0QTE4LjY4NCAxOC42ODQgMCAwMDIxLjg2IDEyYTE4LjY4MSAxOC42ODEgMCAwMC0yLjQ2NC0zLjMxNkMxNy42MDUgNi43NzQgMTUuMTAxIDUgMTIgNSA4LjkgNSA2LjM5NiA2Ljc3NCA0LjYwNSA4LjY4NEExOC42NzggMTguNjc4IDAgMDAyLjE0IDEyek0yMyAxMmwuODk0LS40NDgtLjAwMi0uMDAzLS4wMDMtLjAwNy0uMDExLS4wMjJhMTAuNjE1IDEwLjYxNSAwIDAwLS4xOTItLjM1NCAyMC42NzUgMjAuNjc1IDAgMDAtMi44MzEtMy44NUMxOC44OTUgNS4yMjYgMTUuODk5IDMgMTIgMyA4LjEgMyA1LjEwNCA1LjIyNiAzLjE0NSA3LjMxNmEyMC42NzQgMjAuNjc0IDAgMDAtMi44MzEgMy44NSAxMi4zNzUgMTIuMzc1IDAgMDAtLjE5Mi4zNTRsLS4wMTEuMDIyLS4wMDMuMDA3LS4wMDIuMDAyczAgLjAwMi44OTQuNDQ5bC0uODk0LS40NDdhMSAxIDAgMDAwIC44OTRMMSAxMmwtLjg5NC40NDcuMDAyLjAwNC4wMDMuMDA3LjAxMS4wMjJhOC4yNjcgOC4yNjcgMCAwMC4xOTIuMzU0IDIwLjY3IDIwLjY3IDAgMDAyLjgzMSAzLjg1QzUuMTA1IDE4Ljc3NCA4LjEgMjEgMTIgMjFjMy45IDAgNi44OTUtMi4yMjYgOC44NTUtNC4zMTZhMjAuNjcyIDIwLjY3MiAwIDAwMi44MzEtMy44NSAxMS44MSAxMS44MSAwIDAwLjE5Mi0uMzU0bC4wMTEtLjAyMi4wMDMtLjAwNy4wMDItLjAwMnMwLS4wMDItLjg5NC0uNDQ5em0wIDBsLjg5NC40NDdjLjE0MS0uMjgxLjE0LS42MTMgMC0uODk1TDIzIDEyeiIgZmlsbD0iIzI1MzY3OCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMTBhMiAyIDAgMTAwIDQgMiAyIDAgMDAwLTR6bS00IDJhNCA0IDAgMTE4IDAgNCA0IDAgMDEtOCAweiIgZmlsbD0iIzI1MzY3OCIvPjwvc3ZnPg==)}.forgot-psw{color:#253678}.forgot-psw:hover{opacity:.7}.personal-aside{padding:16px 0}.personal-aside__logo{padding-bottom:10px}.personal-aside__logo span{padding-top:22%;display:block;background-repeat:no-repeat;background-position:left center}.personal-aside__nav ul li{min-height:42px;background-color:transparent;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:12px;position:relative}.personal-aside__nav ul li a{display:flex;align-items:center;padding:10px 12px;width:100%;color:var(--text-01);border-radius:8px}.personal-aside__nav ul li a .ic_24{margin-right:10px;opacity:.5}.personal-aside__nav ul li a.is-active .ic_24{opacity:1}.personal-aside__nav ul li.is-sub-menu .is-closed{height:0;overflow:hidden;padding:0}.personal-aside__nav ul li.is-sub-menu .sub-menu li{min-height:35px;cursor:pointer}.personal-aside__nav ul li.is-sub-menu .sub-menu li a{background-color:transparent;font-size:14px;font-weight:500}.personal-aside__nav ul li.is-sub-menu .sub-menu li a.is-active{color:var(--blue-dark)}.personal-aside__nav ul li.is-sub-menu .sub-menu li a.is-active:before{background-color:var(--blue-dark)}.personal-aside__nav ul li.is-sub-menu.is-open .sub-menu{padding-bottom:8px}.personal-aside__nav ul li.is-sub-menu .is-sub-menu-arrow{position:relative;cursor:pointer}.personal-aside__nav ul li.is-sub-menu .is-sub-menu-arrow.is-opened,.personal-aside__nav ul li.is-sub-menu .is-sub-menu-arrow:hover{color:var(--blue-dark)}.personal-aside__nav ul li.is-sub-menu .is-sub-menu-arrow.is-opened :after,.personal-aside__nav ul li.is-sub-menu .is-sub-menu-arrow:hover :after{transform:rotate(180deg) translateY(50%)!important}.personal-aside__nav ul li.is-sub-menu .is-sub-menu-arrow :after{width:12px;height:12px;position:absolute;right:16px;top:50%;transform:translateY(-50%);content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw3IDUuNTg2IDEyLjI5My4yOTNhMSAxIDAgMTExLjQxNCAxLjQxNGwtNiA2YTEgMSAwIDAxLTEuNDE0IDBsLTYtNmExIDEgMCAwMTAtMS40MTR6IiBmaWxsPSIjMjUzNjc4Ii8+PC9zdmc+);background-position:center;background-repeat:no-repeat;background-size:contain;transition:.3s ease;cursor:pointer}.personal-aside__nav ul li:hover .ic_24{opacity:1}.personal-aside__nav ul li:hover>a{color:var(--blue-dark)}.personal-aside__nav ul.sub-menu{width:100%;padding-left:32px}.personal-aside__nav ul.sub-menu li{padding:0;margin:0}.personal-aside__nav ul.sub-menu li a{padding:0 0 0 16px;position:relative}.personal-aside__nav ul.sub-menu li a:before{content:"";width:4px;min-width:4px;height:4px;display:inline-block;position:absolute;left:0;top:8px;background-color:var(--blue-light);border-radius:50%}.personal-aside__services{border-top:1px solid #ced6e0;padding-top:16px}.personal-aside__services svg{fill:#fff}.personal-aside__services .btn{justify-content:flex-start}.personal-top{display:flex;padding:10px 0;align-items:center}.personal-top__right{display:flex;margin-left:auto;padding:6px 0;position:relative;white-space:nowrap}.personal-top__left{display:flex;align-items:center}.personal-top__left .btn-burger.open{z-index:100;position:relative}@media screen and (min-width: 1200px){.personal-top__left .btn-burger{display:none}}.chat-tooltip-msg{font-size:15px}.link-icon{border-radius:8px;margin-left:16px;cursor:pointer;display:flex;align-items:center;gap:8px}@media screen and (min-width: 480px){.link-icon{position:relative}}.link-icon__svg{width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:.3s ease}.link-icon__dropdown{position:absolute;z-index:1;right:0;width:320px;max-width:320px;padding:16px;background:#fff;border-radius:8px;background:var(--white, #fff);box-shadow:0 4px 12px #0000001f;top:calc(100% + 8px);opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s ease 0s}@media screen and (min-width: 576px){.link-icon__dropdown{padding:16px 24px;width:360px;max-width:360px}}.link-icon:hover,.link-icon--white{background-color:#fff}.link-icon:hover .link-icon__dropdown{opacity:1;visibility:visible;transform:translateY(0);transition-delay:.2s}.dropdown-icon{padding:6px 8px;border-radius:8px;position:relative;transition:.3s ease}.dropdown-icon__head{display:flex;align-items:center;cursor:pointer}.dropdown-icon__list{position:absolute;top:calc(100% + 8px);left:0;border-radius:8px;background:var(--white, #fff);box-shadow:0 4px 12px #0000001f;padding:16px;visibility:hidden;opacity:0;transform:translateY(10px);transition:.3s ease;z-index:5;width:360px}@media screen and (max-width: 576px){.dropdown-icon__list{width:320px}}@media screen and (max-width: 480px){.dropdown-icon__list{width:280px}}@media screen and (max-width: 400px){.dropdown-icon__list{width:240px;word-break:break-all}}.dropdown-icon__list ul li{border-radius:8px;border:1px solid var(--stroke, #ced6e0);background:var(--bg-01, #ecf0f5);margin-bottom:8px;transition:.3s ease}.dropdown-icon__list ul li a{display:block;padding:16px}.dropdown-icon__list ul li strong{display:block}.dropdown-icon__list ul li:hover{background-color:#e3e6eb}.dropdown-icon__list ul li.is-active{border-color:var(--blue-dark, #253678);background:var(--blue-dark, #253678)}.dropdown-icon__list ul li.is-active a,.dropdown-icon__list ul li.is-active span,.dropdown-icon__list ul li.is-active strong{color:#fff}.dropdown-icon__list ul li:last-child{margin-bottom:0}.dropdown-icon__svg{width:48px;height:48px;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 576px){.dropdown-icon__svg{margin-right:5px}}.dropdown-icon__arrow{display:flex;align-items:center;align-self:stretch;margin-left:2px}@media screen and (min-width: 576px){.dropdown-icon__arrow{align-items:flex-end;margin-right:8px}}.dropdown-icon__arrow:after{content:"";width:24px;height:24px;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw1IDMuNTg2IDguMjkzLjI5M2ExIDEgMCAwMTEuNDE0IDEuNDE0bC00IDRhMSAxIDAgMDEtMS40MTQgMGwtNC00YTEgMSAwIDAxMC0xLjQxNHoiIGZpbGw9IiMyNTM2NzgiLz48L3N2Zz4=);background-position:center;background-repeat:no-repeat}.dropdown-icon__text{display:none}@media screen and (min-width: 576px){.dropdown-icon__text{display:block}}.dropdown-icon__title{font-size:16px;font-weight:500;color:var(--blue-dark)}.dropdown-icon__subtitle{font-size:13px;color:var(--text-02);padding-bottom:4px}.dropdown-icon:hover,.dropdown-icon.is-open{background-color:#fff}.dropdown-icon:hover .dropdown-icon__list,.dropdown-icon.is-open .dropdown-icon__list{visibility:visible;opacity:1;transform:translateY(0)}.table-action{display:flex}.table-action li{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 2px}.table-action li svg{fill:#a8afc9}.table-action li:hover{background-color:var(--bg-01);border-radius:6px}.table-action li:hover svg{fill:#253678}.table-action li:hover.row-remove svg{fill:#df1f26}.table-action-svg{width:24px;height:24px}.top-nitification__item{padding:8px 0 11px;border-bottom:1px solid #ced6e0}.top-nitification__title{font-size:15px;padding-bottom:8px}.top-nitification__title span{font-weight:600}.top-nitification__text,.top-nitification__date{color:var(--text-02, #787d8f);font-size:13px}.top-nitification__date{padding-bottom:8px}.top-nitification__bottom{display:flex;align-items:center;justify-content:space-between;padding:14px 0 2px}.top-nitification__all{font-weight:600;color:var(--blue-dark)}.top-nitification__all a{color:var(--blue-dark);transition:.3s ease}.top-nitification__all a:hover{text-decoration:underline}.top-nitification__setting svg{fill:var(--blue-dark);transition:.3s ease}.top-nitification__setting:hover svg{fill:var(--blue-light)}.item-nitification--green{color:var(--green)}.item-nitification--red{color:var(--red)}.user-profile{display:flex}.user-profile__avatar .bgimage{display:block;width:48px;height:48px;background-color:var(--bg-01);border-radius:6px;background-position:center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDIxdi0yYTQgNCAwIDAwLTQtNEg4YTQgNCAwIDAwLTQgNHYyTTE2IDdhNCA0IDAgMTEtOCAwIDQgNCAwIDAxOCAweiIgc3Ryb2tlPSIjMjUzNjc4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==)}.user-profile__name{font-size:16px;color:var(--blue-dark);font-weight:500;padding-bottom:4px}.user-profile__data{padding-left:12px}.user-profile__info{font-size:13px;color:var(--text-02)}.profile-tooltip__user{padding-bottom:20px}.profile-tooltip__links{border-top:1px solid #eee;padding:14px 24px;margin:0 -24px}.profile-tooltip__links ul li a{display:flex;align-items:center;padding:12px 16px;border-radius:6px;transition:.3s ease;font-weight:500;gap:10px}.profile-tooltip__links ul li a:hover{background-color:var(--bg-01);color:var(--blue-dark)}.profile-tooltip__links ul li a button{cursor:pointer;height:40px;width:40px;display:flex;justify-content:center;align-items:center}.profile-tooltip__links ul li a button:hover{background-color:#fff;border-radius:50%;color:var(--blue-dark)}.select-role{border-radius:8px;background:var(--white, #fff);padding:16px;transition:.3s ease;z-index:5}.select-role ul li{border-radius:8px;border:1px solid var(--stroke, #ced6e0);background-color:var(--bg-01, #ecf0f5);margin-bottom:8px;transition:.3s ease;background-size:8px auto;background-repeat:no-repeat;background-position:calc(100% - 20px) center;padding-right:36px;font-size:14px;color:var(--bg-03)}.select-role ul li a{display:block;padding:16px}.select-role ul li strong{display:block;color:var(--blue-dark);font-size:18px;font-weight:600;padding-bottom:.5em}.select-role ul li:hover,.select-role ul li.is-active{border-color:var(--blue-dark, #253678);background-color:var(--blue-dark, #253678);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMGw2IDZhMSAxIDAgMDEwIDEuNDE0bC02IDZhMSAxIDAgMDEtMS40MTQtMS40MTRMNS41ODYgNyAuMjkzIDEuNzA3YTEgMSAwIDAxMC0xLjQxNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)}.select-role ul li:hover a,.select-role ul li:hover span,.select-role ul li:hover strong,.select-role ul li.is-active a,.select-role ul li.is-active span,.select-role ul li.is-active strong{color:#fff}.select-role ul li:last-child{margin-bottom:0}.personal-content{background-color:#fff;height:100%;padding:16px;border-radius:12px}@media screen and (min-width: 576px){.personal-content{padding:32px}}.personal-content__h1{padding-bottom:28px;font-size:24px;font-weight:600}.personal-content__h2{padding-bottom:14px;font-size:20px;font-weight:600}.personal-content__desc{padding-bottom:28px;font-size:15px;line-height:150%}.personal-content__desc a{color:var(--blue-dark);font-weight:600}.personal-content__action{padding-bottom:24px;display:flex;align-items:center}.personal-content__table{border:1px solid #ced6e0;border-radius:12px;overflow:hidden}.personal-content__pagination{padding-top:30px}.personal-content__sortable{margin-left:auto}.personal-content__tabs{padding-bottom:32px;width:100%}.personal-content__tabs ul{display:inline-flex;background-color:var(--bg-01);padding:6px;border-radius:12px;overflow-x:auto;max-width:100%}@media screen and (min-width: 992.98px){.personal-content__tabs ul{max-width:100%}}.personal-content__tabs ul li a{min-height:44px;display:flex;align-items:center;justify-content:center;padding-left:1.25em;padding-right:1.25em;color:var(--text-02);border-radius:8px;font-size:15px;font-weight:500;white-space:nowrap}.personal-content__tabs ul li a:hover{color:var(--blue-dark)}.personal-content__tabs ul li a.is-active{background-color:#fff;color:var(--blue-dark)}@media screen and (max-width: 480px){.personal-content__add .hide-small-device{display:none}}.personal-content__methods{width:100%;overflow-x:auto;overflow-y:hidden}.personal-content__methods .link-dropdown__title{font-size:inherit}.personal-content__methods .link-dropdown__title:after{margin-left:.5em;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw1IDMuNTg2IDguMjkzLjI5M2ExIDEgMCAwMTEuNDE0IDEuNDE0bC00IDRhMSAxIDAgMDEtMS40MTQgMGwtNC00YTEgMSAwIDAxMC0xLjQxNHoiIGZpbGw9IiM3ODdEOEYiLz48L3N2Zz4=)}.personal-content--row{padding-bottom:24px}@media screen and (min-width: 1200px){.personal-content--row{display:flex;padding-bottom:0}}@media screen and (min-width: 1200px){.personal-content__left-side{width:calc(100% - 604px);padding-right:32px}}@media screen and (min-width: 1200px){.personal-content__right-side{width:604px}}.personal-content__find{width:100%}@media screen and (min-width: 480px){.personal-content__find{max-width:480px}}.personal-content__find input{width:100%}.link-dropdown{position:relative}.link-dropdown__title{background-color:var(--bg-01);height:48px;display:flex;align-items:center;border-radius:8px;font-size:16px;padding:12px 16px;font-size:0;justify-content:space-between}@media screen and (min-width: 0){.link-dropdown__title{font-size:16px}}.link-dropdown__title:after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iNCIgeT0iNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjMiIHJ4PSIxLjUiIGZpbGw9IiMyNTM2NzgiLz48cmVjdCB4PSI4IiB5PSIxMSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjMiIHJ4PSIxLjUiIGZpbGw9IiMyNTM2NzgiLz48cmVjdCB4PSIxMyIgeT0iMTciIHdpZHRoPSI3IiBoZWlnaHQ9IjMiIHJ4PSIxLjUiIGZpbGw9IiMyNTM2NzgiLz48L3N2Zz4=);width:18px;height:18px;background-repeat:no-repeat;background-position:center;transition:.3s ease}@media screen and (min-width: 0){.link-dropdown__title:after{margin-left:10px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw1IDMuNTg2IDguMjkzLjI5M2ExIDEgMCAwMTEuNDE0IDEuNDE0bC00IDRhMSAxIDAgMDEtMS40MTQgMGwtNC00YTEgMSAwIDAxMC0xLjQxNHoiIGZpbGw9IiM3ODdEOEYiLz48L3N2Zz4=)}}.link-dropdown__list{position:absolute;top:calc(100% + 8px);right:0;border-radius:8px;background:var(--white, #fff);box-shadow:0 4px 12px #0000001f;width:100%;visibility:hidden;opacity:0;transform:translateY(10px);transition:.3s ease;z-index:5;padding:16px}.link-dropdown__list li{display:flex;align-items:center;padding:12px 16px;border-radius:6px;transition:.3s ease}.link-dropdown__list li svg{margin-left:auto}.link-dropdown__list li:hover{background-color:var(--bg-01)}.link-dropdown .link-dropdown__title--active:after{transform:rotate(180deg)}.link-dropdown:hover{background-color:#fff}.link-dropdown--right .link-dropdown__list{right:auto;left:0}.tabs-icons{display:flex;align-items:center;width:100%}.tabs-icons li{width:48px;min-width:48px;height:48px;border:1px solid #ecf0f5;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-right:12px;cursor:pointer;overflow:hidden}.tabs-icons li:last-child{margin-right:0}.tabs-icons li:hover{background-color:#ecf0f5}.tabs-icons li.is-active{background-color:var(--blue-dark);border:1px solid var(--blue-dark)}.tabs-icons li.is-active .bgimage{filter:brightness(200)}.tabs-icons .bgimage{width:24px;height:24px;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;display:block}.tabs-icons span[data-tooltip]:before{min-width:auto;white-space:nowrap;width:auto;top:calc(100% + 20px)}.tabs-icons span[data-tooltip]:hover:before{transition-delay:.6s}.table--statistic .table__td:first-child{font-weight:400}.popup-form{padding:24px 12px;max-width:735px;max-height:90vh;overflow:auto}@media screen and (min-width: 480px){.popup-form{padding:24px}}.popup-form__title{font-size:24px;font-weight:600;text-align:center;padding-bottom:20px}.popup-form__desc{padding-bottom:15px;text-align:center;color:var(--text-02);line-height:135%}.popup-form__fields .btn{width:100%}.popup-form__fields .form__tabs .checkbox{font-weight:600}.popup-form__cost{padding-bottom:12px}.popup-replenishment{padding:24px 12px;max-width:560px}@media screen and (min-width: 480px){.popup-replenishment{padding:24px}}.popup-replenishment__title{font-size:24px;font-weight:600;padding-bottom:20px}.popup-replenishment__desc{padding-bottom:15px;color:var(--text-02);line-height:135%}.popup-replenishment__form .form__note{font-size:13px;color:var(--text-02);line-height:150%}.popup-replenishment__form .form__note picture{display:block;padding-top:24px}.popup-replenishment__form .form__note img{max-width:100%}.popup-replenishment__form .form .btn{width:100%}.popup-replenishment__form .form .input-replenishment{max-width:375px}.popup-replenishment__cost{padding-bottom:12px}.select-address-on-map{padding:12px}.map-select{height:50vh;background-color:var(--bg-01);width:100%;border-radius:8px}.select-ymaps{font-family:GolosText,sans-serif;padding-left:10px;padding-top:10px}.select-ymaps__title{font-size:14px;font-family:GolosText,sans-serif;color:var(--text-02);padding-bottom:5px}.select-ymaps__adrss{font-size:15px;padding-bottom:10px;border-bottom:1px solid #ced6e0;margin-bottom:10px}.select-ymaps__btn button{margin:0 auto;background-color:transparent;color:var(--blue-dark);height:44px}.select-ymaps__btn button:hover{color:#fff}.worktime-toggle{width:100%;color:var(--blue-dark);font-weight:500;font-size:16px;padding-top:12px}.worktime-toggle span{display:inline-flex;align-items:center;cursor:pointer}.worktime-toggle span:after{content:"";width:24px;height:24px;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS4yOTMuMjkzYTEgMSAwIDAxMS40MTQgMEw1IDMuNTg2IDguMjkzLjI5M2ExIDEgMCAwMTEuNDE0IDEuNDE0bC00IDRhMSAxIDAgMDEtMS40MTQgMGwtNC00YTEgMSAwIDAxMC0xLjQxNHoiIGZpbGw9IiMyNTM2NzgiLz48L3N2Zz4=);background-position:center;background-repeat:no-repeat;transition:.3s ease}.worktime-toggle span.is-active:after{transform:rotate(180deg)}.video-arhive__title{font-size:22px;font-weight:500;color:var(--blue-dark);padding-bottom:24px;width:100%;align-items:center;display:flex;cursor:pointer}.video-arhive__title:after{content:"";width:24px;height:24px;display:block;margin-left:auto;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDYgNiA2LTYiIHN0cm9rZT0iIzI1MzY3OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-position:center;background-repeat:no-repeat;transition:transform .3s ease}.video-arhive__all{display:none}.video-arhive__year{max-width:200px;padding-bottom:16px}.video-arhive__item{padding-bottom:24px;font-size:16px;font-weight:500}.video-arhive__item strong{display:block;padding-bottom:12px;font-size:16px}.video-arhive__item ul{display:flex;margin:-3px;flex-wrap:wrap}.video-arhive__item ul li{padding:3px;flex-basis:110px;color:var(--blue-dark);cursor:pointer}.video-arhive__item ul li[disabled]{color:var(--blue-light);cursor:default}.video-arhive.is-open .video-arhive__title:after{transform:rotate(180deg)}.video-arhive.is-open .video-arhive__all{display:block}.popup-live{padding:24px 12px;max-width:1200px;width:calc(100vw - 20px);max-width:100%}@media screen and (min-width: 480px){.popup-live{padding:24px;width:calc(100vw - 60px)}}.popup-live__title{font-size:20px;font-weight:600;text-align:center;padding-bottom:20px}@media screen and (min-width: 480px){.popup-live__title{font-size:24px}}.popup-live__desc{padding-bottom:15px;text-align:center;color:var(--text-02);line-height:135%}.popup-live__desc ul{display:flex;margin:-4px 0 12px;justify-content:center;flex-wrap:wrap}.popup-live__desc ul li{padding:2px 0;font-size:13px}@media screen and (min-width: 480px){.popup-live__desc ul li{font-size:15px;padding:4px 0}}.popup-live__desc ul li:after{content:"•";margin:.4em}@media screen and (min-width: 480px){.popup-live__desc ul li:after{content:"-";margin:.8em}}.popup-live__desc ul li:last-child:after{display:none}.popup-live__fields .btn{width:100%}.popup-live__fields .form__tabs .checkbox{font-weight:600}.popup-live__slider .splide__slide picture{background-color:#eee;position:relative;display:block;padding-top:56%}.popup-live__slider .splide__slide picture img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain}.popup-live__bottom{display:flex;flex-wrap:wrap;align-items:center;padding-top:12px}.popup-live__video,.popup-live__gophoto{margin-right:auto;display:flex;align-items:center;cursor:pointer}.popup-live__video svg,.popup-live__gophoto svg{margin-right:10px}.popup-live__video span,.popup-live__gophoto span{color:var(--blue-dark);font-weight:500}.popup-live__video:hover span,.popup-live__gophoto:hover span{text-decoration:underline}.popup-live__gophoto{justify-content:center;padding-top:12px;margin-left:auto}.popup-live__nav{display:flex;align-items:center}.popup-live__nav-prev,.popup-live__nav-next{display:flex;align-items:center;width:48px;height:48px;justify-content:center;cursor:pointer}.popup-live__nav-prev svg,.popup-live__nav-next svg{fill:var(--text-02)}.popup-live__nav-prev:hover,.popup-live__nav-next:hover{background-color:var(--bg-01);border-radius:6px}.popup-live__nav-prev:hover svg,.popup-live__nav-next:hover svg{fill:var(--blue-dark)}.popup-live__nav-prev:disabled,.popup-live__nav-next:disabled{opacity:.5;cursor:default}.popup-live__nav-slides{display:flex;align-items:center;height:48px;min-width:48px;justify-content:center}.popup-live__nav-slides span{padding:0 4px}.popup-live__arrow{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee;margin-bottom:24px}.popup-live__arrow-prev,.popup-live__arrow-next{display:flex;align-items:center;justify-content:center;cursor:pointer;height:48px;font-size:16px;font-weight:500;color:var(--blue-dark)}.popup-live__arrow-prev svg,.popup-live__arrow-next svg{fill:var(--text-02);width:48px;height:48px}.popup-live__arrow-prev:hover,.popup-live__arrow-next:hover{background-color:var(--bg-01);border-radius:6px}.popup-live__arrow-prev:hover svg,.popup-live__arrow-next:hover svg{fill:var(--blue-dark)}.popup-live__arrow-prev:disabled,.popup-live__arrow-next:disabled{opacity:.5;cursor:default}.popup-live__arrow-prev{padding-right:24px}.popup-live__arrow-next{padding-left:24px}.popup-live__arrow-slides{display:flex;align-items:center;height:48px;min-width:48px;justify-content:center}.popup-live__arrow-slides span{padding:0 4px}.iframe-video{padding-top:55%;position:relative;background-color:var(--bg-01);width:100%}.iframe-video iframe{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5}.popup-common{padding:24px 12px;max-width:1200px}@media screen and (min-width: 480px){.popup-common{padding:24px}}.popup-common__title{font-size:24px;font-weight:600;text-align:center;padding-bottom:20px}.popup-common__desc{padding-bottom:15px;text-align:center;color:var(--text-02);line-height:135%}.popup-common__fields .btn{width:100%}.popup-common__fields .form__tabs .checkbox{font-weight:600}.popup-common__table{padding-bottom:24px}.page-devices{padding-top:5px}.page-devices__list{display:flex;flex-wrap:wrap;margin:-12px}@media screen and (min-width: 1440.98px){.page-devices__list{margin:-16px}}.page-devices__item{padding:12px}@media screen and (min-width: 1660px){.page-devices__item{max-width:25%;padding:16px}}@media screen and (min-width: 1440.98px){.page-devices__item{max-width:33.33%;padding:16px}}@media screen and (min-width: 767px){.page-devices__item{max-width:50%;padding:16px}}.page-devices__title{font-weight:600;font-size:20px;padding-bottom:.6em;line-height:135%}.page-devices__desc{padding-bottom:2.3em;font-size:15px;line-height:140%}@media screen and (max-width: 480px){button[data-address=select-map]{font-size:0}button[data-address=select-map]:before{content:"Выбрать на карте";font-size:16px}}.card-device{background-color:var(--bg-01);border-radius:8px;padding:24px;height:100%;display:flex;flex-direction:column;transition:.3s ease}.card-device:hover{background-color:#e2e7ee}.card-device__icon{padding-bottom:16px}.card-device__icon .bgimage{width:64px;height:64px;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;display:block}.card-device__title{padding-bottom:12px;font-size:18px;color:var(--text-01);line-height:155%;font-weight:600}.card-device__desc{padding-bottom:24px;font-size:15px;color:var(--text-02);line-height:160%}.card-device__links{margin-top:auto}.card-device__links ul li{margin-bottom:10px}.card-device__links ul li:last-child{margin-bottom:0}.card-device__links a{font-weight:600;color:var(--blue-dark)}.card-device__links a:hover{text-decoration:underline}.access-config__title{font-size:20px;font-weight:600;padding-bottom:12px}.access-config__desc{padding-bottom:28px;font-size:15px;line-height:135%}.access-config__desc a{color:var(--blue-dark);font-weight:600}.access-config__action{padding-bottom:24px;display:flex;flex-wrap:wrap;margin:-6px}@media screen and (min-width: 1650px){.access-config__action{flex-wrap:nowrap}}.access-config__action>div{padding:6px}@media screen and (max-width: 480px){.access-config__action>div{width:100%}.access-config__action>div .btn{width:100%}}.access-config__find{width:100%;order:10}@media screen and (min-width: 767px){.access-config__find{max-width:360px}}@media screen and (min-width: 1650px){.access-config__find{max-width:100%}}@media screen and (max-width: 480px){.access-config__add,.access-config__add .btn{width:100%}}.access-config__find.access-config__find--min{max-width:360px}.worktime{margin:-2px;padding-top:14px}.worktime .label input[type=checkbox]{display:none}.worktime .label input[type=checkbox]:checked~.worktime-item .worktime-item__day span{background-color:var(--blue-dark, #253678);color:#fff}.worktime .label input[type=checkbox]:checked~.worktime-item .worktime-item__from input,.worktime .label input[type=checkbox]:checked~.worktime-item .worktime-item__to input{pointer-events:all}.worktime-item{display:flex}.worktime-item input::placeholder{color:#8f8f8f;font-size:13px}.worktime-item__from,.worktime-item__to,.worktime-item__day{padding:4px}.worktime-item__from input,.worktime-item__to input,.worktime-item__day input{background-color:#f5f5f5}.worktime-item__day span{width:48px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;border-radius:8px;height:100%;background-color:var(--blue-light);cursor:pointer;transition:.3s ease}.worktime-item__day span:hover{background-color:#9da3bd}.personal-content__tabs ul li.is-active a{background-color:#fff;color:var(--blue-dark)}.report-filter{border:1px solid #ced6e0;border-radius:12px;padding:9px 6px}@media screen and (min-width: 576px){.report-filter{padding:24px}}.report-filter__range{display:flex;flex-wrap:wrap}.report-filter__field{flex-grow:1;width:100%;display:flex;flex-direction:column;max-width:360px;margin-right:12px;flex-basis:320px}.report-filter__field .af-select{width:100%}@media screen and (min-width: 1440.98px){.report-filter__field .af-select{max-width:360px}}.report-filter__field label{padding-bottom:10px;display:block;color:var(--text-01);font-size:15px}.report-filter__field .btn{margin-top:auto}@media screen and (max-width: 480px){.report-filter__field .btn{width:100%}}.report-filter__field .input--date{margin-right:6px}.report-filter__submit{padding:0!important;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.report-filter__date{display:flex;padding-bottom:14px}.report-filter__date input{width:calc(100% - 100px)!important;margin-right:4px}.report-filter__date .af-select,.report-filter__date select{width:100px;max-width:100px}.report-filter__label{padding-bottom:21px}.report-filter__tags{padding-bottom:12px}.report-filter__tags ul{display:flex;flex-wrap:wrap;margin:-3px}.report-filter__tags ul li{padding:3px}.el-tags input{display:none}.el-tags input:checked~span{background-color:var(--blue-dark);color:#fff;border:1px solid var(--blue-dark)}.el-tags span{display:inline-flex;padding:4px 12px 6px;border-radius:8px;line-height:24px;min-height:36px;cursor:pointer;font-size:15px;border:1px solid var(--stroke, #ced6e0)}.el-tags span:hover{background-color:var(--stroke, #ced6e0)}.activate-service{display:flex;flex-wrap:wrap;background-color:var(--bg-01);padding:16px;border-radius:8px}@media screen and (min-width: 767px){.activate-service{flex-wrap:nowrap;align-items:center;padding:20px 26px}}.activate-service__icon{width:56px;min-width:56px}@media screen and (min-width: 767px){.activate-service__icon{width:64px;min-width:64px}}.activate-service__icon .bgimage{position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;display:block;padding-top:100%}.activate-service__title{color:var(--text-01);font-size:17px;font-weight:600;padding-bottom:.6em}@media screen and (min-width: 480px){.activate-service__title{font-size:18px}}.activate-service__desc{color:var(--text-02);font-size:14px;line-height:140%}@media screen and (min-width: 480px){.activate-service__desc{font-size:15px}}.activate-service__main{width:calc(100% - 56px);padding-left:20px}@media screen and (min-width: 767px){.activate-service__main{padding-right:20px}}.activate-service__btn{padding-top:24px;width:100%}@media screen and (min-width: 480px){.activate-service__btn{width:auto}}@media screen and (min-width: 767px){.activate-service__btn{padding-top:0}}.activate-service__btn .btn{width:100%}.report-result{padding-top:32px}.report-result__title{font-weight:600;font-size:18px;line-height:160%;padding-bottom:.6em}@media screen and (min-width: 576px){.report-result__title{font-size:20px}}.report-result__action{display:flex;flex-wrap:wrap;padding-bottom:24px;margin:-6px}.report-result__item{padding:6px;flex-grow:1;flex-basis:360px}@media screen and (min-width: 1440.98px){.report-result__item{max-width:400px}}.report-result__item--export{margin-left:auto;flex-grow:unset;flex-basis:auto}.report-result__table{padding-bottom:24px}.report-result .table--report .table__th:last-child,.report-result .table--report .table__td:last-child{width:auto}@media screen and (min-width: 1200px){.report-result .table--report .table__th:last-child,.report-result .table--report .table__td:last-child{width:340px}}@media screen and (min-width: 992.98px){.report-result .table--report .table__th:first-child,.report-result .table--report .table__td:first-child{font-weight:400;width:360px}}@media screen and (min-width: 992.98px){.report-result .table--lastmaxwidth .table:first-child{font-weight:400}}.report-result .table--lastmaxwidth .table__th:last-child,.report-result .table--lastmaxwidth .table__td:last-child{width:auto}@media screen and (min-width: 1200px){.report-result .table--lastmaxwidth .table__th:last-child,.report-result .table--lastmaxwidth .table__td:last-child{width:185px}}.memory-info{padding:24px;background-color:var(--bg-01);border-radius:8px;margin-bottom:30px}.memory-info__title{padding-bottom:12px;font-weight:600;font-size:18px}.memory-info__desc{padding-bottom:12px;color:var(--text-02)}.memory-info__link a{font-weight:500;color:var(--blue-dark);font-size:15px}.memory-info__action{display:flex;flex-wrap:wrap;padding-bottom:12px;margin:-6px}.memory-info__action a{padding:6px}@media screen and (max-width: 480px){.memory-info__action a{display:block;width:100%}}.memory-info__action .btn{width:100%}@media screen and (min-width: 992.98px){.report-graph{display:flex}.report-graph__days{width:23%;min-width:320px}.report-graph__main{width:77%;padding-left:48px}}@media screen and (min-width: 992.98px){.report-graph__main{display:flex;flex-direction:column}}.report-graph__title{font-size:20px;font-weight:600;padding-bottom:.8em}.report-graph__day{display:flex;min-height:36px;align-items:center;margin:8px 0;border:1px solid var(--stroke);border-radius:8px;padding:6px 12px;font-size:15px;color:var(--text-01);cursor:pointer}.report-graph__day:hover{background-color:var(--bg-01)}.report-graph__day-name{flex-grow:1}.report-graph__day-count{color:var(--text-02)}.report-graph__day.is-active,.report-graph__day:active{background-color:var(--blue-dark);border-color:var(--blue-dark);color:#fff}.report-graph__day.is-active .report-graph__day-count,.report-graph__day:active .report-graph__day-count{color:#fff}.report-graph__container{flex-grow:1;min-height:360px}.report-graph__metrics{display:flex;flex-wrap:wrap}.report-graph__metrics>div{margin-right:14px;margin-bottom:12px}.report-graph__metrics>div strong,.report-graph__metrics>div small{display:block}.report-graph__metrics>div small{font-size:15px;color:var(--text-02);line-height:150%;padding-bottom:5px}.report-graph__metric-red strong{color:var(--red);font-size:16px}.report-graph__metric-green strong{color:var(--green);font-size:16px}.report-media{padding-bottom:36px}.report-media__list{display:flex;flex-wrap:wrap;margin:-12px}@media screen and (min-width: 992.98px){.report-media__list{margin:-16px}}.report-media__item{padding:12px;flex-grow:1;width:100%}@media screen and (min-width: 992.98px){.report-media__item{padding:16px}}@media screen and (min-width: 576px){.report-media__item{max-width:50%;flex-basis:50%}}@media screen and (min-width: 992.98px){.report-media__item{max-width:33.33%;flex-basis:33.33%}}.card-media__preview{padding-bottom:10px;position:relative;cursor:pointer}@media screen and (min-width: 992.98px){.card-media__preview{padding-bottom:12px}}.card-media__preview picture{position:relative;display:block;padding-top:57%;background-color:#eee;border-radius:8px;overflow:hidden}.card-media__preview picture img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.card-media__preview:hover .card-media__view{opacity:1}.card-media__name{text-align:center;font-size:16px;font-weight:500;padding-bottom:10px}@media screen and (min-width: 992.98px){.card-media__name{padding-bottom:10px}}.card-media__text{color:var(--text-02);font-size:14px;text-align:center}.card-media__play{position:absolute;top:12px;left:12px;cursor:pointer}.card-media__view{background-color:#00000080;position:absolute;top:0;left:0;right:0;z-index:2;bottom:12px;border-radius:8px;display:flex;align-items:center;justify-content:center;opacity:0;transition:.3s ease}.card-media .splide__arrows{opacity:0}.card-media .splide__pagination{z-index:10}.card-media .splide__pagination__page{background-color:#fff}.card-media .splide__pagination__page .is-active{transform:scale(1)}.card-media:hover .splide__arrows{opacity:1}.transactions-bill{padding:12px;border:1px solid var(--bg-02);border-radius:8px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:24px}.transactions-bill__state{display:flex;align-items:center;min-height:48px}.transactions-bill__icons{margin-right:16px;margin-left:10px}.transactions-bill__val{color:var(--text-01, #222429);font-size:18px;font-weight:600;line-height:155%}.transactions-bill__val span{color:var(--blue-dark);margin-left:16px}@media screen and (max-width: 375.98px){.transactions-bill__pay,.transactions-bill__pay .btn{width:100%}}.transactions__title{color:var(--text-01, #222429);font-size:18px;font-weight:600;line-height:155%;padding-bottom:24px}.transactions__date{color:var(--text-01, #222429);font-size:18px;font-weight:600;line-height:155%;padding-bottom:16px}.transactions__filter{gap:24px}@media screen and (min-width: 800px){.transactions__filter{display:flex;justify-content:space-between}}.transactions__item{padding-bottom:48px}.transactions__tabs{padding-bottom:12px}.transactions__tabs ul{display:flex;margin:-6px}.transactions__tabs ul li{height:48px;border:1px solid var(--bg-02);min-width:48px;padding:12px 11px;margin:6px;border-radius:8px;cursor:pointer}.transactions__tabs ul li:hover{background-color:var(--bg-01)}.transactions__tabs ul li.is-active{background-color:var(--blue-dark);border:1px solid var(--blue-dark)}.transactions__tabs ul li.is-active svg{fill:#fff}.transactions__tabs ul li.is-active a{color:#fff}.transactions__tabs ul li.icon--green svg{fill:var(--green)}.transactions__tabs ul li svg{width:24px;height:24px;fill:var(--blue-dark)}.transactions__cards{border:1px solid var(--stroke);border-radius:8px;overflow:hidden}.transactions__range-date{display:flex;flex-wrap:wrap;margin:-6px;flex-grow:1;justify-content:flex-end}.transactions__range-date>div{margin:6px;flex-grow:1;max-width:360px;flex-basis:280px}@media screen and (min-width: 1440.98px){.transactions__range-date>div{max-width:410px}}.date-time{display:flex}.date-time .input--date{max-width:calc(100% - 110px)}.date-time .af-select{max-width:110px;min-width:110px;margin-left:6px}.card-transaction{padding:12px;border-bottom:1px solid var(--stroke);display:flex;align-items:center;flex-wrap:wrap;margin-bottom:-1px}@media screen and (min-width: 576px){.card-transaction{flex-wrap:nowrap}}.card-transaction:hover{background-color:var(--bg-01)}.card-transaction:last-child{border-bottom:none}.card-transaction--pay .card-transaction__icon svg{fill:var(--green)}.card-transaction--pay .card-transaction__cost{color:var(--green)}.card-transaction__main{width:calc(100% - 52px)}@media screen and (min-width: 576px){.card-transaction__main{width:auto}}.card-transaction__cost{margin-left:auto;font-weight:600;color:var(--blue-dark);white-space:nowrap;font-size:16px}.card-transaction__icon{margin-right:12px;width:40px;min-width:40px;align-self:start}.card-transaction__icon span{display:flex;width:40px;height:40px;background-color:var(--bg-02);border-radius:50%;align-items:center;justify-content:center}.card-transaction__icon span svg{fill:var(--blue-dark);width:20px;height:20px}.card-transaction__name{font-weight:500;line-height:150%;color:var(--text-01);padding-bottom:3px}@media screen and (min-width: 576px){.card-transaction__name{font-size:15px;font-weight:600}}.card-transaction__desc{color:var(--text-02);font-size:13px}.service-card{background-color:var(--bg-01);padding:26px 24px;border-radius:8px;margin-bottom:24px}.service-card__head{display:flex;align-items:center;padding-bottom:20px}.service-card__title{font-size:17px;font-weight:600;padding-bottom:11px;min-height:45px}@media screen and (min-width: 480px){.service-card__title{font-size:20px;min-height:auto}}.service-card__desc{font-size:14px;line-height:140%;margin-left:-54px}@media screen and (min-width: 480px){.service-card__desc{font-size:15px;margin-left:0}}.service-card__icon{padding-right:20px}@media screen and (max-width: 480px){.service-card__icon{align-self:start}}.service-card__icon .bgimage{width:36px;height:36px;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;display:block}.service-card__radio{padding-bottom:12px}.service-card__radio input{display:none}.service-card__radio input:checked~.radio-service{border-color:var(--blue-dark)}.service-card__radio input:checked~.radio-service .radio-service__elem{border:7px solid var(--blue-medium, #515e93);background-color:#fff}.service-card__radio input.selected~.radio-service{cursor:not-allowed;border-color:#1cbb24}.service-card__radio input.selected~.radio-service .radio-service__elem{border:7px solid #1cbb24;background-color:#fff}.service-card__action{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.service-card__action div{padding:6px;width:100%}@media screen and (min-width: 480px){.service-card__action div{width:auto}}@media screen and (max-width: 600px){.service-card__action .btn{width:100%}}.service-card__remove{display:none}.radio-service{display:flex;background-color:#fff;padding:20px 16px;border-radius:8px;cursor:pointer;border:2px solid transparent}@media screen and (min-width: 480px){.radio-service{padding:18px 24px}}@media screen and (min-width: 767px){.radio-service{padding:24px}}.radio-service__elem{width:24px;min-width:24px;height:24px;border-radius:50%;transition:.15s linear;border:1px solid var(--bg-02);background-color:var(--bg-02);align-self:center}.radio-service__label{display:flex;flex-wrap:wrap;width:100%}.radio-service__title{flex-grow:1;padding-left:12px;display:flex;align-items:center;flex-basis:360px;padding-bottom:4px;font-size:16px;font-weight:600;flex-wrap:wrap}.radio-service__title .color--green{font-size:13px;display:block;padding:5px 0}@media screen and (min-width: 480px){.radio-service__title .color--green{font-size:inherit;padding:0}.radio-service__title .color--green:before{content:"/";margin:0 .3em}}@media screen and (min-width: 480px){.radio-service__title{padding-top:4px;padding-bottom:4px}}@media screen and (min-width: 767px){.radio-service__title{padding-top:0;padding-bottom:0}}.radio-service__cost{display:flex;flex-direction:column;padding-left:12px}.radio-service__cost strong{color:var(--blue-dark);font-size:20px;font-weight:700}.radio-service__cost small{color:var(--text-02);margin-left:.5em;font-size:13px}.radio-service__day{padding-top:6px}.radio-service__day strong{font-size:16px}.faq-group{padding-bottom:36px}.faq-group:last-child{padding-bottom:0}.faq-group__title{font-size:18px;font-weight:600;padding-bottom:12px}@media screen and (min-width: 480px){.faq-group__title{font-size:20px;padding-bottom:20px}}.faq-group__list{border:1px solid var(--bg-01);color:var(--text-01);border-radius:8px;overflow:hidden}.faq-group__item .is-open{background:var(--bg-01)}.faq-group__item .is-open .icon-cross-circle{background-color:var(--main)}@media screen and (min-width: 480px){.faq-group__item .is-open .icon-cross:after,.faq-group__item .is-open .icon-cross:before{background-color:#fff}}.question{display:flex;padding:16px 12px;align-items:center;border-bottom:1px solid var(--stroke);margin-bottom:-1px}.question__title{font-weight:600;font-size:15px;transition:padding .3s ease;line-height:130%}.question__title:hover{color:var(--blue-dark);cursor:pointer}.question__answer{line-height:146%;font-size:15px;max-height:0;overflow:hidden;transition:.3s ease;padding-right:12px}.question__main{flex-grow:1}.question__num{font-weight:600;color:var(--blue-dark);min-width:42px}.question .icon-cross-circle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--bg-01);cursor:pointer;transition:.3s ease}@media screen and (max-width: 480px){.question .icon-cross-circle{background-color:transparent!important;margin-right:-6px}}.question .icon-cross-circle:hover{opacity:.9}.question.is-open.is-scroll .question__answer{overflow:auto;scroll-behavior:smooth;overscroll-behavior:contain}.question.is-open .icon-cross{transform:rotate(360deg)}.question.is-open .icon-cross:after{transition:transform .5s ease .45s;transform:rotate(90deg)}.question.is-open .question__answer{max-height:50vh}.question.is-open .question__title{padding-bottom:12px}.question:hover:not(.is-open){background-color:var(--bg-01)}.question:hover:not(.is-open) .icon-cross-circle{background-color:var(--main)}@media screen and (min-width: 480px){.question:hover:not(.is-open) .icon-cross:after,.question:hover:not(.is-open) .icon-cross:before{background-color:#fff;transition:.3s ease;transition-delay:0}}.icon-cross{width:14px;min-width:14px;height:14px;display:inline-block;position:relative;transition:.8s ease}.icon-cross:after,.icon-cross:before{display:inline-block;background:#6a6a6a;position:absolute;content:""}.icon-cross:before{width:100%;height:2px;top:50%;margin-top:-1px;border-radius:2px}.icon-cross:after{top:0;left:50%;margin-left:-1px;width:2px;height:100%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;border-radius:2px}.notification-group{padding-bottom:36px}.notification-group:last-child{padding-bottom:0}.notification-group__title{font-size:18px;font-weight:600;padding-bottom:12px}@media screen and (min-width: 480px){.notification-group__title{font-size:20px;padding-bottom:20px}}.notification-group__list{border:1px solid #CED6E0;color:var(--text-01);border-radius:8px}.notification-group__item{border-bottom:1px solid #CED6E0}.notification-group__item:last-child{border-bottom:none}.item-notification{padding:12px;display:flex;align-items:center}.item-notification--unread{background-color:var(--bg-04)}.item-notification__main{flex-grow:1}.item-notification__title{padding-bottom:5px;font-size:15px}.item-notification__message{font-size:13px;color:var(--text-02);line-height:140%}.item-notification__check{width:40px;min-width:40px;height:40px;border-radius:8px;transition:.3s ease;display:flex;align-items:center;justify-content:center;cursor:pointer}.item-notification__check:hover{background-color:#fff}.item-notification__check svg{fill:var(--blue-light);width:22px;height:22px}@media screen and (min-width: 480px){.item-notification__check svg{width:24px;height:24px}}.notification-action{display:flex;flex-wrap:wrap}.notification-action__button{display:flex;flex-wrap:wrap;margin:-6px;padding-bottom:24px}.notification-action__btn{padding:6px}.notification-action__btn svg{margin-left:-10px}.notification-action__sort{padding-bottom:24px;width:100%}@media screen and (min-width: 375.98px){.notification-action__sort{max-width:220px;margin-left:auto}}.notification-action .btn-white{border-width:1px}@media screen and (max-width: 1440.98px){.notification-action .btn-white{padding:12px;min-width:48px}.notification-action .btn-white svg{margin-left:0;margin-right:0}}.notification-action .btn-white span{display:none}@media screen and (min-width: 1440.98px){.notification-action .btn-white span{display:block}}@media screen and (max-width: 576px){.notification-action .btn:not(.btn-white){padding:12px;min-width:48px}.notification-action .btn:not(.btn-white) svg{margin-left:0;margin-right:0}}.notification-action .btn:not(.btn-white) span{display:none}@media screen and (min-width: 576px){.notification-action .btn:not(.btn-white) span{display:block}}.ic_24{width:24px;height:24px;background-position:center;background-size:contain;display:inline-block;background-repeat:no-repeat}.hide,.is-hide{display:none!important}.dblock{display:block}span[data-tooltip],a[data-tooltip]{position:relative}span[data-tooltip]:before,a[data-tooltip]:before{content:attr(data-tooltip);position:absolute;top:120%;box-shadow:0 2px 8px #0000001f;border-radius:6px;padding:10px;background-color:#fff;z-index:2;font-size:14px;left:0;transform:translate(calc(-50% + 20px));min-width:300px;opacity:0;transition:.3s ease;pointer-events:none;font-weight:400;width:50vw;max-width:430px;line-height:136%;z-index:999}span[data-tooltip].tooltip--top:before,a[data-tooltip].tooltip--top:before{top:auto;bottom:120%}span[data-tooltip].tooltip--right:before,a[data-tooltip].tooltip--right:before{right:0;left:auto;transform:none;border-bottom-right-radius:0}span[data-tooltip].tooltip--left:before,a[data-tooltip].tooltip--left:before{left:0;right:auto;transform:none;border-bottom-left-radius:0}span[data-tooltip]:hover:before,a[data-tooltip]:hover:before{opacity:1}@media screen and (max-width: 480px){.splide__pagination__page{width:4px;height:4px}}.splide__pagination__page.is-active{background:var(--blue-dark, #253678)}.i-tooltip{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGZpbGw9IiM4RjhGOEYiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC41IDRhNi41IDYuNSAwIDEwMCAxMyA2LjUgNi41IDAgMDAwLTEzek0zIDEwLjVhNy41IDcuNSAwIDExMTUgMCA3LjUgNy41IDAgMDEtMTUgMHptNy43MTQtMi45OGExLjYgMS42IDAgMDAtMS43OCAxLjA0Ni41LjUgMCAwMS0uOTQzLS4zMzIgMi42IDIuNiAwIDAxNS4wNTMuODY3YzAgLjk2NS0uNzE4IDEuNjItMS4yNzMgMS45OWE1LjQzOCA1LjQzOCAwIDAxLTEuMTM2LjU3MmwtLjAyMi4wMDgtLjAwNy4wMDJoLS4wMDJsLS4wMDIuMDAxLS4xNTgtLjQ3NC4xNTguNDc0YS41LjUgMCAwMS0uMzE3LS45NDhsLjE1LjQ0OC0uMTUtLjQ0OGguMDAybC4wMTMtLjAwNS4wNTYtLjAyMWMuMDUtLjAyLjEyNC0uMDQ4LjIxMy0uMDg4LjE4LS4wOC40MTUtLjE5OC42NDgtLjM1My40OTQtLjMzLjgyNy0uNzI0LjgyNy0xLjE1OWExLjYwMSAxLjYwMSAwIDAwLTEuMzMtMS41OHpNMTAgMTRhLjUuNSAwIDAxLjUtLjVoLjAwN2EuNS41IDAgMDEwIDFIMTAuNWEuNS41IDAgMDEtLjUtLjV6Ii8+PC9zdmc+);width:24px;height:24px;display:inline-block;background-position:center;background-size:contain;vertical-align:middle}#status{position:fixed;top:20px;right:20px;padding:10px 14px;background:transparent;font-size:13px;min-width:300px;transform:translateY(-50%);transition:.3s ease;color:#fff;z-index:60;max-width:450px;visibility:hidden;display:flex;border-radius:8px;flex-wrap:wrap;opacity:0}#status_header{font-weight:600;font-size:14px;padding:2px 4px}#status_msg{line-height:140%;padding:2px 4px}#status.error{transform:translateY(0);height:auto;visibility:visible;background-color:#df1f26;opacity:1}#status.warning{transform:translateY(0);height:auto;visibility:visible;background-color:#eb7d00;opacity:1}#status.complete{transform:translateY(0);height:auto;visibility:visible;background-color:#37a735;opacity:1}#status.error #status_header,#status.warning #status_header,#status.complete #status_header{color:#fff}#status_btn{background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.681818 0L15 14.3182L14.3182 15L1.62748e-08 0.681818L0.681818 0Z' fill='%23FFFFFF'/%3E%3Cpath d='M15 0.681818L0.681818 15L0 14.3182L14.3182 6.09593e-07L15 0.681818Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");width:14px;height:14px;position:absolute;right:12px;top:13px;background-size:contain;background-position:center;cursor:pointer;opacity:.6}#status_btn{opacity:1}.tooltip-box-item{position:fixed;background-color:#fff;width:400px;padding:16px;box-shadow:0 2px 8px #0000001f;border-radius:6px;z-index:15;animation:fade-in .3s ease forwards;-webkit-column-break-inside:avoid;-webkit-backface-visibility:hidden}.tooltip-box .af-spiner{margin:auto;width:60px;height:60px;min-width:60px}.tooltip-box .af-spiner:after{content:"";width:30px;min-width:30px;height:30px;border:3px solid #7b61ff}.popup-tooltip-box{background-color:#fff;padding:15px}@media screen and (min-width: 480px){.popup-tooltip-box{max-width:480px}}.tooltip-box{-webkit-column-break-inside:avoid;-webkit-backface-visibility:hidden}.tooltip-box__title{font-size:18px;font-weight:800;padding-bottom:10px;padding-right:16px;-webkit-column-break-inside:avoid;-webkit-backface-visibility:hidden}.tooltip-box__text{font-size:13px;line-height:140%;-webkit-column-break-inside:avoid;-webkit-backface-visibility:hidden;padding-right:16px}@keyframes to_fade-spiner{to{opacity:1}}.tooltip-box .af-spiner{opacity:0;animation:to_fade-spiner .1s ease forwards;animation-delay:.15s}.af-popup--chats{overflow-x:hidden}.af-popup--chats .af-popup__content{height:100vh;width:480px;border-radius:0;padding:0}.af-popup--chats .af-popup__container{margin-right:0;padding:0;animation:.2s ease .2s both slide-in-left}.device-status--transparent,.device-status--orange,.device-status--red,.device-status--green,.device-status--gray,.device-status--gray--fetching{width:8px;height:8px;display:inline-block;border-radius:50%;margin-left:1em;margin-bottom:1px}.device-status--transparent{background-color:transparent}.device-status--green{background-color:var(--green)}.device-status--gray{background-color:#bbb}.device-status--orange{background-color:var(--orange)}.device-status--red{background-color:var(--red)}@keyframes breathe{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}.device-status--gray--fetching{background-color:#bbb;animation:2s breathe infinite both}.device-id{padding:0 16px;width:100%;max-width:360px}.device-id li{padding-bottom:12px}.device-id span{display:block;padding-bottom:5px}.page-personal{display:flex;height:100%;max-width:2048px;margin:0 auto}@media screen and (min-width: 1376px){.page-personal{padding:0 16px}}.page-personal__aside{display:none;width:288px;min-width:288px;padding:0 16px}.page-personal__aside.is-open{position:fixed;display:block;left:0;top:0;bottom:0;background-color:#fff;z-index:10;box-shadow:0 4px 12px #0000001f;overflow-x:auto;padding-top:60px;animation:slide-left-menu .3s ease forwards}@media screen and (min-width: 1200px){.page-personal__aside{display:block}}.page-personal__content{width:100%;min-height:93vh;padding:0 16px}@media screen and (min-width: 1200px){.page-personal__content{width:calc(100% - 288px);display:flex;flex-direction:column}}@keyframes slide-left-menu{0%{transform:translate(-100%)}to{transform:translate(0)}}html{font-family:GolosText,verdana,sans-serif;font-weight:400;font-style:normal;font-size:100%;line-height:150%;background:var(--bg-01);color:#000;letter-spacing:normal;text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;height:-webkit-fill-available}@media screen and (max-width: 1376px){html{font-size:90%}}.opacity-1{opacity:1}.rotate-180{transform:rotate(180deg)}.text-medium-blue{color:var(--blue-medium)!important}.cursor-pointer{cursor:pointer}.transition-duration-primary{transition:.3s}.text-black{color:#000}.cursor-not-allowed{cursor:not-allowed}._wrap_1dbt1_1{text-decoration:none!important;position:relative}._isStretch_1dbt1_6{display:flex;flex-direction:column;align-items:stretch;flex-grow:1}._isDisabled_1dbt1_13{opacity:.4;pointer-events:none;-webkit-opacity:.4}._isWrap_1dbt1_19{text-wrap:wrap!important}._isDanger_1dbt1_23{background-color:#f94258}._isDanger_1dbt1_23:hover{opacity:.8}._btnBack_1dbt1_30:before{content:"";width:14px;height:14px;display:inline-block;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDlMMSA1TDUgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);background-size:contain;background-repeat:no-repeat;background-position:center;margin-right:10px;margin-left:-5px;transition:.5s ease}._optionsContainer_1dbt1_44{position:absolute;transform:translateY(2px);background-color:#fff;min-width:100%;border-radius:10px;box-shadow:2px 0 6px 4px #0000000d;overflow:hidden;z-index:999}._optionsContainer_1dbt1_44 div{padding:8px 16px;white-space:nowrap;transition-duration:.1s}._optionsContainer_1dbt1_44 div:hover{color:var(--blue-dark)}._optionsContainer_1dbt1_44 div:first-child{padding-top:14px}._optionsContainer_1dbt1_44 div:last-child{padding-bottom:14px}._onHover_1s2g4_1:hover path{stroke:#253678}._longtext_1s2g4_5{width:300px}._modalDialog_10h84_1 ._bg_10h84_1{z-index:auto!important}._modalDialog_10h84_1 ._container_10h84_4{padding-top:0!important}._modalDialog_10h84_1 ._close_10h84_7{top:15px!important}._modalDialog_10h84_1 ._title_10h84_10{padding-bottom:3px!important}._modalDialog_10h84_1 ._object_10h84_13{padding-bottom:4px;color:#222429;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:center}._warning_19256_1{background-color:#ff0}._suggestList_19256_5 ._house_19256_5{color:green}._deviceType_19256_9 span[data-tooltip]:before{white-space:pre-line}._servicePhones_19256_13{display:flex;gap:20px}._formErrorText_19256_18{color:#f94258;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:left;margin-bottom:22px}._deleteDialog_19256_28 ._wrap_19256_28{padding:18px}._deleteDialog_19256_28 ._wrap_19256_28 h1{color:#222429;font-size:24px;font-weight:700;line-height:36px;letter-spacing:0px;text-align:center}._deleteDialog_19256_28 ._wrap_19256_28 ._info_19256_39{max-width:380px;color:#787d8f;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:center}._formBtns_19256_49{display:flex;gap:16px;height:100%}._formBtns_19256_49 ._removeBtn_19256_54{width:180px}._formBtns_19256_49 ._formBtn_19256_49{justify-content:center!important}@media screen and (min-width: 860px){._map_dialog_19256_62{width:750px}}@media screen and (min-width: 1200px){._map_dialog_19256_62{width:1000px}}._map_dialog_19256_62 ._map_btns_19256_71{display:flex;justify-content:center;gap:10%}._map_dialog_19256_62 ._map_btns_19256_71 ._map_btn_19256_71{flex-grow:0!important}._info_19256_39{margin-top:18px}._deleteDialog_1a8xc_1 ._wrap_1a8xc_1{padding:18px}._deleteDialog_1a8xc_1 ._wrap_1a8xc_1 h1{color:#222429;font-size:24px;font-weight:700;line-height:36px;letter-spacing:0px;text-align:center}._deleteDialog_1a8xc_1 ._wrap_1a8xc_1 ._info_1a8xc_12{max-width:380px;color:#787d8f;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:center}._deleteDialog_1a8xc_1 ._wrap_1a8xc_1 ._formBtns_1a8xc_21{display:flex;gap:16px;margin-top:32px}._deleteDialog_1a8xc_1 ._wrap_1a8xc_1 ._formBtns_1a8xc_21 ._removeBtn_1a8xc_26{width:180px}._responsiveContainer_zp40b_1,._container_zp40b_2{border:1px solid #cacaca;border-radius:16px;box-sizing:border-box;max-width:100vw;overflow:auto;border-collapse:collapse}._responsiveContainer_zp40b_1 p,._container_zp40b_2 p{margin:0}._responsiveContainer_zp40b_1 ._responsiveRow_zp40b_16{display:flex;flex-wrap:wrap;gap:20px;padding:20px}._responsiveContainer_zp40b_1 ._responsiveRow_zp40b_16:not(:last-child){border-bottom:1px solid #cacaca}._responsiveContainer_zp40b_1 ._responsiveRow_zp40b_16 ._responsiveCell_zp40b_25{display:flex;flex-direction:column;gap:8px}._responsiveContainer_zp40b_1 ._responsiveRow_zp40b_16 ._responsiveCell_zp40b_25:first-child{flex-basis:100%}._responsiveContainer_zp40b_1 ._responsiveRow_zp40b_16 ._responsiveCell_zp40b_25 ._responsiveHeader_zp40b_33{color:var(--text-03)}._container_zp40b_2 table{margin:0;width:100%;text-align:center;border-collapse:collapse}._container_zp40b_2 table thead tr th{font-size:15px!important;text-align:left;vertical-align:middle;font-weight:500;min-width:min-content;white-space:nowrap;padding:16px;background-color:var(--bg-01);border-bottom:1px solid #cacaca;color:var(--text-02)}._container_zp40b_2 table thead tr th ._thDiv_zp40b_55{display:flex;align-items:center}._container_zp40b_2 table thead tr th ._thDivSortable_zp40b_59{cursor:pointer;transition:.3s}._container_zp40b_2 table thead tr th:hover ._thDivSortable_zp40b_59,._container_zp40b_2 table thead tr th:hover ._sortIcon_zp40b_64{color:var(--blue-medium)}._container_zp40b_2 table thead tr th ._sortIcon_zp40b_64{transition:.3s;margin-left:4px}._container_zp40b_2 table thead tr th:first-child{padding-left:30px}._container_zp40b_2 table thead tr th:last-child{padding-right:30px}._container_zp40b_2 table tbody tr td{font-size:15px!important;text-align:left;padding:20px 12px;font-weight:400;font-size:14px;vertical-align:middle}._container_zp40b_2 table tbody tr td:first-child{padding-left:30px}._container_zp40b_2 table tbody tr td:last-child{padding-right:30px}._container_zp40b_2 table tfoot tr th{padding:0;border-top:none;background-color:transparent}._paginationContainer_zp40b_97{margin-top:8px;margin-left:auto}._messageContainer_zp40b_102{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%}@media screen and (max-width: 998px){._messageContainer_zp40b_102{border-bottom:1px solid #cacaca;padding:20px}}._deviceInfo_eng6f_1{display:flex;gap:10px;flex-wrap:nowrap;align-items:center}._calendar_4nlmh_1{display:flex;flex-direction:column;width:600px;-webkit-user-select:none;user-select:none}._calendar_4nlmh_1 ._selector_4nlmh_7{display:flex}._calendar_4nlmh_1 ._selector_4nlmh_7 ._date_selector_4nlmh_10{display:flex;flex-direction:column;margin:24px;gap:24px;flex-grow:1}._calendar_4nlmh_1 ._selector_4nlmh_7 ._date_selector_4nlmh_10 ._month_year_4nlmh_17{display:grid;grid-template-columns:24px auto 24px;gap:16px;justify-items:center;align-items:center}._calendar_4nlmh_1 ._selector_4nlmh_7 ._date_selector_4nlmh_10 ._month_year_4nlmh_17 ._month_year_selectors_4nlmh_24{width:100%;display:flex;gap:12px;align-items:center;position:relative}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31{min-width:100%;display:table;border-collapse:separate;border-spacing:0 12px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37{display:table-row;border:none}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._th_4nlmh_41,._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42{display:table-cell;padding:4px;border-radius:6px;background:var(--white, #fff);color:var(--text-01, #222429);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._th_4nlmh_41{font-weight:600;cursor:auto}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42:hover{background:var(--bg-01, #ecf0f5);cursor:pointer}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42._today_4nlmh_62{background-color:#d7dfff}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42._selectedDay_4nlmh_65{border-radius:6px;background:var(--blue-dark, #253678);color:var(--white, #fff)}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42._inactiveDay_4nlmh_70{background:var(--white, #fff);color:var(--text-02, #787d8f)}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42._outOfRangeDay_4nlmh_74{background:var(--white, #f1f1f1);color:var(--text-02, #787d8f);border-radius:0}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42._outOfRangeDayLastBefore_4nlmh_79{border-radius:0 6px 6px 0}._calendar_4nlmh_1 ._selector_4nlmh_7 ._day_selector_4nlmh_31 ._row_4nlmh_37 ._td_4nlmh_42._outOfRangeDayFirstAfter_4nlmh_82{border-radius:6px 0 0 6px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85{display:flex;flex-direction:column;border-left:1px solid #ced6e0;padding:24px 0;gap:8px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._arrow_4nlmh_92{display:flex;justify-content:center;padding-right:20px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97{height:310px;overflow-y:scroll;scroll-behavior:smooth;padding:0 15px;margin-right:3px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97::-webkit-scrollbar{width:5px;border-radius:4px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97::-webkit-scrollbar-track{background-color:transparent;border-radius:4px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97::-webkit-scrollbar-thumb{background-color:transparent;border-radius:4px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97 ._time_wrap_4nlmh_116{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:62px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97 ._time_list_item_4nlmh_124{display:flex;padding:6px 8px;justify-content:center;align-items:center;gap:10px;border-radius:6px;background:var(--white, #fff);color:var(--text-01, #222429);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97 ._time_list_item_4nlmh_124:hover{background:var(--bg-01, #ecf0f5)}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97 ._time_list_item_4nlmh_124._selected_4nlmh_65{color:var(--white, #fff);font-weight:600;border-radius:6px;background:var(--blue-dark, #253678)}._calendar_4nlmh_1 ._selector_4nlmh_7 ._time_selector_4nlmh_85 ._time_list_4nlmh_97 ._time_list_item_4nlmh_124._disabled_4nlmh_149{opacity:.4;cursor:default!important;pointer-events:none}._calendar_4nlmh_1 ._btns_4nlmh_154{display:flex;justify-items:center;padding:16px;gap:16px;border-top:1px solid #ced6e0}._calendar_4nlmh_1 ._arrow_4nlmh_92{cursor:pointer}._calendar_4nlmh_1 ._arrow_4nlmh_92:hover path{stroke:var(--blue-dark)!important}._select_4nlmh_7{cursor:pointer;display:inline-block;position:relative;-webkit-user-select:none;user-select:none;color:#fff}._select_4nlmh_7._isStretch_4nlmh_175{flex-grow:1}._select_4nlmh_7 ._input_4nlmh_178{display:flex;padding:4px 12px;justify-content:space-between;align-items:center;flex:1 0 0;min-width:110px;border-radius:8px;border:1px solid var(--stroke, #ced6e0);background:var(--white, #fff);color:var(--text-01, #222429);font-size:18px;font-style:normal;font-weight:600;line-height:28px;text-transform:capitalize}._select_4nlmh_7 ._input_4nlmh_178:after{content:"";width:8px;min-width:8px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00001 5.28019C3.85663 5.28019 3.71327 5.22545 3.60396 5.11619L0.164144 1.67634C-0.0546739 1.45752 -0.0546739 1.10275 0.164144 0.884017C0.382873 0.665289 0.737577 0.665289 0.956412 0.884017L4.00001 3.92779L7.04362 0.884124C7.26244 0.665395 7.61711 0.665395 7.83582 0.884124C8.05474 1.10285 8.05474 1.45763 7.83582 1.67644L4.39605 5.1163C4.28669 5.22557 4.14333 5.28019 4.00001 5.28019Z'/%3E%3C/svg%3E%0A");position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;display:block;transition:transform .3s ease;margin-left:15px}._select_4nlmh_7 ._input_4nlmh_178:active:after,._select_4nlmh_7 ._input_4nlmh_178._active_4nlmh_209:after{transform:rotate(180deg)}._select_4nlmh_7 ._input_4nlmh_178._isOpen_4nlmh_212{background:var(--bg-02, #dae3ed)}._select_4nlmh_7 ._selectList_4nlmh_215{display:none;text-transform:capitalize;padding:8px 4px 8px 8px;position:absolute;top:130%;right:auto;left:0;z-index:999;margin:0;background-color:#fff;color:#000;min-width:100%;width:auto;border-radius:8px;max-width:100%;box-shadow:0 4px 12px #0000001f}._select_4nlmh_7 ._selectList_4nlmh_215._active_4nlmh_209{display:block}._select_4nlmh_7 ._selectList_4nlmh_215 ._selectOptions_4nlmh_236{list-style:none;overflow-y:auto;overflow-x:hidden;max-height:216px;padding-right:8px}._select_4nlmh_7 ._selectList_4nlmh_215 ._selectOptions_4nlmh_236 ._selectOption_4nlmh_236{padding:12px;font-size:18px;margin:2px 0;max-width:100%;text-overflow:ellipsis;overflow:hidden;position:relative;border-radius:6px}._select_4nlmh_7 ._selectList_4nlmh_215 ._selectOptions_4nlmh_236 ._selectOption_4nlmh_236:hover{background:var(--bg-01, #ecf0f5)}._select_4nlmh_7 ._selectList_4nlmh_215 ._selectOptions_4nlmh_236 ._selectOption_4nlmh_236._active_4nlmh_209{color:var(--white, #fff);background:var(--blue-dark, #253678)}._select_4nlmh_7 ._selectList_4nlmh_215 ._selectOptions_4nlmh_236 ._selectOption_4nlmh_236._disabled_4nlmh_149{cursor:default!important;pointer-events:none;opacity:.4}._select_17rnn_1{cursor:pointer;display:inline-block;position:relative;-webkit-user-select:none;user-select:none;color:#fff}._select_17rnn_1._isStretch_17rnn_8{flex-grow:1}._select_17rnn_1 ._input_17rnn_11{display:flex;justify-content:space-between;align-items:center;flex:1 0 0;min-width:110px}._select_17rnn_1 ._input_17rnn_11._isOpen_17rnn_18{background:var(--bg-02, #dae3ed)}._select_17rnn_1 ._content_17rnn_21{display:none;position:absolute;top:115%;right:auto;left:0;z-index:999;width:fit-content;width:auto;border-radius:8px;background-color:#fff;border:1px solid var(--stroke, #ced6e0);box-shadow:0 4px 12px #0000001f}._select_17rnn_1 ._content_17rnn_21._fromRight_17rnn_36{left:auto;right:0}._select_17rnn_1 ._content_17rnn_21._fromCenter_17rnn_40{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 100vw #0000001a}._select_17rnn_1 ._content_17rnn_21._active_17rnn_47{display:block}@media screen and (max-width: 800px){._select_17rnn_1 ._content_17rnn_21{left:auto!important;right:auto!important}}._dateInputsContainer_npz8j_1{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}._formErrorText_sln53_1{color:#f94258;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:left;margin-bottom:22px}._formBtns_sln53_11{display:flex;gap:16px;margin-top:32px}._formBtns_sln53_11 ._removeBtn_sln53_16{width:180px}._deleteDialog_sln53_20 ._wrap_sln53_20{padding:18px}._deleteDialog_sln53_20 ._wrap_sln53_20 h1{color:#222429;font-size:24px;font-weight:700;line-height:36px;letter-spacing:0px;text-align:center}._deleteDialog_sln53_20 ._wrap_sln53_20 ._info_sln53_31{max-width:380px;color:#787d8f;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:center}._tt_left_1ut86_1:before{transform:translate(0)!important}._cards_16uzy_1{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}._cards_16uzy_1 ._card_16uzy_1{display:flex;flex-direction:column;justify-content:space-between;padding:24px;background-color:#ecf0f5;border-radius:8px}._cards_16uzy_1 ._card_16uzy_1 ._content_16uzy_14{display:flex;flex-direction:column;gap:16px}._cards_16uzy_1 ._card_16uzy_1 ._content_16uzy_14 ._head_16uzy_19{display:flex;gap:16px}._cards_16uzy_1 ._card_16uzy_1 ._content_16uzy_14 ._head_16uzy_19 ._icon_16uzy_23{width:48px;height:48px}._cards_16uzy_1 ._card_16uzy_1 ._content_16uzy_14 ._head_16uzy_19 ._title_16uzy_27{color:#787d8f;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left}._cards_16uzy_1 ._card_16uzy_1 ._content_16uzy_14 ._head_16uzy_19 ._values_16uzy_35{display:flex;flex-wrap:wrap;column-gap:16px;color:#222429;font-size:20px;font-weight:600;line-height:32px;letter-spacing:0px;text-align:left}._cards_16uzy_1 ._card_16uzy_1 ._content_16uzy_14 ._body_16uzy_46{color:#787d8f;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:left}._cards_16uzy_1 ._card_16uzy_1 ._footer_16uzy_54{display:flex;flex-direction:column;gap:12px;margin-top:20px}._cards_16uzy_1 ._card_16uzy_1 ._footer_16uzy_54 a{color:#253678;font-size:15px;font-weight:600;line-height:24px;letter-spacing:0px;text-align:left}._cards_16uzy_1 ._card_16uzy_1 ._footer_16uzy_54 a:hover{text-decoration:underline}@media screen and (max-width: 600px){._cards_16uzy_1{grid-template-columns:1fr}}._head_13qmq_1{display:flex;align-items:flex-start;justify-content:space-between}._content_13qmq_7{display:flex;flex-direction:column;gap:48px}._content__h2_13qmq_13{padding-bottom:24px}._pass_hd39e_1{padding-right:45px!important}._tooltip_25vxw_1{padding:6px 20px 6px 12px!important;justify-content:center!important;align-items:center!important;border-radius:8px!important;background:var(--white, #FFF)!important;box-shadow:0 4px 12px #0000001f!important;color:var(--text-01, #222429)!important;font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:20px!important}._deleteDialog_pvfgw_1 ._wrap_pvfgw_1{padding:18px}._deleteDialog_pvfgw_1 ._wrap_pvfgw_1 h1{color:#222429;font-size:24px;font-weight:700;line-height:36px;letter-spacing:0px;text-align:center}._deleteDialog_pvfgw_1 ._wrap_pvfgw_1 ._info_pvfgw_12{max-width:380px;color:#787d8f;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:center}._formBtns_pvfgw_22{display:flex;gap:16px;margin-top:32px}._formBtns_pvfgw_22 ._removeBtn_pvfgw_27{width:180px}._geo_icon_pvfgw_31{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDJjLTEuODUgMC0zLjYyNy43NTEtNC45NDIgMi4wOTZBNy4yNzcgNy4yNzcgMCAwMDIgOS4xODJjMCAyLjc4OCAxLjc3NSA1LjUwMSAzLjczNCA3LjYxNkEyNi4yOCAyNi4yOCAwIDAwOSAxOS43NmEyNi4yOSAyNi4yOSAwIDAwMy4yNjYtMi45NjNDMTQuMjI1IDE0LjY4MyAxNiAxMS45NyAxNiA5LjE4MmE3LjI3NyA3LjI3NyAwIDAwLTIuMDU4LTUuMDg2QTYuOTEgNi45MSAwIDAwOSAyem0wIDE5bC0uNTY0LjgyNi0uMDAzLS4wMDItLjAwNi0uMDA0LS4wMi0uMDE1LS4wNzUtLjA1MmEyNS40NzIgMjUuNDcyIDAgMDEtMS4yMTQtLjkzIDI4LjI3IDI4LjI3IDAgMDEtMi44NTItMi42NjZDMi4yMjUgMTUuOTUzIDAgMTIuNzU3IDAgOS4xODIgMCA2Ljc1NC45NDMgNC40MiAyLjYyOCAyLjY5N0E4LjkxIDguOTEgMCAwMTkgMGMyLjM5NCAwIDQuNjg2Ljk3MyA2LjM3MiAyLjY5N0E5LjI3NyA5LjI3NyAwIDAxMTggOS4xODJjMCAzLjU3NS0yLjIyNSA2Ljc3MS00LjI2NiA4Ljk3NWEyOC4yNjMgMjguMjYzIDAgMDEtMy43OTYgMy40Yy0uMTE1LjA4NS0uMjA2LjE1MS0uMjcuMTk2bC0uMDc1LjA1Mi0uMDIuMDE1LS4wMDYuMDA0LS4wMDIuMDAxaC0uMDAxTDkgMjF6bTAgMGwuNTYzLjgyNmExIDEgMCAwMS0xLjEyNiAwTDkgMjF6TTkgNy40NTVjLS45IDAtMS42NjcuNzUyLTEuNjY3IDEuNzI3IDAgLjk3NS43NjggMS43MjcgMS42NjcgMS43MjcuOSAwIDEuNjY3LS43NTIgMS42NjctMS43MjcgMC0uOTc1LS43NjgtMS43MjctMS42NjctMS43Mjd6TTUuMzMzIDkuMTgyYzAtMi4wMzcgMS42Mi0zLjcyNyAzLjY2Ny0zLjcyNyAyLjA0NiAwIDMuNjY3IDEuNjkgMy42NjcgMy43MjdTMTEuMDQ3IDEyLjkwOSA5IDEyLjkwOWMtMi4wNDYgMC0zLjY2Ny0xLjY5LTMuNjY3LTMuNzI3eiIgZmlsbD0iI0E4QUZDOSIvPjwvc3ZnPg==);background-size:17px auto;background-repeat:no-repeat;background-position:center;width:24px;height:100%;display:block;position:absolute;left:10px;top:0;content:""}._daDataAddressSuggestions_pvfgw_45{position:absolute;display:flex;flex-direction:column;z-index:1;background-color:#fff;padding:16px;border-radius:8px;width:100%}._container_1ekt4_1 * p{margin:0;text-align:left}._deviceItem_1ekt4_6{display:flex;flex-direction:column}._container_kof2u_1{padding:50px}._admins_list_1giec_1{max-height:408px;overflow-y:auto}._userRights_bpxfk_1 ._userInfo_bpxfk_1,._groupRights_bpxfk_2 ._userInfo_bpxfk_1{display:flex;justify-content:space-evenly;font-size:18px;margin-bottom:20px}._userRights_bpxfk_1 ._table_bpxfk_8,._groupRights_bpxfk_2 ._table_bpxfk_8{max-height:60vh;overflow-y:auto}._groupRights_bpxfk_2 ._phones_bpxfk_14,._groupRights_bpxfk_2 ._groups_bpxfk_15{min-width:200px}._container_1ytab_1{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media screen and (max-width: 600px){._container_1ytab_1{grid-template-columns:300px}}@media screen and (max-width: 400px){._container_1ytab_1{grid-template-columns:250px}}._title_kie6a_1{text-align:center;margin:0}._text_kie6a_6{margin-top:8px;max-width:600px;text-align:center}._checkbox_kie6a_12{margin:16px 0}._buttonsContainer_kie6a_16{display:grid;grid-template-columns:1fr 1fr;gap:16px}._chartTitle_tdryu_2{color:#222429;font-size:16px;font-weight:600;line-height:24px;letter-spacing:0%;text-align:left}._disabled_tdryu_12{opacity:.5;pointer-events:none}._disabled_tdryu_12:hover{text-decoration:none!important}._photoSlider_tdryu_20 ._bg_tdryu_20{z-index:auto!important}._photoSlider_tdryu_20 ._container_tdryu_23{padding-top:0!important}._photoSlider_tdryu_20 ._close_tdryu_26{top:15px!important}._photoSlider_tdryu_20 ._title_tdryu_29{padding-bottom:3px!important}._photoSlider_tdryu_20 ._object_tdryu_32{padding-bottom:4px;color:#222429;font-size:15px;font-weight:400;line-height:24px;letter-spacing:0px;text-align:center}._settings_14tbe_1 ._table_14tbe_1{min-width:100%;display:table;border-spacing:0 0px;border-collapse:separate}._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7{display:table-row;border:none}._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._td_14tbe_11,._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._ht_14tbe_12{display:table-cell;padding:5px}._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._td_14tbe_11 ._label_14tbe_16,._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._ht_14tbe_12 ._label_14tbe_16{display:flex;align-items:center;gap:8px;position:relative}._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._flex_14tbe_23{display:flex;gap:32px}._settings_14tbe_1 ._btns_14tbe_27{margin-top:20px;display:flex;gap:12px;justify-content:flex-end;margin-bottom:50px}@media screen and (max-width: 800px){._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7,._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._th_14tbe_38,._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._td_14tbe_11{display:block}}@media screen and (max-width: 500px){._settings_14tbe_1 ._table_14tbe_1 ._row_14tbe_7 ._flex_14tbe_23{flex-direction:column;gap:0px}._settings_14tbe_1 ._btns_14tbe_27{display:flex;flex-direction:column;align-items:stretch}._settings_14tbe_1 ._btns_14tbe_27 button{width:100%}}._add_devide_btn_k452f_1{padding-right:10px!important;padding-left:12px!important}._mobileLinks_k452f_6{margin-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}._mobileLinks_k452f_6 div{display:flex;flex-direction:column;gap:8px}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.underline{text-decoration-line:underline}.opacity-1{opacity:.01}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
