:root{--brand-color-blue-900:#244791;--brand-color-blue-800:#2a53a9;--brand-color-blue-700:#415cc4;--brand-color-blue-600:#366ad9;--brand-color-blue-500:#3c76f1;--brand-color-blue-400:#6391f4;--brand-color-blue-300:#c5d6fb;--brand-color-blue-200:#d8e4fc;--brand-color-blue-100:#ecf1fe;--brand-color-dark-blue-900:#04112a;--brand-color-dark-blue-800:#06183a;--brand-color-dark-blue-700:#061b42;--brand-color-dark-blue-600:#071f4b;--brand-color-dark-blue-500:#082253;--brand-color-dark-blue-400:#213864;--brand-color-dark-blue-300:#394e75;--brand-color-dark-blue-200:#9ba6bc;--brand-color-dark-blue-100:#ced3dd;--brand-color-tiffany-900:#0a7c79;--brand-color-tiffany-800:#0b918d;--brand-color-tiffany-700:#0da6a1;--brand-color-tiffany-600:#0ebab5;--brand-color-tiffany-500:#10cfc9;--brand-color-tiffany-400:#40d9d4;--brand-color-tiffany-300:#58ddd9;--brand-color-tiffany-200:#cff5f4;--brand-color-tiffany-100:#e7fafa;--brand-color-orange-900:#53250e;--brand-color-orange-800:#823a16;--brand-color-orange-700:#a3491b;--brand-color-orange-600:#cc5b22;--brand-color-orange-500:#ff722a;--brand-color-orange-400:#ff9058;--brand-color-orange-300:#ffb995;--brand-color-orange-200:#ffe0cf;--brand-color-orange-100:#fff1ea;--danger-colors-700:#c33;--danger-colors-500:#ff4040;--danger-colors-100:#ff8c8c;--warning-colors-600:#e6a832;--warning-colors-500:#ffbb38;--warning-colors-100:#ffd688;--success-colors-600:#00b374;--success-colors-500:#00c781;--success-colors-100:#66ddb3;--greys-colors-800:#191919;--greys-colors-700:#323232;--greys-colors-600:#4b4b4b;--greys-colors-500:#969696;--greys-colors-400:#afafaf;--greys-colors-300:#c8c8c8;--greys-colors-200:#e1e1e1;--greys-colors-100:#f9fafb;--black-color:#000;--white:#fff;--background-primary-bg:#f5f8fa;--background-secundary-bg:#edf1f8;--background-tertiary:#f7f8fa;--opaticy-dark-05:rgba(0,0,0,.05);--opaticy-dark-10:rgba(0,0,0,.1);--opaticy-dark-20:rgba(0,0,0,.2);--opaticy-dark-40:rgba(0,0,0,.4);--opaticy-dark-80:rgba(0,0,0,.8);--neutral-100:var(--greys-colors-100);--shadow-soft:0 8px 24px rgba(0,0,0,.08)}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}svg{background:none}button{background:transparent;border:0;box-sizing:border-box;cursor:pointer}.form-section{background-color:var(--white);border-radius:16px;box-shadow:0 4px 20px #00000005;display:flex;flex-direction:column;overflow:visible;width:100%}.form-section__header{border-bottom:1px solid var(--greys-colors-100);padding:24px 32px}.form-section__content{display:flex;flex-direction:column;gap:32px;padding:32px}.form-structure{display:flex;flex-direction:column;gap:24px;width:100%}.form-row{align-items:flex-end;display:grid;gap:24px;width:100%}.form-fields-soft .dp__input,.form-fields-soft .form-common-search__input,.form-fields-soft .input-common__input,.form-fields-soft .selects-searchable__box-text,.form-fields-soft .selects-simple__box-text{background-color:#f9fafb!important;border:1px solid transparent!important;border-radius:12px!important;box-shadow:none!important;color:var(--greys-colors-900)!important;font-family:inherit!important;font-size:14px!important;height:42px!important;min-height:42px!important;padding-left:16px!important;padding-right:16px!important;transition:all .2s ease-in-out}.form-fields-soft .dp__input:focus,.form-fields-soft .form-common-search__input:focus-within,.form-fields-soft .input-common__input:focus-within,.form-fields-soft .selects-searchable__box-text:hover,.form-fields-soft .selects-simple__box-text:hover{background-color:var(--white)!important;border-color:var(--brand-color-dark-blue-200)!important;box-shadow:0 4px 12px #0000000d!important}.form-fields-soft .selects-searchable.filled .placeholder .typography,.form-fields-soft .selects-searchable.filled .placeholder p,.form-fields-soft .selects-simple.filled .placeholder .typography,.form-fields-soft .selects-simple.filled .placeholder p{color:var(--greys-colors-800)!important}.form-fields-soft .date-input__label,.form-fields-soft .input-common__label,.form-fields-soft .selects-searchable__box-label,.form-fields-soft .selects-simple__box-label{color:var(--brand-color-dark-blue-900)!important;display:block;font-size:14px!important;font-weight:500!important;margin-bottom:8px!important;text-transform:none!important}.form-fields-soft .selects-searchable__box-text--content,.form-fields-soft .selects-simple__box-text--content{align-items:center;display:flex;height:100%;padding:0!important}.form-fields-soft .selects-searchable__box-text--icon,.form-fields-soft .selects-simple__box-text img{right:16px!important}.form-fields-soft .selects-searchable .placeholder,.form-fields-soft .selects-simple .placeholder{color:var(--brand-color-dark-blue-200)!important;padding:0!important}.form-fields-soft .wrapper-selects-simple{overflow:visible!important;position:relative!important}.form-fields-soft .wrapper-selects-simple__dropdown{background:var(--white)!important;border:1px solid var(--greys-colors-100)!important;border-radius:8px!important;box-shadow:0 4px 12px #0000001a!important;max-height:200px!important;overflow-y:auto!important;position:absolute!important;width:100%!important;z-index:9999!important}.form-fields-soft .wrapper-selects-simple__dropdown .wrapper-dropdown-item.activated,.form-fields-soft .wrapper-selects-simple__dropdown .wrapper-dropdown-item:hover{background:var(--brand-color-blue-500)!important;color:var(--white)!important}.form-fields-soft .wrapper-selects-simple__dropdown .wrapper-dropdown-item.activated *,.form-fields-soft .wrapper-selects-simple__dropdown .wrapper-dropdown-item:hover *{color:var(--white)!important}.form-fields-soft .dp__main{font-family:inherit}.form-fields-soft .dp__input_icon{display:none}*{box-sizing:border-box;font-family:degular,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased}.container{margin:0 auto;max-width:1280px}.section{padding:6rem 1rem}.loading .anim-loading{border-color:transparent;overflow:hidden;pointer-events:none;position:relative}.loading .anim-loading:after{animation:loadingEffect 3s infinite;background:linear-gradient(45deg,var(--neutral-color-light-0) 25%,var(--neutral-color-light-400) 50%,var(--neutral-color-light-0) 75%);background-size:300%;border-radius:4px;content:"";inset:0;pointer-events:none;position:absolute;z-index:99}img{image-rendering:optimizequality;image-rendering:-webkit-optimize-contrast}input::-moz-placeholder{color:var(--brand-color-dark-blue-200);font-size:14px;font-style:normal;font-weight:400;line-height:20px}input::placeholder{color:var(--brand-color-dark-blue-200);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.wrapper-template{gap:48px;padding:48px}.wrapper-template,.wrapper-template .content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.wrapper-template .content{gap:32px}.wrapper-template .content .header{align-items:center;display:flex;gap:43px;justify-content:space-between;width:100%}.wrapper-template .content .header-content{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:9px}.wrapper-template .content .header-content__title{font-weight:700!important;line-height:20px}.wrapper-template .content .header-content__subtitle{color:var(--greys-colors-500)!important;font-size:14px!important;font-weight:400!important;line-height:28px}.wrapper-template .content .header-actions{display:flex;flex-wrap:wrap;gap:4px;transition:opacity .24s ease,transform .24s ease}.wrapper-template .content .main{display:flex;flex-direction:column;gap:32px;justify-content:flex-start;width:100%}.wrapper-template .content .main-empty{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding-top:150px}.filter-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0b121275!important;z-index:35!important}body.is-page-scrolled .wrapper-template .content .header .header-actions{opacity:0;pointer-events:none;transform:translateY(-10px)}
