.widget-feedback__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 0;gap:4px}.widget-feedback__icon{min-width:24px;height:24px;border-radius:34px;overflow:hidden}.widget-feedback__img img{width:100%;height:100%}.widget-feedback__label{font-weight:300;font-size:14px;line-height:20px;color:#282e49;white-space:nowrap}.widget-feedback__label span{font-weight:700;color:#037ee5}.loader-num{display:inline-flex;border-radius:5px}.loader-num:before,.loader-num:after{content:"0 1 2 3 4 5 6 7 8 9 0";font-family:var(--font-main);font-weight:800;font-size:28px;line-height:1em;color:#282e4900;height:1em;width:1.2ch;text-align:center;text-shadow:0 0 0 #282E49;overflow:hidden;animation:l4 2s infinite linear}.loader-num:before{animation-duration:4s}@keyframes l4{to{text-shadow:0 var(--t,-10em) 0 #282E49}}@keyframes l5{to{text-shadow:0 var(--t,-10em) 0 #FFFFFF}}@keyframes l6{to{text-shadow:0 var(--t,-10em) 0 #0880E3}}.widget{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;padding:6px 14px;gap:6px;background:#efeff0;border-radius:16px;transition:all .3s ease;cursor:pointer}.widget:hover{box-shadow:0 4px 10px #4b4b4b40}.widget div{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;gap:2px}.widget__label{font-weight:300;font-size:14px;line-height:20px;color:#282e49}.widget__amount{font-weight:600;font-size:14px;line-height:20px;color:#282e49}.widget__amount .loader-num:before,.widget__amount .loader-num:after{font-weight:600;font-size:14px;line-height:20px}@media screen and (max-width: 560px){.widget:hover{box-shadow:inherit}}.widget-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.widget-status__label{font-weight:700;font-size:14px;line-height:20px;color:#282e49}@media screen and (max-width: 560px){.widget-status{flex-direction:column;gap:1px}}.header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4px;padding:10px 64px;border-bottom:1px solid #E5E5E5;-webkit-box-shadow:0px .5px 2px rgba(0,0,0,.05);box-shadow:0 .5px 2px #0000000d;height:64px;background:#fff;z-index:10}.header__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.header__logo{width:153px;height:26px}.header__logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.header .widget-feedback__label br{display:none}.button.header__login-button{width:178px;height:32px;background:#037ee5;border-radius:16px;font-weight:500;font-size:14px;line-height:20px;color:#fff}.button.header__login-button svg{display:none}.header__logout-button,.header__profile-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#efeff0;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.header__logout-button:hover,.header__profile-button:hover{box-shadow:0 4px 10px #4b4b4b40}.header__profile-button div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;width:100%;height:100%}.burger-wrapper{display:none;width:64px;height:64px;background:#037ee5;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.burger{position:relative;width:22px;height:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4px}.burger span{width:100%;height:2px;background:#fff;border-radius:13px}.burger--active span{display:none}.burger--active:after,.burger--active:before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:2px;background:#fff;border-radius:13px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.burger--active:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.burger--active:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.header.layout-fixed{position:fixed;width:100%;z-index:100}.header__user-name{display:flex;align-items:center;gap:4px}.header__user-name p{font-weight:700;font-size:14px;line-height:20px;color:#282e49}@media screen and (max-width: 1600px){.header{padding:10px 32px}}@media screen and (max-width: 992px){.header{padding:0 24px 0 0;position:fixed;top:0;width:100%;z-index:100}.header__logo{width:108px;height:18px}.header__content{gap:8px}.header__payout .widget__label,.button.header__login-button p{display:none}.button.header__login-button{width:32px;height:32px;background:#037ee5;border-radius:80px}.button.header__login-button svg{display:-webkit-box;display:-ms-flexbox;display:flex}.button.header__login-button path{-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.burger-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.header .widget-feedback,.header__user-name{display:none}}@media screen and (max-width: 768px){.header{padding:0 16px;margin-left:-16px;width:calc(100% + 16px)}.header.layout-fixed{width:calc(100% + 16px)}}@media screen and (max-width: 560px){.header__logo{width:85px}.header__payout{padding:0;gap:1px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.header__payout .icon-balance{color:#037ee5}.header__payout .widget__amount{color:#282e49}}@media screen and (max-width: 400px){.header--collapsed .header__content,.header--collapsed .header__controls{gap:4px}.header--collapsed .widget-status__label,.header--collapsed .widget__amount{font-size:12px}}@media screen and (max-width: 345px){.header--collapsed .widget-status__label{display:none}}.sidebar{position:sticky;top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:272px;width:100%;height:calc(100vh - 116px);max-height:942px;min-height:374px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.sidebar__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;border-radius:12px;margin-bottom:32px;padding:24px 16px 8px;height:calc(100vh - 116px);min-height:370px;overflow:hidden;z-index:0}.sidebar__inner:before{content:"";position:absolute;width:476px;height:476px;background:center / cover no-repeat url(/assets/sidebar-bg-BP6nj9Bg.avif);top:152px;right:50px;-webkit-transform:rotate(25.68deg);-ms-transform:rotate(25.68deg);transform:rotate(25.68deg);z-index:-1}.layout-fixed .sidebar{top:92px}.sidebar.sidebar--closed{width:76px}.sidebar__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:auto}.sidebar__nav-item{border-radius:16px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;background:#f9f9f9}.sidebar__nav-item.is-active{background:#037ee5}.sidebar__nav-item.is-active .sidebar__title,.sidebar__nav-item.is-active .icon{color:#fff}.sidebar__nav-link{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;padding:10px 12px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.sidebar__nav-item:hover .sidebar__nav-link{color:#0a0a0a}.sidebar__title{font-weight:500;font-size:15px;line-height:20px;color:#282e49;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.sidebar__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.sidebar__inner .widget-feedback,.sidebar__bottom .header__user-name{display:none}.sidebar .widget-feedback{background:#fff;border-radius:32px;padding:8px 16px}.sidebar .widget-feedback__content{padding:0}.sidebar .widget-feedback__label{font-weight:500;font-size:13px;line-height:14px}.sidebar__collapse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;padding:10px 10px 8px;cursor:pointer}.sidebar__collapse-text{font-weight:500;font-size:14px;line-height:20px;color:#404040;white-space:nowrap;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.sidebar.sidebar--closed .sidebar__inner{padding:24px 18px 8px}.sidebar.sidebar--closed .sidebar__title,.sidebar.sidebar--closed .sidebar__collapse-text,.sidebar.sidebar--closed .widget-feedback,.sidebar.sidebar--closed .feedback__link span{opacity:0;pointer-events:none}.sidebar.sidebar--closed .sidebar__collapse .icon{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sidebar.sidebar--closed .sidebar__nav-link{padding:10px}.feedback__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#037ee5;border-radius:32px;padding:4px 20px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.sidebar.sidebar--closed .feedback__link{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;border-radius:8px}.feedback__link span{font-weight:600;font-size:14px;line-height:110%;color:#fff;white-space:nowrap;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.feedback__link:hover{background:#008bff}.sidebar__close{display:flex;align-items:center;gap:4px;cursor:pointer}.sidebar__close span{display:flex;align-items:center;justify-content:center;width:16px;height:16px;background:#037ee5;border-radius:50%}.sidebar__close .icon-logout{color:#fff;width:8px;height:8px;mask-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1397_18877)'%3E%3Cpath d='M7.27429 0.00500487C7.26599 0.0043335 7.25897 0 7.25031 0H3.66699C3.11566 0 2.66699 0.448669 2.66699 1V1.33331C2.66699 1.51733 2.81628 1.66669 3.00031 1.66669C3.18433 1.66669 3.33362 1.51733 3.33362 1.33331V1C3.33362 0.816345 3.48328 0.666687 3.66699 0.666687H5.21997L5.11829 0.700684C4.84833 0.794006 4.66699 1.04834 4.66699 1.33331V6.33331H3.66699C3.48328 6.33331 3.33362 6.18365 3.33362 6V5.33331C3.33362 5.14935 3.18433 5 3.00031 5C2.81628 5 2.66699 5.14935 2.66699 5.33331V6C2.66699 6.55133 3.11566 7 3.66699 7H4.66699V7.33331C4.66699 7.70099 4.96594 8 5.33362 8C5.40497 8 5.47266 7.98969 5.54596 7.96698L7.54865 7.29932C7.81897 7.20599 8.00031 6.95166 8.00031 6.66669V0.666687C8.00031 0.278015 7.66528 -0.0266724 7.27429 0.00500487Z' fill='white'/%3E%3Cpath d='M3.56897 3.09511L2.23566 1.7618C2.14032 1.66646 1.99701 1.63778 1.87231 1.68947C1.74799 1.74111 1.66669 1.86281 1.66669 1.99746V2.99746H0.333313C0.149353 2.99746 0 3.14681 0 3.33077C0 3.51479 0.149353 3.66415 0.333313 3.66415H1.66669V4.66415C1.66669 4.79879 1.74799 4.92043 1.87231 4.97213C1.99701 5.02376 2.14032 4.99514 2.23566 4.8998L3.56897 3.56643C3.69934 3.43612 3.69934 3.22549 3.56897 3.09511Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1397_18877'%3E%3Crect width='8' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1397_18877)'%3E%3Cpath d='M7.27429 0.00500487C7.26599 0.0043335 7.25897 0 7.25031 0H3.66699C3.11566 0 2.66699 0.448669 2.66699 1V1.33331C2.66699 1.51733 2.81628 1.66669 3.00031 1.66669C3.18433 1.66669 3.33362 1.51733 3.33362 1.33331V1C3.33362 0.816345 3.48328 0.666687 3.66699 0.666687H5.21997L5.11829 0.700684C4.84833 0.794006 4.66699 1.04834 4.66699 1.33331V6.33331H3.66699C3.48328 6.33331 3.33362 6.18365 3.33362 6V5.33331C3.33362 5.14935 3.18433 5 3.00031 5C2.81628 5 2.66699 5.14935 2.66699 5.33331V6C2.66699 6.55133 3.11566 7 3.66699 7H4.66699V7.33331C4.66699 7.70099 4.96594 8 5.33362 8C5.40497 8 5.47266 7.98969 5.54596 7.96698L7.54865 7.29932C7.81897 7.20599 8.00031 6.95166 8.00031 6.66669V0.666687C8.00031 0.278015 7.66528 -0.0266724 7.27429 0.00500487Z' fill='white'/%3E%3Cpath d='M3.56897 3.09511L2.23566 1.7618C2.14032 1.66646 1.99701 1.63778 1.87231 1.68947C1.74799 1.74111 1.66669 1.86281 1.66669 1.99746V2.99746H0.333313C0.149353 2.99746 0 3.14681 0 3.33077C0 3.51479 0.149353 3.66415 0.333313 3.66415H1.66669V4.66415C1.66669 4.79879 1.74799 4.92043 1.87231 4.97213C1.99701 5.02376 2.14032 4.99514 2.23566 4.8998L3.56897 3.56643C3.69934 3.43612 3.69934 3.22549 3.56897 3.09511Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1397_18877'%3E%3Crect width='8' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}@media screen and (max-width: 1800px){.sidebar{max-width:233px}}@media screen and (max-width: 1440px){.sidebar__inner{margin-bottom:20px}}@media screen and (max-width: 992px){.sidebar,.layout-fixed .sidebar{width:100%;max-width:100%;position:absolute;left:-1000%;top:64px;padding:32px 14px;z-index:100;min-height:auto}.sidebar.sidebar--dropdown-open{position:fixed;max-width:233px;padding:0;left:0;height:calc(100dvh - 64px);z-index:9999}.sidebar.sidebar--dropdown-open .sidebar__inner{border-radius:0;margin-bottom:0;height:100%;min-height:450px;padding:24px 16px 20px}.sidebar__bottom .widget-feedback__content{gap:11px;padding:12px 0 0}.sidebar__bottom .widget-feedback__label{line-height:24px;font-weight:300;font-size:14px}.sidebar .widget-feedback,.sidebar .feedback__link,.sidebar__collapse{display:none}.sidebar__bottom .widget-feedback,.sidebar__bottom .header__user-name{display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar__bottom .header__user-name{align-items:center;gap:16px}.sidebar__bottom .header__user-name__tg{display:flex;gap:4px;align-items:center}.sidebar__bottom .widget-feedback{border-top:2px solid #F4F4F4;background:transparent;padding:0;border-radius:0}.sidebar__bottom .widget-feedback__icon{min-width:40px;height:40px}.sidebar__bottom .widget-feedback__icon img{width:100%;height:100%}}@media screen and (max-height: 500px){.sidebar.sidebar--dropdown-open .sidebar__inner{overflow-y:auto}}.popup-wrapper{width:100%;height:100%;position:fixed;left:0;right:0;top:0;bottom:0;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-transition-delay:.05s;-o-transition-delay:.05s;transition-delay:.05s;opacity:1;z-index:9999;background:#00000080}.popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;background:#fff;width:510px;z-index:99999;margin:auto;border-radius:12px;-webkit-filter:drop-shadow(0px 3px 8px rgba(0,0,0,.14));filter:drop-shadow(0px 3px 8px rgba(0,0,0,.14));padding:40px 24px;overflow-y:auto;overflow-x:hidden}.popup.ModalLogOut,.popup.ExportCSVModal,.popup.FinanceRequestModal{width:343px;padding:40px 16px 24px}.popup.financeRemoveModal{width:403px;padding:40px 16px 24px}.popup.FinanceMethodsModal{width:620px;padding:32px 24px 24px}.popup.ExportCSVModal .popup__title,.popup.FinanceRequestModal .popup__title{max-width:290px;margin:0 auto 16px}.popup.ModalLogOut .popup__title{max-width:280px;margin:0 auto 16px}.popup.financeRemoveModal .popup__title{margin-bottom:16px}.popup__close{position:absolute;top:25px;right:24px;cursor:pointer}.popup__title{font-weight:600;font-size:24px;line-height:24px;color:#282e49;text-align:center;margin-bottom:24px}.popup .button{font-weight:500;font-size:14px;border-radius:32px}@media screen and (max-height: 740px){.popup{height:100%}}@media screen and (max-width: 992px){.popup-wrapper{padding:104px 16px 26px}.popup,.popup.FinanceMethodsModal{padding:40px 16px 24px}}.invalid-feedback{font-weight:400;font-size:14px;line-height:20px;color:#dc2626;margin-top:4px}.form__field .invalid-feedback{display:none}.form__field--error .invalid-feedback{display:-webkit-box;display:-ms-flexbox;display:flex}.button[data-v-ee8c5283]{max-width:225px;margin:0 auto}.auth-social{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:24px -24px -40px;padding:24px 24px 30px;background:#e3f1ff;border-radius:0 0 12px 12px}.auth-social__title{font-weight:600;font-size:20px;line-height:24px;color:#282e49}.auth-social .button{max-width:193px;gap:8px;margin:0}@media screen and (max-width: 992px){.auth-social{gap:10px;margin:16px -16px -24px;padding:16px 16px 20px}.auth-social__title{font-size:16px;line-height:18px}}@media screen and (max-width: 560px){.auth-social{text-align:center;flex-direction:column}}.button[data-v-46f7f51d]{max-width:225px;margin:16px auto 0;position:relative}.button.disabled[data-v-46f7f51d]{background:transparent}.custom-telegram-button[data-v-46f7f51d]{position:relative;z-index:1;pointer-events:none}#telegram-login-button[data-v-46f7f51d]{opacity:0;position:absolute;z-index:2;width:100%;height:100%;margin-top:0}.form__buttons[data-v-9885b8ed]{max-width:100%;flex-direction:row;margin-top:16px;justify-content:center}.button[data-v-9885b8ed]{max-width:217px;margin:0}.custom-telegram-button svg[data-v-9885b8ed]{transform:translateY(1px);margin-right:6px}.custom-telegram-button[data-v-9885b8ed]{position:relative;z-index:1;pointer-events:none}@media screen and (max-width: 560px){.form__buttons[data-v-9885b8ed]{flex-direction:column;align-items:center;gap:10px}.form__buttons .button[data-v-9885b8ed]{max-width:234px}}.text[data-v-28ac8e9e]{font-weight:400;font-size:16px;line-height:20px;text-align:center;color:#282e49;margin-bottom:24px}.form[data-v-28ac8e9e]{height:100%}.form__field-radio[data-v-28ac8e9e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}.form__fields[data-v-28ac8e9e]{margin-bottom:16px;height:auto}.form__field-radio p[data-v-28ac8e9e]{font-weight:500;font-size:14px;line-height:20px;color:#282e49}.form__field-radio span[data-v-28ac8e9e]{font-weight:400;font-size:14px;line-height:20px;color:#737373}.form__result[data-v-28ac8e9e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.form__result h4[data-v-28ac8e9e]{font-weight:400;text-align:center}.form__result-video[data-v-28ac8e9e]{width:100%;height:170px}.form__result video[data-v-28ac8e9e]{width:100%;height:100%}.form__buttons[data-v-28ac8e9e]{margin-top:auto}.form__result .button[data-v-28ac8e9e]{width:200px;margin:auto auto 0}.tabs[data-v-497dbb9a]{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:78px;background:#fff;-webkit-box-shadow:0px .5px 2px rgba(0,0,0,.05);box-shadow:0 .5px 2px #0000000d;border-radius:8px;overflow-x:auto;margin-bottom:24px}.tabs[data-v-497dbb9a]::-webkit-scrollbar{height:0}.tabs[data-v-497dbb9a]::-webkit-scrollbar-track,.tabs[data-v-497dbb9a]::-webkit-scrollbar-thumb{background:transparent}.tab[data-v-497dbb9a]{min-width:109px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between;flex-direction:column;padding:12px 0;background:#e3f1ff;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.tab+.tab[data-v-497dbb9a]{border-left:1px solid #E5E5E5}.tab[data-v-497dbb9a]:hover{color:#fff;background:#037ee5}.tab.tab--active[data-v-497dbb9a]{background:#037ee5}.tab[data-v-497dbb9a]:nth-child(3){min-width:136px}.tab h4[data-v-497dbb9a]{font-weight:600;font-size:14px;line-height:110%;text-align:center;color:#282e49;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tab h4 span[data-v-497dbb9a]{font-size:9px;line-height:100%}.tab p[data-v-497dbb9a]{font-weight:600;font-size:14px;line-height:20px;text-align:center;color:#a3a3a3;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.tab:hover h4[data-v-497dbb9a],.tab:hover p[data-v-497dbb9a],.tab.tab--active h4[data-v-497dbb9a],.tab.tab--active p[data-v-497dbb9a]{color:#fff}.form[data-v-497dbb9a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.form__fields[data-v-497dbb9a]{margin-bottom:16px}.form__buttons[data-v-497dbb9a]{max-width:450px;margin-top:auto;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.error[data-v-497dbb9a]{font-weight:400;font-size:14px;line-height:20px;color:#fe3b30}@media screen and (max-width: 560px){.form__buttons[data-v-497dbb9a]{max-width:311px;flex-direction:column}}@media screen and (max-width: 560px){.FinanceMethodsModal .popup__title{max-width:260px;margin:0 auto 16px}.FinanceMethodsModal .form{margin-bottom:20px}}.instrumentModal{width:343px;padding:32px 24px 28px}.instrumentModal .popup__title{margin-bottom:0}.instrument-modal__icon{margin:0 auto 16px}.instrument-modal__title{font-weight:600;font-size:24px;line-height:110%;text-align:center;color:#282e49}.spinner-loader{width:64px;margin:0 auto 16px;aspect-ratio:1;display:-ms-grid;display:grid;-webkit-mask:conic-gradient(from 15deg,#0000,#000);-webkit-animation:l26 1s infinite steps(12);animation:l26 1s infinite steps(12)}.spinner-loader,.spinner-loader:before,.spinner-loader:after{background:-o-radial-gradient(50% 12.5%,closest-side,#047DE7 96%,#0000) 50% 0/20% 80% repeat-y,-o-radial-gradient(12.5% 50%,closest-side,#047DE7 96%,#0000) 0 50%/80% 20% repeat-x;background:radial-gradient(closest-side at 50% 12.5%,#047de7 96%,#0000) 50% 0/20% 80% repeat-y,radial-gradient(closest-side at 12.5% 50%,#047de7 96%,#0000) 0 50%/80% 20% repeat-x}.spinner-loader:before,.spinner-loader:after{content:"";-ms-grid-row:1;-ms-grid-column:1;grid-area:1/1;-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.spinner-loader:after{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}@-webkit-keyframes l26{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes l26{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.widget-tg{position:fixed;display:none;align-items:center;justify-content:center;width:48px;height:48px;left:16px;bottom:16px;border-radius:50%;background:#037ee5;box-shadow:0 0 15px #e6e6e640;cursor:pointer;transition:all .3s ease}.widget-tg:hover{background:#008bff}@media screen and (max-width: 992px){.widget-tg{display:flex}}.main{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;padding:32px 64px}.main__content{width:100%;width:calc(100% - 304px);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.main__content.main__content-full{width:calc(100% - 108px)}.main.layout-fixed{padding:92px 64px 44px}.layout-fixed .main__content{margin-left:auto}@media screen and (max-width: 1800px){.main__content{width:calc(100% - 265px)}}@media screen and (max-width: 1600px){.main{padding:32px;gap:20px}.main__content{width:calc(100% - 253px)}.main__content.main__content-full{width:calc(100% - 96px)}.main.layout-fixed{padding:92px 32px 44px}}@media screen and (max-width: 992px){.main,.main.layout-fixed{padding:88px 16px 104px}.main__content,.main__content.main__content-full{width:100%}}:root{--font-main: "San Francisco Pro", system-ui;--white: #FFFFFF;--white-soft: #FCFBFB;--gray: #F9F9F9;--light-gray: #F4F4F4;--soft-gray: #E5E5E5;--gray-100: #D4D4D4;--gray-200: #B6B6B6;--gray-300: #A3A3A3;--gray-300-transparent: rgba(167, 167, 167, .25);--gray-400: #737373;--tint-blue: #EFF6FF;--bg-tint-blue: #E4F2FF;--light-blue: #BFDBFE;--blue: #037EE5;--blue-bright: #008BFF;--purple: #9C6FFF;--deep-purple: #31088A;--green: #21BB6A;--red: #DC2626;--red-alt: #B91C1C;--red-soft: #FE3B30;--red-tint: #FFD8D6;--black: #000000;--navy: #282E49;--black-50: rgba(0, 0, 0, .05);--black-200: rgba(0, 0, 0, .2)}@font-face{font-family:Inter;src:url(/assets/Inter-Light-DpNixdPo.woff2) format("woff2");font-display:swap;font-weight:300}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-6EfshmZx.woff2) format("woff2");font-display:swap;font-weight:400}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-D5YUpoRx.woff2) format("woff2");font-display:swap;font-weight:500}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold-ClSOndc6.woff2) format("woff2");font-display:swap;font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-CQHYVgG_.woff2) format("woff2");font-display:swap;font-weight:700}@font-face{font-family:var(--font-main);src:local("San Francisco Pro Display Light"),local("San-Francisco-Pro-Display-Light"),url(/assets/SFProDisplay-Light-Ce7A6htC.woff2) format("woff2"),url(/assets/SFProDisplay-Light-DXxMnE3q.woff) format("woff"),url(/assets/SFProDisplay-Light-BgD41z9i.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:var(--font-main);src:local("San Francisco Pro Display Regular"),local("San-Francisco-Pro-Display-Regular"),url(/assets/SFProDisplay-Regular-M7edu-1M.woff2) format("woff2"),url(/assets/SFProDisplay-Regular-Dc5THhNt.woff) format("woff"),url(/assets/SFProDisplay-Regular-DloiDdiG.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:var(--font-main);src:local("San Francisco Pro Display Medium"),local("San-Francisco-Pro-Display-Medium"),url(/assets/SFProDisplay-Medium-BLXVOOGr.woff2) format("woff2"),url(/assets/SFProDisplay-Medium-DIm884XE.woff) format("woff"),url(/assets/SFProDisplay-Medium-7P2_Wb9o.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:var(--font-main);src:local("San Francisco Pro Display Semibold"),local("San-Francisco-Pro-Display-Semibold"),url(/assets/SFProDisplay-Semibold-qhwqXlkj.woff2) format("woff2"),url(/assets/SFProDisplay-Semibold-eWPlzPBq.woff) format("woff"),url(/assets/SFProDisplay-Semibold-BZe6D3nc.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:var(--font-main);src:local("San Francisco Pro Display Bold"),local("San-Francisco-Pro-Display-Bold"),url(/assets/SFProDisplay-Bold-YXKDzhow.woff2) format("woff2"),url(/assets/SFProDisplay-Bold-Bn0mmnPD.woff) format("woff"),url(/assets/SFProDisplay-Bold-C2R2oGXT.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:var(--font-main);src:local("San Francisco Pro Display Heavy"),local("San-Francisco-Pro-Display-Heavy"),url(/assets/SFProDisplay-Heavy-DJu4QFtg.woff2) format("woff2"),url(/assets/SFProDisplay-Heavy-G0ImSzaL.woff) format("woff"),url(/assets/SFProDisplay-Heavy-B3cui-Wu.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}*,*:before,*:after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-family:var(--font-main);scroll-behavior:smooth;overflow-x:hidden;background:var(--light-gray);-webkit-font-smoothing:antialiased}.no-scroll{overflow:hidden!important}*:not(body):not(html)::-webkit-scrollbar{width:4px;height:4px;border-radius:32px}*:not(body):not(html)::-webkit-scrollbar-track{background:var(--soft-gray)}*:not(body):not(html)::-webkit-scrollbar-thumb{border-radius:32px;background:var(--blue)}button{font-family:var(--font-main);outline:none;border:none;cursor:pointer}input,textarea,select{font-family:var(--font-main);outline:none}ul,li{list-style:none}h1,h2,h3,h4,h5,h6{padding:0;margin:0}p{font-weight:400;padding:0;margin:0}a,a:visited,a:hover,a:active{text-decoration:none;outline:none}.icon{position:relative;display:inline-block;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.icon:before{content:"";position:absolute;width:100%;height:100%;color:inherit;background-color:currentColor;mask-position:center;mask-size:100%;mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:100%;-webkit-mask-repeat:no-repeat}.icon-calendar{min-width:18px;height:20px;color:var(--gray-300);mask-image:url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 13C4.45 13 4 13.45 4 14C4 14.55 4.45 15 5 15C5.55 15 6 14.55 6 14C6 13.45 5.55 13 5 13M13 13H9C8.45 13 8 13.45 8 14C8 14.55 8.45 15 9 15H13C13.55 15 14 14.55 14 14C14 13.45 13.55 13 13 13M14.9999 17.998H2.99988C2.44888 17.998 1.99988 17.549 1.99988 16.998V10.998H15.9999V16.998C15.9999 17.549 15.5509 17.998 14.9999 17.998M2.99988 4.00195H3.99988V5.00195C3.99988 5.55195 4.44988 6.00195 4.99988 6.00195C5.54988 6.00195 5.99988 5.55195 5.99988 5.00195V4.00195H11.9999V5.00195C11.9999 5.55195 12.4499 6.00195 12.9999 6.00195C13.5499 6.00195 13.9999 5.55195 13.9999 5.00195V4.00195H14.9999C15.5509 4.00195 15.9999 4.45095 15.9999 5.00195V9.00195H1.99988V5.00195C1.99988 4.45095 2.44888 4.00195 2.99988 4.00195M15 2H14V1C14 0.45 13.55 0 13 0C12.45 0 12 0.45 12 1V2H6V1C6 0.45 5.55 0 5 0C4.45 0 4 0.45 4 1V2H3C1.346 2 0 3.346 0 5V17C0 18.654 1.346 20 3 20H15C16.654 20 18 18.654 18 17V5C18 3.346 16.654 2 15 2' fill='%23A3A3A3'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 13C4.45 13 4 13.45 4 14C4 14.55 4.45 15 5 15C5.55 15 6 14.55 6 14C6 13.45 5.55 13 5 13M13 13H9C8.45 13 8 13.45 8 14C8 14.55 8.45 15 9 15H13C13.55 15 14 14.55 14 14C14 13.45 13.55 13 13 13M14.9999 17.998H2.99988C2.44888 17.998 1.99988 17.549 1.99988 16.998V10.998H15.9999V16.998C15.9999 17.549 15.5509 17.998 14.9999 17.998M2.99988 4.00195H3.99988V5.00195C3.99988 5.55195 4.44988 6.00195 4.99988 6.00195C5.54988 6.00195 5.99988 5.55195 5.99988 5.00195V4.00195H11.9999V5.00195C11.9999 5.55195 12.4499 6.00195 12.9999 6.00195C13.5499 6.00195 13.9999 5.55195 13.9999 5.00195V4.00195H14.9999C15.5509 4.00195 15.9999 4.45095 15.9999 5.00195V9.00195H1.99988V5.00195C1.99988 4.45095 2.44888 4.00195 2.99988 4.00195M15 2H14V1C14 0.45 13.55 0 13 0C12.45 0 12 0.45 12 1V2H6V1C6 0.45 5.55 0 5 0C4.45 0 4 0.45 4 1V2H3C1.346 2 0 3.346 0 5V17C0 18.654 1.346 20 3 20H15C16.654 20 18 18.654 18 17V5C18 3.346 16.654 2 15 2' fill='%23A3A3A3'%3E%3C/path%3E%3C/svg%3E")}.icon-balance{min-width:16px;height:16px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_331_15174)'%3E%3Cpath d='M0 3.60002C0 2.93728 0.537258 2.40002 1.2 2.40002H14.8C15.4627 2.40002 16 2.93728 16 3.60002V4.80002L0 4.80003V3.60002Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.40003V12.4C0 13.0627 0.537258 13.6 1.2 13.6H14.8C15.4627 13.6 16 13.0627 16 12.4V6.40002L0 6.40003ZM5.6 9.60002H1.6V8.00002H5.6V9.60002Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_331_15174'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_331_15174)'%3E%3Cpath d='M0 3.60002C0 2.93728 0.537258 2.40002 1.2 2.40002H14.8C15.4627 2.40002 16 2.93728 16 3.60002V4.80002L0 4.80003V3.60002Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 6.40003V12.4C0 13.0627 0.537258 13.6 1.2 13.6H14.8C15.4627 13.6 16 13.0627 16 12.4V6.40002L0 6.40003ZM5.6 9.60002H1.6V8.00002H5.6V9.60002Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_331_15174'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-offers{min-width:20px;height:20px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 3.75C4.66848 3.75 4.35054 3.8817 4.11612 4.11612C3.8817 4.35054 3.75 4.66848 3.75 5V6.875C3.75 7.20652 3.8817 7.52446 4.11612 7.75888C4.35054 7.9933 4.66848 8.125 5 8.125H6.875C7.20652 8.125 7.52446 7.9933 7.75888 7.75888C7.9933 7.52446 8.125 7.20652 8.125 6.875V5C8.125 4.66848 7.9933 4.35054 7.75888 4.11612C7.52446 3.8817 7.20652 3.75 6.875 3.75H5ZM3.23223 3.23223C3.70107 2.76339 4.33696 2.5 5 2.5H6.875C7.53804 2.5 8.17393 2.76339 8.64277 3.23223C9.11161 3.70107 9.375 4.33696 9.375 5V6.875C9.375 7.53804 9.11161 8.17393 8.64277 8.64277C8.17393 9.11161 7.53804 9.375 6.875 9.375H5C4.33696 9.375 3.70107 9.11161 3.23223 8.64277C2.76339 8.17393 2.5 7.53804 2.5 6.875V5C2.5 4.33696 2.76339 3.70107 3.23223 3.23223ZM13.125 3.75C12.7935 3.75 12.4755 3.8817 12.2411 4.11612C12.0067 4.35054 11.875 4.66848 11.875 5V6.875C11.875 7.20652 12.0067 7.52446 12.2411 7.75888C12.4755 7.9933 12.7935 8.125 13.125 8.125H15C15.3315 8.125 15.6495 7.9933 15.8839 7.75888C16.1183 7.52446 16.25 7.20652 16.25 6.875V5C16.25 4.66848 16.1183 4.35054 15.8839 4.11612C15.6495 3.8817 15.3315 3.75 15 3.75H13.125ZM11.3572 3.23223C11.8261 2.76339 12.462 2.5 13.125 2.5H15C15.663 2.5 16.2989 2.76339 16.7678 3.23223C17.2366 3.70107 17.5 4.33696 17.5 5V6.875C17.5 7.53804 17.2366 8.17393 16.7678 8.64277C16.2989 9.11161 15.663 9.375 15 9.375H13.125C12.462 9.375 11.8261 9.11161 11.3572 8.64277C10.8884 8.17393 10.625 7.53804 10.625 6.875V5C10.625 4.33696 10.8884 3.70107 11.3572 3.23223ZM5 11.875C4.66848 11.875 4.35054 12.0067 4.11612 12.2411C3.8817 12.4755 3.75 12.7935 3.75 13.125V15C3.75 15.3315 3.8817 15.6495 4.11612 15.8839C4.35054 16.1183 4.66848 16.25 5 16.25H6.875C7.20652 16.25 7.52446 16.1183 7.75888 15.8839C7.9933 15.6495 8.125 15.3315 8.125 15V13.125C8.125 12.7935 7.9933 12.4755 7.75888 12.2411C7.52446 12.0067 7.20652 11.875 6.875 11.875H5ZM3.23223 11.3572C3.70107 10.8884 4.33696 10.625 5 10.625H6.875C7.53804 10.625 8.17393 10.8884 8.64277 11.3572C9.11161 11.8261 9.375 12.462 9.375 13.125V15C9.375 15.663 9.11161 16.2989 8.64277 16.7678C8.17393 17.2366 7.53804 17.5 6.875 17.5H5C4.33696 17.5 3.70107 17.2366 3.23223 16.7678C2.76339 16.2989 2.5 15.663 2.5 15V13.125C2.5 12.462 2.76339 11.8261 3.23223 11.3572ZM13.125 11.875C12.7935 11.875 12.4755 12.0067 12.2411 12.2411C12.0067 12.4755 11.875 12.7935 11.875 13.125V15C11.875 15.3315 12.0067 15.6495 12.2411 15.8839C12.4755 16.1183 12.7935 16.25 13.125 16.25H15C15.3315 16.25 15.6495 16.1183 15.8839 15.8839C16.1183 15.6495 16.25 15.3315 16.25 15V13.125C16.25 12.7935 16.1183 12.4755 15.8839 12.2411C15.6495 12.0067 15.3315 11.875 15 11.875H13.125ZM11.3572 11.3572C11.8261 10.8884 12.462 10.625 13.125 10.625H15C15.663 10.625 16.2989 10.8884 16.7678 11.3572C17.2366 11.8261 17.5 12.462 17.5 13.125V15C17.5 15.663 17.2366 16.2989 16.7678 16.7678C16.2989 17.2366 15.663 17.5 15 17.5H13.125C12.462 17.5 11.8261 17.2366 11.3572 16.7678C10.8884 16.2989 10.625 15.663 10.625 15V13.125C10.625 12.462 10.8884 11.8261 11.3572 11.3572Z' fill='white'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 3.75C4.66848 3.75 4.35054 3.8817 4.11612 4.11612C3.8817 4.35054 3.75 4.66848 3.75 5V6.875C3.75 7.20652 3.8817 7.52446 4.11612 7.75888C4.35054 7.9933 4.66848 8.125 5 8.125H6.875C7.20652 8.125 7.52446 7.9933 7.75888 7.75888C7.9933 7.52446 8.125 7.20652 8.125 6.875V5C8.125 4.66848 7.9933 4.35054 7.75888 4.11612C7.52446 3.8817 7.20652 3.75 6.875 3.75H5ZM3.23223 3.23223C3.70107 2.76339 4.33696 2.5 5 2.5H6.875C7.53804 2.5 8.17393 2.76339 8.64277 3.23223C9.11161 3.70107 9.375 4.33696 9.375 5V6.875C9.375 7.53804 9.11161 8.17393 8.64277 8.64277C8.17393 9.11161 7.53804 9.375 6.875 9.375H5C4.33696 9.375 3.70107 9.11161 3.23223 8.64277C2.76339 8.17393 2.5 7.53804 2.5 6.875V5C2.5 4.33696 2.76339 3.70107 3.23223 3.23223ZM13.125 3.75C12.7935 3.75 12.4755 3.8817 12.2411 4.11612C12.0067 4.35054 11.875 4.66848 11.875 5V6.875C11.875 7.20652 12.0067 7.52446 12.2411 7.75888C12.4755 7.9933 12.7935 8.125 13.125 8.125H15C15.3315 8.125 15.6495 7.9933 15.8839 7.75888C16.1183 7.52446 16.25 7.20652 16.25 6.875V5C16.25 4.66848 16.1183 4.35054 15.8839 4.11612C15.6495 3.8817 15.3315 3.75 15 3.75H13.125ZM11.3572 3.23223C11.8261 2.76339 12.462 2.5 13.125 2.5H15C15.663 2.5 16.2989 2.76339 16.7678 3.23223C17.2366 3.70107 17.5 4.33696 17.5 5V6.875C17.5 7.53804 17.2366 8.17393 16.7678 8.64277C16.2989 9.11161 15.663 9.375 15 9.375H13.125C12.462 9.375 11.8261 9.11161 11.3572 8.64277C10.8884 8.17393 10.625 7.53804 10.625 6.875V5C10.625 4.33696 10.8884 3.70107 11.3572 3.23223ZM5 11.875C4.66848 11.875 4.35054 12.0067 4.11612 12.2411C3.8817 12.4755 3.75 12.7935 3.75 13.125V15C3.75 15.3315 3.8817 15.6495 4.11612 15.8839C4.35054 16.1183 4.66848 16.25 5 16.25H6.875C7.20652 16.25 7.52446 16.1183 7.75888 15.8839C7.9933 15.6495 8.125 15.3315 8.125 15V13.125C8.125 12.7935 7.9933 12.4755 7.75888 12.2411C7.52446 12.0067 7.20652 11.875 6.875 11.875H5ZM3.23223 11.3572C3.70107 10.8884 4.33696 10.625 5 10.625H6.875C7.53804 10.625 8.17393 10.8884 8.64277 11.3572C9.11161 11.8261 9.375 12.462 9.375 13.125V15C9.375 15.663 9.11161 16.2989 8.64277 16.7678C8.17393 17.2366 7.53804 17.5 6.875 17.5H5C4.33696 17.5 3.70107 17.2366 3.23223 16.7678C2.76339 16.2989 2.5 15.663 2.5 15V13.125C2.5 12.462 2.76339 11.8261 3.23223 11.3572ZM13.125 11.875C12.7935 11.875 12.4755 12.0067 12.2411 12.2411C12.0067 12.4755 11.875 12.7935 11.875 13.125V15C11.875 15.3315 12.0067 15.6495 12.2411 15.8839C12.4755 16.1183 12.7935 16.25 13.125 16.25H15C15.3315 16.25 15.6495 16.1183 15.8839 15.8839C16.1183 15.6495 16.25 15.3315 16.25 15V13.125C16.25 12.7935 16.1183 12.4755 15.8839 12.2411C15.6495 12.0067 15.3315 11.875 15 11.875H13.125ZM11.3572 11.3572C11.8261 10.8884 12.462 10.625 13.125 10.625H15C15.663 10.625 16.2989 10.8884 16.7678 11.3572C17.2366 11.8261 17.5 12.462 17.5 13.125V15C17.5 15.663 17.2366 16.2989 16.7678 16.7678C16.2989 17.2366 15.663 17.5 15 17.5H13.125C12.462 17.5 11.8261 17.2366 11.3572 16.7678C10.8884 16.2989 10.625 15.663 10.625 15V13.125C10.625 12.462 10.8884 11.8261 11.3572 11.3572Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-statistic{min-width:20px;height:20px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.93046 5.53365C6.06105 4.77821 7.39026 4.375 8.75 4.375C8.91576 4.375 9.07473 4.44085 9.19195 4.55806C9.30916 4.67527 9.375 4.83424 9.375 5V10.625H15C15.3452 10.625 15.625 10.9048 15.625 11.25C15.625 12.6097 15.2218 13.939 14.4664 15.0695C13.7109 16.2001 12.6372 17.0813 11.381 17.6017C10.1247 18.122 8.74238 18.2582 7.40876 17.9929C6.07514 17.7276 4.85013 17.0728 3.88864 16.1114C2.92716 15.1499 2.27238 13.9249 2.0071 12.5912C1.74183 11.2576 1.87798 9.87529 2.39833 8.61905C2.91868 7.36281 3.79987 6.28908 4.93046 5.53365ZM8.125 5.65983C7.23361 5.75949 6.37573 6.07131 5.62492 6.57298C4.69989 7.19107 3.97892 8.06957 3.55318 9.09741C3.12744 10.1252 3.01604 11.2562 3.23309 12.3474C3.45013 13.4385 3.98586 14.4408 4.77253 15.2275C5.5592 16.0141 6.56148 16.5499 7.65262 16.7669C8.74376 16.984 9.87476 16.8726 10.9026 16.4468C11.9304 16.0211 12.8089 15.3001 13.427 14.3751C13.9287 13.6243 14.2405 12.7664 14.3402 11.875H8.75C8.40483 11.875 8.125 11.5952 8.125 11.25V5.65983Z' fill='%23282E49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8081 2.05806C10.9253 1.94085 11.0842 1.875 11.25 1.875C13.0734 1.875 14.8221 2.59933 16.1114 3.88864C17.4007 5.17795 18.125 6.92664 18.125 8.75C18.125 8.91576 18.0592 9.07473 17.9419 9.19194C17.8247 9.30915 17.6658 9.375 17.5 9.375H11.25C10.9048 9.375 10.625 9.09518 10.625 8.75V2.5C10.625 2.33424 10.6909 2.17527 10.8081 2.05806ZM11.875 3.15981V8.125H16.8402C16.6991 6.86311 16.134 5.67904 15.2275 4.77252C14.321 3.86601 13.1369 3.30086 11.875 3.15981Z' fill='%23282E49'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.93046 5.53365C6.06105 4.77821 7.39026 4.375 8.75 4.375C8.91576 4.375 9.07473 4.44085 9.19195 4.55806C9.30916 4.67527 9.375 4.83424 9.375 5V10.625H15C15.3452 10.625 15.625 10.9048 15.625 11.25C15.625 12.6097 15.2218 13.939 14.4664 15.0695C13.7109 16.2001 12.6372 17.0813 11.381 17.6017C10.1247 18.122 8.74238 18.2582 7.40876 17.9929C6.07514 17.7276 4.85013 17.0728 3.88864 16.1114C2.92716 15.1499 2.27238 13.9249 2.0071 12.5912C1.74183 11.2576 1.87798 9.87529 2.39833 8.61905C2.91868 7.36281 3.79987 6.28908 4.93046 5.53365ZM8.125 5.65983C7.23361 5.75949 6.37573 6.07131 5.62492 6.57298C4.69989 7.19107 3.97892 8.06957 3.55318 9.09741C3.12744 10.1252 3.01604 11.2562 3.23309 12.3474C3.45013 13.4385 3.98586 14.4408 4.77253 15.2275C5.5592 16.0141 6.56148 16.5499 7.65262 16.7669C8.74376 16.984 9.87476 16.8726 10.9026 16.4468C11.9304 16.0211 12.8089 15.3001 13.427 14.3751C13.9287 13.6243 14.2405 12.7664 14.3402 11.875H8.75C8.40483 11.875 8.125 11.5952 8.125 11.25V5.65983Z' fill='%23282E49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8081 2.05806C10.9253 1.94085 11.0842 1.875 11.25 1.875C13.0734 1.875 14.8221 2.59933 16.1114 3.88864C17.4007 5.17795 18.125 6.92664 18.125 8.75C18.125 8.91576 18.0592 9.07473 17.9419 9.19194C17.8247 9.30915 17.6658 9.375 17.5 9.375H11.25C10.9048 9.375 10.625 9.09518 10.625 8.75V2.5C10.625 2.33424 10.6909 2.17527 10.8081 2.05806ZM11.875 3.15981V8.125H16.8402C16.6991 6.86311 16.134 5.67904 15.2275 4.77252C14.321 3.86601 13.1369 3.30086 11.875 3.15981Z' fill='%23282E49'/%3E%3C/svg%3E%0A")}.icon-finance{min-width:20px;height:20px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5819 3.09373C14.5819 1.35998 9.59691 1.22498 8.06941 1.22498C6.54191 1.22498 1.55691 1.35998 1.55691 3.09685V9.23685C1.55691 11.6531 1.28879 14.2394 1.55691 16.6425C1.82066 19.0087 6.31754 18.7756 8.06941 18.7756C9.13379 18.7756 10.1863 18.7156 11.1138 18.6025C11.1357 18.6 11.1532 18.5869 11.1744 18.5825C11.5482 18.5356 11.8994 18.4794 12.2244 18.4156C12.7575 18.6394 13.3425 18.7637 13.9563 18.7637C16.43 18.7637 18.4425 16.7544 18.4425 14.2844C18.4425 12.0269 16.7594 10.1594 14.5813 9.85373L14.5819 3.09373ZM13.3319 6.4031C12.9369 6.68435 11.1 7.16185 8.06941 7.16185C5.03879 7.16185 3.20254 6.68373 2.80691 6.4031V4.3106C4.38754 4.8981 7.02879 4.96185 8.06941 4.96185C9.11004 4.96185 11.7513 4.8981 13.3319 4.3106V6.4031ZM8.06941 17.5118C5.04254 17.5118 3.20629 17.0344 2.80691 16.7525V14.675C3.90754 15.0825 5.56004 15.2456 7.04691 15.2994H7.07004C7.08066 15.2994 7.08941 15.2937 7.10004 15.2937C7.41879 15.3043 7.74129 15.3119 8.06941 15.3119C8.61129 15.3119 9.10941 15.2925 9.58379 15.265C9.76566 16.0725 10.1663 16.7975 10.7207 17.3756C9.91066 17.4637 9.00066 17.5125 8.07004 17.5125L8.06941 17.5118ZM9.48504 14.0187C9.04254 14.0444 8.57816 14.0619 8.06941 14.0619C6.36941 14.0619 4.78379 13.9068 3.69816 13.6343C3.68504 13.6312 3.66879 13.6275 3.65629 13.6244C3.61379 13.6125 3.57941 13.6044 3.54066 13.5944C3.46879 13.5744 3.40941 13.555 3.34754 13.5356C3.29754 13.5194 3.24879 13.5019 3.20254 13.4844L3.08504 13.4406C3.02629 13.4168 2.97316 13.3968 2.89004 13.3537C2.88754 13.3525 2.87691 13.3462 2.86379 13.34L2.80691 13.3V11.2231C2.81254 11.225 2.82004 11.2269 2.82566 11.2287C3.83691 11.5981 5.29629 11.7631 6.61254 11.8306C6.62316 11.8306 6.63379 11.8312 6.64504 11.8312C6.65629 11.8312 6.66566 11.8256 6.67691 11.825C7.12754 11.8475 7.59004 11.8625 8.06941 11.8625C8.82566 11.8625 9.55754 11.8325 10.2407 11.7775C9.80191 12.4243 9.53316 13.1925 9.48441 14.0194L9.48504 14.0187ZM11.9075 10.3031C10.88 10.5019 9.52379 10.6119 8.06941 10.6119C5.47566 10.6119 3.61504 10.265 2.91504 9.91748C2.86379 9.8931 2.83316 9.87248 2.80691 9.85435V7.7631C4.24254 8.29498 6.55254 8.39623 7.74441 8.40998C7.86504 8.41123 7.97379 8.41185 8.06941 8.41185C8.22004 8.41185 8.41191 8.40998 8.62129 8.4056H8.64691H8.64754C9.89004 8.3806 11.9894 8.25998 13.3319 7.76123V9.85185C13.3319 9.85185 13.3307 9.85248 13.33 9.8531C12.8238 9.92435 12.345 10.0781 11.9069 10.3037L11.9075 10.3031ZM8.06941 2.47498C10.6344 2.47498 12.3488 2.8181 13.0544 3.09373C12.3488 3.36935 10.635 3.71248 8.06941 3.71248C5.50379 3.71248 3.79004 3.36935 3.08504 3.09373C3.79004 2.8181 5.50379 2.47498 8.06941 2.47498ZM17.1932 14.2831C17.1932 16.0637 15.7419 17.5125 13.9569 17.5125C12.1719 17.5125 10.7213 16.0637 10.7213 14.2831C10.7213 12.5025 12.1688 11.0587 13.9494 11.055C13.9519 11.055 13.9538 11.0562 13.9563 11.0562C13.9588 11.0562 13.9607 11.055 13.9632 11.055C15.7444 11.0587 17.1919 12.5056 17.1919 14.2831H17.1932Z' fill='%23282E49'/%3E%3Cpath d='M14.3981 12.305C14.3981 12.305 14.3937 12.3025 14.3924 12.3012C14.3362 12.2462 14.2699 12.2012 14.1962 12.1706C14.1199 12.1387 14.0387 12.1225 13.9568 12.1225C13.8749 12.1225 13.9543 12.1231 13.9524 12.1231C13.8724 12.1231 13.7931 12.1394 13.7181 12.1706C13.6468 12.2 13.5843 12.2437 13.5287 12.2962C13.5243 12.3 13.5187 12.3012 13.5143 12.3056L12.3849 13.4331C12.1406 13.6769 12.1406 14.0725 12.3849 14.3169C12.6293 14.5619 13.0249 14.5612 13.2693 14.3169L13.3318 14.2544V15.8187C13.3318 16.1637 13.6112 16.4437 13.9568 16.4437C14.3024 16.4437 14.5818 16.1637 14.5818 15.8187V14.2531L14.6456 14.3162C14.7674 14.4381 14.9268 14.4987 15.0868 14.4987C15.2468 14.4987 15.4074 14.4375 15.5293 14.3156C15.7731 14.0712 15.7731 13.6756 15.5281 13.4312L14.3993 12.305L14.3981 12.3037V12.305Z' fill='%23282E49'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5819 3.09373C14.5819 1.35998 9.59691 1.22498 8.06941 1.22498C6.54191 1.22498 1.55691 1.35998 1.55691 3.09685V9.23685C1.55691 11.6531 1.28879 14.2394 1.55691 16.6425C1.82066 19.0087 6.31754 18.7756 8.06941 18.7756C9.13379 18.7756 10.1863 18.7156 11.1138 18.6025C11.1357 18.6 11.1532 18.5869 11.1744 18.5825C11.5482 18.5356 11.8994 18.4794 12.2244 18.4156C12.7575 18.6394 13.3425 18.7637 13.9563 18.7637C16.43 18.7637 18.4425 16.7544 18.4425 14.2844C18.4425 12.0269 16.7594 10.1594 14.5813 9.85373L14.5819 3.09373ZM13.3319 6.4031C12.9369 6.68435 11.1 7.16185 8.06941 7.16185C5.03879 7.16185 3.20254 6.68373 2.80691 6.4031V4.3106C4.38754 4.8981 7.02879 4.96185 8.06941 4.96185C9.11004 4.96185 11.7513 4.8981 13.3319 4.3106V6.4031ZM8.06941 17.5118C5.04254 17.5118 3.20629 17.0344 2.80691 16.7525V14.675C3.90754 15.0825 5.56004 15.2456 7.04691 15.2994H7.07004C7.08066 15.2994 7.08941 15.2937 7.10004 15.2937C7.41879 15.3043 7.74129 15.3119 8.06941 15.3119C8.61129 15.3119 9.10941 15.2925 9.58379 15.265C9.76566 16.0725 10.1663 16.7975 10.7207 17.3756C9.91066 17.4637 9.00066 17.5125 8.07004 17.5125L8.06941 17.5118ZM9.48504 14.0187C9.04254 14.0444 8.57816 14.0619 8.06941 14.0619C6.36941 14.0619 4.78379 13.9068 3.69816 13.6343C3.68504 13.6312 3.66879 13.6275 3.65629 13.6244C3.61379 13.6125 3.57941 13.6044 3.54066 13.5944C3.46879 13.5744 3.40941 13.555 3.34754 13.5356C3.29754 13.5194 3.24879 13.5019 3.20254 13.4844L3.08504 13.4406C3.02629 13.4168 2.97316 13.3968 2.89004 13.3537C2.88754 13.3525 2.87691 13.3462 2.86379 13.34L2.80691 13.3V11.2231C2.81254 11.225 2.82004 11.2269 2.82566 11.2287C3.83691 11.5981 5.29629 11.7631 6.61254 11.8306C6.62316 11.8306 6.63379 11.8312 6.64504 11.8312C6.65629 11.8312 6.66566 11.8256 6.67691 11.825C7.12754 11.8475 7.59004 11.8625 8.06941 11.8625C8.82566 11.8625 9.55754 11.8325 10.2407 11.7775C9.80191 12.4243 9.53316 13.1925 9.48441 14.0194L9.48504 14.0187ZM11.9075 10.3031C10.88 10.5019 9.52379 10.6119 8.06941 10.6119C5.47566 10.6119 3.61504 10.265 2.91504 9.91748C2.86379 9.8931 2.83316 9.87248 2.80691 9.85435V7.7631C4.24254 8.29498 6.55254 8.39623 7.74441 8.40998C7.86504 8.41123 7.97379 8.41185 8.06941 8.41185C8.22004 8.41185 8.41191 8.40998 8.62129 8.4056H8.64691H8.64754C9.89004 8.3806 11.9894 8.25998 13.3319 7.76123V9.85185C13.3319 9.85185 13.3307 9.85248 13.33 9.8531C12.8238 9.92435 12.345 10.0781 11.9069 10.3037L11.9075 10.3031ZM8.06941 2.47498C10.6344 2.47498 12.3488 2.8181 13.0544 3.09373C12.3488 3.36935 10.635 3.71248 8.06941 3.71248C5.50379 3.71248 3.79004 3.36935 3.08504 3.09373C3.79004 2.8181 5.50379 2.47498 8.06941 2.47498ZM17.1932 14.2831C17.1932 16.0637 15.7419 17.5125 13.9569 17.5125C12.1719 17.5125 10.7213 16.0637 10.7213 14.2831C10.7213 12.5025 12.1688 11.0587 13.9494 11.055C13.9519 11.055 13.9538 11.0562 13.9563 11.0562C13.9588 11.0562 13.9607 11.055 13.9632 11.055C15.7444 11.0587 17.1919 12.5056 17.1919 14.2831H17.1932Z' fill='%23282E49'/%3E%3Cpath d='M14.3981 12.305C14.3981 12.305 14.3937 12.3025 14.3924 12.3012C14.3362 12.2462 14.2699 12.2012 14.1962 12.1706C14.1199 12.1387 14.0387 12.1225 13.9568 12.1225C13.8749 12.1225 13.9543 12.1231 13.9524 12.1231C13.8724 12.1231 13.7931 12.1394 13.7181 12.1706C13.6468 12.2 13.5843 12.2437 13.5287 12.2962C13.5243 12.3 13.5187 12.3012 13.5143 12.3056L12.3849 13.4331C12.1406 13.6769 12.1406 14.0725 12.3849 14.3169C12.6293 14.5619 13.0249 14.5612 13.2693 14.3169L13.3318 14.2544V15.8187C13.3318 16.1637 13.6112 16.4437 13.9568 16.4437C14.3024 16.4437 14.5818 16.1637 14.5818 15.8187V14.2531L14.6456 14.3162C14.7674 14.4381 14.9268 14.4987 15.0868 14.4987C15.2468 14.4987 15.4074 14.4375 15.5293 14.3156C15.7731 14.0712 15.7731 13.6756 15.5281 13.4312L14.3993 12.305L14.3981 12.3037V12.305Z' fill='%23282E49'/%3E%3C/svg%3E%0A")}.icon-transactions{min-width:20px;height:20px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9161 16.3703H16.644V12.5613C16.644 12.2727 16.5294 11.9959 16.3253 11.7918C16.1212 11.5877 15.8444 11.473 15.5558 11.473H13.9233C13.6347 11.473 13.3579 11.5877 13.1538 11.7918C12.9497 11.9959 12.8351 12.2727 12.8351 12.5613V16.3703H11.7468V10.3848C11.7468 10.0961 11.6321 9.81932 11.428 9.61523C11.2239 9.41113 10.9471 9.29648 10.6585 9.29648H9.02609C8.73746 9.29648 8.46066 9.41113 8.25657 9.61523C8.05247 9.81932 7.93782 10.0961 7.93782 10.3848V16.3703H6.84954V8.75234C6.84954 8.46371 6.73488 8.1869 6.53079 7.98281C6.3267 7.77872 6.04989 7.66406 5.76126 7.66406H4.12885C3.84022 7.66406 3.56341 7.77872 3.35932 7.98281C3.15523 8.1869 3.04057 8.46371 3.04057 8.75234V16.3703H2.7685C2.62419 16.3703 2.48579 16.4276 2.38374 16.5296C2.28169 16.6317 2.22437 16.7701 2.22437 16.9144C2.22437 17.0587 2.28169 17.1971 2.38374 17.2992C2.48579 17.4012 2.62419 17.4585 2.7685 17.4585H16.9161C17.0604 17.4585 17.1988 17.4012 17.3009 17.2992C17.4029 17.1971 17.4602 17.0587 17.4602 16.9144C17.4602 16.7701 17.4029 16.6317 17.3009 16.5296C17.1988 16.4276 17.0604 16.3703 16.9161 16.3703ZM4.12885 16.3703V8.75234H5.76126V16.3703H4.12885ZM9.02609 16.3703V10.3848H10.6585V16.3703H9.02609ZM13.9233 16.3703V12.5613H15.5558V16.3703H13.9233Z' fill='white'/%3E%3Cpath d='M16.9161 6.38754C16.7718 6.38754 16.6334 6.44487 16.5314 6.54691C16.4293 6.64896 16.372 6.78736 16.372 6.93168V7.79686L14.3097 5.72913C14.2591 5.67813 14.1989 5.63765 14.1326 5.61003C14.0663 5.5824 13.9952 5.56818 13.9234 5.56818C13.8515 5.56818 13.7804 5.5824 13.7141 5.61003C13.6478 5.63765 13.5876 5.67813 13.537 5.72913L12.2909 6.98065L8.86832 3.55258C8.81774 3.50158 8.75755 3.4611 8.69125 3.43347C8.62494 3.40585 8.55382 3.39162 8.48198 3.39162C8.41015 3.39162 8.33903 3.40585 8.27272 3.43347C8.20641 3.4611 8.14623 3.50158 8.09564 3.55258L6.21293 5.44074L3.15487 2.38268C3.10414 2.33195 3.04391 2.2917 2.97762 2.26425C2.91133 2.23679 2.84028 2.22266 2.76853 2.22266C2.69678 2.22266 2.62574 2.23679 2.55945 2.26425C2.49316 2.2917 2.43293 2.33195 2.38219 2.38268C2.27973 2.48515 2.22217 2.62412 2.22217 2.76902C2.22217 2.91393 2.27973 3.0529 2.38219 3.15536L5.82659 6.57799C5.92779 6.67446 6.06223 6.72827 6.20204 6.72827C6.34186 6.72827 6.4763 6.67446 6.5775 6.57799L8.48198 4.71159L11.9046 8.13422C11.9552 8.18522 12.0154 8.2257 12.0817 8.25333C12.148 8.28096 12.2191 8.29518 12.2909 8.29518C12.3628 8.29518 12.4339 8.28096 12.5002 8.25333C12.5665 8.2257 12.6267 8.18522 12.6773 8.13422L13.9234 6.88815L15.6048 8.56409H14.7396C14.5953 8.56409 14.4569 8.62142 14.3548 8.72347C14.2528 8.82551 14.1954 8.96392 14.1954 9.10823C14.1954 9.25254 14.2528 9.39095 14.3548 9.49299C14.4569 9.59504 14.5953 9.65237 14.7396 9.65237H16.9161C16.9875 9.65421 17.0583 9.6393 17.1229 9.60884C17.2559 9.55362 17.3615 9.44796 17.4167 9.315C17.4446 9.24958 17.4594 9.17934 17.4603 9.10823V6.93168C17.4603 6.78736 17.4029 6.64896 17.3009 6.54691C17.1988 6.44487 17.0604 6.38754 16.9161 6.38754Z' fill='white'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9161 16.3703H16.644V12.5613C16.644 12.2727 16.5294 11.9959 16.3253 11.7918C16.1212 11.5877 15.8444 11.473 15.5558 11.473H13.9233C13.6347 11.473 13.3579 11.5877 13.1538 11.7918C12.9497 11.9959 12.8351 12.2727 12.8351 12.5613V16.3703H11.7468V10.3848C11.7468 10.0961 11.6321 9.81932 11.428 9.61523C11.2239 9.41113 10.9471 9.29648 10.6585 9.29648H9.02609C8.73746 9.29648 8.46066 9.41113 8.25657 9.61523C8.05247 9.81932 7.93782 10.0961 7.93782 10.3848V16.3703H6.84954V8.75234C6.84954 8.46371 6.73488 8.1869 6.53079 7.98281C6.3267 7.77872 6.04989 7.66406 5.76126 7.66406H4.12885C3.84022 7.66406 3.56341 7.77872 3.35932 7.98281C3.15523 8.1869 3.04057 8.46371 3.04057 8.75234V16.3703H2.7685C2.62419 16.3703 2.48579 16.4276 2.38374 16.5296C2.28169 16.6317 2.22437 16.7701 2.22437 16.9144C2.22437 17.0587 2.28169 17.1971 2.38374 17.2992C2.48579 17.4012 2.62419 17.4585 2.7685 17.4585H16.9161C17.0604 17.4585 17.1988 17.4012 17.3009 17.2992C17.4029 17.1971 17.4602 17.0587 17.4602 16.9144C17.4602 16.7701 17.4029 16.6317 17.3009 16.5296C17.1988 16.4276 17.0604 16.3703 16.9161 16.3703ZM4.12885 16.3703V8.75234H5.76126V16.3703H4.12885ZM9.02609 16.3703V10.3848H10.6585V16.3703H9.02609ZM13.9233 16.3703V12.5613H15.5558V16.3703H13.9233Z' fill='white'/%3E%3Cpath d='M16.9161 6.38754C16.7718 6.38754 16.6334 6.44487 16.5314 6.54691C16.4293 6.64896 16.372 6.78736 16.372 6.93168V7.79686L14.3097 5.72913C14.2591 5.67813 14.1989 5.63765 14.1326 5.61003C14.0663 5.5824 13.9952 5.56818 13.9234 5.56818C13.8515 5.56818 13.7804 5.5824 13.7141 5.61003C13.6478 5.63765 13.5876 5.67813 13.537 5.72913L12.2909 6.98065L8.86832 3.55258C8.81774 3.50158 8.75755 3.4611 8.69125 3.43347C8.62494 3.40585 8.55382 3.39162 8.48198 3.39162C8.41015 3.39162 8.33903 3.40585 8.27272 3.43347C8.20641 3.4611 8.14623 3.50158 8.09564 3.55258L6.21293 5.44074L3.15487 2.38268C3.10414 2.33195 3.04391 2.2917 2.97762 2.26425C2.91133 2.23679 2.84028 2.22266 2.76853 2.22266C2.69678 2.22266 2.62574 2.23679 2.55945 2.26425C2.49316 2.2917 2.43293 2.33195 2.38219 2.38268C2.27973 2.48515 2.22217 2.62412 2.22217 2.76902C2.22217 2.91393 2.27973 3.0529 2.38219 3.15536L5.82659 6.57799C5.92779 6.67446 6.06223 6.72827 6.20204 6.72827C6.34186 6.72827 6.4763 6.67446 6.5775 6.57799L8.48198 4.71159L11.9046 8.13422C11.9552 8.18522 12.0154 8.2257 12.0817 8.25333C12.148 8.28096 12.2191 8.29518 12.2909 8.29518C12.3628 8.29518 12.4339 8.28096 12.5002 8.25333C12.5665 8.2257 12.6267 8.18522 12.6773 8.13422L13.9234 6.88815L15.6048 8.56409H14.7396C14.5953 8.56409 14.4569 8.62142 14.3548 8.72347C14.2528 8.82551 14.1954 8.96392 14.1954 9.10823C14.1954 9.25254 14.2528 9.39095 14.3548 9.49299C14.4569 9.59504 14.5953 9.65237 14.7396 9.65237H16.9161C16.9875 9.65421 17.0583 9.6393 17.1229 9.60884C17.2559 9.55362 17.3615 9.44796 17.4167 9.315C17.4446 9.24958 17.4594 9.17934 17.4603 9.10823V6.93168C17.4603 6.78736 17.4029 6.64896 17.3009 6.54691C17.1988 6.44487 17.0604 6.38754 16.9161 6.38754Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-dashboards{min-width:20px;height:20px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11H3.5C3.36739 11 3.24021 11.0527 3.14645 11.1464C3.05268 11.2402 3 11.3674 3 11.5V16.5C3 16.6326 3.05268 16.7598 3.14645 16.8536C3.24021 16.9473 3.36739 17 3.5 17H6.5C6.63261 17 6.75979 16.9473 6.85355 16.8536C6.94732 16.7598 7 16.6326 7 16.5V11.5C7 11.3674 6.94732 11.2402 6.85355 11.1464C6.75979 11.0527 6.63261 11 6.5 11ZM6 16H4V12H6V16Z' fill='white'/%3E%3Cpath d='M16.5 6H13.5C13.3674 6 13.2402 6.05795 13.1464 6.16109C13.0527 6.26424 13 6.40413 13 6.55V16.45C13 16.5959 13.0527 16.7358 13.1464 16.8389C13.2402 16.9421 13.3674 17 13.5 17H16.5C16.6326 17 16.7598 16.9421 16.8536 16.8389C16.9473 16.7358 17 16.5959 17 16.45V6.55C17 6.40413 16.9473 6.26424 16.8536 6.16109C16.7598 6.05795 16.6326 6 16.5 6ZM16 15.9H14V7.1H16V15.9Z' fill='white'/%3E%3Cpath d='M11.5 3H8.5C8.36739 3 8.24021 3.05268 8.14645 3.14645C8.05268 3.24021 8 3.36739 8 3.5V16.5C8 16.6326 8.05268 16.7598 8.14645 16.8536C8.24021 16.9473 8.36739 17 8.5 17H11.5C11.6326 17 11.7598 16.9473 11.8536 16.8536C11.9473 16.7598 12 16.6326 12 16.5V3.5C12 3.36739 11.9473 3.24021 11.8536 3.14645C11.7598 3.05268 11.6326 3 11.5 3ZM11 16H9V4H11V16Z' fill='white'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 11H3.5C3.36739 11 3.24021 11.0527 3.14645 11.1464C3.05268 11.2402 3 11.3674 3 11.5V16.5C3 16.6326 3.05268 16.7598 3.14645 16.8536C3.24021 16.9473 3.36739 17 3.5 17H6.5C6.63261 17 6.75979 16.9473 6.85355 16.8536C6.94732 16.7598 7 16.6326 7 16.5V11.5C7 11.3674 6.94732 11.2402 6.85355 11.1464C6.75979 11.0527 6.63261 11 6.5 11ZM6 16H4V12H6V16Z' fill='white'/%3E%3Cpath d='M16.5 6H13.5C13.3674 6 13.2402 6.05795 13.1464 6.16109C13.0527 6.26424 13 6.40413 13 6.55V16.45C13 16.5959 13.0527 16.7358 13.1464 16.8389C13.2402 16.9421 13.3674 17 13.5 17H16.5C16.6326 17 16.7598 16.9421 16.8536 16.8389C16.9473 16.7358 17 16.5959 17 16.45V6.55C17 6.40413 16.9473 6.26424 16.8536 6.16109C16.7598 6.05795 16.6326 6 16.5 6ZM16 15.9H14V7.1H16V15.9Z' fill='white'/%3E%3Cpath d='M11.5 3H8.5C8.36739 3 8.24021 3.05268 8.14645 3.14645C8.05268 3.24021 8 3.36739 8 3.5V16.5C8 16.6326 8.05268 16.7598 8.14645 16.8536C8.24021 16.9473 8.36739 17 8.5 17H11.5C11.6326 17 11.7598 16.9473 11.8536 16.8536C11.9473 16.7598 12 16.6326 12 16.5V3.5C12 3.36739 11.9473 3.24021 11.8536 3.14645C11.7598 3.05268 11.6326 3 11.5 3ZM11 16H9V4H11V16Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-instruments{min-width:20px;height:20px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1312_30910' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='2' width='16' height='16'%3E%3Cpath d='M2 2H18V18H2V2Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1312_30910)'%3E%3Cpath d='M9.99993 7.54166C8.64224 7.54166 7.54158 8.64228 7.54158 10C7.54158 11.3577 8.64224 12.4583 9.99993 12.4583C11.3576 12.4583 12.4583 11.3577 12.4583 10C12.4583 8.64228 11.3576 7.54166 9.99993 7.54166ZM16.9 8.24572L16.2344 8.79366C15.4751 9.41869 15.4751 10.5813 16.2344 11.2063L16.9 11.7543C17.1359 11.9484 17.1968 12.2847 17.044 12.5493L15.7297 14.8257C15.577 15.0903 15.2553 15.2057 14.9692 15.0985L14.1619 14.796C13.241 14.451 12.2341 15.0323 12.0724 16.0023L11.9307 16.8527C11.8805 17.1541 11.6197 17.375 11.3142 17.375H8.68562C8.38012 17.375 8.11936 17.1541 8.06915 16.8527L7.9274 16.0023C7.76574 15.0323 6.7589 14.451 5.83799 14.796L5.03068 15.0985C4.74455 15.2057 4.4229 15.0903 4.27011 14.8257L2.95583 12.5493C2.80308 12.2847 2.86399 11.9484 3.09986 11.7543L3.76549 11.2063C4.52471 10.5813 4.52471 9.41869 3.76549 8.79366L3.09986 8.24572C2.86399 8.05153 2.80308 7.71528 2.95583 7.45069L4.27011 5.17428C4.4229 4.90969 4.74455 4.79431 5.03068 4.9015L5.83799 5.20394C6.7589 5.54894 7.76574 4.96766 7.9274 3.99763L8.06915 3.14722C8.11936 2.84587 8.38012 2.625 8.68562 2.625H11.3142C11.6197 2.625 11.8805 2.84587 11.9307 3.14722L12.0724 3.99763C12.2341 4.96766 13.241 5.54894 14.1619 5.20394L14.9692 4.9015C15.2553 4.79431 15.577 4.90969 15.7297 5.17428L17.044 7.45069C17.1968 7.71528 17.1359 8.05153 16.9 8.24572Z' stroke='white' stroke-width='1.5625' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1312_30910' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='2' y='2' width='16' height='16'%3E%3Cpath d='M2 2H18V18H2V2Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1312_30910)'%3E%3Cpath d='M9.99993 7.54166C8.64224 7.54166 7.54158 8.64228 7.54158 10C7.54158 11.3577 8.64224 12.4583 9.99993 12.4583C11.3576 12.4583 12.4583 11.3577 12.4583 10C12.4583 8.64228 11.3576 7.54166 9.99993 7.54166ZM16.9 8.24572L16.2344 8.79366C15.4751 9.41869 15.4751 10.5813 16.2344 11.2063L16.9 11.7543C17.1359 11.9484 17.1968 12.2847 17.044 12.5493L15.7297 14.8257C15.577 15.0903 15.2553 15.2057 14.9692 15.0985L14.1619 14.796C13.241 14.451 12.2341 15.0323 12.0724 16.0023L11.9307 16.8527C11.8805 17.1541 11.6197 17.375 11.3142 17.375H8.68562C8.38012 17.375 8.11936 17.1541 8.06915 16.8527L7.9274 16.0023C7.76574 15.0323 6.7589 14.451 5.83799 14.796L5.03068 15.0985C4.74455 15.2057 4.4229 15.0903 4.27011 14.8257L2.95583 12.5493C2.80308 12.2847 2.86399 11.9484 3.09986 11.7543L3.76549 11.2063C4.52471 10.5813 4.52471 9.41869 3.76549 8.79366L3.09986 8.24572C2.86399 8.05153 2.80308 7.71528 2.95583 7.45069L4.27011 5.17428C4.4229 4.90969 4.74455 4.79431 5.03068 4.9015L5.83799 5.20394C6.7589 5.54894 7.76574 4.96766 7.9274 3.99763L8.06915 3.14722C8.11936 2.84587 8.38012 2.625 8.68562 2.625H11.3142C11.6197 2.625 11.8805 2.84587 11.9307 3.14722L12.0724 3.99763C12.2341 4.96766 13.241 5.54894 14.1619 5.20394L14.9692 4.9015C15.2553 4.79431 15.577 4.90969 15.7297 5.17428L17.044 7.45069C17.1968 7.71528 17.1359 8.05153 16.9 8.24572Z' stroke='white' stroke-width='1.5625' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A")}.icon-arrow-left{min-width:24px;height:24px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3488 6.2762C15.6934 6.6345 15.6822 7.20424 15.3239 7.54875L10.5986 12L15.3239 16.4513C15.6822 16.7958 15.6934 17.3655 15.3488 17.7238C15.0043 18.0821 14.4346 18.0933 14.0763 17.7487L8.6763 12.6488C8.49983 12.4791 8.4001 12.2448 8.4001 12C8.4001 11.7552 8.49983 11.5209 8.6763 11.3513L14.0763 6.25125C14.4346 5.90674 15.0043 5.91791 15.3488 6.2762Z' fill='%23282E49'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.3488 6.2762C15.6934 6.6345 15.6822 7.20424 15.3239 7.54875L10.5986 12L15.3239 16.4513C15.6822 16.7958 15.6934 17.3655 15.3488 17.7238C15.0043 18.0821 14.4346 18.0933 14.0763 17.7487L8.6763 12.6488C8.49983 12.4791 8.4001 12.2448 8.4001 12C8.4001 11.7552 8.49983 11.5209 8.6763 11.3513L14.0763 6.25125C14.4346 5.90674 15.0043 5.91791 15.3488 6.2762Z' fill='%23282E49'/%3E%3C/svg%3E%0A")}.icon-tg{min-width:32px;height:32px;color:var(--white);mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3212 15.6536L22.7479 9.70561C23.4639 9.44694 24.0892 9.88028 23.8572 10.9629L23.8585 10.9616L21.2319 23.3363C21.0372 24.2136 20.5159 24.4269 19.7865 24.0136L15.7865 21.0656L13.8572 22.9243C13.6439 23.1376 13.4639 23.3176 13.0505 23.3176L13.3345 19.2469L20.7479 12.5496C21.0705 12.2656 20.6759 12.1056 20.2505 12.3883L11.0892 18.1563L7.13986 16.9243C6.28253 16.6523 6.26386 16.0669 7.3212 15.6536Z' fill='white'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3212 15.6536L22.7479 9.70561C23.4639 9.44694 24.0892 9.88028 23.8572 10.9629L23.8585 10.9616L21.2319 23.3363C21.0372 24.2136 20.5159 24.4269 19.7865 24.0136L15.7865 21.0656L13.8572 22.9243C13.6439 23.1376 13.4639 23.3176 13.0505 23.3176L13.3345 19.2469L20.7479 12.5496C21.0705 12.2656 20.6759 12.1056 20.2505 12.3883L11.0892 18.1563L7.13986 16.9243C6.28253 16.6523 6.26386 16.0669 7.3212 15.6536Z' fill='white'/%3E%3C/svg%3E%0A")}.icon-close{width:24px;height:24px;color:var(--gray-300);mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L12 10.9393L17.4697 5.46967C17.7626 5.17678 18.2374 5.17678 18.5303 5.46967C18.8232 5.76256 18.8232 6.23744 18.5303 6.53033L13.0607 12L18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L12 13.0607L6.53033 18.5303C6.23744 18.8232 5.76256 18.8232 5.46967 18.5303C5.17678 18.2374 5.17678 17.7626 5.46967 17.4697L10.9393 12L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z' fill='%23A3A3A3'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.46967 5.46967C5.76256 5.17678 6.23744 5.17678 6.53033 5.46967L12 10.9393L17.4697 5.46967C17.7626 5.17678 18.2374 5.17678 18.5303 5.46967C18.8232 5.76256 18.8232 6.23744 18.5303 6.53033L13.0607 12L18.5303 17.4697C18.8232 17.7626 18.8232 18.2374 18.5303 18.5303C18.2374 18.8232 17.7626 18.8232 17.4697 18.5303L12 13.0607L6.53033 18.5303C6.23744 18.8232 5.76256 18.8232 5.46967 18.5303C5.17678 18.2374 5.17678 17.7626 5.46967 17.4697L10.9393 12L5.46967 6.53033C5.17678 6.23744 5.17678 5.76256 5.46967 5.46967Z' fill='%23A3A3A3'/%3E%3C/svg%3E%0A")}.icon-password{width:20px;height:20px;color:var(--gray-300);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z' fill='%23A3A3A3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.10284 9.53891C2.34222 5.81309 5.85659 3.125 10.0004 3.125C14.1423 3.125 17.6554 5.8106 18.8963 9.53371C18.9966 9.8346 18.9967 10.1601 18.8966 10.4611C17.6572 14.1869 14.1428 16.875 9.99897 16.875C5.85706 16.875 2.34403 14.1894 1.10312 10.4663C1.00283 10.1654 1.00274 9.83986 1.10284 9.53891ZM14.375 10C14.375 12.4162 12.4162 14.375 10 14.375C7.58375 14.375 5.625 12.4162 5.625 10C5.625 7.58375 7.58375 5.625 10 5.625C12.4162 5.625 14.375 7.58375 14.375 10Z' fill='%23A3A3A3'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z' fill='%23A3A3A3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.10284 9.53891C2.34222 5.81309 5.85659 3.125 10.0004 3.125C14.1423 3.125 17.6554 5.8106 18.8963 9.53371C18.9966 9.8346 18.9967 10.1601 18.8966 10.4611C17.6572 14.1869 14.1428 16.875 9.99897 16.875C5.85706 16.875 2.34403 14.1894 1.10312 10.4663C1.00283 10.1654 1.00274 9.83986 1.10284 9.53891ZM14.375 10C14.375 12.4162 12.4162 14.375 10 14.375C7.58375 14.375 5.625 12.4162 5.625 10C5.625 7.58375 7.58375 5.625 10 5.625C12.4162 5.625 14.375 7.58375 14.375 10Z' fill='%23A3A3A3'/%3E%3C/svg%3E%0A")}.icon-info{min-width:12px;height:12px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.538 8.788V4.28H6.462V8.788H5.538ZM6 3.636C5.81333 3.636 5.67333 3.58933 5.58 3.496C5.48667 3.40267 5.44 3.26733 5.44 3.09C5.44 2.90333 5.48667 2.768 5.58 2.684C5.67333 2.59067 5.81333 2.544 6 2.544C6.14933 2.544 6.27533 2.59067 6.378 2.684C6.49 2.768 6.546 2.90333 6.546 3.09C6.546 3.27667 6.49 3.41667 6.378 3.51C6.27533 3.594 6.14933 3.636 6 3.636ZM6 11.77C5.20667 11.77 4.46 11.6207 3.76 11.322C3.06 11.0233 2.444 10.6127 1.912 10.09C1.38933 9.558 0.978667 8.942 0.68 8.242C0.381333 7.542 0.232 6.79533 0.232 6.002C0.232 5.19933 0.381333 4.45267 0.68 3.762C0.978667 3.062 1.38933 2.45067 1.912 1.928C2.444 1.396 3.06 0.980666 3.76 0.681999C4.46 0.383333 5.20667 0.233999 6 0.233999C6.80267 0.233999 7.54933 0.383333 8.24 0.681999C8.94 0.980666 9.55133 1.396 10.074 1.928C10.606 2.45067 11.0213 3.062 11.32 3.762C11.6187 4.45267 11.768 5.19933 11.768 6.002C11.768 6.79533 11.6187 7.542 11.32 8.242C11.0213 8.942 10.606 9.558 10.074 10.09C9.55133 10.6127 8.94 11.0233 8.24 11.322C7.54933 11.6207 6.80267 11.77 6 11.77ZM6 10.986C6.69067 10.986 7.33467 10.86 7.932 10.608C8.53867 10.3467 9.07067 9.98733 9.528 9.53C9.98533 9.07267 10.34 8.54533 10.592 7.948C10.8533 7.34133 10.984 6.69267 10.984 6.002C10.984 5.31133 10.8533 4.66733 10.592 4.07C10.34 3.46333 9.98533 2.93133 9.528 2.474C9.07067 2.01667 8.53867 1.662 7.932 1.41C7.33467 1.14867 6.69067 1.018 6 1.018C5.30933 1.018 4.66067 1.14867 4.054 1.41C3.45667 1.662 2.92933 2.01667 2.472 2.474C2.01467 2.93133 1.65533 3.46333 1.394 4.07C1.142 4.66733 1.016 5.31133 1.016 6.002C1.016 6.69267 1.142 7.34133 1.394 7.948C1.65533 8.54533 2.01467 9.07267 2.472 9.53C2.92933 9.98733 3.45667 10.3467 4.054 10.608C4.66067 10.86 5.30933 10.986 6 10.986Z' fill='%230D0322'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.538 8.788V4.28H6.462V8.788H5.538ZM6 3.636C5.81333 3.636 5.67333 3.58933 5.58 3.496C5.48667 3.40267 5.44 3.26733 5.44 3.09C5.44 2.90333 5.48667 2.768 5.58 2.684C5.67333 2.59067 5.81333 2.544 6 2.544C6.14933 2.544 6.27533 2.59067 6.378 2.684C6.49 2.768 6.546 2.90333 6.546 3.09C6.546 3.27667 6.49 3.41667 6.378 3.51C6.27533 3.594 6.14933 3.636 6 3.636ZM6 11.77C5.20667 11.77 4.46 11.6207 3.76 11.322C3.06 11.0233 2.444 10.6127 1.912 10.09C1.38933 9.558 0.978667 8.942 0.68 8.242C0.381333 7.542 0.232 6.79533 0.232 6.002C0.232 5.19933 0.381333 4.45267 0.68 3.762C0.978667 3.062 1.38933 2.45067 1.912 1.928C2.444 1.396 3.06 0.980666 3.76 0.681999C4.46 0.383333 5.20667 0.233999 6 0.233999C6.80267 0.233999 7.54933 0.383333 8.24 0.681999C8.94 0.980666 9.55133 1.396 10.074 1.928C10.606 2.45067 11.0213 3.062 11.32 3.762C11.6187 4.45267 11.768 5.19933 11.768 6.002C11.768 6.79533 11.6187 7.542 11.32 8.242C11.0213 8.942 10.606 9.558 10.074 10.09C9.55133 10.6127 8.94 11.0233 8.24 11.322C7.54933 11.6207 6.80267 11.77 6 11.77ZM6 10.986C6.69067 10.986 7.33467 10.86 7.932 10.608C8.53867 10.3467 9.07067 9.98733 9.528 9.53C9.98533 9.07267 10.34 8.54533 10.592 7.948C10.8533 7.34133 10.984 6.69267 10.984 6.002C10.984 5.31133 10.8533 4.66733 10.592 4.07C10.34 3.46333 9.98533 2.93133 9.528 2.474C9.07067 2.01667 8.53867 1.662 7.932 1.41C7.33467 1.14867 6.69067 1.018 6 1.018C5.30933 1.018 4.66067 1.14867 4.054 1.41C3.45667 1.662 2.92933 2.01667 2.472 2.474C2.01467 2.93133 1.65533 3.46333 1.394 4.07C1.142 4.66733 1.016 5.31133 1.016 6.002C1.016 6.69267 1.142 7.34133 1.394 7.948C1.65533 8.54533 2.01467 9.07267 2.472 9.53C2.92933 9.98733 3.45667 10.3467 4.054 10.608C4.66067 10.86 5.30933 10.986 6 10.986Z' fill='%230D0322'/%3E%3C/svg%3E%0A")}.icon-logout{width:20px;height:20px;color:var(--navy);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_331_15183)'%3E%3Cpath d='M18.1848 0.0125122C18.164 0.0108337 18.1465 0 18.1248 0H9.1665C7.78818 0 6.6665 1.12167 6.6665 2.5V3.33328C6.6665 3.79333 7.03973 4.16672 7.49979 4.16672C7.95984 4.16672 8.33307 3.79333 8.33307 3.33328V2.5C8.33307 2.04086 8.70721 1.66672 9.1665 1.66672H13.049L12.7947 1.75171C12.1198 1.98502 11.6665 2.62085 11.6665 3.33328V15.8333H9.1665C8.70721 15.8333 8.33307 15.4591 8.33307 15V13.3333C8.33307 12.8734 7.95984 12.5 7.49979 12.5C7.03973 12.5 6.6665 12.8734 6.6665 13.3333V15C6.6665 16.3783 7.78818 17.5 9.1665 17.5H11.6665V18.3333C11.6665 19.2525 12.4139 20 13.3331 20C13.5114 20 13.6807 19.9742 13.8639 19.9174L18.8706 18.2483C19.5464 18.015 19.9998 17.3792 19.9998 16.6667V1.66672C19.9998 0.695038 19.1622 -0.0666809 18.1848 0.0125122Z' fill='%23525252'/%3E%3Cpath d='M8.92242 7.74413L5.58914 4.41085C5.3508 4.17251 4.99252 4.10079 4.68079 4.23003C4.36996 4.35912 4.16672 4.66338 4.16672 4.99999V7.49999H0.833282C0.373383 7.49999 0 7.87338 0 8.33328C0 8.79333 0.373383 9.16671 0.833282 9.16671H4.16672V11.6667C4.16672 12.0033 4.36996 12.3074 4.68079 12.4367C4.99252 12.5658 5.3508 12.4942 5.58914 12.2559L8.92242 8.92242C9.24835 8.59664 9.24835 8.07006 8.92242 7.74413Z' fill='%23525252'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_331_15183'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_331_15183)'%3E%3Cpath d='M18.1848 0.0125122C18.164 0.0108337 18.1465 0 18.1248 0H9.1665C7.78818 0 6.6665 1.12167 6.6665 2.5V3.33328C6.6665 3.79333 7.03973 4.16672 7.49979 4.16672C7.95984 4.16672 8.33307 3.79333 8.33307 3.33328V2.5C8.33307 2.04086 8.70721 1.66672 9.1665 1.66672H13.049L12.7947 1.75171C12.1198 1.98502 11.6665 2.62085 11.6665 3.33328V15.8333H9.1665C8.70721 15.8333 8.33307 15.4591 8.33307 15V13.3333C8.33307 12.8734 7.95984 12.5 7.49979 12.5C7.03973 12.5 6.6665 12.8734 6.6665 13.3333V15C6.6665 16.3783 7.78818 17.5 9.1665 17.5H11.6665V18.3333C11.6665 19.2525 12.4139 20 13.3331 20C13.5114 20 13.6807 19.9742 13.8639 19.9174L18.8706 18.2483C19.5464 18.015 19.9998 17.3792 19.9998 16.6667V1.66672C19.9998 0.695038 19.1622 -0.0666809 18.1848 0.0125122Z' fill='%23525252'/%3E%3Cpath d='M8.92242 7.74413L5.58914 4.41085C5.3508 4.17251 4.99252 4.10079 4.68079 4.23003C4.36996 4.35912 4.16672 4.66338 4.16672 4.99999V7.49999H0.833282C0.373383 7.49999 0 7.87338 0 8.33328C0 8.79333 0.373383 9.16671 0.833282 9.16671H4.16672V11.6667C4.16672 12.0033 4.36996 12.3074 4.68079 12.4367C4.99252 12.5658 5.3508 12.4942 5.58914 12.2559L8.92242 8.92242C9.24835 8.59664 9.24835 8.07006 8.92242 7.74413Z' fill='%23525252'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_331_15183'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-exclamation{min-width:24px;height:24px;color:var(--red);mask-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.40118 3.50293C10.5562 1.50293 13.4442 1.50293 14.5982 3.50293L21.9532 16.2509C23.1072 18.2509 21.6632 20.7509 19.3542 20.7509H4.64518C2.33618 20.7509 0.893179 18.2509 2.04718 16.2509L9.40018 3.50293H9.40118ZM12.0002 8.74993C12.1991 8.74993 12.3899 8.82895 12.5305 8.9696C12.6712 9.11025 12.7502 9.30102 12.7502 9.49993V13.2499C12.7502 13.4488 12.6712 13.6396 12.5305 13.7803C12.3899 13.9209 12.1991 13.9999 12.0002 13.9999C11.8013 13.9999 11.6105 13.9209 11.4698 13.7803C11.3292 13.6396 11.2502 13.4488 11.2502 13.2499V9.49993C11.2502 9.30102 11.3292 9.11025 11.4698 8.9696C11.6105 8.82895 11.8013 8.74993 12.0002 8.74993ZM12.0002 16.9999C12.1991 16.9999 12.3899 16.9209 12.5305 16.7803C12.6712 16.6396 12.7502 16.4488 12.7502 16.2499C12.7502 16.051 12.6712 15.8603 12.5305 15.7196C12.3899 15.5789 12.1991 15.4999 12.0002 15.4999C11.8013 15.4999 11.6105 15.5789 11.4698 15.7196C11.3292 15.8603 11.2502 16.051 11.2502 16.2499C11.2502 16.4488 11.3292 16.6396 11.4698 16.7803C11.6105 16.9209 11.8013 16.9999 12.0002 16.9999Z' fill='%23F59E0B'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.40118 3.50293C10.5562 1.50293 13.4442 1.50293 14.5982 3.50293L21.9532 16.2509C23.1072 18.2509 21.6632 20.7509 19.3542 20.7509H4.64518C2.33618 20.7509 0.893179 18.2509 2.04718 16.2509L9.40018 3.50293H9.40118ZM12.0002 8.74993C12.1991 8.74993 12.3899 8.82895 12.5305 8.9696C12.6712 9.11025 12.7502 9.30102 12.7502 9.49993V13.2499C12.7502 13.4488 12.6712 13.6396 12.5305 13.7803C12.3899 13.9209 12.1991 13.9999 12.0002 13.9999C11.8013 13.9999 11.6105 13.9209 11.4698 13.7803C11.3292 13.6396 11.2502 13.4488 11.2502 13.2499V9.49993C11.2502 9.30102 11.3292 9.11025 11.4698 8.9696C11.6105 8.82895 11.8013 8.74993 12.0002 8.74993ZM12.0002 16.9999C12.1991 16.9999 12.3899 16.9209 12.5305 16.7803C12.6712 16.6396 12.7502 16.4488 12.7502 16.2499C12.7502 16.051 12.6712 15.8603 12.5305 15.7196C12.3899 15.5789 12.1991 15.4999 12.0002 15.4999C11.8013 15.4999 11.6105 15.5789 11.4698 15.7196C11.3292 15.8603 11.2502 16.051 11.2502 16.2499C11.2502 16.4488 11.3292 16.6396 11.4698 16.7803C11.6105 16.9209 11.8013 16.9999 12.0002 16.9999Z' fill='%23F59E0B'/%3E%3C/svg%3E%0A")}.icon-filter{min-width:12px;height:12px;color:var(--blue);mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_334_21312)'%3E%3Cpath d='M0 0H12V1.70752H0V0Z' fill='%23037EE5'/%3E%3Cpath d='M4.73623 7.0104V11.9999L7.26345 10.3973V7.0104L11.7946 2.40967H0.205078L4.73623 7.0104Z' fill='%23037EE5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_334_21312'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_334_21312)'%3E%3Cpath d='M0 0H12V1.70752H0V0Z' fill='%23037EE5'/%3E%3Cpath d='M4.73623 7.0104V11.9999L7.26345 10.3973V7.0104L11.7946 2.40967H0.205078L4.73623 7.0104Z' fill='%23037EE5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_334_21312'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-low{width:20px;height:20px;color:var(--green);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23FE3B30'/%3E%3Cpath d='M9.46967 15.5303C9.76256 15.8232 10.2374 15.8232 10.5303 15.5303L15.3033 10.7574C15.5962 10.4645 15.5962 9.98959 15.3033 9.6967C15.0104 9.40381 14.5355 9.40381 14.2426 9.6967L10 13.9393L5.75736 9.6967C5.46447 9.40381 4.98959 9.40381 4.6967 9.6967C4.40381 9.98959 4.40381 10.4645 4.6967 10.7574L9.46967 15.5303ZM9.25 6V15H10.75V6H9.25Z' fill='%23FE3B30'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.5' stroke='%23FE3B30'/%3E%3Cpath d='M9.46967 15.5303C9.76256 15.8232 10.2374 15.8232 10.5303 15.5303L15.3033 10.7574C15.5962 10.4645 15.5962 9.98959 15.3033 9.6967C15.0104 9.40381 14.5355 9.40381 14.2426 9.6967L10 13.9393L5.75736 9.6967C5.46447 9.40381 4.98959 9.40381 4.6967 9.6967C4.40381 9.98959 4.40381 10.4645 4.6967 10.7574L9.46967 15.5303ZM9.25 6V15H10.75V6H9.25Z' fill='%23FE3B30'/%3E%3C/svg%3E%0A")}.icon-payment{min-width:16px;height:16px;color:var(--blue);mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_501_17917)'%3E%3Cpath d='M13 10.6667C11.346 10.6667 10 9.32067 10 7.66667C10 6.01267 11.346 4.66667 13 4.66667H14.6667V3.83333C14.6667 2.822 13.8447 2 12.8333 2H1.83333C0.822 2 0 2.822 0 3.83333V12.1667C0 13.178 0.822 14 1.83333 14H12.8333C13.8447 14 14.6667 13.178 14.6667 12.1667V10.6667H13Z' fill='%23037EE5'/%3E%3Cpath d='M15.5 5.66797H13C11.8973 5.66797 11 6.5653 11 7.66797C11 8.77064 11.8973 9.66797 13 9.66797H15.5C15.776 9.66797 16 9.44397 16 9.16797V6.16797C16 5.89197 15.776 5.66797 15.5 5.66797ZM13 8.33464C12.632 8.33464 12.3333 8.03597 12.3333 7.66797C12.3333 7.29997 12.632 7.0013 13 7.0013C13.368 7.0013 13.6667 7.29997 13.6667 7.66797C13.6667 8.03597 13.368 8.33464 13 8.33464Z' fill='%23037EE5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_501_17917'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_501_17917)'%3E%3Cpath d='M13 10.6667C11.346 10.6667 10 9.32067 10 7.66667C10 6.01267 11.346 4.66667 13 4.66667H14.6667V3.83333C14.6667 2.822 13.8447 2 12.8333 2H1.83333C0.822 2 0 2.822 0 3.83333V12.1667C0 13.178 0.822 14 1.83333 14H12.8333C13.8447 14 14.6667 13.178 14.6667 12.1667V10.6667H13Z' fill='%23037EE5'/%3E%3Cpath d='M15.5 5.66797H13C11.8973 5.66797 11 6.5653 11 7.66797C11 8.77064 11.8973 9.66797 13 9.66797H15.5C15.776 9.66797 16 9.44397 16 9.16797V6.16797C16 5.89197 15.776 5.66797 15.5 5.66797ZM13 8.33464C12.632 8.33464 12.3333 8.03597 12.3333 7.66797C12.3333 7.29997 12.632 7.0013 13 7.0013C13.368 7.0013 13.6667 7.29997 13.6667 7.66797C13.6667 8.03597 13.368 8.33464 13 8.33464Z' fill='%23037EE5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_501_17917'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.icon-trash{min-width:20px;height:20px;color:var(--gray-200);mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2717 5.66406C17.6852 5.66406 17.9719 5.24605 17.8168 4.86273C17.2663 3.50176 15.9311 2.53906 14.3751 2.53906H13.6558C13.3875 1.12215 12.1452 0 10.6251 0H9.37508C7.8559 0 6.61278 1.12141 6.34438 2.53906H5.62508C4.06907 2.53906 2.73383 3.50176 2.18332 4.86273C2.02828 5.24605 2.31496 5.66406 2.72844 5.66406H17.2717ZM9.37508 1.17188H10.6251C11.4806 1.17188 12.2067 1.74742 12.4512 2.53906H7.54899C7.79344 1.74742 8.51961 1.17188 9.37508 1.17188Z' fill='%23B6B6B6'/%3E%3Cpath d='M4.33826 18.367C4.40346 19.2827 5.17365 20 6.09162 20H13.9088C14.8268 20 15.597 19.2827 15.6622 18.367L16.4834 6.83594H3.51709L4.33826 18.367ZM11.6026 9.97074C11.6187 9.64754 11.8943 9.39828 12.217 9.4148C12.5402 9.43098 12.7891 9.70609 12.7729 10.0293L12.4604 16.2793C12.4448 16.5925 12.1859 16.8359 11.8757 16.8359C11.5383 16.8359 11.2734 16.5538 11.29 16.2207L11.6026 9.97074ZM7.7835 9.4148C8.10627 9.39859 8.38182 9.64758 8.39795 9.97074L8.71045 16.2207C8.72709 16.5539 8.46193 16.8359 8.12475 16.8359C7.81459 16.8359 7.55568 16.5925 7.54002 16.2793L7.22752 10.0293C7.21139 9.70609 7.46029 9.43098 7.7835 9.4148Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2717 5.66406C17.6852 5.66406 17.9719 5.24605 17.8168 4.86273C17.2663 3.50176 15.9311 2.53906 14.3751 2.53906H13.6558C13.3875 1.12215 12.1452 0 10.6251 0H9.37508C7.8559 0 6.61278 1.12141 6.34438 2.53906H5.62508C4.06907 2.53906 2.73383 3.50176 2.18332 4.86273C2.02828 5.24605 2.31496 5.66406 2.72844 5.66406H17.2717ZM9.37508 1.17188H10.6251C11.4806 1.17188 12.2067 1.74742 12.4512 2.53906H7.54899C7.79344 1.74742 8.51961 1.17188 9.37508 1.17188Z' fill='%23B6B6B6'/%3E%3Cpath d='M4.33826 18.367C4.40346 19.2827 5.17365 20 6.09162 20H13.9088C14.8268 20 15.597 19.2827 15.6622 18.367L16.4834 6.83594H3.51709L4.33826 18.367ZM11.6026 9.97074C11.6187 9.64754 11.8943 9.39828 12.217 9.4148C12.5402 9.43098 12.7891 9.70609 12.7729 10.0293L12.4604 16.2793C12.4448 16.5925 12.1859 16.8359 11.8757 16.8359C11.5383 16.8359 11.2734 16.5538 11.29 16.2207L11.6026 9.97074ZM7.7835 9.4148C8.10627 9.39859 8.38182 9.64758 8.39795 9.97074L8.71045 16.2207C8.72709 16.5539 8.46193 16.8359 8.12475 16.8359C7.81459 16.8359 7.55568 16.5925 7.54002 16.2793L7.22752 10.0293C7.21139 9.70609 7.46029 9.43098 7.7835 9.4148Z' fill='%23B6B6B6'/%3E%3C/svg%3E%0A");cursor:pointer}.icon-trash:hover{color:var(--red-soft)}.icon-discount{width:12px;height:12px;color:var(--red-soft);mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_511_27814)'%3E%3Cpath d='M11.4487 6.00042L11.9752 4.62726C12.0329 4.47577 11.9879 4.30404 11.8612 4.20129L10.7198 3.27586L10.4888 1.82321C10.4633 1.66272 10.3373 1.53748 10.1768 1.51198L8.72417 1.28099L7.79948 0.138821C7.69749 0.0120801 7.522 -0.0329169 7.37426 0.0248292L6.00035 0.552043L4.6272 0.0255791C4.47496 -0.0329169 4.30472 0.01358 4.20198 0.139571L3.27654 1.28174L1.82389 1.51273C1.66415 1.53823 1.53816 1.66422 1.51266 1.82396L1.28168 3.27661L0.139505 4.20204C0.0135133 4.30404 -0.0322336 4.47577 0.0255125 4.62726L0.551977 6.00042L0.0255125 7.37358C-0.0329835 7.52507 0.0135133 7.69681 0.139505 7.7988L1.28168 8.72348L1.51266 10.1761C1.53816 10.3366 1.6634 10.4626 1.82389 10.4881L3.27654 10.7191L4.20198 11.8605C4.30472 11.988 4.47646 12.033 4.62795 11.9745L6.00035 11.4488L7.37351 11.9753C7.41701 11.9918 7.46201 12 7.50775 12C7.61799 12 7.72674 11.9513 7.79948 11.8605L8.72417 10.7191L10.1768 10.4881C10.3373 10.4626 10.4633 10.3366 10.4888 10.1761L10.7198 8.72348L11.8612 7.7988C11.9879 7.69605 12.0329 7.52507 11.9752 7.37358L11.4487 6.00042Z' fill='%23FE3B30'/%3E%3Cpath d='M4.87541 5.24985C4.2552 5.24985 3.75049 4.74513 3.75049 4.12492C3.75049 3.50472 4.2552 3 4.87541 3C5.49562 3 6.00033 3.50472 6.00033 4.12492C6.00033 4.74513 5.49562 5.24985 4.87541 5.24985ZM4.87541 3.74995C4.66843 3.74995 4.50044 3.91794 4.50044 4.12492C4.50044 4.33191 4.66843 4.4999 4.87541 4.4999C5.0824 4.4999 5.25039 4.33191 5.25039 4.12492C5.25039 3.91794 5.0824 3.74995 4.87541 3.74995Z' fill='%23FAFAFA'/%3E%3Cpath d='M7.12541 8.99985C6.5052 8.99985 6.00049 8.49513 6.00049 7.87492C6.00049 7.25472 6.5052 6.75 7.12541 6.75C7.74562 6.75 8.25033 7.25472 8.25033 7.87492C8.25033 8.49513 7.74562 8.99985 7.12541 8.99985ZM7.12541 7.49995C6.91918 7.49995 6.75044 7.66869 6.75044 7.87492C6.75044 8.08116 6.91918 8.2499 7.12541 8.2499C7.33165 8.2499 7.50039 8.08116 7.50039 7.87492C7.50039 7.66869 7.33165 7.49995 7.12541 7.49995Z' fill='%23FAFAFA'/%3E%3Cpath d='M4.12611 9.00001C4.05036 9.00001 3.97462 8.97751 3.90862 8.93026C3.73988 8.80952 3.70088 8.57553 3.82163 8.4068L7.57137 3.15716C7.69211 2.98842 7.9261 2.94942 8.09483 3.07016C8.26357 3.19015 8.30182 3.42489 8.18183 3.59288L4.43208 8.84252C4.35784 8.94526 4.2431 9.00001 4.12611 9.00001Z' fill='%23FAFAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_511_27814'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_511_27814)'%3E%3Cpath d='M11.4487 6.00042L11.9752 4.62726C12.0329 4.47577 11.9879 4.30404 11.8612 4.20129L10.7198 3.27586L10.4888 1.82321C10.4633 1.66272 10.3373 1.53748 10.1768 1.51198L8.72417 1.28099L7.79948 0.138821C7.69749 0.0120801 7.522 -0.0329169 7.37426 0.0248292L6.00035 0.552043L4.6272 0.0255791C4.47496 -0.0329169 4.30472 0.01358 4.20198 0.139571L3.27654 1.28174L1.82389 1.51273C1.66415 1.53823 1.53816 1.66422 1.51266 1.82396L1.28168 3.27661L0.139505 4.20204C0.0135133 4.30404 -0.0322336 4.47577 0.0255125 4.62726L0.551977 6.00042L0.0255125 7.37358C-0.0329835 7.52507 0.0135133 7.69681 0.139505 7.7988L1.28168 8.72348L1.51266 10.1761C1.53816 10.3366 1.6634 10.4626 1.82389 10.4881L3.27654 10.7191L4.20198 11.8605C4.30472 11.988 4.47646 12.033 4.62795 11.9745L6.00035 11.4488L7.37351 11.9753C7.41701 11.9918 7.46201 12 7.50775 12C7.61799 12 7.72674 11.9513 7.79948 11.8605L8.72417 10.7191L10.1768 10.4881C10.3373 10.4626 10.4633 10.3366 10.4888 10.1761L10.7198 8.72348L11.8612 7.7988C11.9879 7.69605 12.0329 7.52507 11.9752 7.37358L11.4487 6.00042Z' fill='%23FE3B30'/%3E%3Cpath d='M4.87541 5.24985C4.2552 5.24985 3.75049 4.74513 3.75049 4.12492C3.75049 3.50472 4.2552 3 4.87541 3C5.49562 3 6.00033 3.50472 6.00033 4.12492C6.00033 4.74513 5.49562 5.24985 4.87541 5.24985ZM4.87541 3.74995C4.66843 3.74995 4.50044 3.91794 4.50044 4.12492C4.50044 4.33191 4.66843 4.4999 4.87541 4.4999C5.0824 4.4999 5.25039 4.33191 5.25039 4.12492C5.25039 3.91794 5.0824 3.74995 4.87541 3.74995Z' fill='%23FAFAFA'/%3E%3Cpath d='M7.12541 8.99985C6.5052 8.99985 6.00049 8.49513 6.00049 7.87492C6.00049 7.25472 6.5052 6.75 7.12541 6.75C7.74562 6.75 8.25033 7.25472 8.25033 7.87492C8.25033 8.49513 7.74562 8.99985 7.12541 8.99985ZM7.12541 7.49995C6.91918 7.49995 6.75044 7.66869 6.75044 7.87492C6.75044 8.08116 6.91918 8.2499 7.12541 8.2499C7.33165 8.2499 7.50039 8.08116 7.50039 7.87492C7.50039 7.66869 7.33165 7.49995 7.12541 7.49995Z' fill='%23FAFAFA'/%3E%3Cpath d='M4.12611 9.00001C4.05036 9.00001 3.97462 8.97751 3.90862 8.93026C3.73988 8.80952 3.70088 8.57553 3.82163 8.4068L7.57137 3.15716C7.69211 2.98842 7.9261 2.94942 8.09483 3.07016C8.26357 3.19015 8.30182 3.42489 8.18183 3.59288L4.43208 8.84252C4.35784 8.94526 4.2431 9.00001 4.12611 9.00001Z' fill='%23FAFAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_511_27814'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.total_income{min-width:32px;height:32px;color:var(--blue);mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_184_1135)'%3E%3Cpath d='M31.8209 9.78201L25.7197 1.36395C25.5427 1.11967 25.2592 0.975098 24.9575 0.975098C24.6558 0.975098 24.3725 1.11967 24.1954 1.36395L18.0942 9.78201C17.8865 10.0684 17.8571 10.4471 18.0179 10.7621C18.1786 11.0772 18.5025 11.2756 18.8563 11.2756H21.0536V30.0835C21.0536 30.3333 21.153 30.573 21.3297 30.7495C21.5062 30.9258 21.7454 31.0247 21.9948 31.0247H21.9962L27.6896 31.0158C28.2088 31.015 28.6294 30.5939 28.6294 30.0746V11.2756H31.0587C31.4124 11.2756 31.7363 11.0773 31.897 10.7622C32.0579 10.4471 32.0284 10.0685 31.8209 9.78201Z' fill='%235C90C2'/%3E%3Cpath d='M17.1615 13.2656H11.4681C10.9483 13.2656 10.5269 13.687 10.5269 14.2068V30.0832C10.5269 30.3331 10.6262 30.5727 10.8031 30.7493C10.9796 30.9255 11.2188 31.0245 11.4681 31.0245H11.4695L17.1629 31.0156C17.6822 31.0147 18.1026 30.5936 18.1026 30.0743V14.2068C18.1027 13.687 17.6814 13.2656 17.1615 13.2656Z' fill='%235C90C2'/%3E%3Cpath d='M6.63463 18.0347H0.941224C0.421418 18.0347 0 18.4561 0 18.9759V30.0834C0 30.3333 0.0993305 30.5729 0.276218 30.7495C0.452729 30.9257 0.691863 31.0246 0.941224 31.0246H0.942668L6.63607 31.0157C7.15531 31.0149 7.57585 30.5937 7.57585 30.0745V18.9759C7.57585 18.4561 7.15443 18.0347 6.63463 18.0347Z' fill='%235C90C2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_184_1135'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_184_1135)'%3E%3Cpath d='M31.8209 9.78201L25.7197 1.36395C25.5427 1.11967 25.2592 0.975098 24.9575 0.975098C24.6558 0.975098 24.3725 1.11967 24.1954 1.36395L18.0942 9.78201C17.8865 10.0684 17.8571 10.4471 18.0179 10.7621C18.1786 11.0772 18.5025 11.2756 18.8563 11.2756H21.0536V30.0835C21.0536 30.3333 21.153 30.573 21.3297 30.7495C21.5062 30.9258 21.7454 31.0247 21.9948 31.0247H21.9962L27.6896 31.0158C28.2088 31.015 28.6294 30.5939 28.6294 30.0746V11.2756H31.0587C31.4124 11.2756 31.7363 11.0773 31.897 10.7622C32.0579 10.4471 32.0284 10.0685 31.8209 9.78201Z' fill='%235C90C2'/%3E%3Cpath d='M17.1615 13.2656H11.4681C10.9483 13.2656 10.5269 13.687 10.5269 14.2068V30.0832C10.5269 30.3331 10.6262 30.5727 10.8031 30.7493C10.9796 30.9255 11.2188 31.0245 11.4681 31.0245H11.4695L17.1629 31.0156C17.6822 31.0147 18.1026 30.5936 18.1026 30.0743V14.2068C18.1027 13.687 17.6814 13.2656 17.1615 13.2656Z' fill='%235C90C2'/%3E%3Cpath d='M6.63463 18.0347H0.941224C0.421418 18.0347 0 18.4561 0 18.9759V30.0834C0 30.3333 0.0993305 30.5729 0.276218 30.7495C0.452729 30.9257 0.691863 31.0246 0.941224 31.0246H0.942668L6.63607 31.0157C7.15531 31.0149 7.57585 30.5937 7.57585 30.0745V18.9759C7.57585 18.4561 7.15443 18.0347 6.63463 18.0347Z' fill='%235C90C2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_184_1135'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.available_balance{min-width:32px;height:32px;color:var(--blue);mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_184_1145)'%3E%3Cpath d='M23.3442 24.0041C21.8108 24.004 20.5633 22.7566 20.5633 21.2232V16.6049C20.5633 15.0715 21.8108 13.824 23.3442 13.824H30.5903C30.6342 13.824 30.6778 13.8254 30.7212 13.8273V9.22676C30.7212 8.04252 29.7612 7.08252 28.577 7.08252H1.99172C0.807417 7.08245 -0.152588 8.04245 -0.152588 9.22669V28.6013C-0.152588 29.7856 0.807417 30.7456 1.99172 30.7456H28.577C29.7612 30.7456 30.7212 29.7856 30.7212 28.6013V24.0008C30.6778 24.0028 30.6342 24.0041 30.5903 24.0041H23.3442Z' fill='%235C90C2'/%3E%3Cpath d='M30.5903 15.3481H23.3443C22.65 15.3481 22.0872 15.911 22.0872 16.6052V21.2235C22.0872 21.9178 22.65 22.4806 23.3443 22.4806H30.5903C31.2846 22.4806 31.8474 21.9179 31.8474 21.2235V16.6052C31.8474 15.9109 31.2846 15.3481 30.5903 15.3481ZM25.8411 20.7287C24.839 20.7287 24.0267 19.9164 24.0267 18.9143C24.0267 17.9122 24.839 17.0999 25.8411 17.0999C26.8432 17.0999 27.6556 17.9122 27.6556 18.9143C27.6556 19.9164 26.8432 20.7287 25.8411 20.7287Z' fill='%235C90C2'/%3E%3Cpath d='M24.8432 3.1549C24.3635 1.70289 22.7975 0.914707 21.3456 1.39443L10.4521 4.99333H25.4506L24.8432 3.1549Z' fill='%235C90C2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_184_1145'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_184_1145)'%3E%3Cpath d='M23.3442 24.0041C21.8108 24.004 20.5633 22.7566 20.5633 21.2232V16.6049C20.5633 15.0715 21.8108 13.824 23.3442 13.824H30.5903C30.6342 13.824 30.6778 13.8254 30.7212 13.8273V9.22676C30.7212 8.04252 29.7612 7.08252 28.577 7.08252H1.99172C0.807417 7.08245 -0.152588 8.04245 -0.152588 9.22669V28.6013C-0.152588 29.7856 0.807417 30.7456 1.99172 30.7456H28.577C29.7612 30.7456 30.7212 29.7856 30.7212 28.6013V24.0008C30.6778 24.0028 30.6342 24.0041 30.5903 24.0041H23.3442Z' fill='%235C90C2'/%3E%3Cpath d='M30.5903 15.3481H23.3443C22.65 15.3481 22.0872 15.911 22.0872 16.6052V21.2235C22.0872 21.9178 22.65 22.4806 23.3443 22.4806H30.5903C31.2846 22.4806 31.8474 21.9179 31.8474 21.2235V16.6052C31.8474 15.9109 31.2846 15.3481 30.5903 15.3481ZM25.8411 20.7287C24.839 20.7287 24.0267 19.9164 24.0267 18.9143C24.0267 17.9122 24.839 17.0999 25.8411 17.0999C26.8432 17.0999 27.6556 17.9122 27.6556 18.9143C27.6556 19.9164 26.8432 20.7287 25.8411 20.7287Z' fill='%235C90C2'/%3E%3Cpath d='M24.8432 3.1549C24.3635 1.70289 22.7975 0.914707 21.3456 1.39443L10.4521 4.99333H25.4506L24.8432 3.1549Z' fill='%235C90C2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_184_1145'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.available_for_withdraw_balance{min-width:32px;height:32px;color:var(--blue);mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_184_1165)'%3E%3Cpath d='M0 7.1998C0 5.87432 1.07452 4.7998 2.4 4.7998H29.6C30.9254 4.7998 32 5.87432 32 7.1998V9.5998L0 9.59982V7.1998Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.7998V24.7998C0 26.1252 1.07452 27.1998 2.4 27.1998H29.6C30.9254 27.1998 32 26.1252 32 24.7998V12.7998L0 12.7998ZM11.2 19.1998H3.2V15.9998H11.2V19.1998Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_184_1165'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_184_1165)'%3E%3Cpath d='M0 7.1998C0 5.87432 1.07452 4.7998 2.4 4.7998H29.6C30.9254 4.7998 32 5.87432 32 7.1998V9.5998L0 9.59982V7.1998Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.7998V24.7998C0 26.1252 1.07452 27.1998 2.4 27.1998H29.6C30.9254 27.1998 32 26.1252 32 24.7998V12.7998L0 12.7998ZM11.2 19.1998H3.2V15.9998H11.2V19.1998Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_184_1165'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}.active_subscribers{min-width:32px;height:32px;color:var(--blue);mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.55 14.6998C7.65 16.3998 6.75 19.4998 6.45 21.8498C0 21.7498 0 18.9998 0 18.7498C0.05 15.8498 0.65 13.3498 2.65 11.9998C3.6 13.4998 5.1 14.5498 6.9 14.5498C8.15 14.5498 9.3 13.9998 10.15 13.1498C10.25 13.6998 10.35 14.1998 10.55 14.6998ZM6.9 4.2998C4.15 4.2998 3.4 6.0998 3.4 8.0498C3.4 9.9998 4.8 12.5998 6.9 12.5998C9 12.5998 10.4 9.9998 10.4 8.0498C10.4 6.0998 9.65 4.2998 6.9 4.2998ZM29.4 11.9998C28.45 13.4498 26.95 14.5498 25.2 14.5498C23.9 14.5498 22.8 13.9998 21.9 13.1498C21.85 13.6498 21.7 14.1498 21.55 14.6498C24.5 16.3498 25.4 19.4498 25.65 21.7998C32 21.7498 32 19.0498 32 18.7498C31.95 15.7998 31.35 13.3998 29.4 11.9998ZM25.15 4.2998C22.4 4.2998 21.65 6.0998 21.65 8.0498C21.65 9.9998 23.05 12.5998 25.15 12.5998C27.25 12.5998 28.65 9.9998 28.65 8.0498C28.65 6.0998 27.9 4.2998 25.15 4.2998ZM20.65 16.3998C19.6 18.0498 17.95 19.1998 16 19.1998C14.05 19.1998 12.45 18.0498 11.4 16.3998C9 17.8998 8.3 20.7998 8.2 24.1498C8.2 24.4998 8.2 27.6998 16 27.6998C23.8 27.6998 23.8 24.4998 23.8 24.1498C23.75 20.7498 23 17.8998 20.65 16.3998ZM16 7.7998C12.85 7.7998 12 9.7998 12 12.0498C12 14.2998 13.6 17.2498 16 17.2498C18.4 17.2498 20 14.2498 20 12.0498C20 9.8498 19.15 7.7998 16 7.7998Z' fill='%235C90C2'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.55 14.6998C7.65 16.3998 6.75 19.4998 6.45 21.8498C0 21.7498 0 18.9998 0 18.7498C0.05 15.8498 0.65 13.3498 2.65 11.9998C3.6 13.4998 5.1 14.5498 6.9 14.5498C8.15 14.5498 9.3 13.9998 10.15 13.1498C10.25 13.6998 10.35 14.1998 10.55 14.6998ZM6.9 4.2998C4.15 4.2998 3.4 6.0998 3.4 8.0498C3.4 9.9998 4.8 12.5998 6.9 12.5998C9 12.5998 10.4 9.9998 10.4 8.0498C10.4 6.0998 9.65 4.2998 6.9 4.2998ZM29.4 11.9998C28.45 13.4498 26.95 14.5498 25.2 14.5498C23.9 14.5498 22.8 13.9998 21.9 13.1498C21.85 13.6498 21.7 14.1498 21.55 14.6498C24.5 16.3498 25.4 19.4498 25.65 21.7998C32 21.7498 32 19.0498 32 18.7498C31.95 15.7998 31.35 13.3998 29.4 11.9998ZM25.15 4.2998C22.4 4.2998 21.65 6.0998 21.65 8.0498C21.65 9.9998 23.05 12.5998 25.15 12.5998C27.25 12.5998 28.65 9.9998 28.65 8.0498C28.65 6.0998 27.9 4.2998 25.15 4.2998ZM20.65 16.3998C19.6 18.0498 17.95 19.1998 16 19.1998C14.05 19.1998 12.45 18.0498 11.4 16.3998C9 17.8998 8.3 20.7998 8.2 24.1498C8.2 24.4998 8.2 27.6998 16 27.6998C23.8 27.6998 23.8 24.4998 23.8 24.1498C23.75 20.7498 23 17.8998 20.65 16.3998ZM16 7.7998C12.85 7.7998 12 9.7998 12 12.0498C12 14.2998 13.6 17.2498 16 17.2498C18.4 17.2498 20 14.2498 20 12.0498C20 9.8498 19.15 7.7998 16 7.7998Z' fill='%235C90C2'/%3E%3C/svg%3E%0A")}.icon-list{min-width:20px;height:20px;color:#cfcfcf;mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99994 2.01569C3.99994 3.12018 3.10455 4.01556 2.00006 4.01556C0.895386 4.01556 0 3.12018 0 2.01569C0 0.911011 0.895386 0.015625 2.00006 0.015625C3.10455 0.015625 3.99994 0.911011 3.99994 2.01569Z' fill='%23CFCFCF'/%3E%3Cpath d='M3.99994 10.0155C3.99994 11.1202 3.10455 12.0156 2.00006 12.0156C0.895386 12.0156 0 11.1202 0 10.0155C0 8.91101 0.895386 8.01562 2.00006 8.01562C3.10455 8.01562 3.99994 8.91101 3.99994 10.0155Z' fill='%23CFCFCF'/%3E%3Cpath d='M3.99994 18.0157C3.99994 19.1202 3.10455 20.0157 2.00006 20.0157C0.895386 20.0157 0 19.1202 0 18.0157C0 16.9112 0.895386 16.0156 2.00006 16.0156C3.10455 16.0156 3.99994 16.9112 3.99994 18.0157Z' fill='%23CFCFCF'/%3E%3Cpath d='M7.74519 3.01562H18.9216C19.3336 3.01562 19.6667 2.56868 19.6667 2.01572C19.6667 1.46275 19.3336 1.01562 18.9216 1.01562H7.74519C7.33316 1.01562 7 1.46275 7 2.01572C7 2.56868 7.33316 3.01562 7.74519 3.01562Z' fill='%23CFCFCF'/%3E%3Cpath d='M18.9216 9.01562H7.74519C7.33316 9.01562 7 9.46257 7 10.0155C7 10.5685 7.33316 11.0156 7.74519 11.0156H18.9216C19.3336 11.0156 19.6667 10.5685 19.6667 10.0155C19.6667 9.46257 19.3336 9.01562 18.9216 9.01562Z' fill='%23CFCFCF'/%3E%3Cpath d='M18.9216 17.0156H7.74519C7.33316 17.0156 7 17.4626 7 18.0156C7 18.5686 7.33316 19.0156 7.74519 19.0156H18.9216C19.3336 19.0156 19.6667 18.5686 19.6667 18.0156C19.6667 17.4626 19.3336 17.0156 18.9216 17.0156Z' fill='%23CFCFCF'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99994 2.01569C3.99994 3.12018 3.10455 4.01556 2.00006 4.01556C0.895386 4.01556 0 3.12018 0 2.01569C0 0.911011 0.895386 0.015625 2.00006 0.015625C3.10455 0.015625 3.99994 0.911011 3.99994 2.01569Z' fill='%23CFCFCF'/%3E%3Cpath d='M3.99994 10.0155C3.99994 11.1202 3.10455 12.0156 2.00006 12.0156C0.895386 12.0156 0 11.1202 0 10.0155C0 8.91101 0.895386 8.01562 2.00006 8.01562C3.10455 8.01562 3.99994 8.91101 3.99994 10.0155Z' fill='%23CFCFCF'/%3E%3Cpath d='M3.99994 18.0157C3.99994 19.1202 3.10455 20.0157 2.00006 20.0157C0.895386 20.0157 0 19.1202 0 18.0157C0 16.9112 0.895386 16.0156 2.00006 16.0156C3.10455 16.0156 3.99994 16.9112 3.99994 18.0157Z' fill='%23CFCFCF'/%3E%3Cpath d='M7.74519 3.01562H18.9216C19.3336 3.01562 19.6667 2.56868 19.6667 2.01572C19.6667 1.46275 19.3336 1.01562 18.9216 1.01562H7.74519C7.33316 1.01562 7 1.46275 7 2.01572C7 2.56868 7.33316 3.01562 7.74519 3.01562Z' fill='%23CFCFCF'/%3E%3Cpath d='M18.9216 9.01562H7.74519C7.33316 9.01562 7 9.46257 7 10.0155C7 10.5685 7.33316 11.0156 7.74519 11.0156H18.9216C19.3336 11.0156 19.6667 10.5685 19.6667 10.0155C19.6667 9.46257 19.3336 9.01562 18.9216 9.01562Z' fill='%23CFCFCF'/%3E%3Cpath d='M18.9216 17.0156H7.74519C7.33316 17.0156 7 17.4626 7 18.0156C7 18.5686 7.33316 19.0156 7.74519 19.0156H18.9216C19.3336 19.0156 19.6667 18.5686 19.6667 18.0156C19.6667 17.4626 19.3336 17.0156 18.9216 17.0156Z' fill='%23CFCFCF'/%3E%3C/svg%3E")}.icon-cards{min-width:20px;height:20px;color:#cfcfcf;mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.46153 0H0.769246C0.344396 0 0 0.344396 0 0.769246V8.46157C0 8.88642 0.344396 9.23082 0.769246 9.23082H8.46157C8.88642 9.23082 9.23082 8.88642 9.23082 8.46157V0.769246C9.23077 0.344396 8.88638 0 8.46153 0ZM7.69233 7.69233H1.53845V1.53845H7.69228V7.69233H7.69233Z' fill='%23CFCFCF'/%3E%3Cpath d='M19.2311 0H11.5388C11.1139 0 10.7695 0.344396 10.7695 0.769246V8.46157C10.7695 8.88642 11.1139 9.23082 11.5388 9.23082H19.2311C19.656 9.23082 20.0004 8.88642 20.0004 8.46157V0.769246C20.0003 0.344396 19.6559 0 19.2311 0ZM18.4619 7.69233H12.308V1.53845H18.4619V7.69233Z' fill='%23CFCFCF'/%3E%3Cpath d='M8.46153 10.7695H0.769246C0.344396 10.7695 0 11.1139 0 11.5388V19.2311C0 19.656 0.344396 20.0004 0.769246 20.0004H8.46157C8.88642 20.0004 9.23082 19.656 9.23082 19.2311V11.5388C9.23077 11.1139 8.88638 10.7695 8.46153 10.7695ZM7.69233 18.4619H1.53845V12.308H7.69228V18.4619H7.69233Z' fill='%23CFCFCF'/%3E%3Cpath d='M19.2311 10.7695H11.5388C11.1139 10.7695 10.7695 11.1139 10.7695 11.5388V19.2311C10.7695 19.656 11.1139 20.0004 11.5388 20.0004H19.2311C19.656 20.0004 20.0004 19.656 20.0004 19.2311V11.5388C20.0003 11.1139 19.6559 10.7695 19.2311 10.7695ZM18.4619 18.4619H12.308V12.308H18.4619V18.4619Z' fill='%23CFCFCF'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.46153 0H0.769246C0.344396 0 0 0.344396 0 0.769246V8.46157C0 8.88642 0.344396 9.23082 0.769246 9.23082H8.46157C8.88642 9.23082 9.23082 8.88642 9.23082 8.46157V0.769246C9.23077 0.344396 8.88638 0 8.46153 0ZM7.69233 7.69233H1.53845V1.53845H7.69228V7.69233H7.69233Z' fill='%23CFCFCF'/%3E%3Cpath d='M19.2311 0H11.5388C11.1139 0 10.7695 0.344396 10.7695 0.769246V8.46157C10.7695 8.88642 11.1139 9.23082 11.5388 9.23082H19.2311C19.656 9.23082 20.0004 8.88642 20.0004 8.46157V0.769246C20.0003 0.344396 19.6559 0 19.2311 0ZM18.4619 7.69233H12.308V1.53845H18.4619V7.69233Z' fill='%23CFCFCF'/%3E%3Cpath d='M8.46153 10.7695H0.769246C0.344396 10.7695 0 11.1139 0 11.5388V19.2311C0 19.656 0.344396 20.0004 0.769246 20.0004H8.46157C8.88642 20.0004 9.23082 19.656 9.23082 19.2311V11.5388C9.23077 11.1139 8.88638 10.7695 8.46153 10.7695ZM7.69233 18.4619H1.53845V12.308H7.69228V18.4619H7.69233Z' fill='%23CFCFCF'/%3E%3Cpath d='M19.2311 10.7695H11.5388C11.1139 10.7695 10.7695 11.1139 10.7695 11.5388V19.2311C10.7695 19.656 11.1139 20.0004 11.5388 20.0004H19.2311C19.656 20.0004 20.0004 19.656 20.0004 19.2311V11.5388C20.0003 11.1139 19.6559 10.7695 19.2311 10.7695ZM18.4619 18.4619H12.308V12.308H18.4619V18.4619Z' fill='%23CFCFCF'/%3E%3C/svg%3E")}.icon-lock{min-width:12px;height:16px;color:#f7a5a1;mask-image:url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.333 6.70066V4.33331C10.333 1.944 8.38904 0 5.9997 0C3.61035 0 1.66635 1.944 1.66635 4.33334V6.70069C0.906352 6.85534 0.333008 7.52869 0.333008 8.33334V14.3333C0.333039 15.252 1.08035 16 1.9997 16H9.99969C10.919 16 11.6664 15.252 11.6664 14.3333V8.33334C11.6664 7.52866 11.093 6.85534 10.333 6.70066ZM6.73904 11.82L6.99638 13.6193C7.01038 13.7153 6.98173 13.812 6.91838 13.8847C6.85504 13.9573 6.76304 14 6.66638 14H5.33304C5.23638 14 5.14438 13.958 5.08104 13.8854C5.0177 13.8127 4.98904 13.7154 5.00304 13.62L5.26038 11.8207C4.70304 11.542 4.33304 10.9667 4.33304 10.3333C4.33304 9.41469 5.08038 8.66669 5.9997 8.66669C6.91901 8.66669 7.66635 9.41469 7.66635 10.3333C7.66635 10.9667 7.29635 11.542 6.73904 11.82ZM8.33304 6.66666H3.66635V4.33331C3.66635 3.04666 4.71304 2 5.9997 2C7.28635 2 8.33304 3.04666 8.33304 4.33334V6.66666Z' fill='%23F7A5A1'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.333 6.70066V4.33331C10.333 1.944 8.38904 0 5.9997 0C3.61035 0 1.66635 1.944 1.66635 4.33334V6.70069C0.906352 6.85534 0.333008 7.52869 0.333008 8.33334V14.3333C0.333039 15.252 1.08035 16 1.9997 16H9.99969C10.919 16 11.6664 15.252 11.6664 14.3333V8.33334C11.6664 7.52866 11.093 6.85534 10.333 6.70066ZM6.73904 11.82L6.99638 13.6193C7.01038 13.7153 6.98173 13.812 6.91838 13.8847C6.85504 13.9573 6.76304 14 6.66638 14H5.33304C5.23638 14 5.14438 13.958 5.08104 13.8854C5.0177 13.8127 4.98904 13.7154 5.00304 13.62L5.26038 11.8207C4.70304 11.542 4.33304 10.9667 4.33304 10.3333C4.33304 9.41469 5.08038 8.66669 5.9997 8.66669C6.91901 8.66669 7.66635 9.41469 7.66635 10.3333C7.66635 10.9667 7.29635 11.542 6.73904 11.82ZM8.33304 6.66666H3.66635V4.33331C3.66635 3.04666 4.71304 2 5.9997 2C7.28635 2 8.33304 3.04666 8.33304 4.33334V6.66666Z' fill='%23F7A5A1'/%3E%3C/svg%3E%0A")}.icon-unlock{min-width:12px;height:16px;color:#a0e2bf;mask-image:url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7931 6.41217H3.60219V4.09511C3.60219 2.89664 4.40118 1.85795 5.51976 1.61826C7.03783 1.37856 8.39611 2.49714 8.39611 4.01521C8.39611 4.49461 8.7956 4.8142 9.19509 4.8142C9.59458 4.8142 9.99408 4.49461 9.99408 4.01521C9.99408 1.69816 7.99661 -0.219409 5.59966 0.0202868C3.52229 0.259982 2.00422 2.09765 2.00422 4.17501V6.41217H1.20524C0.805743 6.41217 0.40625 6.73177 0.40625 7.21116V15.201C0.40625 15.6005 0.805743 16 1.20524 16H10.7931C11.2725 16 11.592 15.6005 11.592 15.201V7.21116C11.592 6.73177 11.2725 6.41217 10.7931 6.41217ZM6.79813 11.7654V12.8041C6.79813 13.2834 6.47854 13.603 5.99915 13.603C5.51976 13.603 5.20016 13.2834 5.20016 12.8041V11.7654C4.72077 11.4458 4.40118 10.9664 4.40118 10.4071C4.40118 9.36842 5.35996 8.64933 6.39864 8.88903C6.95793 9.04882 7.43732 9.52822 7.59712 10.0875C7.75692 10.8066 7.35742 11.4458 6.79813 11.7654Z' fill='%23A0E2BF'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7931 6.41217H3.60219V4.09511C3.60219 2.89664 4.40118 1.85795 5.51976 1.61826C7.03783 1.37856 8.39611 2.49714 8.39611 4.01521C8.39611 4.49461 8.7956 4.8142 9.19509 4.8142C9.59458 4.8142 9.99408 4.49461 9.99408 4.01521C9.99408 1.69816 7.99661 -0.219409 5.59966 0.0202868C3.52229 0.259982 2.00422 2.09765 2.00422 4.17501V6.41217H1.20524C0.805743 6.41217 0.40625 6.73177 0.40625 7.21116V15.201C0.40625 15.6005 0.805743 16 1.20524 16H10.7931C11.2725 16 11.592 15.6005 11.592 15.201V7.21116C11.592 6.73177 11.2725 6.41217 10.7931 6.41217ZM6.79813 11.7654V12.8041C6.79813 13.2834 6.47854 13.603 5.99915 13.603C5.51976 13.603 5.20016 13.2834 5.20016 12.8041V11.7654C4.72077 11.4458 4.40118 10.9664 4.40118 10.4071C4.40118 9.36842 5.35996 8.64933 6.39864 8.88903C6.95793 9.04882 7.43732 9.52822 7.59712 10.0875C7.75692 10.8066 7.35742 11.4458 6.79813 11.7654Z' fill='%23A0E2BF'/%3E%3C/svg%3E")}.button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;width:100%;height:40px;background:var(--blue);border-radius:8px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;font-family:var(--font-main);font-weight:600;font-size:14px;line-height:110%;color:var(--white);cursor:pointer}.button:hover{background:var(--blue-bright)}.button--white{background:var(--white);border:1px solid var(--blue);color:var(--blue)}.button--white:hover{background:var(--blue);color:var(--white);border:1px solid transparent}.grecaptcha-badge{visibility:hidden}.grecaptcha-badge--show{visibility:visible;z-index:9999}input[required]:focus,input[type=checkbox]:focus{border:1px solid var(--red);-webkit-box-shadow:0px .5px 2px var(--black-50);box-shadow:0 .5px 2px var(--black-50)}input[required]:valid{border:1px solid transparent;-webkit-box-shadow:0px 1px 3px var(--black-50),0px 0px 0px 1px var(--soft-gray);box-shadow:0 1px 3px var(--black-50),0 0 0 1px var(--soft-gray)}input[type=checkbox]:valid{border:1px solid transparent;-webkit-box-shadow:0px 1px 3px var(--black-50),0px 0px 0px 1px var(--blue);box-shadow:0 1px 3px var(--black-50),0 0 0 1px var(--blue)}.form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.form__field{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.form__field-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding-top:16px}.form__field-group:before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:var(--soft-gray);border-radius:16px}.form__field-input{position:relative}.form__field input,.form__field .input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:7px 14px;height:40px;background:var(--white);-webkit-box-shadow:0px 1px 3px var(--black-50),0px 0px 0px 1px var(--soft-gray);box-shadow:0 1px 3px var(--black-50),0 0 0 1px var(--soft-gray);border-radius:64px;border:none;font-weight:400;font-size:14px;line-height:24px;color:var(--black);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.form__field input::-webkit-input-placeholder,.form__field .input::-webkit-input-placeholder{font-weight:400;font-size:14px;line-height:24px;color:var(--gray-300)}.form__field input::-moz-placeholder,.form__field .input::-moz-placeholder{font-weight:400;font-size:14px;line-height:24px;color:var(--gray-300)}.form__field input:-ms-input-placeholder,.form__field .input:-ms-input-placeholder{font-weight:400;font-size:14px;line-height:24px;color:var(--gray-300)}.form__field input::-ms-input-placeholder,.form__field .input::-ms-input-placeholder{font-weight:400;font-size:14px;line-height:24px;color:var(--gray-300)}.form__field input::placeholder,.form__field .input::placeholder{font-weight:400;font-size:14px;line-height:24px;color:var(--gray-300)}.form__field input:active,.form__field input:focus{-webkit-box-shadow:0px 1px 3px var(--black-50),0px 0px 0px 1px var(--blue);box-shadow:0 1px 3px var(--black-50),0 0 0 1px var(--blue)}.form__field-label{font-weight:400;font-size:14px;line-height:20px;color:var(--navy)}.form__field-label span{font-weight:500;font-size:12px;line-height:20px;color:var(--red)}.form__field-description{font-weight:400;font-size:12px;line-height:16px;color:var(--gray-400);padding-left:14px;margin-top:4px}.form__field--password input{padding-right:60px}.form__field--password div{position:absolute;right:0;top:0;height:100%;width:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-left:1px solid var(--soft-gray);cursor:pointer}.form__field--background{padding:16px;background:var(--tint-blue);border-radius:12px}.form__field-policy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;margin:12px 0 16px}.form__field-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}.form__field-checkbox label{font-weight:400;font-size:12px;line-height:120%;color:var(--gray-300)}.form__field-checkbox a{color:var(--blue)}.form__buttons{max-width:311px;width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.form__footer{font-weight:400;font-size:14px;line-height:20px;text-align:center;color:var(--navy);margin-top:12px}.form__footer span{font-weight:700;color:var(--blue);cursor:pointer}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-flex-negative:0;flex-shrink:0;min-width:16px;height:16px;background:var(--white);border:1px solid var(--soft-gray);-webkit-box-shadow:0px .5px 2px var(--black-50);box-shadow:0 .5px 2px var(--black-50);border-radius:4px;cursor:pointer;position:relative;margin-left:1px}input[type=checkbox]:checked{-webkit-box-shadow:0px 1px 3px var(--black-50),0px 0px 0px 1px var(--blue);box-shadow:0 1px 3px var(--black-50),0 0 0 1px var(--blue);background:center / cover no-repeat url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6897 4.27586C13.0896 4.65675 13.105 5.28973 12.7241 5.68966L7.00985 11.6897C6.82111 11.8878 6.55939 12 6.28572 12C6.01204 12 5.75032 11.8878 5.56158 11.6897L3.27586 9.28966C2.89498 8.88973 2.91042 8.25675 3.31035 7.87586C3.71028 7.49498 4.34325 7.51042 4.72414 7.91035L6.28572 9.55L11.2759 4.31035C11.6567 3.91042 12.2897 3.89498 12.6897 4.27586Z' fill='white'/%3E%3C/svg%3E%0A"),var(--blue)}input[type=checkbox]:checked:hover{opacity:.8}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;background:var(--white);border:1px solid var(--gray-100);-webkit-box-shadow:0px .5px 2px var(--black-50);box-shadow:0 .5px 2px var(--black-50);border-radius:50%;cursor:pointer;position:relative;margin-top:4px;margin-left:1px}input[type=radio]:checked{border:5px solid var(--blue);-webkit-box-shadow:0px .5px 2px var(--black-50);box-shadow:0 .5px 2px var(--black-50)}input[type=radio]:checked:hover{opacity:.8}.form__field--error .form__field-label{color:var(--red-alt)}.form__field--error input,.form__field--error input:valid{border:1px solid var(--red);-webkit-box-shadow:0px .5px 2px var(--black-50);box-shadow:0 .5px 2px var(--black-50)}.underline{position:relative}.underline:before{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:var(--blue)}.section__table{position:relative;width:100%;min-height:113px;overflow-x:auto;border-radius:12px 12px 0 0;background:var(--white)}.filters-wrap{position:relative;margin-bottom:16px}.filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px}.filters__close{display:none}.filters__group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.filters__header{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4px;width:180px;height:40px;background:var(--white);padding:10px 8px;border-radius:20px;border-right:1px solid transparent;border-left:1px solid transparent;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.filters__header:before{content:"";position:absolute;left:-1px;top:0;width:calc(100% + 2px);height:100%;background:transparent;border:1px solid var(--light-gray);border-radius:20px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.filters__header.active{border-radius:20px 20px 0 0;border-right:1px solid var(--light-gray);border-left:1px solid var(--light-gray)}.filters__header.active:before{border:1px solid var(--blue)}.filters__header-date.active{border-radius:20px}.filters__header-date{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 12px;width:115px}.filters__header-group{width:108px}.filters__header p{font-weight:400;font-size:14px;line-height:120%;color:var(--navy);white-space:nowrap;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.filters__group--disable .filters__header p{color:var(--gray-300)}.filters__header svg{min-width:20px}.filters__list{position:absolute;width:100%;max-height:190px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:100%;left:0;background:var(--white);border:1px solid var(--light-gray);border-top:none;overflow:auto;border-radius:0 0 18px 18px;z-index:10}.filters__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 12px;background:var(--white);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.filters__option:hover{background:var(--light-gray)}.filters__option .icon-trash{min-width:11px;height:14px;margin-right:8px;mask-image:url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0898 3.96484C11.3792 3.96484 11.5799 3.67224 11.4714 3.40391C11.086 2.45123 10.1514 1.77734 9.06217 1.77734H8.55866C8.37089 0.785504 7.50128 0 6.43717 0H5.56217C4.49874 0 3.62855 0.784984 3.44067 1.77734H2.93717C1.84796 1.77734 0.913291 2.45123 0.527936 3.40391C0.419408 3.67224 0.620084 3.96484 0.909518 3.96484H11.0898ZM5.56217 0.820312H6.43717C7.036 0.820312 7.54432 1.2232 7.71543 1.77734H4.2839C4.45502 1.2232 4.96334 0.820312 5.56217 0.820312Z' fill='%23CBCBCB'/%3E%3Cpath d='M2.03673 12.8569C2.08237 13.4979 2.62151 14 3.26409 14H8.73614C9.37872 14 9.91786 13.4979 9.9635 12.8569L10.5383 4.78516H1.46191L2.03673 12.8569ZM7.12174 6.97952C7.13306 6.75328 7.32597 6.5788 7.55186 6.59036C7.7781 6.60168 7.95233 6.79427 7.94101 7.02048L7.72226 11.3955C7.7113 11.6147 7.53007 11.7852 7.31296 11.7852C7.07679 11.7852 6.89132 11.5877 6.90296 11.3545L7.12174 6.97952ZM4.4484 6.59036C4.67434 6.57902 4.86722 6.7533 4.87852 6.97952L5.09727 11.3545C5.10891 11.5878 4.9233 11.7852 4.68727 11.7852C4.47016 11.7852 4.28893 11.6147 4.27796 11.3955L4.05921 7.02048C4.04792 6.79427 4.22216 6.60168 4.4484 6.59036Z' fill='%23CBCBCB'/%3E%3C/svg%3E%0A");-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0898 3.96484C11.3792 3.96484 11.5799 3.67224 11.4714 3.40391C11.086 2.45123 10.1514 1.77734 9.06217 1.77734H8.55866C8.37089 0.785504 7.50128 0 6.43717 0H5.56217C4.49874 0 3.62855 0.784984 3.44067 1.77734H2.93717C1.84796 1.77734 0.913291 2.45123 0.527936 3.40391C0.419408 3.67224 0.620084 3.96484 0.909518 3.96484H11.0898ZM5.56217 0.820312H6.43717C7.036 0.820312 7.54432 1.2232 7.71543 1.77734H4.2839C4.45502 1.2232 4.96334 0.820312 5.56217 0.820312Z' fill='%23CBCBCB'/%3E%3Cpath d='M2.03673 12.8569C2.08237 13.4979 2.62151 14 3.26409 14H8.73614C9.37872 14 9.91786 13.4979 9.9635 12.8569L10.5383 4.78516H1.46191L2.03673 12.8569ZM7.12174 6.97952C7.13306 6.75328 7.32597 6.5788 7.55186 6.59036C7.7781 6.60168 7.95233 6.79427 7.94101 7.02048L7.72226 11.3955C7.7113 11.6147 7.53007 11.7852 7.31296 11.7852C7.07679 11.7852 6.89132 11.5877 6.90296 11.3545L7.12174 6.97952ZM4.4484 6.59036C4.67434 6.57902 4.86722 6.7533 4.87852 6.97952L5.09727 11.3545C5.10891 11.5878 4.9233 11.7852 4.68727 11.7852C4.47016 11.7852 4.28893 11.6147 4.27796 11.3955L4.05921 7.02048C4.04792 6.79427 4.22216 6.60168 4.4484 6.59036Z' fill='%23CBCBCB'/%3E%3C/svg%3E%0A")}.filters__option p{font-weight:400;font-size:14px;line-height:120%;color:var(--navy);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;white-space:nowrap}.filters__option:hover p{overflow:inherit;-webkit-line-clamp:inherit;-webkit-box-orient:inherit;-o-text-overflow:clip;text-overflow:clip}.filters__option:hover .marquee p{-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation:marquee 10s linear;animation:marquee 10s linear}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(-0%);transform:translate(-0%)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@keyframes marquee{0%{-webkit-transform:translateX(-0%);transform:translate(-0%)}to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}.filters__option:not(:last-child){border-bottom:1px solid var(--light-gray)}.filters__option.active{background:var(--blue)}.filters__option.active p{color:var(--white)}.filters__option .filter-toggle-icon{margin-left:auto;min-width:16px;pointer-events:none}.filters__option-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:105px;overflow:hidden;margin-right:8px}.filters__buttons{position:relative;padding-left:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filters__buttons:before{content:"";position:absolute;left:0;bottom:0;width:2px;height:40px;background:var(--white)}.filters__button{position:relative;width:114px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--blue);-webkit-filter:drop-shadow(0px .5px 2px var(--black-50));filter:drop-shadow(0px .5px 2px var(--black-50));border-radius:20px;font-weight:600;font-size:14px;line-height:20px;text-align:center;color:var(--blue);cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.filters__button:hover{background:var(--blue);color:var(--white)}.filters__button.filtes__button--disable{pointer-events:none;opacity:.4}.filter__counter{position:absolute;right:-5px;top:-3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--red-soft);width:20px;height:20px;border-radius:50%;font-weight:400;font-size:13px;line-height:16px;color:var(--white)}.filters__button-clear{display:none}.filters__button-trash{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.filters__group--disable .filters__list{display:none}.filters__group--disable .filters__header{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;background:var(--gray)}.filters__group--disable .filters__header.active{border-radius:20px;border-right:1px solid transparent;border-left:1px solid transparent}.filters__group--disable .filters__header.active:before{border:1px solid transparent}.filters__group-calendar{position:absolute;left:0;top:calc(100% + 8px);z-index:10}.vc-highlight-bg-solid{background-color:var(--red-soft)!important}.vc-focus:focus-within,.vc-focus:focus-visible{-webkit-box-shadow:none!important;box-shadow:none!important}.vc-highlight-bg-outline,.vc-highlight-bg-none{border-color:var(--red-soft)!important}.vc-highlight-content-outline,.vc-highlight-content-none,.vc-highlight-content-light{color:var(--navy)!important}.table{width:100%;margin:0;padding:0;border-collapse:collapse;border-spacing:0;table-layout:fixed}.table thead{position:sticky;top:0}.table thead tr:nth-child(1){border-bottom:none;background:var(--blue)}.table thead tr{background:var(--bg-tint-blue);height:48px}.table-head__text{position:relative;font-weight:700;font-size:12px;line-height:12px;color:var(--white);white-space:nowrap}.table tbody tr:nth-child(2n){background:var(--light-gray)}table tr{width:100px;height:56px;background:var(--white);text-align:center;font-weight:400;font-size:14px;line-height:24px;color:var(--navy)}tbody tr td{border:1px solid var(--white);overflow:auto;white-space:nowrap}tbody tr td::-webkit-scrollbar{height:2px;border-radius:32px}tbody tr td::-webkit-scrollbar-track{background:var(--soft-gray)}tbody tr td::-webkit-scrollbar-thumb{border-radius:32px;background:var(--black-200)}.field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:24px;background:var(--tint-blue);border:1px solid var(--light-blue);border-radius:6px;padding:2px 6px;font-weight:500;font-size:14px;line-height:20px;color:var(--blue)}.field--red{background:var(--red-tint);border:1px solid var(--red-soft);color:var(--red-soft)}tbody td div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1800px){.filters__header{width:140px}.filters__header-date{width:103px}.filters__header-group{width:104px}}@media screen and (max-width: 1500px){.filters__buttons{padding-left:8px}}@media screen and (max-width: 992px){.filters__group{width:calc(50% - 6px)}.filters{position:absolute;width:100%;max-height:400px;background:var(--white);-webkit-box-shadow:0px 0px 30px var(--gray-300-transparent);box-shadow:0 0 30px var(--gray-300-transparent);border-radius:12px;padding:32px 12px 16px;top:100%;left:0;z-index:-999;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;opacity:0;visibility:hidden}.filters.active{top:calc(100% + 12px);z-index:99;opacity:1;visibility:visible}.filters__header,.filters__buttons,.filters__button{width:100%}.filters__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.filters__button-trash{display:none}.filters__button-clear{display:-webkit-box;display:-ms-flexbox;display:flex;background:var(--blue);border:1px solid var(--blue);color:var(--white)}.filters__button-clear:hover{background:var(--white);color:var(--blue)}.filters__close{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;background:var(--red-soft);border-radius:50%;top:-7px;left:-6px;cursor:pointer}.filters__option-text{max-width:100%}}@media screen and (max-width: 560px){.form__field-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form__field-policy{margin:12px 0 16px}.filters__header p{max-width:115px;-webkit-box-orient:vertical;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1}.filters__group-calendar--end{left:inherit;right:0}}.vc-popover-content-wrapper{--popover-horizontal-content-offset: 8px;--popover-vertical-content-offset: 10px;--popover-caret-horizontal-offset: 18px;--popover-caret-vertical-offset: 8px;position:absolute;display:block;outline:none;z-index:10}.vc-popover-content-wrapper:not(.is-interactive){pointer-events:none}.vc-popover-content{position:relative;color:var(--vc-popover-content-color);font-weight:var(--vc-font-medium);background-color:var(--vc-popover-content-bg);border:1px solid;border-color:var(--vc-popover-content-border);border-radius:var(--vc-rounded-lg);padding:4px;outline:none;z-index:10;box-shadow:var(--vc-shadow-lg)}.vc-popover-content.direction-bottom{margin-top:var(--popover-vertical-content-offset)}.vc-popover-content.direction-top{margin-bottom:var(--popover-vertical-content-offset)}.vc-popover-content.direction-left{margin-right:var(--popover-horizontal-content-offset)}.vc-popover-content.direction-right{margin-left:var(--popover-horizontal-content-offset)}.vc-popover-caret{content:"";position:absolute;display:block;width:12px;height:12px;border-top:inherit;border-left:inherit;background-color:inherit;z-index:-1}.vc-popover-caret.direction-bottom{top:0}.vc-popover-caret.direction-bottom.align-left{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-center{-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translate(-50%) translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-bottom.align-right{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.vc-popover-caret.direction-top{top:100%}.vc-popover-caret.direction-top.align-left{-webkit-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-center{-webkit-transform:translateX(-50%) translateY(-50%) rotate(-135deg);transform:translate(-50%) translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-top.align-right{-webkit-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.vc-popover-caret.direction-left{left:100%}.vc-popover-caret.direction-left.align-top{-webkit-transform:translateX(-50%) rotate(135deg);transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-middle{-webkit-transform:translateY(-50%) translateX(-50%) rotate(135deg);transform:translateY(-50%) translate(-50%) rotate(135deg)}.vc-popover-caret.direction-left.align-bottom{-webkit-transform:translateX(-50%) rotate(135deg);transform:translate(-50%) rotate(135deg)}.vc-popover-caret.direction-right{left:0}.vc-popover-caret.direction-right.align-top{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-middle{-webkit-transform:translateY(-50%) translateX(-50%) rotate(-45deg);transform:translateY(-50%) translate(-50%) rotate(-45deg)}.vc-popover-caret.direction-right.align-bottom{-webkit-transform:translateX(-50%) rotate(-45deg);transform:translate(-50%) rotate(-45deg)}.vc-popover-caret.align-left{left:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-center{left:50%}.vc-popover-caret.align-right{right:var(--popover-caret-horizontal-offset)}.vc-popover-caret.align-top{top:var(--popover-caret-vertical-offset)}.vc-popover-caret.align-middle{top:50%}.vc-popover-caret.align-bottom{bottom:var(--popover-caret-vertical-offset)}.vc-day-popover-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;transition:var(--vc-day-content-transition)}.vc-day-popover-row-indicator{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;width:15px}.vc-day-popover-row-indicator span{transition:var(--vc-day-content-transition)}.vc-day-popover-row-label{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:none;-ms-flex-wrap:none;flex-wrap:none;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:-webkit-max-content;width:max-content;margin-left:4px;margin-right:4px;font-size:var(--vc-text-xs);line-height:var(--vc-leading-normal)}.vc-day-popover-row-highlight{width:8px;height:5px;border-radius:3px}.vc-day-popover-row-bar{width:10px;height:3px}.vc-base-icon{display:inline-block;stroke:currentColor;stroke-width:2;fill:none}.vc-header{display:grid;grid-gap:4px;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:30px;margin-top:10px;padding-left:10px;padding-right:10px}.vc-header.is-lg{font-size:var(--vc-text-lg)}.vc-header.is-xl{font-size:var(--vc-text-xl)}.vc-header.is-2xl{font-size:var(--vc-text-2xl)}.vc-header .vc-title-wrapper{grid-row:1;grid-column:title}.vc-header .vc-prev{grid-row:1;grid-column:prev}.vc-header .vc-next{grid-row:1;grid-column:next}.vc-header .vc-title,.vc-header .vc-prev,.vc-header .vc-next{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border:0;border-radius:var(--vc-rounded);pointer-events:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vc-header .vc-title{color:var(--vc-header-title-color);font-weight:var(--vc-font-semibold);white-space:nowrap;padding:0 8px;margin:0;line-height:30px}.vc-header .vc-title:hover{opacity:.75}.vc-header .vc-arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--vc-header-arrow-color);width:28px;height:30px;margin:0;padding:0}.vc-header .vc-arrow:hover{background:var(--vc-header-arrow-hover-bg)}.vc-header .vc-arrow:disabled{opacity:.25;pointer-events:none}.vc-nav-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.vc-nav-title,.vc-nav-arrow,.vc-nav-item{font-size:var(--vc-text-sm);margin:0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0;border-radius:var(--vc-rounded);white-space:nowrap}.vc-nav-title:hover,.vc-nav-arrow:hover,.vc-nav-item:hover{background-color:var(--vc-nav-hover-bg)}.vc-nav-title:disabled,.vc-nav-arrow:disabled,.vc-nav-item:disabled{opacity:.25;pointer-events:none}.vc-nav-title{color:var(--vc-nav-title-color);font-weight:var(--vc-font-bold);line-height:var(--vc-leading-snug);height:30px;padding:0 6px}.vc-nav-arrow{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:var(--vc-header-arrow-color);width:26px;height:30px;padding:0}.vc-nav-items{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:2px;grid-column-gap:5px;margin-top:2px}.vc-nav-item{width:48px;text-align:center;font-weight:var(--vc-font-semibold);line-height:var(--vc-leading-snug);padding:6px 0}.vc-nav-item.is-active{color:var(--vc-nav-item-active-color);background-color:var(--vc-nav-item-active-bg);font-weight:var(--vc-font-bold)}.vc-nav-item.is-active:not(:focus){box-shadow:var(--vc-nav-item-active-box-shadow)}.vc-nav-item.is-current{color:var(--vc-nav-item-current-color)}.vc-day{position:relative;min-height:32px;z-index:1}.vc-monthly .is-not-in-month *{opacity:0;pointer-events:none}.vc-day-layer{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.vc-day-box-center-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.vc-day-box-left-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform-origin:0% 50%;transform-origin:0% 50%}.vc-day-box-right-center{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.vc-day-box-center-bottom{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.vc-day-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-medium);width:28px;height:28px;line-height:28px;border-radius:var(--vc-rounded-full);-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.vc-day-content:hover{background-color:var(--vc-day-content-hover-bg)}.vc-day-content.vc-disabled{color:var(--vc-day-content-disabled-color)}.vc-content:not(.vc-base){font-weight:var(--vc-font-bold);color:var(--vc-content-color)}.vc-highlights{overflow:hidden;pointer-events:none;z-index:-1}.vc-highlight{width:28px;height:28px}.vc-highlight.vc-highlight-base-start{width:50%!important;border-radius:0!important;border-right-width:0!important}.vc-highlight.vc-highlight-base-end{width:50%!important;border-radius:0!important;border-left-width:0!important}.vc-highlight.vc-highlight-base-middle{width:100%;border-radius:0!important;border-left-width:0!important;border-right-width:0!important;margin:0 -1px}.vc-highlight-bg-outline,.vc-highlight-bg-none{background-color:var(--vc-highlight-outline-bg);border:2px solid;border-color:var(--vc-highlight-outline-border);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-light{background-color:var(--vc-highlight-light-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-bg-solid{background-color:var(--vc-highlight-solid-bg);border-radius:var(--vc-rounded-full)}.vc-highlight-content-outline,.vc-highlight-content-none{font-weight:var(--vc-font-bold);color:var(--vc-highlight-outline-content-color)}.vc-highlight-content-light{font-weight:var(--vc-font-bold);color:var(--vc-highlight-light-content-color)}.vc-highlight-content-solid{font-weight:var(--vc-font-bold);color:var(--vc-highlight-solid-content-color)}.vc-dots{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.vc-dot{width:5px;height:5px;border-radius:9999px;transition:var(--vc-day-content-transition)}.vc-dot:not(:last-child){margin-right:3px}.vc-bars{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:75%}.vc-bar{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:3px;transition:var(--vc-day-content-transition)}.vc-dot{background-color:var(--vc-dot-bg)}.vc-bar{background-color:var(--vc-bar-bg)}.vc-pane{min-width:250px}.vc-weeknumber{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute}.vc-weeknumber.is-left{left:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-right{right:calc(var(--vc-weeknumber-offset-inside) * -1)}.vc-weeknumber.is-left-outside{left:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber.is-right-outside{right:calc(var(--vc-weeknumber-offset-outside) * -1)}.vc-weeknumber-content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium);font-style:italic;width:28px;height:28px;margin-top:2px;color:var(--vc-weeknumber-color);-webkit-user-select:none;-ms-user-select:none;user-select:none}.vc-weeks{position:relative;-webkit-overflow-scrolling:touch;padding:6px;min-width:232px}.vc-weeks.vc-show-weeknumbers-left{margin-left:var(--vc-weeknumber-offset-inside)}.vc-weeks.vc-show-weeknumbers-right{margin-right:var(--vc-weeknumber-offset-inside)}.vc-weekday{text-align:center;color:var(--vc-weekday-color);font-size:var(--vc-text-sm);font-weight:var(--vc-font-bold);line-height:14px;padding-top:4px;padding-bottom:8px;cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none}.vc-week,.vc-weekdays{display:grid;grid-template-columns:repeat(7,1fr);position:relative}.vc-pane-container{width:100%;position:relative}.vc-pane-container.in-transition{overflow:hidden}.vc-pane-layout{display:grid}.vc-pane-header-wrapper{position:absolute;top:0;width:100%;pointer-events:none}.vc-day-popover-container{font-size:var(--vc-text-xs);font-weight:var(--vc-font-medium)}.vc-day-popover-header{font-size:var(--vc-text-xs);color:var(--vc-day-popover-header-color);font-weight:var(--vc-font-semibold);text-align:center}.vc-base-select{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:30px;font-size:var(--vc-text-base);font-weight:var(--vc-font-medium)}.vc-base-select.vc-has-icon select{padding:0 27px 0 9px}.vc-base-select.vc-has-icon .vc-base-sizer{padding:0 28px 0 10px}.vc-base-select.vc-fit-content select{position:absolute;top:0;left:0;width:100%}.vc-base-select .vc-base-icon{position:absolute;top:6px;right:4px;opacity:.6;pointer-events:none}.vc-base-select .vc-base-sizer{font-size:var(--vc-text-base);font-weight:var(--vc-font-medium);color:transparent;padding:0 8px;margin:0}.vc-base-select select{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:var(--vc-select-color);display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--vc-select-bg);border-radius:var(--vc-rounded);height:30px;width:-webkit-max-content;width:max-content;padding:0 7px;margin:0;line-height:var(--leading-none);text-indent:0px;background-image:none;cursor:pointer;text-align:center}.vc-base-select select:hover{background-color:var(--vc-select-hover-bg)}.vc-base-select select.vc-align-left{text-align:left}.vc-base-select select.vc-align-right{text-align:right}.vc-time-picker{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:8px 4px}.vc-time-picker.vc-invalid{pointer-events:none;opacity:.5}.vc-time-picker.vc-attached{border-top:1px solid var(--vc-time-picker-border)}.vc-time-picker>*+*{margin-top:4px}.vc-time-header{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:var(--vc-text-sm);font-weight:var(--vc-font-semibold);text-transform:uppercase;margin-top:-4px;padding-left:4px;padding-right:4px;line-height:21px}.vc-time-select-group{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 4px;background:var(--vc-time-select-group-bg);border-radius:var(--vc-rounded-md);border:1px solid var(--vc-time-select-group-border)}.vc-time-select-group .vc-base-icon{margin-right:4px;color:var(--vc-time-select-group-icon-color)}.vc-time-select-group select{background:transparent;padding:0 4px}.vc-time-weekday{color:var(--vc-time-weekday-color);letter-spacing:var(--tracking-wide)}.vc-time-month{color:var(--vc-time-month-color);margin-left:8px}.vc-time-day{color:var(--vc-time-day-color);margin-left:4px}.vc-time-year{color:var(--vc-time-year-color);margin-left:8px}.vc-time-colon{margin:0 1px 2px 2px}.vc-time-decimal{margin:0 0 0 1px}.vc-none-enter-active,.vc-none-leave-active{transition-duration:0s}.vc-fade-enter-active,.vc-fade-leave-active,.vc-slide-left-enter-active,.vc-slide-left-leave-active,.vc-slide-right-enter-active,.vc-slide-right-leave-active,.vc-slide-up-enter-active,.vc-slide-up-leave-active,.vc-slide-down-enter-active,.vc-slide-down-leave-active,.vc-slide-fade-enter-active,.vc-slide-fade-leave-active{transition:opacity var(--vc-slide-duration) var(--vc-slide-timing),-webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing);transition:transform var(--vc-slide-duration) var(--vc-slide-timing),opacity var(--vc-slide-duration) var(--vc-slide-timing),-webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none}.vc-none-leave-active,.vc-fade-leave-active,.vc-slide-left-leave-active,.vc-slide-right-leave-active,.vc-slide-up-leave-active,.vc-slide-down-leave-active{position:absolute!important;width:100%}.vc-none-enter-from,.vc-none-leave-to,.vc-fade-enter-from,.vc-fade-leave-to,.vc-slide-left-enter-from,.vc-slide-left-leave-to,.vc-slide-right-enter-from,.vc-slide-right-leave-to,.vc-slide-up-enter-from,.vc-slide-up-leave-to,.vc-slide-down-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from,.vc-slide-fade-leave-to{opacity:0}.vc-slide-left-enter-from,.vc-slide-right-leave-to,.vc-slide-fade-enter-from.direction-left,.vc-slide-fade-leave-to.direction-left{-webkit-transform:translateX(var(--vc-slide-translate));transform:translate(var(--vc-slide-translate))}.vc-slide-right-enter-from,.vc-slide-left-leave-to,.vc-slide-fade-enter-from.direction-right,.vc-slide-fade-leave-to.direction-right{-webkit-transform:translateX(calc(-1 * var(--vc-slide-translate)));transform:translate(calc(-1 * var(--vc-slide-translate)))}.vc-slide-up-enter-from,.vc-slide-down-leave-to,.vc-slide-fade-enter-from.direction-top,.vc-slide-fade-leave-to.direction-top{-webkit-transform:translateY(var(--vc-slide-translate));transform:translateY(var(--vc-slide-translate))}.vc-slide-down-enter-from,.vc-slide-up-leave-to,.vc-slide-fade-enter-from.direction-bottom,.vc-slide-fade-leave-to.direction-bottom{-webkit-transform:translateY(calc(-1 * var(--vc-slide-translate)));transform:translateY(calc(-1 * var(--vc-slide-translate)))}:root{--vc-white: #ffffff;--vc-black: #000000;--vc-gray-50: #f8fafc;--vc-gray-100: #f1f5f9;--vc-gray-200: #e2e8f0;--vc-gray-300: #cbd5e1;--vc-gray-400: #94a3b8;--vc-gray-500: #64748b;--vc-gray-600: #475569;--vc-gray-700: #334155;--vc-gray-800: #1e293b;--vc-gray-900: #0f172a;--vc-font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;--vc-font-normal: 400;--vc-font-medium: 500;--vc-font-semibold: 600;--vc-font-bold: 700;--vc-text-2xs: 10px;--vc-text-xs: 12px;--vc-text-sm: 14px;--vc-text-base: 16px;--vc-text-lg: 18px;--vc-text-xl: 20px;--vc-text-2xl: 24px;--vc-leading-none: 1;--vc-leading-tight: 1.25;--vc-leading-snug: 1.375;--vc-leading-normal: 1.5;--vc-rounded: .25rem;--vc-rounded-md: .375rem;--vc-rounded-lg: .5rem;--vc-rounded-full: 9999px;--vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, .06);--vc-slide-translate: 22px;--vc-slide-duration: .15s;--vc-slide-timing: ease;--vc-day-content-transition: all .13s ease-in;--vc-weeknumber-offset-inside: 26px;--vc-weeknumber-offset-outside: 34px}.vc-gray{--vc-accent-50: var(--vc-gray-50);--vc-accent-100: var(--vc-gray-100);--vc-accent-200: var(--vc-gray-200);--vc-accent-300: var(--vc-gray-300);--vc-accent-400: var(--vc-gray-400);--vc-accent-500: var(--vc-gray-500);--vc-accent-600: var(--vc-gray-600);--vc-accent-700: var(--vc-gray-700);--vc-accent-800: var(--vc-gray-800);--vc-accent-900: var(--vc-gray-900)}.vc-red{--vc-accent-50: #fef2f2;--vc-accent-100: #fee2e2;--vc-accent-200: #fecaca;--vc-accent-300: #fca5a5;--vc-accent-400: #f87171;--vc-accent-500: #ef4444;--vc-accent-600: #dc2626;--vc-accent-700: #b91c1c;--vc-accent-800: #991b1b;--vc-accent-900: #7f1d1d}.vc-orange{--vc-accent-50: #fff7ed;--vc-accent-100: #ffedd5;--vc-accent-200: #fed7aa;--vc-accent-300: #fdba74;--vc-accent-400: #fb923c;--vc-accent-500: #f97316;--vc-accent-600: #ea580c;--vc-accent-700: #c2410c;--vc-accent-800: #9a3412;--vc-accent-900: #7c2d12}.vc-yellow{--vc-accent-50: #fefce8;--vc-accent-100: #fef9c3;--vc-accent-200: #fef08a;--vc-accent-300: #fde047;--vc-accent-400: #facc15;--vc-accent-500: #eab308;--vc-accent-600: #ca8a04;--vc-accent-700: #a16207;--vc-accent-800: #854d0e;--vc-accent-900: #713f12}.vc-green{--vc-accent-50: #f0fdf4;--vc-accent-100: #dcfce7;--vc-accent-200: #bbf7d0;--vc-accent-300: #86efac;--vc-accent-400: #4ade80;--vc-accent-500: #22c55e;--vc-accent-600: #16a34a;--vc-accent-700: #15803d;--vc-accent-800: #166534;--vc-accent-900: #14532d}.vc-teal{--vc-accent-50: #f0fdfa;--vc-accent-100: #ccfbf1;--vc-accent-200: #99f6e4;--vc-accent-300: #5eead4;--vc-accent-400: #2dd4bf;--vc-accent-500: #14b8a6;--vc-accent-600: #0d9488;--vc-accent-700: #0f766e;--vc-accent-800: #115e59;--vc-accent-900: #134e4a}.vc-blue{--vc-accent-50: #eff6ff;--vc-accent-100: #dbeafe;--vc-accent-200: #bfdbfe;--vc-accent-300: #93c5fd;--vc-accent-400: #60a5fa;--vc-accent-500: #3b82f6;--vc-accent-600: #2563eb;--vc-accent-700: #1d4ed8;--vc-accent-800: #1e40af;--vc-accent-900: #1e3a8a}.vc-indigo{--vc-accent-50: #eef2ff;--vc-accent-100: #e0e7ff;--vc-accent-200: #c7d2fe;--vc-accent-300: #a5b4fc;--vc-accent-400: #818cf8;--vc-accent-500: #6366f1;--vc-accent-600: #4f46e5;--vc-accent-700: #4338ca;--vc-accent-800: #3730a3;--vc-accent-900: #312e81}.vc-purple{--vc-accent-50: #faf5ff;--vc-accent-100: #f3e8ff;--vc-accent-200: #e9d5ff;--vc-accent-300: #d8b4fe;--vc-accent-400: #c084fc;--vc-accent-500: #a855f7;--vc-accent-600: #9333ea;--vc-accent-700: #7e22ce;--vc-accent-800: #6b21a8;--vc-accent-900: #581c87}.vc-pink{--vc-accent-50: #fdf2f8;--vc-accent-100: #fce7f3;--vc-accent-200: #fbcfe8;--vc-accent-300: #f9a8d4;--vc-accent-400: #f472b6;--vc-accent-500: #ec4899;--vc-accent-600: #db2777;--vc-accent-700: #be185d;--vc-accent-800: #9d174d;--vc-accent-900: #831843}.vc-focus:focus-within{outline:0;box-shadow:var(--vc-focus-ring)}.vc-light{--vc-color: var(--vc-gray-900);--vc-bg: var(--vc-white);--vc-border: var(--vc-gray-300);--vc-hover-bg: hsla(211, 25%, 84%, .3);--vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, .4);--vc-header-arrow-color: var(--vc-gray-500);--vc-header-arrow-hover-bg: var(--vc-gray-200);--vc-header-title-color: var(--vc-gray-900);--vc-weekday-color: var(--vc-gray-500);--vc-weeknumber-color: var(--vc-gray-400);--vc-nav-hover-bg: var(--vc-gray-200);--vc-nav-title-color: var(--vc-gray-900);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: var(--vc-shadow);--vc-nav-item-current-color: var(--vc-accent-600);--vc-day-popover-container-color: var(--vc-white);--vc-day-popover-container-bg: var(--vc-gray-800);--vc-day-popover-container-border: var(--vc-gray-700);--vc-day-popover-header-color: var(--vc-gray-700);--vc-popover-content-color: var(--vc-gray-900);--vc-popover-content-bg: var(--vc-gray-50);--vc-popover-content-border: var(--vc-gray-300);--vc-time-picker-border: var(--vc-gray-300);--vc-time-weekday-color: var(--vc-gray-700);--vc-time-month-color: var(--vc-accent-600);--vc-time-day-color: var(--vc-accent-600);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-50);--vc-time-select-group-border: var(--vc-gray-300);--vc-time-select-group-icon-color: var(--vc-accent-500);--vc-select-color: var(--vc-gray-900);--vc-select-bg: var(--vc-gray-100);--vc-select-hover-bg: var(--vc-gray-200);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-400)}.vc-light.vc-attr,.vc-light .vc-attr{--vc-content-color: var(--vc-accent-600);--vc-highlight-outline-bg: var(--vc-white);--vc-highlight-outline-border: var(--vc-accent-600);--vc-highlight-outline-content-color: var(--vc-accent-700);--vc-highlight-light-bg: var(--vc-accent-200);--vc-highlight-light-content-color: var(--vc-accent-900);--vc-highlight-solid-bg: var(--vc-accent-600);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-600);--vc-bar-bg: var(--vc-accent-600)}.vc-dark{--vc-color: var(--vc-white);--vc-bg: var(--vc-gray-900);--vc-border: var(--vc-gray-700);--vc-hover-bg: hsla(216, 15%, 52%, .3);--vc-focus-ring: 0 0 0 2px rgb(59 130 246 / .7);--vc-header-arrow-color: var(--vc-gray-300);--vc-header-arrow-hover-bg: var(--vc-gray-800);--vc-header-title-color: var(--vc-gray-100);--vc-weekday-color: var(--vc-accent-200);--vc-weeknumber-color: var(--vc-gray-500);--vc-nav-hover-bg: var(--vc-gray-700);--vc-nav-title-color: var(--vc-gray-100);--vc-nav-item-hover-box-shadow: none;--vc-nav-item-active-color: var(--vc-white);--vc-nav-item-active-bg: var(--vc-accent-500);--vc-nav-item-active-box-shadow: none;--vc-nav-item-current-color: var(--vc-accent-400);--vc-day-popover-container-color: var(--vc-gray-800);--vc-day-popover-container-bg: var(--vc-white);--vc-day-popover-container-border: var(--vc-gray-100);--vc-day-popover-header-color: var(--vc-gray-300);--vc-popover-content-color: var(--vc-white);--vc-popover-content-bg: var(--vc-gray-800);--vc-popover-content-border: var(--vc-gray-700);--vc-time-picker-border: var(--vc-gray-700);--vc-time-weekday-color: var(--vc-gray-400);--vc-time-month-color: var(--vc-accent-400);--vc-time-day-color: var(--vc-accent-400);--vc-time-year-color: var(--vc-gray-500);--vc-time-select-group-bg: var(--vc-gray-700);--vc-time-select-group-border: var(--vc-gray-500);--vc-time-select-group-icon-color: var(--vc-accent-400);--vc-select-color: var(--vc-gray-200);--vc-select-bg: var(--vc-gray-700);--vc-select-hover-bg: var(--vc-gray-600);--vc-day-content-hover-bg: var(--vc-hover-bg);--vc-day-content-disabled-color: var(--vc-gray-600)}.vc-dark.vc-attr,.vc-dark .vc-attr{--vc-content-color: var(--vc-accent-500);--vc-highlight-outline-bg: var(--vc-gray-900);--vc-highlight-outline-border: var(--vc-accent-300);--vc-highlight-outline-content-color: var(--vc-accent-200);--vc-highlight-light-bg: var(--vc-accent-800);--vc-highlight-light-content-color: var(--vc-accent-100);--vc-highlight-solid-bg: var(--vc-accent-500);--vc-highlight-solid-content-color: var(--vc-white);--vc-dot-bg: var(--vc-accent-500);--vc-bar-bg: var(--vc-accent-500)}.vc-container{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;width:-webkit-max-content;width:max-content;height:-webkit-max-content;height:max-content;font-family:var(--vc-font-family);color:var(--vc-color);background-color:var(--vc-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}.vc-container,.vc-container *{box-sizing:border-box}.vc-container:focus,.vc-container *:focus{outline:none}.vc-container .vc-container{border:none}.vc-bordered{border:1px solid;border-color:var(--vc-border);border-radius:var(--vc-rounded-lg)}.vc-expanded{min-width:100%}.vc-transparent{background-color:transparent}.vc-date-picker-content{padding:0;background-color:var(--vc-bg)}.vc-date-picker-content .vc-container{border:0}
