@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255, 255, 255, 0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width :480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width :480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:0 0;outline:0;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}100%{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{from{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInLeft{from{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInUp{from{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideInDown{from{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,0,0)}}@keyframes Toastify__slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.szh-menu-container{position:relative;width:0;height:0}.szh-menu{margin:0;padding:0;list-style:none;box-sizing:border-box;width:max-content;position:absolute;z-index:100;border:1px solid rgba(0,0,0,.1);background-color:#fff}.szh-menu:focus{outline:0}.szh-menu--state-closed{display:none}.szh-menu__arrow{box-sizing:border-box;width:.75rem;height:.75rem;background-color:#fff;border:1px solid transparent;border-left-color:rgba(0,0,0,.1);border-top-color:rgba(0,0,0,.1);position:absolute;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:0}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{cursor:default;background-color:inherit}.szh-menu__item--disabled{cursor:default;color:#aaa}.szh-menu__submenu{position:relative}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{margin:0;padding:0;list-style:none}.szh-menu__divider{height:1px;margin:.5rem 0;background-color:rgba(0,0,0,.12)}.szh-menu-button{box-sizing:border-box}.szh-menu{user-select:none;color:#212529;border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);min-width:10rem;padding:.5rem 0}.szh-menu__item{display:flex;align-items:center;position:relative;padding:.375rem 1.5rem}.szh-menu-container--itemTransition .szh-menu__item{transition-property:background-color,color;transition-duration:.15s;transition-timing-function:ease-in-out}.szh-menu__item--active{color:#fff;background-color:#007bff}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio::before{content:"○";position:absolute;left:.8rem;top:.55rem;font-size:.8rem}.szh-menu__item--type-radio.szh-menu__item--checked::before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox::before{position:absolute;left:.8rem}.szh-menu__item--type-checkbox.szh-menu__item--checked::before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item::after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@keyframes szh-menu-show-slide-left{from{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;transform:translateX(.75rem)}}@keyframes szh-menu-show-slide-right{from{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;transform:translateX(-.75rem)}}@keyframes szh-menu-show-slide-top{from{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-bottom{from{opacity:0;transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{animation:szh-menu-hide-slide-bottom .15s ease-in forwards}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;right:0;top:0;display:block;margin-right:auto;margin-left:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;min-height:1px;display:none}[dir=rtl] .slick-slide{float:left}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/images/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;src:url(/fonts/slick.eot);src:url(/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/fonts/slick.woff) format("woff"),url(/fonts/slick.ttf) format("truetype"),url(/fonts/slick.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:none;outline:0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0;background:0 0;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:auto;left:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:-25px;left:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:0 0;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;right:0;content:"•";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}:root{--color-primary:#012332;--color-secondary:#A7B5C0;--color-white:#ffffff;--color-yellow:#F8A500;--color-green:#52CA6A;--color-red:#e94747;--color-blue:#3992D8;--color-purple:#9D3FD3;--color-pink:#D83964;--color-gray-light:#FBFBFC;--color-gray-dark:#A7B5C0;--color-dark:#00151e;--color-primary-light:#03425d;--color-primary-blue:#0a7db0;--color-red-gray-all:#7b5d5d}:root [data-theme=light]{--color-background:#FBFBFC;--color-background2:#ffffff;--color-header:#ffffff;--color-drawer:#ffffff;--color-text:#012332;--color-link:#012332;--color-footer:#FBFBFC;--color-divider:#e7e7e8;--color-backdrop:rgba(255, 255, 255, 0.9);--color-placeholder:#b3b3b3}:root [data-theme=dark]{--color-background:#012332;--color-background2:#012332;--color-header:#012332;--color-drawer:#012332;--color-text:#ffffff;--color-link:#ffffff;--color-footer:#00151e;--color-divider:#03425d;--color-backdrop:rgba(1, 35, 50, 0.9);--color-placeholder:#cccccc}:root:lang(en),:root:lang(tr){--font-weight-thin:100;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Montserrat","Tajawal",sans-serif;--text-underline-offset:0.5rem}:root:lang(ar),:root:lang(ur){--font-weight-thin:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Tajawal","Montserrat",sans-serif;--text-underline-offset:0.5rem}:root .force-en,:root .force-tr{--font-weight-thin:100;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Montserrat","Tajawal",sans-serif;--text-underline-offset:0.5rem}:root .force-ar,:root .force-ur{--font-weight-thin:200;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--font-family:"Tajawal","Montserrat",sans-serif;--text-underline-offset:0.5rem}*{box-sizing:border-box;font-family:var(--font-family);color:var(--color-text)}input{font-family:var(--font-family)}html{font-size:14px;font-weight:var(--font-weight-regular);line-height:1.2}@media screen and (max-width:540px){html{font-size:12px}}body{touch-action:pan-x pan-y;overflow-x:hidden}@media screen and (max-width:768px){body.no-scroll-drawer{overflow:hidden}}body.no-scroll-modal{overflow:hidden}body.no-scroll-loadable{overflow:hidden}a{text-decoration:none;display:inline-block;color:var(--color-link);cursor:pointer;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}a:hover{opacity:70%}p{all:unset;color:inherit}h1{font-size:1.5rem;margin:.667em 0;font-weight:var(--font-weight-bold)}h2{font-size:1.35em;margin:.667em 0;font-weight:var(--font-weight-bold)}h3{font-size:1.2em;margin:.667em 0;font-weight:var(--font-weight-bold)}h4{font-size:1.05em;margin:.667em 0;font-weight:var(--font-weight-bold)}h5{font-size:.9em;margin:.667em 0;font-weight:var(--font-weight-bold)}h6{font-size:.75em;margin:.667em 0;font-weight:var(--font-weight-bold)}ul{margin:0;padding:0}li{list-style:none}body.development *{outline:#ada9a9 dashed 1px}body.development svg,body.development svg *{outline:unset!important}body.development table,body.development table *{outline:unset!important}.nt{margin:unset;margin-inline:unset;margin-block:unset;font-size:unset;font-weight:unset}.disabled{pointer-events:none;opacity:60%}.hidden{pointer-events:none;opacity:0}.me-icon{width:1.6rem;height:1.6rem}body[data-theme=light] .me-icon{color:#012332}body[data-theme=dark] .me-icon{color:#fff}.me-icon.xl{width:3rem;height:3rem}html[dir=rtl] .me-icon:not(.no-flip){-webkit-transform:scaleX(-1)!important;transform:scaleX(-1)!important}.h-gap{display:flex!important;flex-direction:row;gap:1rem;align-items:center;justify-content:center}.h-gap.wrap{flex-wrap:wrap}.v-gap{display:flex!important;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.v-gap.wrap{flex-wrap:wrap}.table-container .table-header,.wide-flex{display:flex!important;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:540px){.table-container .table-header,.wide-flex{flex-direction:column;align-items:stretch}}.table-container .wrap.table-header,.wide-flex.wrap{flex-wrap:wrap;justify-content:center}.h-gap.jc-fs,.table-container .jc-fs.table-header,.v-gap.jc-fs,.wide-flex.jc-fs{justify-content:flex-start!important}.h-gap.jc-fe,.table-container .jc-fe.table-header,.v-gap.jc-fe,.wide-flex.jc-fe{justify-content:flex-end!important}.h-gap.jc-st,.table-container .jc-st.table-header,.v-gap.jc-st,.wide-flex.jc-st{justify-content:stretch!important}.h-gap.jc-sb,.table-container .jc-sb.table-header,.v-gap.jc-sb,.wide-flex.jc-sb{justify-content:space-between!important}.h-gap.ai-fs,.table-container .ai-fs.table-header,.v-gap.ai-fs,.wide-flex.ai-fs{align-items:flex-start!important}.h-gap.ai-fe,.table-container .ai-fe.table-header,.v-gap.ai-fe,.wide-flex.ai-fe{align-items:flex-end!important}.h-gap.ai-st,.table-container .ai-st.table-header,.v-gap.ai-st,.wide-flex.ai-st{align-items:stretch!important}.inline-200{display:inline-block;min-width:200px}@media screen and (max-width:540px){.inline-200{display:block}}.flex-1{flex:1}.full-height{min-height:100%}.multi-lang{flex:1;display:flex;flex-direction:column;gap:.5rem}.editor-wrapper{background-color:#fbfbfc;border-radius:4px;padding:1rem;display:flex;flex-direction:column}.editor-wrapper .editor-editor{background:#fff;padding:0 1rem;min-height:200px}.bs{white-space:break-spaces;overflow-wrap:anywhere}.clickable{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}.clickable:hover{opacity:70%}@media screen and (min-width:769px){*{scrollbar-color:#00151e #fbfbfc!important;scrollbar-width:thin!important;scrollbar-height:thin!important}* ::-webkit-scrollbar{width:8px;height:8px}* ::-webkit-scrollbar-track{background:#fbfbfc}* ::-webkit-scrollbar-thumb{background:#00151e}* ::-webkit-scrollbar-thumb:hover{background:#012332}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}.hide-scroll::-webkit-scrollbar{display:none}}header#main-header{position:fixed;right:0;left:0;top:0;background-color:var(--color-header);border-bottom:1px var(--color-divider) solid;z-index:100;text-align:center}header#main-header nav{width:1600px;max-width:95%;margin:auto;height:64px;display:flex;align-items:center;justify-content:space-between}header#main-header nav .menu-logo-container{display:flex;align-items:stretch;flex:auto}header#main-header nav .menu-logo-container .menu-btn-wrapper{display:flex;flex-direction:column;align-content:center;justify-content:center;align-self:center;margin-left:32px;padding:.65rem;border-radius:4px}body[data-theme=light] header#main-header nav .menu-logo-container .menu-btn-wrapper{background:#012332}body[data-theme=dark] header#main-header nav .menu-logo-container .menu-btn-wrapper{background:#00151e}header#main-header nav .menu-logo-container .menu-btn-wrapper .menu-btn{cursor:pointer;width:1.8rem;height:1.8rem}header#main-header nav .menu-logo-container .menu-btn-wrapper .menu-btn,header#main-header nav .menu-logo-container .menu-btn-wrapper .menu-btn *{color:#fff}header#main-header nav .menu-logo-container .menu-btn-wrapper.pressed .menu-btn,header#main-header nav .menu-logo-container .menu-btn-wrapper.pressed .menu-btn *{color:#a7b5c0}header#main-header nav .menu-logo-container .menu-btn-wrapper.pressed.semi-pressed .menu-btn,header#main-header nav .menu-logo-container .menu-btn-wrapper.pressed.semi-pressed .menu-btn *{color:#a7b5c0}header#main-header nav .menu-logo-container .logo{cursor:pointer;height:51.2px;object-fit:contain}header#main-header nav .menu-logo-container .left-wrapper{margin:0 2rem;display:flex;flex-direction:row;align-items:center;gap:2rem}header#main-header nav .menu-logo-container .left-wrapper .vl{height:70%;border-right:1px solid var(--color-divider)}@media screen and (max-width:768px){header#main-header nav .menu-logo-container .left-wrapper{margin:0 1.5rem;font-size:.8rem;gap:1.5rem}}header#main-header nav .right-wrapper{display:flex;align-items:center}header#main-header nav .right-wrapper a{margin-left:2rem}header#main-header nav .right-wrapper a:last-child{margin-left:0}@media screen and (max-width:540px){header#main-header nav .right-wrapper a{margin-left:1.5rem}}@media screen and (max-width:540px){header#main-header nav .menu-logo-container{flex:unset;justify-content:space-between}header#main-header nav .menu-logo-container .logo{height:38.4px}header#main-header nav .menu-logo-container .left-wrapper{display:none}}header#main-header nav .dd-list{text-align:right;white-space:nowrap}header#main-header nav .dd-list ul li{margin-bottom:1rem}header#main-header nav .dd-list ul li:last-child{margin-bottom:0}footer#main-footer .footer2{background:var(--color-footer);display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;padding:1rem}footer#main-footer .footer2 .all-rights{color:var(--color-text)}footer#main-footer .footer2 .dev-by{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:var(--color-text)}footer#main-footer .footer2 .dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1.1rem}footer#main-footer .footer2 .dev-by img{width:25px;height:25px;object-fit:contain}#drawer{position:fixed;right:-230px;top:64px;bottom:0;background-color:var(--color-drawer);z-index:50;width:230px;border-left:1px var(--color-divider) solid;transition:.5s;transition-timing-function:ease-in;overflow-y:auto;padding:1rem 0}#drawer .title{font-size:0;opacity:0}#drawer .item{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 1rem;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}#drawer .item:hover{opacity:70%}#drawer .item .me-icon{width:2.5rem;height:2.5rem;padding:.5rem;border-radius:1.25rem}#drawer .item .title{font-size:0;opacity:0}body[data-theme-color=primary] #drawer .item.back *{color:#012332}body[data-theme-color=secondary] #drawer .item.back *{color:#a7b5c0}body[data-theme-color=white] #drawer .item.back *{color:#fff}body[data-theme-color=yellow] #drawer .item.back *{color:#f8a500}body[data-theme-color=green] #drawer .item.back *{color:#52ca6a}body[data-theme-color=red] #drawer .item.back *{color:#e94747}body[data-theme-color=blue] #drawer .item.back *{color:#3992d8}body[data-theme-color=brown] #drawer .item.back *{color:#c19a6b}body[data-theme-color=purple] #drawer .item.back *{color:#9d3fd3}body[data-theme-color=pink] #drawer .item.back *{color:#d83964}body[data-theme-color=gray-light] #drawer .item.back *{color:#fbfbfc}body[data-theme-color=gray-dark] #drawer .item.back *{color:#a7b5c0}body[data-theme-color=dark] #drawer .item.back *{color:#00151e}body[data-theme-color=primary-light] #drawer .item.back *{color:#03425d}body[data-theme-color=primary-blue] #drawer .item.back *{color:#0a7db0}body[data-theme-color=gray-all] #drawer .item.back *{color:#656565}body[data-theme-color=red-gray-all] #drawer .item.back *{color:#7b5d5d}body[data-theme-color=primary] #drawer .item.current-group .me-icon{background-color:#012332}body[data-theme-color=secondary] #drawer .item.current-group .me-icon{background-color:#a7b5c0}body[data-theme-color=white] #drawer .item.current-group .me-icon{background-color:#fff}body[data-theme-color=yellow] #drawer .item.current-group .me-icon{background-color:#f8a500}body[data-theme-color=green] #drawer .item.current-group .me-icon{background-color:#52ca6a}body[data-theme-color=red] #drawer .item.current-group .me-icon{background-color:#e94747}body[data-theme-color=blue] #drawer .item.current-group .me-icon{background-color:#3992d8}body[data-theme-color=brown] #drawer .item.current-group .me-icon{background-color:#c19a6b}body[data-theme-color=purple] #drawer .item.current-group .me-icon{background-color:#9d3fd3}body[data-theme-color=pink] #drawer .item.current-group .me-icon{background-color:#d83964}body[data-theme-color=gray-light] #drawer .item.current-group .me-icon{background-color:#fbfbfc}body[data-theme-color=gray-dark] #drawer .item.current-group .me-icon{background-color:#a7b5c0}body[data-theme-color=dark] #drawer .item.current-group .me-icon{background-color:#00151e}body[data-theme-color=primary-light] #drawer .item.current-group .me-icon{background-color:#03425d}body[data-theme-color=primary-blue] #drawer .item.current-group .me-icon{background-color:#0a7db0}body[data-theme-color=gray-all] #drawer .item.current-group .me-icon{background-color:#656565}body[data-theme-color=red-gray-all] #drawer .item.current-group .me-icon{background-color:#7b5d5d}#drawer .item.current-group .me-icon,#drawer .item.current-group .me-icon *{color:#fff}body[data-theme-color=primary] #drawer .item.current-group .title{color:#012332}body[data-theme-color=secondary] #drawer .item.current-group .title{color:#a7b5c0}body[data-theme-color=white] #drawer .item.current-group .title{color:#fff}body[data-theme-color=yellow] #drawer .item.current-group .title{color:#f8a500}body[data-theme-color=green] #drawer .item.current-group .title{color:#52ca6a}body[data-theme-color=red] #drawer .item.current-group .title{color:#e94747}body[data-theme-color=blue] #drawer .item.current-group .title{color:#3992d8}body[data-theme-color=brown] #drawer .item.current-group .title{color:#c19a6b}body[data-theme-color=purple] #drawer .item.current-group .title{color:#9d3fd3}body[data-theme-color=pink] #drawer .item.current-group .title{color:#d83964}body[data-theme-color=gray-light] #drawer .item.current-group .title{color:#fbfbfc}body[data-theme-color=gray-dark] #drawer .item.current-group .title{color:#a7b5c0}body[data-theme-color=dark] #drawer .item.current-group .title{color:#00151e}body[data-theme-color=primary-light] #drawer .item.current-group .title{color:#03425d}body[data-theme-color=primary-blue] #drawer .item.current-group .title{color:#0a7db0}body[data-theme-color=gray-all] #drawer .item.current-group .title{color:#656565}body[data-theme-color=red-gray-all] #drawer .item.current-group .title{color:#7b5d5d}#drawer .item.active .title{font-weight:var(--font-weight-bold)}body[data-theme-color=primary] #drawer .item.active .me-icon{background-color:#012332}body[data-theme-color=secondary] #drawer .item.active .me-icon{background-color:#a7b5c0}body[data-theme-color=white] #drawer .item.active .me-icon{background-color:#fff}body[data-theme-color=yellow] #drawer .item.active .me-icon{background-color:#f8a500}body[data-theme-color=green] #drawer .item.active .me-icon{background-color:#52ca6a}body[data-theme-color=red] #drawer .item.active .me-icon{background-color:#e94747}body[data-theme-color=blue] #drawer .item.active .me-icon{background-color:#3992d8}body[data-theme-color=brown] #drawer .item.active .me-icon{background-color:#c19a6b}body[data-theme-color=purple] #drawer .item.active .me-icon{background-color:#9d3fd3}body[data-theme-color=pink] #drawer .item.active .me-icon{background-color:#d83964}body[data-theme-color=gray-light] #drawer .item.active .me-icon{background-color:#fbfbfc}body[data-theme-color=gray-dark] #drawer .item.active .me-icon{background-color:#a7b5c0}body[data-theme-color=dark] #drawer .item.active .me-icon{background-color:#00151e}body[data-theme-color=primary-light] #drawer .item.active .me-icon{background-color:#03425d}body[data-theme-color=primary-blue] #drawer .item.active .me-icon{background-color:#0a7db0}body[data-theme-color=gray-all] #drawer .item.active .me-icon{background-color:#656565}body[data-theme-color=red-gray-all] #drawer .item.active .me-icon{background-color:#7b5d5d}#drawer .item.active .me-icon,#drawer .item.active .me-icon *{color:#fff}#drawer.opened{transition:.5s;transition-timing-function:ease-out;right:0}#drawer.opened .title{margin-right:.6rem;flex:1;transition:.5s ease;font-size:1rem;opacity:1}#drawer.semi{width:6rem}#drawer.semi .item{padding:.75rem 0;flex-direction:column;justify-content:center;align-items:center}#drawer.semi .item .title{font-size:0;opacity:0}@media screen and (max-width:768px){#drawer-backdrop{position:fixed;z-index:-1;right:0;left:0;top:0;bottom:0;background-color:transparent;transition:.5s;transition-timing-function:ease-in}#drawer-backdrop.opened{z-index:40;background-color:var(--color-backdrop);transition:.5s;transition-timing-function:ease-out}}.button{transition:.5s ease;cursor:pointer;font-size:1rem;text-align:center;white-space:nowrap}.button:not(.button-no-height){height:2.6em;line-height:2.6em}.button:not(.button-clean){display:inline-block;border:1px solid transparent;border-radius:999rem}body[data-theme=light] .button:not(.button-clean){background:#012332}body[data-theme=dark] .button:not(.button-clean){background:#00151e}body[data-theme=light] .button:not(.button-clean),body[data-theme=light] .button:not(.button-clean) *{color:#fff}body[data-theme=dark] .button:not(.button-clean),body[data-theme=dark] .button:not(.button-clean) *{color:#fff}.button:not(.button-clean):not(.button-small){padding:0 2rem}.button-disabled{cursor:no-drop;pointer-events:none}body[data-theme=light] .button-disabled:not(.button-clean){background:#a7b5c0}body[data-theme=dark] .button-disabled:not(.button-clean){background:#03425d}body[data-theme=light] .button-loading:not(.button-clean){background:#a7b5c0}body[data-theme=dark] .button-loading:not(.button-clean){background:#03425d}.button-no-height{padding:2rem}.button-block{display:block}.button-flex{flex:1}.button .me-icon{height:2rem;width:2rem}.button .me-icon,.button .me-icon *{color:#fff}.button-small{height:1.8em!important;line-height:1.8em!important;padding:0 1rem;border-radius:4px}.button-small .me-icon{height:1.3rem;width:1.3rem}.button-wrap{white-space:initial}.button:hover{opacity:70%}input,textarea{transition:.5s ease;text-align:right;display:block;width:100%;height:2.6em;line-height:2.6em;padding:0 16px;border:1px solid var(--color-divider);border-radius:8px;font-size:1rem;font-weight:var(--font-weight-regular)}body[data-theme=light] input,body[data-theme=light] textarea{background:#fff}body[data-theme=dark] input,body[data-theme=dark] textarea{background:#03425d}body[data-theme=light] input,body[data-theme=light] textarea{color:#00151e}body[data-theme=dark] input,body[data-theme=dark] textarea{color:#fff}input:focus:not(:read-only),textarea:focus:not(:read-only){outline:0;border-width:1px}body[data-theme=light] input:focus:not(:read-only),body[data-theme=light] textarea:focus:not(:read-only){border-color:#fbfbfc}body[data-theme=dark] input:focus:not(:read-only),body[data-theme=dark] textarea:focus:not(:read-only){border-color:#0a7db0}body[data-theme=light] input:focus:not(:read-only),body[data-theme=light] textarea:focus:not(:read-only){box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}body[data-theme=dark] input:focus:not(:read-only),body[data-theme=dark] textarea:focus:not(:read-only){box-shadow:0 6px 10px 0 rgba(255,255,255,.07),0 1px 18px 0 rgba(255,255,255,.06),0 3px 5px -1px rgba(255,255,255,.1)}input:read-only,textarea:read-only{background-color:#b0b0b0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--color-placeholder);font-weight:var(--font-weight-light)}input::placeholder,textarea::placeholder{color:var(--color-placeholder);font-weight:var(--font-weight-light)}input{border-radius:999rem}input.no-control::-webkit-inner-spin-button,input.no-control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.no-control[type=number]{-moz-appearance:textfield}textarea{line-height:unset;padding:16px}input[type=checkbox]{height:2.6em;width:2.6em}body[data-theme=light] input[type=checkbox]{accent-color:#00151e}body[data-theme=dark] input[type=checkbox]{accent-color:#fff}input[type=checkbox].small{height:1.8em;width:1.8em}input.forced-ltr{text-align:left!important}textarea{height:unset;min-height:200px;resize:vertical;transition:unset}input[type=date i],input[type=datetime-local i],input[type=time i]{-webkit-appearance:unset;appearance:unset}.input-ui{text-align:right;margin-bottom:2rem}.input-ui>.titles{margin-bottom:1rem}.input-ui>.titles>label.title{display:block;font-size:1rem;color:var(--color-text)}.input-ui>.titles>small.sub-title{display:block;font-size:.8rem;color:#00151e;margin-top:.5rem}.input-ui>small.hint{display:block;font-size:1rem;color:#a7b5c0;margin-top:1rem}.input-ui.error input:not(.no-error){border:1px solid #7b5d5d}.input-ui .error{display:block;margin-top:.5rem;margin-right:.5rem;color:#e94747}.in-gr-nm{margin-bottom:unset}.small-loading{height:100%;width:2.4em;display:inline-block}.absolute-loadable,.loadable,.static-loadable{background-color:#fff;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.static-loadable{position:fixed;z-index:200}.static-loadable .loading{height:6em;width:6em;display:block}.absolute-loadable{position:absolute}.absolute-loadable .loading{height:5em;width:5em;display:block}.loadable-container.loading{position:relative;overflow:hidden;min-height:50vh}.m-toast{color:#012332;background:#fff}.m-toast .progress-error{background:#7b5d5d}body[data-theme-color=primary] .m-toast .progress-success{background:#012332}body[data-theme-color=secondary] .m-toast .progress-success{background:#a7b5c0}body[data-theme-color=white] .m-toast .progress-success{background:#fff}body[data-theme-color=yellow] .m-toast .progress-success{background:#f8a500}body[data-theme-color=green] .m-toast .progress-success{background:#52ca6a}body[data-theme-color=red] .m-toast .progress-success{background:#e94747}body[data-theme-color=blue] .m-toast .progress-success{background:#3992d8}body[data-theme-color=brown] .m-toast .progress-success{background:#c19a6b}body[data-theme-color=purple] .m-toast .progress-success{background:#9d3fd3}body[data-theme-color=pink] .m-toast .progress-success{background:#d83964}body[data-theme-color=gray-light] .m-toast .progress-success{background:#fbfbfc}body[data-theme-color=gray-dark] .m-toast .progress-success{background:#a7b5c0}body[data-theme-color=dark] .m-toast .progress-success{background:#00151e}body[data-theme-color=primary-light] .m-toast .progress-success{background:#03425d}body[data-theme-color=primary-blue] .m-toast .progress-success{background:#0a7db0}body[data-theme-color=gray-all] .m-toast .progress-success{background:#656565}body[data-theme-color=red-gray-all] .m-toast .progress-success{background:#7b5d5d}.m-toast .progress-warning{background:#a7b5c0}.m-toast .progress-info{background:#a7b5c0}body[data-theme=dark] .m-toast{color:#fff;background:#012332}.table-container .table-footer,.table-container .table-header,.table-container .top-filters{padding:1rem}.table-container .table-header h1{margin:unset}.table-container .table-header .actions-container>*{margin-right:1rem}.table-container .table-header .actions-container>:first-child{margin-right:0}.table-container .top-filters{display:flex;flex-direction:column;gap:1rem;align-items:stretch}body[data-theme=light] .table-container .top-filters{background:#fbfbfc}body[data-theme=dark] .table-container .top-filters{background:#002738}.table-container .top-filters>.filters{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr);align-items:start}@media screen and (min-width:421px){.table-container .top-filters>.filters{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.table-container .top-filters>.filters{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){.table-container .top-filters>.filters{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){.table-container .top-filters>.filters{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){.table-container .top-filters>.filters{grid-template-columns:repeat(5,1fr)}}.table-container .top-filters>.filters .top-filter .title{display:block;font-size:1rem;font-weight:var(--font-weight-medium);margin-bottom:.75rem}body[data-theme=light] .table-container .top-filters>.filters .top-filter .title{color:#00151e}body[data-theme=dark] .table-container .top-filters>.filters .top-filter .title{color:#fff}.table-container .top-filters>.filters .top-filter .filter{display:block}.table-container .top-filters>.filters-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem}.table-container .table-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width:420px){.table-container .table-footer{flex-direction:column}}body[data-theme=light] .table-container .table-footer .records{color:#00151e}body[data-theme=dark] .table-container .table-footer .records{color:#fff}.table-container .table-footer .pager{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .next{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-right:1rem}.table-container .table-footer .pager .next:hover{opacity:70%}.table-container .table-footer .pager .page{display:flex;flex-direction:row;justify-content:center;align-items:center}.table-container .table-footer .pager .page input{height:1.8em;width:4rem;padding:0;text-align:center;margin-left:1rem}body[data-theme=light] .table-container .table-footer .pager .page input{background:#fbfbfc}body[data-theme=dark] .table-container .table-footer .pager .page input{background:#00151e}.table-container .table-footer .pager .back{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;margin-left:1rem}.table-container .table-footer .pager .back:hover{opacity:70%}.table-container .table-wrapper{overflow:auto;display:block}.table-container .table-wrapper table{white-space:nowrap;min-width:100%;font-size:1rem;border-collapse:collapse}body[data-theme=light] .table-container .table-wrapper table tfoot,body[data-theme=light] .table-container .table-wrapper table tfoot *,body[data-theme=light] .table-container .table-wrapper table thead,body[data-theme=light] .table-container .table-wrapper table thead *{color:#00151e}body[data-theme=dark] .table-container .table-wrapper table tfoot,body[data-theme=dark] .table-container .table-wrapper table tfoot *,body[data-theme=dark] .table-container .table-wrapper table thead,body[data-theme=dark] .table-container .table-wrapper table thead *{color:#fff}.table-container .table-wrapper table tfoot .titles-row th,.table-container .table-wrapper table thead .titles-row th{border-top:1px solid var(--color-divider)}.table-container .table-wrapper table tfoot .titles-row th .title,.table-container .table-wrapper table thead .titles-row th .title{padding:.75rem .5rem;cursor:initial;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.table-container .table-wrapper table tfoot .titles-row th .title.sortable,.table-container .table-wrapper table thead .titles-row th .title.sortable{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer}.table-container .table-wrapper table tfoot .titles-row th .title.sortable:hover,.table-container .table-wrapper table thead .titles-row th .title.sortable:hover{opacity:70%}.table-container .table-wrapper table tfoot .titles-row th .title>.me-icon,.table-container .table-wrapper table thead .titles-row th .title>.me-icon{margin-right:1rem;width:1.5rem;height:1.5rem}.table-container .table-wrapper table thead th>.filter{padding:.2rem 0}.table-container .table-wrapper table thead th>.filter,.table-container .table-wrapper table thead th>.filter *{color:#000}.table-container .table-wrapper table tbody tr{border-top:1px solid var(--color-divider);transition:.5s ease}body[data-theme=light] .table-container .table-wrapper table tbody tr:nth-child(even){background:#fbfbfc}body[data-theme=dark] .table-container .table-wrapper table tbody tr:nth-child(even){background:#001923}.table-container .table-wrapper table tbody tr:nth-last-child(1){border-bottom:1px solid var(--color-divider)}.table-container .table-wrapper table tbody tr td .cell{padding:.4rem;text-align:right}.table-container .table-wrapper table tbody tr td.ltr .cell{direction:ltr!important}.table-container.no-data tbody tr{border:none}.table-container.no-data tbody tr td.no-data-td{text-align:center}.table-container.no-data tbody tr td.no-data-td,.table-container.no-data tbody tr td.no-data-td>*{color:var(--color-placeholder)}.table-container.no-data tbody tr td.no-data-td>div{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;height:150px}body[data-theme=light] .table-container:not(.no-data) tbody tr:hover{background:rgba(1,35,50,.2)!important}body[data-theme=dark] .table-container:not(.no-data) tbody tr:hover{background:rgba(10,125,176,.2)!important}.table-container .actions{width:0}.table-container.tt-primary .me-icon,.table-container.tt-primary .me-icon *{color:#012332!important}.table-container.tt-primary .reset-btn{background:#012332!important}.table-container.tt-primary .reset-btn *,.table-container.tt-primary .reset-btn * *,.table-container.tt-primary .reset-btn .me-icon,.table-container.tt-primary .reset-btn .me-icon *{color:#fff!important}.table-container.tt-primary .download-btn{border:1px solid #012332!important;background:0 0!important}.table-container.tt-primary .download-btn *,.table-container.tt-primary .download-btn * *,.table-container.tt-primary .download-btn .me-icon,.table-container.tt-primary .download-btn .me-icon *{color:#012332!important}.table-container.tt-primary .pager .page>div{color:#012332!important}body[data-theme=dark] .table-container.tt-d-primary,body[data-theme=dark] .table-container.tt-d-primary *{color:#012332!important}body[data-theme=dark] .table-container.tt-d-primary .reset-btn{background:#012332!important}body[data-theme=dark] .table-container.tt-d-primary .reset-btn *,body[data-theme=dark] .table-container.tt-d-primary .reset-btn * *,body[data-theme=dark] .table-container.tt-d-primary .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-primary .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-primary .download-btn{border:1px solid #012332!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-primary .download-btn *,body[data-theme=dark] .table-container.tt-d-primary .download-btn * *,body[data-theme=dark] .table-container.tt-d-primary .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-primary .download-btn .me-icon *{color:#012332!important}body[data-theme=dark] .table-container.tt-d-primary .pager .page>div{color:#012332!important}.table-container.tt-secondary .me-icon,.table-container.tt-secondary .me-icon *{color:#a7b5c0!important}.table-container.tt-secondary .reset-btn{background:#a7b5c0!important}.table-container.tt-secondary .reset-btn *,.table-container.tt-secondary .reset-btn * *,.table-container.tt-secondary .reset-btn .me-icon,.table-container.tt-secondary .reset-btn .me-icon *{color:#fff!important}.table-container.tt-secondary .download-btn{border:1px solid #a7b5c0!important;background:0 0!important}.table-container.tt-secondary .download-btn *,.table-container.tt-secondary .download-btn * *,.table-container.tt-secondary .download-btn .me-icon,.table-container.tt-secondary .download-btn .me-icon *{color:#a7b5c0!important}.table-container.tt-secondary .pager .page>div{color:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-secondary,body[data-theme=dark] .table-container.tt-d-secondary *{color:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-secondary .reset-btn{background:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-secondary .reset-btn *,body[data-theme=dark] .table-container.tt-d-secondary .reset-btn * *,body[data-theme=dark] .table-container.tt-d-secondary .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-secondary .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-secondary .download-btn{border:1px solid #a7b5c0!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-secondary .download-btn *,body[data-theme=dark] .table-container.tt-d-secondary .download-btn * *,body[data-theme=dark] .table-container.tt-d-secondary .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-secondary .download-btn .me-icon *{color:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-secondary .pager .page>div{color:#a7b5c0!important}.table-container.tt-white .me-icon,.table-container.tt-white .me-icon *{color:#fff!important}.table-container.tt-white .reset-btn{background:#fff!important}.table-container.tt-white .reset-btn *,.table-container.tt-white .reset-btn * *,.table-container.tt-white .reset-btn .me-icon,.table-container.tt-white .reset-btn .me-icon *{color:#fff!important}.table-container.tt-white .download-btn{border:1px solid #fff!important;background:0 0!important}.table-container.tt-white .download-btn *,.table-container.tt-white .download-btn * *,.table-container.tt-white .download-btn .me-icon,.table-container.tt-white .download-btn .me-icon *{color:#fff!important}.table-container.tt-white .pager .page>div{color:#fff!important}body[data-theme=dark] .table-container.tt-d-white,body[data-theme=dark] .table-container.tt-d-white *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-white .reset-btn{background:#fff!important}body[data-theme=dark] .table-container.tt-d-white .reset-btn *,body[data-theme=dark] .table-container.tt-d-white .reset-btn * *,body[data-theme=dark] .table-container.tt-d-white .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-white .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-white .download-btn{border:1px solid #fff!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-white .download-btn *,body[data-theme=dark] .table-container.tt-d-white .download-btn * *,body[data-theme=dark] .table-container.tt-d-white .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-white .download-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-white .pager .page>div{color:#fff!important}.table-container.tt-yellow .me-icon,.table-container.tt-yellow .me-icon *{color:#f8a500!important}.table-container.tt-yellow .reset-btn{background:#f8a500!important}.table-container.tt-yellow .reset-btn *,.table-container.tt-yellow .reset-btn * *,.table-container.tt-yellow .reset-btn .me-icon,.table-container.tt-yellow .reset-btn .me-icon *{color:#fff!important}.table-container.tt-yellow .download-btn{border:1px solid #f8a500!important;background:0 0!important}.table-container.tt-yellow .download-btn *,.table-container.tt-yellow .download-btn * *,.table-container.tt-yellow .download-btn .me-icon,.table-container.tt-yellow .download-btn .me-icon *{color:#f8a500!important}.table-container.tt-yellow .pager .page>div{color:#f8a500!important}body[data-theme=dark] .table-container.tt-d-yellow,body[data-theme=dark] .table-container.tt-d-yellow *{color:#f8a500!important}body[data-theme=dark] .table-container.tt-d-yellow .reset-btn{background:#f8a500!important}body[data-theme=dark] .table-container.tt-d-yellow .reset-btn *,body[data-theme=dark] .table-container.tt-d-yellow .reset-btn * *,body[data-theme=dark] .table-container.tt-d-yellow .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-yellow .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-yellow .download-btn{border:1px solid #f8a500!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-yellow .download-btn *,body[data-theme=dark] .table-container.tt-d-yellow .download-btn * *,body[data-theme=dark] .table-container.tt-d-yellow .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-yellow .download-btn .me-icon *{color:#f8a500!important}body[data-theme=dark] .table-container.tt-d-yellow .pager .page>div{color:#f8a500!important}.table-container.tt-green .me-icon,.table-container.tt-green .me-icon *{color:#52ca6a!important}.table-container.tt-green .reset-btn{background:#52ca6a!important}.table-container.tt-green .reset-btn *,.table-container.tt-green .reset-btn * *,.table-container.tt-green .reset-btn .me-icon,.table-container.tt-green .reset-btn .me-icon *{color:#fff!important}.table-container.tt-green .download-btn{border:1px solid #52ca6a!important;background:0 0!important}.table-container.tt-green .download-btn *,.table-container.tt-green .download-btn * *,.table-container.tt-green .download-btn .me-icon,.table-container.tt-green .download-btn .me-icon *{color:#52ca6a!important}.table-container.tt-green .pager .page>div{color:#52ca6a!important}body[data-theme=dark] .table-container.tt-d-green,body[data-theme=dark] .table-container.tt-d-green *{color:#52ca6a!important}body[data-theme=dark] .table-container.tt-d-green .reset-btn{background:#52ca6a!important}body[data-theme=dark] .table-container.tt-d-green .reset-btn *,body[data-theme=dark] .table-container.tt-d-green .reset-btn * *,body[data-theme=dark] .table-container.tt-d-green .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-green .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-green .download-btn{border:1px solid #52ca6a!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-green .download-btn *,body[data-theme=dark] .table-container.tt-d-green .download-btn * *,body[data-theme=dark] .table-container.tt-d-green .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-green .download-btn .me-icon *{color:#52ca6a!important}body[data-theme=dark] .table-container.tt-d-green .pager .page>div{color:#52ca6a!important}.table-container.tt-red .me-icon,.table-container.tt-red .me-icon *{color:#e94747!important}.table-container.tt-red .reset-btn{background:#e94747!important}.table-container.tt-red .reset-btn *,.table-container.tt-red .reset-btn * *,.table-container.tt-red .reset-btn .me-icon,.table-container.tt-red .reset-btn .me-icon *{color:#fff!important}.table-container.tt-red .download-btn{border:1px solid #e94747!important;background:0 0!important}.table-container.tt-red .download-btn *,.table-container.tt-red .download-btn * *,.table-container.tt-red .download-btn .me-icon,.table-container.tt-red .download-btn .me-icon *{color:#e94747!important}.table-container.tt-red .pager .page>div{color:#e94747!important}body[data-theme=dark] .table-container.tt-d-red,body[data-theme=dark] .table-container.tt-d-red *{color:#e94747!important}body[data-theme=dark] .table-container.tt-d-red .reset-btn{background:#e94747!important}body[data-theme=dark] .table-container.tt-d-red .reset-btn *,body[data-theme=dark] .table-container.tt-d-red .reset-btn * *,body[data-theme=dark] .table-container.tt-d-red .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-red .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-red .download-btn{border:1px solid #e94747!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-red .download-btn *,body[data-theme=dark] .table-container.tt-d-red .download-btn * *,body[data-theme=dark] .table-container.tt-d-red .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-red .download-btn .me-icon *{color:#e94747!important}body[data-theme=dark] .table-container.tt-d-red .pager .page>div{color:#e94747!important}.table-container.tt-blue .me-icon,.table-container.tt-blue .me-icon *{color:#3992d8!important}.table-container.tt-blue .reset-btn{background:#3992d8!important}.table-container.tt-blue .reset-btn *,.table-container.tt-blue .reset-btn * *,.table-container.tt-blue .reset-btn .me-icon,.table-container.tt-blue .reset-btn .me-icon *{color:#fff!important}.table-container.tt-blue .download-btn{border:1px solid #3992d8!important;background:0 0!important}.table-container.tt-blue .download-btn *,.table-container.tt-blue .download-btn * *,.table-container.tt-blue .download-btn .me-icon,.table-container.tt-blue .download-btn .me-icon *{color:#3992d8!important}.table-container.tt-blue .pager .page>div{color:#3992d8!important}body[data-theme=dark] .table-container.tt-d-blue,body[data-theme=dark] .table-container.tt-d-blue *{color:#3992d8!important}body[data-theme=dark] .table-container.tt-d-blue .reset-btn{background:#3992d8!important}body[data-theme=dark] .table-container.tt-d-blue .reset-btn *,body[data-theme=dark] .table-container.tt-d-blue .reset-btn * *,body[data-theme=dark] .table-container.tt-d-blue .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-blue .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-blue .download-btn{border:1px solid #3992d8!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-blue .download-btn *,body[data-theme=dark] .table-container.tt-d-blue .download-btn * *,body[data-theme=dark] .table-container.tt-d-blue .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-blue .download-btn .me-icon *{color:#3992d8!important}body[data-theme=dark] .table-container.tt-d-blue .pager .page>div{color:#3992d8!important}.table-container.tt-brown .me-icon,.table-container.tt-brown .me-icon *{color:#c19a6b!important}.table-container.tt-brown .reset-btn{background:#c19a6b!important}.table-container.tt-brown .reset-btn *,.table-container.tt-brown .reset-btn * *,.table-container.tt-brown .reset-btn .me-icon,.table-container.tt-brown .reset-btn .me-icon *{color:#fff!important}.table-container.tt-brown .download-btn{border:1px solid #c19a6b!important;background:0 0!important}.table-container.tt-brown .download-btn *,.table-container.tt-brown .download-btn * *,.table-container.tt-brown .download-btn .me-icon,.table-container.tt-brown .download-btn .me-icon *{color:#c19a6b!important}.table-container.tt-brown .pager .page>div{color:#c19a6b!important}body[data-theme=dark] .table-container.tt-d-brown,body[data-theme=dark] .table-container.tt-d-brown *{color:#c19a6b!important}body[data-theme=dark] .table-container.tt-d-brown .reset-btn{background:#c19a6b!important}body[data-theme=dark] .table-container.tt-d-brown .reset-btn *,body[data-theme=dark] .table-container.tt-d-brown .reset-btn * *,body[data-theme=dark] .table-container.tt-d-brown .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-brown .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-brown .download-btn{border:1px solid #c19a6b!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-brown .download-btn *,body[data-theme=dark] .table-container.tt-d-brown .download-btn * *,body[data-theme=dark] .table-container.tt-d-brown .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-brown .download-btn .me-icon *{color:#c19a6b!important}body[data-theme=dark] .table-container.tt-d-brown .pager .page>div{color:#c19a6b!important}.table-container.tt-purple .me-icon,.table-container.tt-purple .me-icon *{color:#9d3fd3!important}.table-container.tt-purple .reset-btn{background:#9d3fd3!important}.table-container.tt-purple .reset-btn *,.table-container.tt-purple .reset-btn * *,.table-container.tt-purple .reset-btn .me-icon,.table-container.tt-purple .reset-btn .me-icon *{color:#fff!important}.table-container.tt-purple .download-btn{border:1px solid #9d3fd3!important;background:0 0!important}.table-container.tt-purple .download-btn *,.table-container.tt-purple .download-btn * *,.table-container.tt-purple .download-btn .me-icon,.table-container.tt-purple .download-btn .me-icon *{color:#9d3fd3!important}.table-container.tt-purple .pager .page>div{color:#9d3fd3!important}body[data-theme=dark] .table-container.tt-d-purple,body[data-theme=dark] .table-container.tt-d-purple *{color:#9d3fd3!important}body[data-theme=dark] .table-container.tt-d-purple .reset-btn{background:#9d3fd3!important}body[data-theme=dark] .table-container.tt-d-purple .reset-btn *,body[data-theme=dark] .table-container.tt-d-purple .reset-btn * *,body[data-theme=dark] .table-container.tt-d-purple .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-purple .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-purple .download-btn{border:1px solid #9d3fd3!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-purple .download-btn *,body[data-theme=dark] .table-container.tt-d-purple .download-btn * *,body[data-theme=dark] .table-container.tt-d-purple .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-purple .download-btn .me-icon *{color:#9d3fd3!important}body[data-theme=dark] .table-container.tt-d-purple .pager .page>div{color:#9d3fd3!important}.table-container.tt-pink .me-icon,.table-container.tt-pink .me-icon *{color:#d83964!important}.table-container.tt-pink .reset-btn{background:#d83964!important}.table-container.tt-pink .reset-btn *,.table-container.tt-pink .reset-btn * *,.table-container.tt-pink .reset-btn .me-icon,.table-container.tt-pink .reset-btn .me-icon *{color:#fff!important}.table-container.tt-pink .download-btn{border:1px solid #d83964!important;background:0 0!important}.table-container.tt-pink .download-btn *,.table-container.tt-pink .download-btn * *,.table-container.tt-pink .download-btn .me-icon,.table-container.tt-pink .download-btn .me-icon *{color:#d83964!important}.table-container.tt-pink .pager .page>div{color:#d83964!important}body[data-theme=dark] .table-container.tt-d-pink,body[data-theme=dark] .table-container.tt-d-pink *{color:#d83964!important}body[data-theme=dark] .table-container.tt-d-pink .reset-btn{background:#d83964!important}body[data-theme=dark] .table-container.tt-d-pink .reset-btn *,body[data-theme=dark] .table-container.tt-d-pink .reset-btn * *,body[data-theme=dark] .table-container.tt-d-pink .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-pink .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-pink .download-btn{border:1px solid #d83964!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-pink .download-btn *,body[data-theme=dark] .table-container.tt-d-pink .download-btn * *,body[data-theme=dark] .table-container.tt-d-pink .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-pink .download-btn .me-icon *{color:#d83964!important}body[data-theme=dark] .table-container.tt-d-pink .pager .page>div{color:#d83964!important}.table-container.tt-gray-light .me-icon,.table-container.tt-gray-light .me-icon *{color:#fbfbfc!important}.table-container.tt-gray-light .reset-btn{background:#fbfbfc!important}.table-container.tt-gray-light .reset-btn *,.table-container.tt-gray-light .reset-btn * *,.table-container.tt-gray-light .reset-btn .me-icon,.table-container.tt-gray-light .reset-btn .me-icon *{color:#fff!important}.table-container.tt-gray-light .download-btn{border:1px solid #fbfbfc!important;background:0 0!important}.table-container.tt-gray-light .download-btn *,.table-container.tt-gray-light .download-btn * *,.table-container.tt-gray-light .download-btn .me-icon,.table-container.tt-gray-light .download-btn .me-icon *{color:#fbfbfc!important}.table-container.tt-gray-light .pager .page>div{color:#fbfbfc!important}body[data-theme=dark] .table-container.tt-d-gray-light,body[data-theme=dark] .table-container.tt-d-gray-light *{color:#fbfbfc!important}body[data-theme=dark] .table-container.tt-d-gray-light .reset-btn{background:#fbfbfc!important}body[data-theme=dark] .table-container.tt-d-gray-light .reset-btn *,body[data-theme=dark] .table-container.tt-d-gray-light .reset-btn * *,body[data-theme=dark] .table-container.tt-d-gray-light .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-gray-light .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-gray-light .download-btn{border:1px solid #fbfbfc!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-gray-light .download-btn *,body[data-theme=dark] .table-container.tt-d-gray-light .download-btn * *,body[data-theme=dark] .table-container.tt-d-gray-light .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-gray-light .download-btn .me-icon *{color:#fbfbfc!important}body[data-theme=dark] .table-container.tt-d-gray-light .pager .page>div{color:#fbfbfc!important}.table-container.tt-gray-dark .me-icon,.table-container.tt-gray-dark .me-icon *{color:#a7b5c0!important}.table-container.tt-gray-dark .reset-btn{background:#a7b5c0!important}.table-container.tt-gray-dark .reset-btn *,.table-container.tt-gray-dark .reset-btn * *,.table-container.tt-gray-dark .reset-btn .me-icon,.table-container.tt-gray-dark .reset-btn .me-icon *{color:#fff!important}.table-container.tt-gray-dark .download-btn{border:1px solid #a7b5c0!important;background:0 0!important}.table-container.tt-gray-dark .download-btn *,.table-container.tt-gray-dark .download-btn * *,.table-container.tt-gray-dark .download-btn .me-icon,.table-container.tt-gray-dark .download-btn .me-icon *{color:#a7b5c0!important}.table-container.tt-gray-dark .pager .page>div{color:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-gray-dark,body[data-theme=dark] .table-container.tt-d-gray-dark *{color:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-gray-dark .reset-btn{background:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-gray-dark .reset-btn *,body[data-theme=dark] .table-container.tt-d-gray-dark .reset-btn * *,body[data-theme=dark] .table-container.tt-d-gray-dark .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-gray-dark .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-gray-dark .download-btn{border:1px solid #a7b5c0!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-gray-dark .download-btn *,body[data-theme=dark] .table-container.tt-d-gray-dark .download-btn * *,body[data-theme=dark] .table-container.tt-d-gray-dark .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-gray-dark .download-btn .me-icon *{color:#a7b5c0!important}body[data-theme=dark] .table-container.tt-d-gray-dark .pager .page>div{color:#a7b5c0!important}.table-container.tt-dark .me-icon,.table-container.tt-dark .me-icon *{color:#00151e!important}.table-container.tt-dark .reset-btn{background:#00151e!important}.table-container.tt-dark .reset-btn *,.table-container.tt-dark .reset-btn * *,.table-container.tt-dark .reset-btn .me-icon,.table-container.tt-dark .reset-btn .me-icon *{color:#fff!important}.table-container.tt-dark .download-btn{border:1px solid #00151e!important;background:0 0!important}.table-container.tt-dark .download-btn *,.table-container.tt-dark .download-btn * *,.table-container.tt-dark .download-btn .me-icon,.table-container.tt-dark .download-btn .me-icon *{color:#00151e!important}.table-container.tt-dark .pager .page>div{color:#00151e!important}body[data-theme=dark] .table-container.tt-d-dark,body[data-theme=dark] .table-container.tt-d-dark *{color:#00151e!important}body[data-theme=dark] .table-container.tt-d-dark .reset-btn{background:#00151e!important}body[data-theme=dark] .table-container.tt-d-dark .reset-btn *,body[data-theme=dark] .table-container.tt-d-dark .reset-btn * *,body[data-theme=dark] .table-container.tt-d-dark .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-dark .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-dark .download-btn{border:1px solid #00151e!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-dark .download-btn *,body[data-theme=dark] .table-container.tt-d-dark .download-btn * *,body[data-theme=dark] .table-container.tt-d-dark .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-dark .download-btn .me-icon *{color:#00151e!important}body[data-theme=dark] .table-container.tt-d-dark .pager .page>div{color:#00151e!important}.table-container.tt-primary-light .me-icon,.table-container.tt-primary-light .me-icon *{color:#03425d!important}.table-container.tt-primary-light .reset-btn{background:#03425d!important}.table-container.tt-primary-light .reset-btn *,.table-container.tt-primary-light .reset-btn * *,.table-container.tt-primary-light .reset-btn .me-icon,.table-container.tt-primary-light .reset-btn .me-icon *{color:#fff!important}.table-container.tt-primary-light .download-btn{border:1px solid #03425d!important;background:0 0!important}.table-container.tt-primary-light .download-btn *,.table-container.tt-primary-light .download-btn * *,.table-container.tt-primary-light .download-btn .me-icon,.table-container.tt-primary-light .download-btn .me-icon *{color:#03425d!important}.table-container.tt-primary-light .pager .page>div{color:#03425d!important}body[data-theme=dark] .table-container.tt-d-primary-light,body[data-theme=dark] .table-container.tt-d-primary-light *{color:#03425d!important}body[data-theme=dark] .table-container.tt-d-primary-light .reset-btn{background:#03425d!important}body[data-theme=dark] .table-container.tt-d-primary-light .reset-btn *,body[data-theme=dark] .table-container.tt-d-primary-light .reset-btn * *,body[data-theme=dark] .table-container.tt-d-primary-light .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-primary-light .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-primary-light .download-btn{border:1px solid #03425d!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-primary-light .download-btn *,body[data-theme=dark] .table-container.tt-d-primary-light .download-btn * *,body[data-theme=dark] .table-container.tt-d-primary-light .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-primary-light .download-btn .me-icon *{color:#03425d!important}body[data-theme=dark] .table-container.tt-d-primary-light .pager .page>div{color:#03425d!important}.table-container.tt-primary-blue .me-icon,.table-container.tt-primary-blue .me-icon *{color:#0a7db0!important}.table-container.tt-primary-blue .reset-btn{background:#0a7db0!important}.table-container.tt-primary-blue .reset-btn *,.table-container.tt-primary-blue .reset-btn * *,.table-container.tt-primary-blue .reset-btn .me-icon,.table-container.tt-primary-blue .reset-btn .me-icon *{color:#fff!important}.table-container.tt-primary-blue .download-btn{border:1px solid #0a7db0!important;background:0 0!important}.table-container.tt-primary-blue .download-btn *,.table-container.tt-primary-blue .download-btn * *,.table-container.tt-primary-blue .download-btn .me-icon,.table-container.tt-primary-blue .download-btn .me-icon *{color:#0a7db0!important}.table-container.tt-primary-blue .pager .page>div{color:#0a7db0!important}body[data-theme=dark] .table-container.tt-d-primary-blue,body[data-theme=dark] .table-container.tt-d-primary-blue *{color:#0a7db0!important}body[data-theme=dark] .table-container.tt-d-primary-blue .reset-btn{background:#0a7db0!important}body[data-theme=dark] .table-container.tt-d-primary-blue .reset-btn *,body[data-theme=dark] .table-container.tt-d-primary-blue .reset-btn * *,body[data-theme=dark] .table-container.tt-d-primary-blue .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-primary-blue .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-primary-blue .download-btn{border:1px solid #0a7db0!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-primary-blue .download-btn *,body[data-theme=dark] .table-container.tt-d-primary-blue .download-btn * *,body[data-theme=dark] .table-container.tt-d-primary-blue .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-primary-blue .download-btn .me-icon *{color:#0a7db0!important}body[data-theme=dark] .table-container.tt-d-primary-blue .pager .page>div{color:#0a7db0!important}.table-container.tt-gray-all .me-icon,.table-container.tt-gray-all .me-icon *{color:#656565!important}.table-container.tt-gray-all .reset-btn{background:#656565!important}.table-container.tt-gray-all .reset-btn *,.table-container.tt-gray-all .reset-btn * *,.table-container.tt-gray-all .reset-btn .me-icon,.table-container.tt-gray-all .reset-btn .me-icon *{color:#fff!important}.table-container.tt-gray-all .download-btn{border:1px solid #656565!important;background:0 0!important}.table-container.tt-gray-all .download-btn *,.table-container.tt-gray-all .download-btn * *,.table-container.tt-gray-all .download-btn .me-icon,.table-container.tt-gray-all .download-btn .me-icon *{color:#656565!important}.table-container.tt-gray-all .pager .page>div{color:#656565!important}body[data-theme=dark] .table-container.tt-d-gray-all,body[data-theme=dark] .table-container.tt-d-gray-all *{color:#656565!important}body[data-theme=dark] .table-container.tt-d-gray-all .reset-btn{background:#656565!important}body[data-theme=dark] .table-container.tt-d-gray-all .reset-btn *,body[data-theme=dark] .table-container.tt-d-gray-all .reset-btn * *,body[data-theme=dark] .table-container.tt-d-gray-all .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-gray-all .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-gray-all .download-btn{border:1px solid #656565!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-gray-all .download-btn *,body[data-theme=dark] .table-container.tt-d-gray-all .download-btn * *,body[data-theme=dark] .table-container.tt-d-gray-all .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-gray-all .download-btn .me-icon *{color:#656565!important}body[data-theme=dark] .table-container.tt-d-gray-all .pager .page>div{color:#656565!important}.table-container.tt-red-gray-all .me-icon,.table-container.tt-red-gray-all .me-icon *{color:#7b5d5d!important}.table-container.tt-red-gray-all .reset-btn{background:#7b5d5d!important}.table-container.tt-red-gray-all .reset-btn *,.table-container.tt-red-gray-all .reset-btn * *,.table-container.tt-red-gray-all .reset-btn .me-icon,.table-container.tt-red-gray-all .reset-btn .me-icon *{color:#fff!important}.table-container.tt-red-gray-all .download-btn{border:1px solid #7b5d5d!important;background:0 0!important}.table-container.tt-red-gray-all .download-btn *,.table-container.tt-red-gray-all .download-btn * *,.table-container.tt-red-gray-all .download-btn .me-icon,.table-container.tt-red-gray-all .download-btn .me-icon *{color:#7b5d5d!important}.table-container.tt-red-gray-all .pager .page>div{color:#7b5d5d!important}body[data-theme=dark] .table-container.tt-d-red-gray-all,body[data-theme=dark] .table-container.tt-d-red-gray-all *{color:#7b5d5d!important}body[data-theme=dark] .table-container.tt-d-red-gray-all .reset-btn{background:#7b5d5d!important}body[data-theme=dark] .table-container.tt-d-red-gray-all .reset-btn *,body[data-theme=dark] .table-container.tt-d-red-gray-all .reset-btn * *,body[data-theme=dark] .table-container.tt-d-red-gray-all .reset-btn .me-icon,body[data-theme=dark] .table-container.tt-d-red-gray-all .reset-btn .me-icon *{color:#fff!important}body[data-theme=dark] .table-container.tt-d-red-gray-all .download-btn{border:1px solid #7b5d5d!important;background:0 0!important}body[data-theme=dark] .table-container.tt-d-red-gray-all .download-btn *,body[data-theme=dark] .table-container.tt-d-red-gray-all .download-btn * *,body[data-theme=dark] .table-container.tt-d-red-gray-all .download-btn .me-icon,body[data-theme=dark] .table-container.tt-d-red-gray-all .download-btn .me-icon *{color:#7b5d5d!important}body[data-theme=dark] .table-container.tt-d-red-gray-all .pager .page>div{color:#7b5d5d!important}:root{--select-color-border:var(--color-divider)}:root [data-theme=light]{--select-color-background:#ffffff;--select-color-border-hover:#FBFBFC;--select-shadow:0 6px 10px 0 rgba(0, 0, 0, 0.07),0 1px 18px 0 rgba(0, 0, 0, 0.06),0 3px 5px -1px rgba(0, 0, 0, 0.1);--select-menu-color:#012332;--select-menu-color-background:#ffffff;--select-option-color-background:#FBFBFC;--select-option-color-background-hover:rgba(1, 35, 50, 0.1);--select-single-color:#012332;--select-multi-color-background:#FBFBFC;--select-multi-color:#012332;--select-placeholder-color:var(--color-placeholder)}:root [data-theme=dark]{--select-color-background:#03425d;--select-color-border-hover:#0a7db0;--select-shadow:0 6px 10px 0 rgba(255, 255, 255, 0.07),0 1px 18px 0 rgba(255, 255, 255, 0.06),0 3px 5px -1px rgba(255, 255, 255, 0.1);--select-menu-color:#ffffff;--select-menu-color-background:#00151e;--select-option-color-background:#012332;--select-option-color-background-hover:rgba(1, 35, 50, 0.6);--select-single-color:#ffffff;--select-multi-color-background:#012332;--select-multi-color:#ffffff;--select-placeholder-color:var(--color-placeholder)}header#splash-header{--headerHeight:85px;--logoSize:70px;--logoSize2:60px;background:#101522;color:#fff;z-index:100}@media screen and (max-width:540px){header#splash-header{--headerHeight:70px;--logoSize:45px;--logoSize2:40px}}header#splash-header nav{width:1600px;max-width:95%;margin:auto;justify-content:space-between;height:var(--headerHeight);gap:2rem}header#splash-header nav,header#splash-header nav>.left,header#splash-header nav>.right{display:flex;flex-direction:row;align-items:center}header#splash-header nav>.left{gap:1rem}header#splash-header nav>.left img{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;height:var(--logoSize);width:var(--logoSize);object-fit:contain;margin-left:1rem}@media screen and (max-width:768px){header#splash-header nav>.left img{margin-left:0}}header#splash-header nav>.right{gap:1rem}header#splash-header nav>.right .button{background:#fff;color:#101522}@media screen and (max-width:768px){header#splash-header nav>.right .button{display:none}}@media screen and (max-width:768px){header#splash-header nav{gap:1rem;font-size:.9rem}}header#splash-header.fixed{position:fixed;right:0;left:0;top:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}header#splash-header.responsive{transition:.5s ease;position:fixed;right:0;left:0;top:0;box-shadow:0 6px 10px 0 rgba(255,255,255,.07),0 1px 18px 0 rgba(255,255,255,.06),0 3px 5px -1px rgba(255,255,255,.1)}header#splash-header.responsive,header#splash-header.responsive nav>.left>img{transition:.5s ease}header#splash-header.responsive.scrolled{background:rgba(16,21,34,.8);box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}header#splash-header.responsive.scrolled nav>.left>img{height:var(--logoSize2);width:var(--logoSize2)}footer#splash-footer{--logoSize:70px;color:#fff}@media screen and (max-width:540px){footer#splash-footer{--logoSize:55px}}footer#splash-footer .footer1{background:#012332;padding:2rem 0}footer#splash-footer .footer1>div{width:1600px;max-width:95%;margin:auto;text-align:center}footer#splash-footer .footer1>div>img{height:var(--logoSize);width:var(--logoSize);object-fit:contain;margin-bottom:3rem}footer#splash-footer .footer1>div>.cols{display:flex;flex-direction:row;gap:2rem;justify-content:space-evenly;align-items:flex-start}footer#splash-footer .footer1>div>.cols .col{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}footer#splash-footer .footer2{background:#00151e;padding:1rem 0}footer#splash-footer .footer2>div{width:1600px;max-width:95%;margin:auto;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}footer#splash-footer .footer2>div .dev-by{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}footer#splash-footer .footer2>div .dev-by .microband{color:#096fb1;font-weight:var(--font-weight-bold);font-size:1.1rem}footer#splash-footer .footer2>div .dev-by img{width:25px;height:25px;object-fit:contain}.empty-ui{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-ui img{width:4rem;height:4rem}.empty-ui .description{margin-top:2rem;color:#a7b5c0;font-size:1.2rem}.styled-button{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;position:relative;padding:2rem;border-radius:8px}.styled-button:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.styled-button>.big-icon{position:absolute;left:1rem;bottom:1rem;height:50%;width:unset;aspect-ratio:1}.styled-button>.label{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;position:relative;font-size:1.1rem}.styled-button>.label>.small-icon,.styled-button>.label>.small-icon *{color:#fff}.styled-button>.label>.content{display:flex;flex-direction:column;gap:1rem}.styled-button>.label>.content,.styled-button>.label>.content *{color:#fff}.styled-button.color-primary{background:#012332}.styled-button.color-primary>.big-icon,.styled-button.color-primary>.big-icon *{color:#000}body[data-theme=dark] .styled-button.color-d-primary{background:#012332}body[data-theme=dark] .styled-button.color-d-primary>.big-icon,body[data-theme=dark] .styled-button.color-d-primary>.big-icon *{color:#000}.styled-button.color-secondary{background:#a7b5c0}.styled-button.color-secondary>.big-icon,.styled-button.color-secondary>.big-icon *{color:#8397a6}body[data-theme=dark] .styled-button.color-d-secondary{background:#a7b5c0}body[data-theme=dark] .styled-button.color-d-secondary>.big-icon,body[data-theme=dark] .styled-button.color-d-secondary>.big-icon *{color:#8397a6}.styled-button.color-white{background:#fff}.styled-button.color-white>.big-icon,.styled-button.color-white>.big-icon *{color:#e0e0e0}body[data-theme=dark] .styled-button.color-d-white{background:#fff}body[data-theme=dark] .styled-button.color-d-white>.big-icon,body[data-theme=dark] .styled-button.color-d-white>.big-icon *{color:#e0e0e0}.styled-button.color-yellow{background:#f8a500}.styled-button.color-yellow>.big-icon,.styled-button.color-yellow>.big-icon *{color:#bb7c00}body[data-theme=dark] .styled-button.color-d-yellow{background:#f8a500}body[data-theme=dark] .styled-button.color-d-yellow>.big-icon,body[data-theme=dark] .styled-button.color-d-yellow>.big-icon *{color:#bb7c00}.styled-button.color-green{background:#52ca6a}.styled-button.color-green>.big-icon,.styled-button.color-green>.big-icon *{color:#34ab4c}body[data-theme=dark] .styled-button.color-d-green{background:#52ca6a}body[data-theme=dark] .styled-button.color-d-green>.big-icon,body[data-theme=dark] .styled-button.color-d-green>.big-icon *{color:#34ab4c}.styled-button.color-red{background:#e94747}.styled-button.color-red>.big-icon,.styled-button.color-red>.big-icon *{color:#d91a1a}body[data-theme=dark] .styled-button.color-d-red{background:#e94747}body[data-theme=dark] .styled-button.color-d-red>.big-icon,body[data-theme=dark] .styled-button.color-d-red>.big-icon *{color:#d91a1a}.styled-button.color-blue{background:#3992d8}.styled-button.color-blue>.big-icon,.styled-button.color-blue>.big-icon *{color:#2372b1}body[data-theme=dark] .styled-button.color-d-blue{background:#3992d8}body[data-theme=dark] .styled-button.color-d-blue>.big-icon,body[data-theme=dark] .styled-button.color-d-blue>.big-icon *{color:#2372b1}.styled-button.color-brown{background:#c19a6b}.styled-button.color-brown>.big-icon,.styled-button.color-brown>.big-icon *{color:#a87c47}body[data-theme=dark] .styled-button.color-d-brown{background:#c19a6b}body[data-theme=dark] .styled-button.color-d-brown>.big-icon,body[data-theme=dark] .styled-button.color-d-brown>.big-icon *{color:#a87c47}.styled-button.color-purple{background:#9d3fd3}.styled-button.color-purple>.big-icon,.styled-button.color-purple>.big-icon *{color:#7c28ad}body[data-theme=dark] .styled-button.color-d-purple{background:#9d3fd3}body[data-theme=dark] .styled-button.color-d-purple>.big-icon,body[data-theme=dark] .styled-button.color-d-purple>.big-icon *{color:#7c28ad}.styled-button.color-pink{background:#d83964}.styled-button.color-pink>.big-icon,.styled-button.color-pink>.big-icon *{color:#b12349}body[data-theme=dark] .styled-button.color-d-pink{background:#d83964}body[data-theme=dark] .styled-button.color-d-pink>.big-icon,body[data-theme=dark] .styled-button.color-d-pink>.big-icon *{color:#b12349}.styled-button.color-gray-light{background:#fbfbfc}.styled-button.color-gray-light>.big-icon,.styled-button.color-gray-light>.big-icon *{color:#d8d8e2}body[data-theme=dark] .styled-button.color-d-gray-light{background:#fbfbfc}body[data-theme=dark] .styled-button.color-d-gray-light>.big-icon,body[data-theme=dark] .styled-button.color-d-gray-light>.big-icon *{color:#d8d8e2}.styled-button.color-gray-dark{background:#a7b5c0}.styled-button.color-gray-dark>.big-icon,.styled-button.color-gray-dark>.big-icon *{color:#8397a6}body[data-theme=dark] .styled-button.color-d-gray-dark{background:#a7b5c0}body[data-theme=dark] .styled-button.color-d-gray-dark>.big-icon,body[data-theme=dark] .styled-button.color-d-gray-dark>.big-icon *{color:#8397a6}.styled-button.color-dark{background:#00151e}.styled-button.color-dark>.big-icon,.styled-button.color-dark>.big-icon *{color:#000}body[data-theme=dark] .styled-button.color-d-dark{background:#00151e}body[data-theme=dark] .styled-button.color-d-dark>.big-icon,body[data-theme=dark] .styled-button.color-d-dark>.big-icon *{color:#000}.styled-button.color-primary-light{background:#03425d}.styled-button.color-primary-light>.big-icon,.styled-button.color-primary-light>.big-icon *{color:#011822}body[data-theme=dark] .styled-button.color-d-primary-light{background:#03425d}body[data-theme=dark] .styled-button.color-d-primary-light>.big-icon,body[data-theme=dark] .styled-button.color-d-primary-light>.big-icon *{color:#011822}.styled-button.color-primary-blue{background:#0a7db0}.styled-button.color-primary-blue>.big-icon,.styled-button.color-primary-blue>.big-icon *{color:#075476}body[data-theme=dark] .styled-button.color-d-primary-blue{background:#0a7db0}body[data-theme=dark] .styled-button.color-d-primary-blue>.big-icon,body[data-theme=dark] .styled-button.color-d-primary-blue>.big-icon *{color:#075476}.styled-button.color-gray-all{background:#656565}.styled-button.color-gray-all>.big-icon,.styled-button.color-gray-all>.big-icon *{color:#464646}body[data-theme=dark] .styled-button.color-d-gray-all{background:#656565}body[data-theme=dark] .styled-button.color-d-gray-all>.big-icon,body[data-theme=dark] .styled-button.color-d-gray-all>.big-icon *{color:#464646}.styled-button.color-red-gray-all{background:#7b5d5d}.styled-button.color-red-gray-all>.big-icon,.styled-button.color-red-gray-all>.big-icon *{color:#584343}body[data-theme=dark] .styled-button.color-d-red-gray-all{background:#7b5d5d}body[data-theme=dark] .styled-button.color-d-red-gray-all>.big-icon,body[data-theme=dark] .styled-button.color-d-red-gray-all>.big-icon *{color:#584343}.multi-items-input{border:1px solid var(--color-divider)}.multi-items-input>.head{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-divider);padding:1rem}.multi-items-input>.head>.titles>label.title{display:block;font-size:1rem;color:var(--color-text)}.multi-items-input>.head>.titles>small.sub-title{display:block;font-size:.8rem;color:#00151e;margin-top:.5rem}.multi-items-input>.head>.actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.multi-items-input>.items .item-container{display:flex;flex-direction:row;align-items:center;gap:1rem;border:1px solid var(--color-divider);padding:1rem}.multi-items-input>.items .item-container>.item-ui{flex:1}.clr-primary,.clr-primary *,.clr-primary svg,.clr-primary svg *{color:#012332!important}body[data-theme=dark] .clr-d-primary,body[data-theme=dark] .clr-d-primary *,body[data-theme=dark] .clr-d-primary svg,body[data-theme=dark] .clr-d-primary svg *{color:#012332!important}.bg-primary{background:#012332!important}body[data-theme=dark] .bg-d-primary{background:#012332!important}.bdg-primary{background:#012332!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-primary{border:1px solid #0a7db0}.bdg-primary svg,.bdg-primary svg *{color:#fff}.clr-secondary,.clr-secondary *,.clr-secondary svg,.clr-secondary svg *{color:#a7b5c0!important}body[data-theme=dark] .clr-d-secondary,body[data-theme=dark] .clr-d-secondary *,body[data-theme=dark] .clr-d-secondary svg,body[data-theme=dark] .clr-d-secondary svg *{color:#a7b5c0!important}.bg-secondary{background:#a7b5c0!important}body[data-theme=dark] .bg-d-secondary{background:#a7b5c0!important}.bdg-secondary{background:#a7b5c0!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-secondary{border:1px solid #0a7db0}.bdg-secondary svg,.bdg-secondary svg *{color:#fff}.clr-white,.clr-white *,.clr-white svg,.clr-white svg *{color:#fff!important}body[data-theme=dark] .clr-d-white,body[data-theme=dark] .clr-d-white *,body[data-theme=dark] .clr-d-white svg,body[data-theme=dark] .clr-d-white svg *{color:#fff!important}.bg-white{background:#fff!important}body[data-theme=dark] .bg-d-white{background:#fff!important}.bdg-white{background:#fff!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-white{border:1px solid #0a7db0}.bdg-white svg,.bdg-white svg *{color:#fff}.clr-yellow,.clr-yellow *,.clr-yellow svg,.clr-yellow svg *{color:#f8a500!important}body[data-theme=dark] .clr-d-yellow,body[data-theme=dark] .clr-d-yellow *,body[data-theme=dark] .clr-d-yellow svg,body[data-theme=dark] .clr-d-yellow svg *{color:#f8a500!important}.bg-yellow{background:#f8a500!important}body[data-theme=dark] .bg-d-yellow{background:#f8a500!important}.bdg-yellow{background:#f8a500!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-yellow{border:1px solid #0a7db0}.bdg-yellow svg,.bdg-yellow svg *{color:#fff}.clr-green,.clr-green *,.clr-green svg,.clr-green svg *{color:#52ca6a!important}body[data-theme=dark] .clr-d-green,body[data-theme=dark] .clr-d-green *,body[data-theme=dark] .clr-d-green svg,body[data-theme=dark] .clr-d-green svg *{color:#52ca6a!important}.bg-green{background:#52ca6a!important}body[data-theme=dark] .bg-d-green{background:#52ca6a!important}.bdg-green{background:#52ca6a!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-green{border:1px solid #0a7db0}.bdg-green svg,.bdg-green svg *{color:#fff}.clr-red,.clr-red *,.clr-red svg,.clr-red svg *{color:#e94747!important}body[data-theme=dark] .clr-d-red,body[data-theme=dark] .clr-d-red *,body[data-theme=dark] .clr-d-red svg,body[data-theme=dark] .clr-d-red svg *{color:#e94747!important}.bg-red{background:#e94747!important}body[data-theme=dark] .bg-d-red{background:#e94747!important}.bdg-red{background:#e94747!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-red{border:1px solid #0a7db0}.bdg-red svg,.bdg-red svg *{color:#fff}.clr-blue,.clr-blue *,.clr-blue svg,.clr-blue svg *{color:#3992d8!important}body[data-theme=dark] .clr-d-blue,body[data-theme=dark] .clr-d-blue *,body[data-theme=dark] .clr-d-blue svg,body[data-theme=dark] .clr-d-blue svg *{color:#3992d8!important}.bg-blue{background:#3992d8!important}body[data-theme=dark] .bg-d-blue{background:#3992d8!important}.bdg-blue{background:#3992d8!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-blue{border:1px solid #0a7db0}.bdg-blue svg,.bdg-blue svg *{color:#fff}.clr-brown,.clr-brown *,.clr-brown svg,.clr-brown svg *{color:#c19a6b!important}body[data-theme=dark] .clr-d-brown,body[data-theme=dark] .clr-d-brown *,body[data-theme=dark] .clr-d-brown svg,body[data-theme=dark] .clr-d-brown svg *{color:#c19a6b!important}.bg-brown{background:#c19a6b!important}body[data-theme=dark] .bg-d-brown{background:#c19a6b!important}.bdg-brown{background:#c19a6b!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-brown{border:1px solid #0a7db0}.bdg-brown svg,.bdg-brown svg *{color:#fff}.clr-purple,.clr-purple *,.clr-purple svg,.clr-purple svg *{color:#9d3fd3!important}body[data-theme=dark] .clr-d-purple,body[data-theme=dark] .clr-d-purple *,body[data-theme=dark] .clr-d-purple svg,body[data-theme=dark] .clr-d-purple svg *{color:#9d3fd3!important}.bg-purple{background:#9d3fd3!important}body[data-theme=dark] .bg-d-purple{background:#9d3fd3!important}.bdg-purple{background:#9d3fd3!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-purple{border:1px solid #0a7db0}.bdg-purple svg,.bdg-purple svg *{color:#fff}.clr-pink,.clr-pink *,.clr-pink svg,.clr-pink svg *{color:#d83964!important}body[data-theme=dark] .clr-d-pink,body[data-theme=dark] .clr-d-pink *,body[data-theme=dark] .clr-d-pink svg,body[data-theme=dark] .clr-d-pink svg *{color:#d83964!important}.bg-pink{background:#d83964!important}body[data-theme=dark] .bg-d-pink{background:#d83964!important}.bdg-pink{background:#d83964!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-pink{border:1px solid #0a7db0}.bdg-pink svg,.bdg-pink svg *{color:#fff}.clr-gray-light,.clr-gray-light *,.clr-gray-light svg,.clr-gray-light svg *{color:#fbfbfc!important}body[data-theme=dark] .clr-d-gray-light,body[data-theme=dark] .clr-d-gray-light *,body[data-theme=dark] .clr-d-gray-light svg,body[data-theme=dark] .clr-d-gray-light svg *{color:#fbfbfc!important}.bg-gray-light{background:#fbfbfc!important}body[data-theme=dark] .bg-d-gray-light{background:#fbfbfc!important}.bdg-gray-light{background:#fbfbfc!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-gray-light{border:1px solid #0a7db0}.bdg-gray-light svg,.bdg-gray-light svg *{color:#fff}.clr-gray-dark,.clr-gray-dark *,.clr-gray-dark svg,.clr-gray-dark svg *{color:#a7b5c0!important}body[data-theme=dark] .clr-d-gray-dark,body[data-theme=dark] .clr-d-gray-dark *,body[data-theme=dark] .clr-d-gray-dark svg,body[data-theme=dark] .clr-d-gray-dark svg *{color:#a7b5c0!important}.bg-gray-dark{background:#a7b5c0!important}body[data-theme=dark] .bg-d-gray-dark{background:#a7b5c0!important}.bdg-gray-dark{background:#a7b5c0!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-gray-dark{border:1px solid #0a7db0}.bdg-gray-dark svg,.bdg-gray-dark svg *{color:#fff}.clr-dark,.clr-dark *,.clr-dark svg,.clr-dark svg *{color:#00151e!important}body[data-theme=dark] .clr-d-dark,body[data-theme=dark] .clr-d-dark *,body[data-theme=dark] .clr-d-dark svg,body[data-theme=dark] .clr-d-dark svg *{color:#00151e!important}.bg-dark{background:#00151e!important}body[data-theme=dark] .bg-d-dark{background:#00151e!important}.bdg-dark{background:#00151e!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-dark{border:1px solid #0a7db0}.bdg-dark svg,.bdg-dark svg *{color:#fff}.clr-primary-light,.clr-primary-light *,.clr-primary-light svg,.clr-primary-light svg *{color:#03425d!important}body[data-theme=dark] .clr-d-primary-light,body[data-theme=dark] .clr-d-primary-light *,body[data-theme=dark] .clr-d-primary-light svg,body[data-theme=dark] .clr-d-primary-light svg *{color:#03425d!important}.bg-primary-light{background:#03425d!important}body[data-theme=dark] .bg-d-primary-light{background:#03425d!important}.bdg-primary-light{background:#03425d!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-primary-light{border:1px solid #0a7db0}.bdg-primary-light svg,.bdg-primary-light svg *{color:#fff}.clr-primary-blue,.clr-primary-blue *,.clr-primary-blue svg,.clr-primary-blue svg *{color:#0a7db0!important}body[data-theme=dark] .clr-d-primary-blue,body[data-theme=dark] .clr-d-primary-blue *,body[data-theme=dark] .clr-d-primary-blue svg,body[data-theme=dark] .clr-d-primary-blue svg *{color:#0a7db0!important}.bg-primary-blue{background:#0a7db0!important}body[data-theme=dark] .bg-d-primary-blue{background:#0a7db0!important}.bdg-primary-blue{background:#0a7db0!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-primary-blue{border:1px solid #0a7db0}.bdg-primary-blue svg,.bdg-primary-blue svg *{color:#fff}.clr-gray-all,.clr-gray-all *,.clr-gray-all svg,.clr-gray-all svg *{color:#656565!important}body[data-theme=dark] .clr-d-gray-all,body[data-theme=dark] .clr-d-gray-all *,body[data-theme=dark] .clr-d-gray-all svg,body[data-theme=dark] .clr-d-gray-all svg *{color:#656565!important}.bg-gray-all{background:#656565!important}body[data-theme=dark] .bg-d-gray-all{background:#656565!important}.bdg-gray-all{background:#656565!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-gray-all{border:1px solid #0a7db0}.bdg-gray-all svg,.bdg-gray-all svg *{color:#fff}.clr-red-gray-all,.clr-red-gray-all *,.clr-red-gray-all svg,.clr-red-gray-all svg *,.multi-items-input>.items .item-container>.item-actions .delete,.multi-items-input>.items .item-container>.item-actions .delete *,.multi-items-input>.items .item-container>.item-actions .delete svg{color:#7b5d5d!important}body[data-theme=dark] .clr-d-red-gray-all,body[data-theme=dark] .clr-d-red-gray-all *,body[data-theme=dark] .clr-d-red-gray-all svg,body[data-theme=dark] .clr-d-red-gray-all svg *{color:#7b5d5d!important}.bg-red-gray-all{background:#7b5d5d!important}body[data-theme=dark] .bg-d-red-gray-all{background:#7b5d5d!important}.bdg-red-gray-all{background:#7b5d5d!important;color:#fff;display:inline-block;border-radius:999rem;padding:.25rem 1rem}body[data-theme=dark] .bdg-red-gray-all{border:1px solid #0a7db0}.bdg-red-gray-all svg,.bdg-red-gray-all svg *{color:#fff}.m-0-5{margin:.5rem!important}.mt-0-5{margin-top:.5rem!important}.mb-0-5{margin-bottom:.5rem!important}.ml-0-5{margin-right:.5rem!important}.mr-0-5{margin-left:.5rem!important}.p-0-5{padding:.5rem!important}.pt-0-5{padding-top:.5rem!important}.pb-0-5{padding-bottom:.5rem!important}.pl-0-5{padding-right:.5rem!important}.pr-0-5{padding-left:.5rem!important}.m-1{margin:1rem!important}.mt-1{margin-top:1rem!important}.mb-1{margin-bottom:1rem!important}.ml-1{margin-right:1rem!important}.mr-1{margin-left:1rem!important}.p-1{padding:1rem!important}.pt-1{padding-top:1rem!important}.pb-1{padding-bottom:1rem!important}.pl-1{padding-right:1rem!important}.pr-1{padding-left:1rem!important}.m-1-5{margin:1.5rem!important}.mt-1-5{margin-top:1.5rem!important}.mb-1-5{margin-bottom:1.5rem!important}.ml-1-5{margin-right:1.5rem!important}.mr-1-5{margin-left:1.5rem!important}.p-1-5{padding:1.5rem!important}.pt-1-5{padding-top:1.5rem!important}.pb-1-5{padding-bottom:1.5rem!important}.pl-1-5{padding-right:1.5rem!important}.pr-1-5{padding-left:1.5rem!important}.m-2{margin:2rem!important}.mt-2{margin-top:2rem!important}.mb-2{margin-bottom:2rem!important}.ml-2{margin-right:2rem!important}.mr-2{margin-left:2rem!important}.p-2{padding:2rem!important}.pt-2{padding-top:2rem!important}.pb-2{padding-bottom:2rem!important}.pl-2{padding-right:2rem!important}.pr-2{padding-left:2rem!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-right:0!important}.mr-0{margin-left:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-right:0!important}.pr-0{padding-left:0!important}.fs-0-5{font-size:.5rem!important}.fs-0-8{font-size:.8rem!important}.fs-1{font-size:1rem!important}.fs-1-2{font-size:1.2rem!important}.fs-1-4{font-size:1.4rem!important}.fs-1-6{font-size:1.6rem!important}.fs-1-8{font-size:1.8rem!important}.fs-2{font-size:2rem!important}.fs-2-5{font-size:2.5rem!important}.fs-3{font-size:3rem!important}.fs-4{font-size:4rem!important}.fs-5{font-size:5rem!important}.fw-t{font-weight:var(--font-weight-thin)!important}.fw-l{font-weight:var(--font-weight-light)!important}.fw-r{font-weight:var(--font-weight-regular)!important}.fw-m{font-weight:var(--font-weight-medium)!important}.fw-b{font-weight:var(--font-weight-bold)!important}.fw-k{font-weight:var(--font-weight-black)!important}.page-header-card:not(.clear)>div{width:1600px;max-width:95%;margin:auto}.page-header-card>div{padding:2rem 0;font-weight:var(--font-weight-bold);color:#a7b5c0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.page-header-card>div>.tree{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.page-header-card>div>.tree>.item{font-size:1rem}body[data-theme=light] .page-header-card>div>.tree>.item,body[data-theme=light] .page-header-card>div>.tree>.item *{color:#a7b5c0}body[data-theme=dark] .page-header-card>div>.tree>.item,body[data-theme=dark] .page-header-card>div>.tree>.item *{color:#a7b5c0}.page-header-card>div>.tree>.item:last-of-type{font-size:1.2rem}.page-header-card>div>.tree>.item:last-of-type,.page-header-card>div>.tree>.item:last-of-type *{pointer-events:none}body[data-theme=light] .page-header-card>div>.tree>.item:last-of-type,body[data-theme=light] .page-header-card>div>.tree>.item:last-of-type *{color:#00151e}body[data-theme=dark] .page-header-card>div>.tree>.item:last-of-type,body[data-theme=dark] .page-header-card>div>.tree>.item:last-of-type *{color:#fff}@media screen and (max-width:540px){.page-header-card>div>.tree{flex-direction:column;align-items:flex-start;justify-content:flex-start}.page-header-card>div>.tree>.divider{display:none}}.page-header-card>div>.actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem}@media screen and (max-width:768px){.page-header-card>div{flex-direction:column;align-items:flex-start;justify-content:flex-start}.page-header-card>div>.actions{align-self:flex-end}}.page-wrapper-card{padding-bottom:.1rem}.page-wrapper-card>.container-card:not(.no-bottom-margin){margin-bottom:2rem}.page-wrapper-card.empty{display:block;min-height:150px;height:-webkit-min-content;height:min-content;padding:2rem 0}.page-wrapper-card.full-height{min-height:100%}.block-card>.list.content,.collection.list,.container-card>.container>.list.content{display:flex;flex-direction:column;gap:1rem!important}.block-card>.row.content,.collection.row,.container-card>.container>.row.content{display:flex;flex-direction:row;gap:1rem!important}.block-card>.wrap.content,.collection.wrap,.container-card>.container>.wrap.content{display:flex;flex-direction:row;flex-wrap:wrap}.block-card>.fixed-.content *,.collection.fixed- *,.container-card>.container>.fixed-.content *{grid-gap:1rem!important}.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-1.content,.collection.fixed-1,.container-card>.container>.fixed-1.content{grid-template-columns:repeat(1,1fr)}}.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-2.content,.collection.fixed-2,.container-card>.container>.fixed-2.content{grid-template-columns:repeat(2,1fr)}}.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-3.content,.collection.fixed-3,.container-card>.container>.fixed-3.content{grid-template-columns:repeat(3,1fr)}}.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-4.content,.collection.fixed-4,.container-card>.container>.fixed-4.content{grid-template-columns:repeat(4,1fr)}}.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1025px){.block-card>.fixed-5.content,.collection.fixed-5,.container-card>.container>.fixed-5.content{grid-template-columns:repeat(5,1fr)}}.block-card>.content:not(.no-auto),.collection:not(.no-auto),.container-card>.container>.content:not(.no-auto){grid-auto-rows:1fr;grid-auto-columns:1fr}.block-card>.minitest-height.content>*,.collection.minitest-height>*,.container-card>.container>.minitest-height.content>*{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.block-card>.empty.content,.collection.empty,.container-card>.container>.empty.content{display:block;min-height:150px;height:-webkit-min-content;height:min-content;padding:2rem 0}.container-card:not(.clear)>.container{width:1600px;max-width:95%;margin:auto}.container-card.padding-0-5>.container>.content{padding:.5rem}.container-card.padding-1>.container>.content{padding:1rem}.container-card.padding-1-5>.container>.content{padding:1.5rem}.container-card.padding-2>.container>.content{padding:2rem}.container-card.padding-0>.container>.content{padding:0}.container-card.full-height{min-height:100%}.container-card.full-height>.container{min-height:100%}.container-card.full-height>.container>.content{min-height:100%}.block-card{border:1px solid var(--color-divider);border-radius:4px}.block-card>.title{font-size:1em;font-weight:var(--font-weight-medium);-webkit-text-decoration:underline solid 2px;text-decoration:underline solid 2px;text-underline-offset:var(--text-underline-offset);display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--color-divider)}body[data-theme=light] .block-card>.title{color:#012332}body[data-theme=dark] .block-card>.title{color:#fff}body[data-theme=light] .block-card>.title{text-decoration-color:#012332}body[data-theme=dark] .block-card>.title{text-decoration-color:#fff}.block-card>.top-header{padding:1rem;border-bottom:1px solid var(--color-divider)}body[data-theme=light] .block-card.form>.title{background:#fbfbfc}body[data-theme=dark] .block-card.form>.title{background:#00202d}.block-card.form>.top-header{padding:1rem}body[data-theme=light] .block-card.form>.top-header{background:#f7f7f9}body[data-theme=dark] .block-card.form>.top-header{background:#001c28}body[data-theme=light] .block-card.form>.content{background:#fbfbfc}body[data-theme=dark] .block-card.form>.content{background:#00202d}.block-card.form>.content.list{gap:2rem!important}.block-card.form>.content.fixed- *{grid-gap:3rem!important}.block-card.padding-0-5>.content{padding:.5rem}.block-card.padding-1>.content{padding:1rem}.block-card.padding-1-5>.content{padding:1.5rem}.block-card.padding-2>.content{padding:2rem}.block-card.padding-0>.content{padding:0}.float-header{position:fixed;right:50%;bottom:0;-webkit-transform:translateX(50%);transform:translateX(50%);display:flex;flex-direction:row;gap:2rem;justify-content:center;align-items:center;padding:.5rem 1rem;background:var(--color-drawer);border-radius:8px 8px 0 0}body[data-theme=light] .float-header{box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}body[data-theme=dark] .float-header{box-shadow:0 6px 10px 0 rgba(255,255,255,.07),0 1px 18px 0 rgba(255,255,255,.06),0 3px 5px -1px rgba(255,255,255,.1)}.search{position:relative}.search input{padding-left:5.5rem;min-width:20rem}.search .btn{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;width:4.5rem;height:calc(2.6em - 6px);position:absolute;left:3px;top:3px;display:flex;justify-content:center;align-items:center;border-radius:999rem}.search .btn:hover{opacity:70%}.m-menu{font-size:1rem;font-weight:var(--font-weight-regular)}.m-menu .menu{background:#fff;color:#00151e;border-radius:8px;z-index:70}.m-menu .menu>li{padding:.7rem 1rem;margin-bottom:.25rem}.m-menu .menu>li,.m-menu .menu>li *{color:#00151e}.m-menu .menu>li:last-child{margin-bottom:0}.m-menu .menu>li.szh-menu__item{background:#fbfbfc}.m-menu .menu>li.szh-menu__item--hover{background:rgba(1,35,50,.1)}body[data-theme=dark] .m-menu .menu{background:#00151e}body[data-theme=dark] .m-menu .menu>li,body[data-theme=dark] .m-menu .menu>li *{color:#fff}body[data-theme=dark] .m-menu .menu>li.szh-menu__item{background:#012332}body[data-theme=dark] .m-menu .menu>li.szh-menu__item--hover{background:rgba(1,35,50,.6)}.tree-account-card{padding:1rem;text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;background:rgba(128,128,128,.065)}body[data-theme=dark] .tree-account-card{background:rgba(0,0,0,.065)}.tree-account-card>.account-number{font-weight:var(--font-weight-bold);font-size:1.5rem;color:#f8a500}.tree-account-card>.type{font-weight:var(--font-weight-medium);font-size:1.1rem;opacity:.8}.entry-details{text-align:center}.entry-details>.description{font-size:1.2rem}.entry-details>.amount{font-size:1.3rem;font-weight:var(--font-weight-bold)}.entry-details>.details{text-align:right;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem}.entry-details>.details .to>.label,.entry-details>.details>.from>.label{margin-bottom:2rem}.entry-details>.details .to>.accounts>.account,.entry-details>.details>.from>.accounts>.account{border:1px solid var(--color-divider);border-radius:8px;padding:1rem}.entry-details>.details .to>.accounts>.account:not(:last-child),.entry-details>.details>.from>.accounts>.account:not(:last-child){margin-bottom:1rem}body[data-theme=light] .entry-details>.details .to>.accounts>.account>.account-number,body[data-theme=light] .entry-details>.details>.from>.accounts>.account>.account-number{color:#684c2b}body[data-theme=dark] .entry-details>.details .to>.accounts>.account>.account-number,body[data-theme=dark] .entry-details>.details>.from>.accounts>.account>.account-number{color:#8c673a}.entry-details>.details .to>.accounts>.account>.amount,.entry-details>.details>.from>.accounts>.account>.amount{font-size:1.3rem;font-weight:var(--font-weight-bold);color:#c19a6b}.payment-method{display:flex;flex-direction:row;align-items:center;gap:2rem;background:var(--color-background);padding:1rem;border-radius:8px;-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;border:1px solid transparent}.payment-method:hover{border:1px solid #012332}.payment-method .image{width:35px;height:35px;object-fit:contain}.payment-method .name{flex:1;color:var(--color-text)}.payment-method .amount{font-weight:var(--font-weight-medium);font-size:1.4rem;color:var(--color-text)}.premium-package-card{padding:2rem;text-align:center}.premium-package-card .wrapper{border-radius:8px;padding:1rem;border:2px solid transparent;position:relative;overflow:hidden}body[data-theme=light] .premium-package-card .wrapper{background:#fbfbfc}body[data-theme=dark] .premium-package-card .wrapper{background:#03425d}.premium-package-card .wrapper>.label{font-weight:var(--font-weight-bold);margin-bottom:1rem}.premium-package-card .wrapper>.prices{display:flex;flex-direction:row;gap:1rem;justify-content:center;align-items:center}.premium-package-card .wrapper>.prices .monthly{color:var(--color-text)}.premium-package-card .wrapper>.prices .yearly{font-size:1.2rem;color:var(--color-text);font-weight:var(--font-weight-medium)}.premium-package-card .wrapper>.prices .free{font-size:1.2rem;color:var(--color-text);font-weight:var(--font-weight-bold)}.premium-package-card .wrapper>.features{display:flex;flex-direction:column;gap:1rem}.premium-package-card .wrapper>.features .feature{margin-top:2rem}.premium-package-card .wrapper>.features .feature>.value{margin-top:.5rem}.premium-package-card .wrapper>.features .feature:not(.available)>.value{text-decoration:line-through;color:var(--color-text)}.premium-package-card .wrapper>.features .feature.available>.value{color:var(--color-text);font-weight:var(--font-weight-bold)}.premium-package-card .wrapper>.button{margin-top:2rem;width:100%}.premium-package-card.current .wrapper{border:2px solid var(--color-divider)}.premium-package-card.current .wrapper .current-badge{display:block;position:absolute;top:80px;left:-10px;background:#a7b5c0;color:#fff;width:150px;height:30px;line-height:30px;text-align:center;-webkit-transform:rotateZ(-45deg);transform:rotateZ(-45deg);-webkit-transform-origin:left;transform-origin:left}.premium-packages{max-width:100%}.premium-subscription-card{border-radius:8px;padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border:solid 2px transparent}body[data-theme=light] .premium-subscription-card{background:#fbfbfc}body[data-theme=dark] .premium-subscription-card{background:#03425d}.premium-subscription-card .top{align-self:stretch;display:flex;flex-direction:row;justify-content:center;gap:1rem}.premium-subscription-card .top .label{font-size:1.2rem}.premium-subscription-card .top .duration-type{color:var(--color-text)}.premium-subscription-card .status{color:#fff;background:#a7b5c0;padding:.5rem;border-radius:999rem}.premium-subscription-card .time{align-self:stretch;display:flex;flex-direction:row;justify-content:center;gap:1rem}.premium-subscription-card .time .from{color:var(--color-text)}.premium-subscription-card .time .to{color:var(--color-text)}.premium-subscription-card.status-current{border:solid 2px var(--color-divider)}.premium-subscription-card.status-extended .status{color:var(--color-text);background:#7b5d5d;padding:.5rem;border-radius:999rem}.premium-subscription-card.status-replaced .status{color:var(--color-text);background:#7b5d5d;padding:.5rem;border-radius:999rem}.premium-subscription-card.status-expired .status{color:var(--color-text);background:#7b5d5d;padding:.5rem;border-radius:999rem}.pos-product{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;border:1px solid transparent;text-align:center;background:var(--color-background2);padding:1.5rem 1rem;border-radius:8px;position:relative;overflow:hidden}.pos-product:hover{-webkit-transform:scale(1.05);transform:scale(1.05);border:1px solid #e94747}.pos-product img{width:50%;aspect-ratio:1;object-fit:contain}.pos-product .name{margin-top:.5rem}.pos-product .price{margin-top:1rem;font-size:1.6rem;font-weight:var(--font-weight-bold);color:#e94747}.pos-product .count{color:#a7b5c0;font-size:1.3rem;font-weight:var(--font-weight-medium);margin-top:1rem}.pos-product .delete{padding:1rem;position:absolute;left:0;top:0}.pos-product .delete,.pos-product .delete *{color:#7b5d5d}.pos-product.active{border:1px solid #e94747;border-radius:32px}body[data-theme=light] .pos-product.active{box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}body[data-theme=dark] .pos-product.active{box-shadow:0 6px 10px 0 rgba(255,255,255,.07),0 1px 18px 0 rgba(255,255,255,.06),0 3px 5px -1px rgba(255,255,255,.1)}#modals-manager .modal-root{position:fixed;right:0;left:0;top:0;bottom:0;z-index:150}#modals-manager .modal-root .back-drop{position:absolute;right:0;left:0;top:0;bottom:0;background-color:#012332;opacity:0;transition:.5s ease;transition-delay:120ms}#modals-manager .modal-root .modal-container{position:absolute;right:0;left:0;top:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center}#modals-manager .modal-root .modal-container .modal-wrapper{transition:.5s ease;-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}#modals-manager .modal-root.status-OPEN .back-drop{opacity:.35}#modals-manager .modal-root.status-OPEN .modal-container .modal-wrapper{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}#modals-manager .m-modal{max-width:500px;max-height:90vh;min-height:150px;width:90vw;overflow:auto;background:#fff;border-radius:4px}body[data-theme=light] #modals-manager .m-modal{box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}body[data-theme=dark] #modals-manager .m-modal{box-shadow:0 6px 10px 0 rgba(255,255,255,.07),0 1px 18px 0 rgba(255,255,255,.06),0 3px 5px -1px rgba(255,255,255,.1)}#modals-manager-portal-container{z-index:150;position:fixed}#splash-layout main{min-height:100vh;background-color:#fff}#splash-layout main section{padding:4rem 0}#splash-layout main section>div{width:1600px;max-width:95%;margin:auto}#clear-layout main{min-height:100vh;background-color:var(--color-background2)}#clear-layout main section{padding:2rem 0}#clear-layout main section>div{width:1600px;max-width:95%;margin:auto}#main-layout main{padding-top:64px;padding-bottom:2rem;padding-right:0;min-height:100vh;background-color:var(--color-background2)}@media screen and (min-width:769px){#main-layout main{transition:.5s;transition-timing-function:ease-in}}@media screen and (min-width:769px){#main-layout footer{transition:.5s;transition-timing-function:ease-in}}@media screen and (min-width:769px){#main-layout.drawer-opened footer,#main-layout.drawer-opened main{transition:.5s;transition-timing-function:ease-out;padding-right:230px}#main-layout.drawer-semi-opened footer,#main-layout.drawer-semi-opened main{transition:.5s;transition-timing-function:ease-out;padding-right:6rem}}#info-page{--headerHeight:85px;padding-top:calc(var(--headerHeight) + 2rem)}@media screen and (max-width:540px){#info-page{--headerHeight:70px}}#info-page h1{width:1600px;max-width:95%;margin:auto}#info-page section#html div{white-space:pre-wrap;line-height:1.7}#info-page section#beneficiaries>div{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:421px){#info-page section#beneficiaries>div{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){#info-page section#beneficiaries>div{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:541px){#info-page section#beneficiaries>div{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:769px){#info-page section#beneficiaries>div{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){#info-page section#beneficiaries>div{grid-template-columns:repeat(4,1fr)}}#info-page section#beneficiaries>div .beneficiary{background:#e0e0e0;border-radius:8px;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}#info-page section#beneficiaries>div .beneficiary .me-icon{background:#00151e;color:#fff;padding:.5rem;border-radius:8px;width:3rem;height:3rem}#info-page section#contact-us-form>div{width:500px;max-width:90%;margin:auto}#info-page section#contact-us-form>div input,#info-page section#contact-us-form>div textarea{background:#eaeaea}#info-page section#contact-us-form>div .button{background:#012332;color:#fff;display:block}#home-page{--headerHeight:85px}@media screen and (max-width:540px){#home-page{--headerHeight:70px}}#home-page section#intro{background:url(/images/splash/intro_texture.jpg) center no-repeat;background-size:cover;padding:0;text-align:center}#home-page section#intro>div{padding-top:var(--headerHeight);height:100vh;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;color:#fff;gap:2rem}#home-page section#intro>div>.left{display:flex;flex-direction:column;gap:1rem;align-items:center}#home-page section#intro>div>.left>img{width:10vw;height:10vw;object-fit:contain;margin-bottom:2rem}#home-page section#intro>div>.left>.big{font-size:3rem;font-weight:var(--font-weight-bold)}#home-page section#intro>div>.left>.small{font-size:1.6rem;color:rgba(255,255,255,.8)}#home-page section#intro>div>.left>.actions{display:flex;flex-direction:row;gap:1rem}#home-page section#intro>div>.left>.actions .button{background:#fff;color:#00151e}#home-page section#intro>div>.right>img{height:calc(80vh - var(--headerHeight));object-fit:contain;aspect-ratio:1/1.85}@media screen and (max-width:768px){#home-page section#intro>div{flex-direction:column;justify-content:center;align-items:center;padding-top:calc(var(--headerHeight) + 2rem);padding-bottom:2rem;gap:3rem}#home-page section#intro>div>.left img{width:30vw;height:30vw;object-fit:contain;margin-bottom:2rem}#home-page section#intro>div>.right img{height:calc(40vh - var(--headerHeight));object-fit:contain;aspect-ratio:1/1.85}}#home-page section#about-us>div{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:2rem}#home-page section#about-us>div>.img-wrapper{flex:1;text-align:center}#home-page section#about-us>div>.img-wrapper img{width:25vw;height:25vw;object-fit:contain}#home-page section#about-us>div>.texts{flex:1;display:flex;flex-direction:column;gap:1rem}#home-page section#about-us>div>.texts .title{font-size:3rem;font-weight:var(--font-weight-bold);color:#00151e}#home-page section#about-us>div>.texts .description{font-size:2rem;color:rgba(0,21,30,.8)}@media screen and (max-width:768px){#home-page section#about-us>div{flex-direction:column;justify-content:center;align-items:center;gap:2rem;text-align:center}#home-page section#about-us>div .img-wrapper{margin-bottom:2rem}#home-page section#about-us>div>.texts{align-items:center}}#home-page section#prices{background:#a7b5c0;text-align:center}#home-page section#prices>div>.title{color:#fff;margin-bottom:3rem;font-size:3rem;font-weight:var(--font-weight-bold)}#home-page section#prices>div>.packages>.slider-wrapper .slider .package{padding:1rem;text-align:center;color:#00151e}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div{background:#fff;border-radius:8px;overflow:hidden;padding:3rem 0}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div .data{display:flex;flex-direction:column;gap:1rem;padding:0 1rem;margin-bottom:1rem}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div .data .name{font-weight:var(--font-weight-bold);color:#899cab;font-size:1.2rem;margin-bottom:1rem}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div .data .price{font-weight:var(--font-weight-bold)}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div .data .price .monthly{font-size:1.6rem;color:rgba(0,0,0,.6);margin-bottom:1rem}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div .data .price .yearly{font-size:2rem;color:#000}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div .data .price-hint{color:rgba(0,21,30,.7)}#home-page section#prices>div>.packages>.slider-wrapper .slider .package>div .details{background:#00151e;padding:.5rem;color:#fff;display:flex;flex-direction:column;gap:1rem}#home-page section#prices>div>.button{margin-top:3rem;background:#00151e;color:#fff;width:300px;max-width:80vw}#home-page section#our-job>div{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:2rem}#home-page section#our-job>div>.img-wrapper{flex:1;text-align:center}#home-page section#our-job>div>.img-wrapper img{width:30vw;object-fit:contain;border-radius:20px;box-shadow:0 6px 10px 0 rgba(0,0,0,.07),0 1px 18px 0 rgba(0,0,0,.06),0 3px 5px -1px rgba(0,0,0,.1)}#home-page section#our-job>div>.texts{flex:1;display:flex;flex-direction:column;gap:1rem}#home-page section#our-job>div>.texts img{width:10vw;height:10vw;object-fit:contain}#home-page section#our-job>div>.texts .title{font-size:3rem;font-weight:var(--font-weight-bold);color:#00151e}#home-page section#our-job>div>.texts .description{font-size:2rem;color:rgba(0,21,30,.8)}@media screen and (max-width:768px){#home-page section#our-job>div{flex-direction:column;justify-content:center;align-items:center;gap:2rem;text-align:center}#home-page section#our-job>div .img-wrapper{margin-bottom:2rem}#home-page section#our-job>div .img-wrapper img{width:50vw;min-width:250px}#home-page section#our-job>div>.texts{align-items:center}}main.auth-page section.form{padding:0!important}main.auth-page section.form>div{width:100%!important;max-width:100%!important;display:flex;flex-direction:row;min-height:100vh}main.auth-page section.form>div>.logo-container{flex:auto;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 4rem 1rem}body[data-theme=light] main.auth-page section.form>div>.logo-container{background:#fff}body[data-theme=dark] main.auth-page section.form>div>.logo-container{background:#00151e}main.auth-page section.form>div>.logo-container .logo{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;width:15vw;height:15vw;min-width:120px;min-height:120px}main.auth-page section.form>div>.form-container{flex:auto;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding-bottom:1rem}body[data-theme=light] main.auth-page section.form>div>.form-container{background:#fbfbfc}body[data-theme=dark] main.auth-page section.form>div>.form-container{background:#012332}main.auth-page section.form>div>.form-container>div{display:flex;flex-direction:column;justify-content:center;align-items:stretch;width:360px;margin:auto;text-align:center;padding:2rem 0}main.auth-page section.form>div>.form-container>div>.title-container{margin-bottom:2rem}main.auth-page section.form>div>.form-container>div>.title-container h1{color:var(--color-text);text-transform:uppercase}main.auth-page section.form>div>.form-container>div>.title-container small{color:#0a7db0}@media screen and (max-width:842px){main.auth-page section.form>div{display:flex;flex-direction:column;min-height:100vh;width:100%!important;max-width:100%!important}main.auth-page section.form>div>.logo-container{width:100%;padding:4rem}main.auth-page section.form>div>.form-container{width:100%}main.auth-page section.form>div>.form-container>div{width:360px;max-width:90%}}main.login-page .reset{margin-top:-1rem;margin-bottom:2rem;text-align:left}main.reset-password-page section.form>div .login{margin-top:2rem}main.reset-password-page section.form>div .login .btn{display:block;font-size:1.5rem;font-weight:700;color:#012332}main#new-business{background:var(--color-background)}main#new-business>section>div{width:1000px;max-width:90%;margin:auto}main#new-business .header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;text-align:right}main#new-business .header .logo{width:80px;height:80px}main#new-business .header .titles .title{margin-bottom:1rem;font-size:1.2rem;font-weight:var(--font-weight-bold)}main#new-business .header .titles .sub-title{color:#0a7db0}main#new-business .header.finalize{flex-direction:column;justify-content:center;align-items:center;gap:2rem;text-align:center}main#new-business .header.finalize .titles .sub-title{color:#52ca6a}main#new-business section#business-type>div .list{padding:2rem calc(80px + 2rem) 2rem 2rem;display:grid;grid-gap:2rem;grid-template-columns:repeat(1,1fr);text-align:center}@media screen and (min-width:421px){main#new-business section#business-type>div .list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){main#new-business section#business-type>div .list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:541px){main#new-business section#business-type>div .list{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:769px){main#new-business section#business-type>div .list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1025px){main#new-business section#business-type>div .list{grid-template-columns:repeat(4,1fr)}}main#new-business section#business-type>div .list .item{-webkit-user-select:none;user-select:none;transition:.5s ease;cursor:pointer;padding:1rem;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;aspect-ratio:1.5;border-radius:8px;border:1px solid #a7b5c0}main#new-business section#business-type>div .list .item:hover{opacity:70%}main#new-business section#business-type>div .list .item.selected{border-color:#52ca6a;color:#52ca6a;background:rgba(82,202,106,.05);border-width:3px;font-weight:var(--font-weight-bold)}body[data-theme=dark] main#new-business section#business-type>div .list .item{background:#012e41;border-color:#02435f}body[data-theme=dark] main#new-business section#business-type>div .list .item.selected{border-color:#52ca6a;color:#52ca6a;background:rgba(82,202,106,.05)}main#new-business section#business-details>div>.form{padding-top:3rem;width:500px;max-width:90%;margin:auto}main#new-business section#footer-buttons>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between}#close-fiscal-year-page .current{display:flex;flex-direction:column;gap:.6rem}#close-fiscal-year-page .current>:last-child{color:#f8a500;font-size:1.6rem;font-weight:var(--font-weight-medium)}#close-fiscal-year-page .closed-already,#close-fiscal-year-page .no-previous{color:#7b5d5d;font-size:1.6rem;font-weight:var(--font-weight-medium)}#close-fiscal-year-page .can-close{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;background:var(--color-background2);padding:1rem;border-radius:8px}#close-fiscal-year-page .can-close .closable{display:flex;flex-direction:column;gap:.6rem}#close-fiscal-year-page .can-close .closable>:last-child{color:#f8a500;font-size:1.6rem;font-weight:var(--font-weight-medium)}#close-fiscal-year-page .can-close .how{color:var(--color-text);font-size:1.2rem;font-weight:var(--font-weight-medium)}#close-fiscal-year-page .can-close .notes{display:flex;flex-direction:column;gap:.6rem}#close-fiscal-year-page .can-close .notes>*{color:var(--color-text);font-size:1.1rem}#close-fiscal-year-page .can-close .close{align-self:flex-end}#error-page{display:flex;flex-direction:column;justify-content:center;align-items:center}#error-page .error-description{font-size:3rem;color:#00151e}#error-page .home-btn{margin-top:2rem}