@layer layouts{footer{justify-content:space-between;padding:1rem 0;display:flex}}@layer base{body{font-family:sans-serif;line-height:calc(1em + .5rem)}h1{line-height:1.25}h1,h2,h3,h4,h5,h6{font-family:Roboto}p,ul,a,input,button,label,table,select,option{font-family:Roboto;font-weight:400}::placeholder{font-family:Roboto;font-weight:400}*,:before,:after{box-sizing:border-box;margin:0;padding:0;line-height:calc(.5rem + 1em)}:where(:not(:is(fieldset,progress,meter))){background-repeat:no-repeat;background-origin:border-box;border-style:solid;border-width:0}html{-moz-text-size-adjust:none;text-size-adjust:none;height:100%}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;min-height:100%;position:relative;overflow-x:clip}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-bottom:0}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{text-wrap:pretty}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(ul,ol){list-style-position:inside}:where(ul,ol)[role=list]{list-style:none}a{text-underline-offset:.15em;background-color:#0000;text-decoration:none;text-decoration-thickness:max(.08em,1px)}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}b,strong{font-weight:bolder}:where(img,picture,svg,video,canvas,audio,iframe,embed,object){max-width:100%;height:auto;display:block}:where(img,svg,video){max-width:100%;height:auto}:where(svg){stroke:none;fill:currentColor}:where(svg):where(:not([width])){width:5rem}:where(svg) :where(:not([fill])){stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}:where(input,button,textarea,select){color:inherit;font:inherit;letter-spacing:inherit;word-spacing:inherit}:where(input[type=file])::-webkit-file-upload-button{color:inherit;font:inherit;letter-spacing:inherit;word-spacing:inherit}input,button,textarea,select,optgroup{font:inherit;outline:none}input::placeholder{font:inherit;outline:none}button,[type=button],[type=reset],[type=submit]{appearance:none;cursor:pointer}input,button,textarea,select{font-family:inherit;font-size:inherit}:where(textarea){resize:vertical}@supports (resize:block){:where(textarea){resize:block}}table{border-collapse:collapse;border-spacing:0}code,kbd,samp{font-family:monospace;font-size:1em}summary{cursor:pointer}:target{scroll-margin-block:5ex}[id]{scroll-margin-top:2rem}:where(:not(:active)):focus-visible{outline-offset:5px}:where(button,button[type],input[type=button],input[type=submit],input[type=reset]){-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;text-align:center}:where(input[type=file])::-webkit-file-upload-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;text-align:center}:where(input[type=file])::-ms-browse{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;text-align:center}:where(input[type=file])::file-selector-button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;text-align:center}:where(button,button[type],input[type=button],input[type=submit],input[type=reset])[disabled]{cursor:not-allowed}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html:focus-within{scroll-behavior:smooth}:focus-visible{transition:outline-offset .145s cubic-bezier(.25,0,.4,1)}:where(:not(:active)):focus-visible{transition-duration:.25s}}}@media screen and (max-width:1023px){.mobile-order-1{order:1}.mobile-order-2{order:2}.mobile-order-3{order:3}.mobile-order-4{order:4}.mobile-order-5{order:5}.d-none-mobile{display:none!important}}.min-h-100vh{min-height:100vh}.h-100svh{height:100svh}.d-none{display:none!important}.content{margin:0 2rem 2rem;position:relative}.app{height:100%;display:flex}.app__content{z-index:5;flex-direction:column;flex:1;width:calc(100% - 200px);max-height:100vh;display:flex}.app .wrapper{background-color:#f1f4fc;height:100%;padding:2rem;overflow-y:auto}@layer components{.accordion{border-bottom:1px solid #e0e0e6}.accordion__title{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 0;font-weight:700;list-style:none;display:flex;position:relative}.accordion__title:after{content:"";border-bottom:2px solid #888;border-right:2px solid #888;width:.5rem;height:.5rem;margin-left:.5rem;margin-right:.5rem;transition:transform .3s;display:block;transform:rotate(45deg)}.accordion[open] .accordion__title:after{transform:rotate(135deg)}.accordion__content{background:#fff;padding-bottom:1rem}.alert{color:inherit;background-color:#0000;border:1px solid #000;border-radius:.5rem;width:100%;padding:.825rem 1.25rem;font-size:1rem;font-weight:600;line-height:1;display:block;position:relative}.alert--xs{padding:.5rem .75rem;font-size:.75rem}.alert--sm{padding:.75rem 1rem;font-size:.875rem}.alert--md{padding:.825rem 1.25rem;font-size:1rem}.alert--lg{padding:1.25rem 1.5rem;font-size:1.25rem}.alert--xl{padding:1.5rem 1.75rem;font-size:1.5rem}.alert--soft-red{color:#ee6767;background-color:#ffd9d9;border:2px solid #ee6767}.alert--high-red{color:#ffd9d9;background-color:#ee6767;border:2px solid #ee6767}.alert--soft-orange{color:#ffa200;background-color:#fff0d6;border:2px solid #ffa200}.alert--high-orange{color:#fff0d6;background-color:#ffa200;border:2px solid #ffa200}.alert--soft-blue{color:#4e7aff;background-color:#ebf0ff;border:2px solid #4e7aff}.alert--high-blue{color:#ebf0ff;background-color:#4e7aff;border:2px solid #4e7aff}.alert--soft-green{color:#00cb58;background-color:#dcffeb;border:2px solid #00cb58}.alert--high-green{color:#dcffeb;background-color:#00cb58;border:2px solid #00cb58}.alert--soft-purple{color:#8454ff;background-color:#e6dcff;border:2px solid #8454ff}.alert--high-purple{color:#e6dcff;background-color:#8454ff;border:2px solid #8454ff}.alert--soft-grey{color:#809fb8;background-color:#f0f3f5;border:2px solid #809fb8}.alert--high-grey{color:#f0f3f5;background-color:#809fb8;border:2px solid #809fb8}.alert--soft-brown{color:#c56c4a;background-color:#fff3d0;border:2px solid #c56c4a}.alert--high-brown{color:#fff3d0;background-color:#c56c4a;border:2px solid #c56c4a}.alert--soft-cyan{color:#51e5e6;background-color:#f2ffff;border:2px solid #51e5e6}.alert--high-cyan{color:#f2ffff;background-color:#51e5e6;border:2px solid #51e5e6}.alert--soft-black{color:#202020;background-color:#f1f1f1;border:2px solid #202020}.alert--high-black{color:#f1f1f1;background-color:#202020;border:2px solid #202020}.avatar{color:#fff;background-color:#4d5b8c;border-radius:100%;flex-direction:column;justify-content:center;align-items:center;width:3rem;height:3rem;padding:.25rem;font-size:1.25rem;font-weight:600;display:flex;overflow:hidden}.avatar:has(img){padding:0}.avatar img{object-fit:cover;width:100%;height:100%}.avatar--xs{width:2rem;height:2rem;font-size:.875rem}.avatar--sm{width:2.5rem;height:2.5rem;font-size:1rem}.avatar--md{width:3rem;height:3rem;font-size:1.25rem}.avatar--lg{width:3.5rem;height:3.5rem;font-size:1.5rem}.avatar--xl{width:4rem;height:4rem;font-size:1.75rem}.badge{text-transform:uppercase;border-radius:.5rem;align-content:center;width:max-content;padding:.375rem;font-size:.75rem;font-weight:600;line-height:1;display:block}.badge--xs{padding:.125rem;font-size:.5rem}.badge--sm{padding:.25rem;font-size:.5rem}.badge--md{padding:.375rem;font-size:.75rem}.badge--lg{padding:.5rem;font-size:1rem}.badge--soft-red{color:#ee6767;background-color:#ffd9d9;border:1px solid #ee6767}.badge--high-red{color:#ffd9d9;background-color:#ee6767;border:1px solid #ee6767}.badge--soft-orange{color:#ffa200;background-color:#fff0d6;border:1px solid #ffa200}.badge--high-orange{color:#fff0d6;background-color:#ffa200;border:1px solid #ffa200}.badge--soft-blue{color:#4e7aff;background-color:#ebf0ff;border:1px solid #4e7aff}.badge--high-blue{color:#ebf0ff;background-color:#4e7aff;border:1px solid #4e7aff}.badge--soft-green{color:#00cb58;background-color:#dcffeb;border:1px solid #00cb58}.badge--high-green{color:#dcffeb;background-color:#00cb58;border:1px solid #00cb58}.badge--soft-purple{color:#8454ff;background-color:#e6dcff;border:1px solid #8454ff}.badge--high-purple{color:#e6dcff;background-color:#8454ff;border:1px solid #8454ff}.badge--soft-grey{color:#809fb8;background-color:#f0f3f5;border:1px solid #809fb8}.badge--high-grey{color:#f0f3f5;background-color:#809fb8;border:1px solid #809fb8}.badge--soft-brown{color:#c56c4a;background-color:#fff3d0;border:1px solid #c56c4a}.badge--high-brown{color:#fff3d0;background-color:#c56c4a;border:1px solid #c56c4a}.badge--soft-cyan{color:#51e5e6;background-color:#f2ffff;border:1px solid #51e5e6}.badge--high-cyan{color:#f2ffff;background-color:#51e5e6;border:1px solid #51e5e6}.badge--soft-black{color:#202020;background-color:#f1f1f1;border:1px solid #202020}.badge--high-black{color:#f1f1f1;background-color:#202020;border:1px solid #202020}nav.breadcrumb ul{list-style:none;display:inline-flex}nav.breadcrumb ul li{height:max-content}nav.breadcrumb ul li:not(:last-child):after{content:"/";padding:.25rem}nav.breadcrumb ul li:not(:last-child) a{opacity:.75}nav.breadcrumb ul li a{color:#4d5b8c;border-radius:.25rem;padding:.25rem;line-height:1;text-decoration:none;transition:background-color .2s ease-in-out;display:inline-block}nav.breadcrumb ul li a:hover{background-color:#d5d5d5}.btn{cursor:pointer;border-style:solid;border-width:2px;border-radius:.5rem;outline:none;justify-content:center;align-items:center;width:fit-content;padding:.75rem 1rem;font-size:1rem;font-weight:400;line-height:1;transition:all .25s ease-in-out;display:inline-flex}.btn--xs{padding:.5rem .75rem;font-size:.75rem}.btn--sm{padding:.5rem 1rem;font-size:.875rem}.btn--md{padding:.75rem 1rem;font-size:1rem}.btn--lg{padding:.75rem 1.5rem;font-size:1.125rem}.btn--xl{padding:.75rem 2rem;font-size:1.25rem}.btn--xxl{padding:.75rem 2.5rem;font-size:1.375rem}.btn--primary{color:#fff;background-color:#4d5b8c;border-color:#4d5b8c}.btn--primary:not(:disabled):is(:hover,:active,:focus){background-color:#2e3754;border-color:#2e3754}.btn--primary-outline{color:#4d5b8c;background-color:#0000;border-color:#4d5b8c}.btn--primary-outline:not(:disabled):is(:hover,:active,:focus){color:#fff;background-color:#4d5b8c}.btn--secondary{color:#fff;background-color:#ff8000;border-color:#ff8000}.btn--secondary:not(:disabled):is(:hover,:active,:focus){background-color:#994d00;border-color:#994d00}.btn--secondary-outline{color:#ff8000;background-color:#0000;border-color:#ff8000}.btn--secondary-outline:not(:disabled):is(:hover,:active,:focus){color:#fff;background-color:#ff8000}.btn--success{color:#fff;background-color:#22b934;border-color:#22b934}.btn--success:not(:disabled):is(:hover,:active,:focus){background-color:#146f1f;border-color:#146f1f}.btn--success-outline{color:#22b934;background-color:#0000;border-color:#22b934}.btn--success-outline:not(:disabled):is(:hover,:active,:focus){color:#fff;background-color:#22b934}.btn--danger{color:#fff;background-color:#ba2123;border-color:#ba2123}.btn--danger:not(:disabled):is(:hover,:active,:focus){background-color:#701415;border-color:#701415}.btn--danger-outline{color:#ba2123;background-color:#0000;border-color:#ba2123}.btn--danger-outline:not(:disabled):is(:hover,:active,:focus){color:#fff;background-color:#ba2123}.btn--warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn--warning:not(:disabled):is(:hover,:active,:focus){background-color:#b06d0f;border-color:#b06d0f}.btn--warning-outline{color:#f0ad4e;background-color:#0000;border-color:#f0ad4e}.btn--warning-outline:not(:disabled):is(:hover,:active,:focus){color:#fff;background-color:#f0ad4e}.btn--info{color:#fff;background-color:#5abfdd;border-color:#5abfdd}.btn--info:not(:disabled):is(:hover,:active,:focus){background-color:#207f9b;border-color:#207f9b}.btn--info-outline{color:#5abfdd;background-color:#0000;border-color:#5abfdd}.btn--info-outline:not(:disabled):is(:hover,:active,:focus){color:#fff;background-color:#5abfdd}.btn--soft-red{color:#ee6767;background-color:#ffd9d9;border-color:#ffd9d9}.btn--soft-red:not(:disabled):is(:hover,:active,:focus),.btn--high-red{color:#ffd9d9;background-color:#ee6767;border-color:#ee6767}.btn--high-red:not(:disabled):is(:hover,:active,:focus){color:#ee6767;background-color:#ffd9d9;border-color:#ffd9d9}.btn--soft-orange{color:#ffa200;background-color:#fff0d6;border-color:#fff0d6}.btn--soft-orange:not(:disabled):is(:hover,:active,:focus),.btn--high-orange{color:#fff0d6;background-color:#ffa200;border-color:#ffa200}.btn--high-orange:not(:disabled):is(:hover,:active,:focus){color:#ffa200;background-color:#fff0d6;border-color:#fff0d6}.btn--soft-blue{color:#4e7aff;background-color:#ebf0ff;border-color:#ebf0ff}.btn--soft-blue:not(:disabled):is(:hover,:active,:focus),.btn--high-blue{color:#ebf0ff;background-color:#4e7aff;border-color:#4e7aff}.btn--high-blue:not(:disabled):is(:hover,:active,:focus){color:#4e7aff;background-color:#ebf0ff;border-color:#ebf0ff}.btn--soft-green{color:#00cb58;background-color:#dcffeb;border-color:#dcffeb}.btn--soft-green:not(:disabled):is(:hover,:active,:focus),.btn--high-green{color:#dcffeb;background-color:#00cb58;border-color:#00cb58}.btn--high-green:not(:disabled):is(:hover,:active,:focus){color:#00cb58;background-color:#dcffeb;border-color:#dcffeb}.btn--soft-purple{color:#8454ff;background-color:#e6dcff;border-color:#e6dcff}.btn--soft-purple:not(:disabled):is(:hover,:active,:focus),.btn--high-purple{color:#e6dcff;background-color:#8454ff;border-color:#8454ff}.btn--high-purple:not(:disabled):is(:hover,:active,:focus){color:#8454ff;background-color:#e6dcff;border-color:#e6dcff}.btn--soft-grey{color:#809fb8;background-color:#f0f3f5;border-color:#f0f3f5}.btn--soft-grey:not(:disabled):is(:hover,:active,:focus),.btn--high-grey{color:#f0f3f5;background-color:#809fb8;border-color:#809fb8}.btn--high-grey:not(:disabled):is(:hover,:active,:focus){color:#809fb8;background-color:#f0f3f5;border-color:#f0f3f5}.btn--soft-brown{color:#c56c4a;background-color:#fff3d0;border-color:#fff3d0}.btn--soft-brown:not(:disabled):is(:hover,:active,:focus),.btn--high-brown{color:#fff3d0;background-color:#c56c4a;border-color:#c56c4a}.btn--high-brown:not(:disabled):is(:hover,:active,:focus){color:#c56c4a;background-color:#fff3d0;border-color:#fff3d0}.btn--soft-cyan{color:#51e5e6;background-color:#f2ffff;border-color:#f2ffff}.btn--soft-cyan:not(:disabled):is(:hover,:active,:focus),.btn--high-cyan{color:#f2ffff;background-color:#51e5e6;border-color:#51e5e6}.btn--high-cyan:not(:disabled):is(:hover,:active,:focus){color:#51e5e6;background-color:#f2ffff;border-color:#f2ffff}.btn--soft-black{color:#202020;background-color:#f1f1f1;border-color:#f1f1f1}.btn--soft-black:not(:disabled):is(:hover,:active,:focus),.btn--high-black{color:#f1f1f1;background-color:#202020;border-color:#202020}.btn--high-black:not(:disabled):is(:hover,:active,:focus){color:#202020;background-color:#f1f1f1;border-color:#f1f1f1}.btn--fluid{width:100%}.btn--center{margin:auto}.btn--icon{gap:.5rem}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--link{appearance:none;cursor:pointer;background-color:#0000;border:none;padding:0;transition:color .25s ease-in-out}.btn--link:hover{color:#4d5b8c}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a}.card__header{border-bottom:2px solid #efefef;justify-content:space-between;align-items:center;padding:2rem;display:flex}.card__header p{color:#191919;font-size:1.5rem}.card__body{padding:2rem}.card__footer{padding:0 2rem 2rem}.dropdown{position:relative}.dropdown--open .dropdown__content{opacity:1;visibility:visible;-webkit-user-select:auto;user-select:auto;transition:opacity .15s ease-out,transform .15s ease-out,visibility linear;transform:scale(1)}.dropdown--open .dropdown__toggle__icon{transform:rotate(180deg)}.dropdown__toggle{cursor:pointer}.dropdown__toggle__icon{transition:transform .15s ease-in-out}.dropdown__content{z-index:10;opacity:0;visibility:hidden;transform-origin:top;-webkit-user-select:none;user-select:none;background-color:#fff;border:1px solid #efefef;border-radius:.5rem;width:max-content;max-width:300px;transition:opacity .15s ease-out,transform .15s ease-out,visibility 0s linear .15s;position:absolute;overflow:hidden;transform:scale(.95);box-shadow:0 10px 15px -3px #0000001a}.dropdown__content>:not(.dropdown__divider){color:#191919;padding:.5rem 1rem;text-decoration:none;display:block}.dropdown__content>:not(.dropdown__divider):is(a):hover{background-color:#dedede}.dropdown__divider{background-color:#efefef;width:100%;height:2px;margin-top:.25rem;margin-bottom:.25rem}.dropdown--tl .dropdown__content{transform-origin:0 100%;margin-bottom:.5rem;bottom:100%;left:0}.dropdown--tr .dropdown__content{transform-origin:100% 100%;margin-bottom:.5rem;bottom:100%;right:0}.dropdown--bl .dropdown__content{transform-origin:0 0;margin-top:.5rem;top:100%;left:0}.dropdown--br .dropdown__content{transform-origin:100% 0;margin-top:.5rem;top:100%;right:0}.icon{display:block}.icon--xxs{width:1rem;height:1rem}.icon--xs{width:2rem;height:2rem}.icon--sm{width:3rem;height:3rem}.icon--md{width:4rem;height:4rem}.icon--lg{width:5rem;height:5rem}.icon--xl{width:6rem;height:6rem}.icon--xxl{width:7rem;height:7rem}.icon--fluid{width:100%;height:100%}img.img--fluid{width:100%}img.img--rounded{border-radius:.5rem}img.img--circle{aspect-ratio:1;border-radius:50%}.menu{z-index:10;background:#4d5b8c;flex-direction:column;justify-content:space-between;gap:2rem;height:100svh;transition:width .25s ease-in-out;display:flex;position:relative}.menu__logo{width:100%;margin:4rem 0 2rem;padding:0 1rem;display:block}.menu__logo--open svg{width:calc(200px - 2rem)}.menu__logo--close svg{width:calc(84px - 2rem)}.menu__logo a{display:block}.menu__list{white-space:nowrap;list-style:none}.menu__list li a{color:#fff;padding:1rem 2rem;transition:all .2s ease-in-out;display:flex}.menu__list li a:is(:hover,.active){color:#fff;background-color:#6877ac}.menu__list li a svg{min-width:1.25rem}.menu__toggle{color:#ff8000;cursor:pointer;background-color:#fff;border:1px solid #dedede;border-radius:100%;flex-direction:column;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:transform .25s ease-in-out,opacity .25s ease-in-out;display:flex;position:absolute;top:2.25rem;right:-1.25rem}.menu__toggle:hover{transform:scale(1.1)}.menu__toggle svg{width:1.5rem}.menu:hover .menu__toggle{opacity:1}@media screen and (max-width:1279px){.menu-open{position:absolute}}.menu-open .menu__list li a{gap:.5rem}.menu-open .menu__list__text,.menu-open .menu__logo>img:last-child{display:block}.menu-close .menu__list li a{justify-content:center;gap:0;padding:1rem}.menu-close .menu__list__text,.menu-close .menu__logo>img:last-child{display:none}.menu-close .menu__toggle{transform:rotate(180deg)}.menu-list{border-radius:.5rem;flex-direction:column;height:max-content;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.menu-list__item{background-color:#8e99c1}.menu-list__item:not(:last-child){border-bottom:1px solid #cecece}.menu-list__item__title{list-style:none}.menu-list__item__title a{color:#fff;gap:.5rem;padding:1rem;display:flex}.menu-list__item__title.active{background-color:#4d5b8c}.menu-list__item__title::marker{display:none}.menu-list__item__content svg:last-child{cursor:pointer}.menu-list__item__content__category{cursor:pointer;color:#4d5b8c;border-bottom:1px solid #000;justify-content:space-between;align-items:center;display:flex}.menu-list__item__content__category:is(:hover,.active){background-color:#f2f5ff}.menu-list__item__content__category__text{align-items:center;gap:1rem;width:100%;padding:1rem 1rem 1rem 2rem;display:flex}.menu-list__item__content__category__text svg{width:1.25rem}.modal{background-color:#fff;border-radius:.5rem;width:100%;margin:auto;overflow:scroll;box-shadow:0 10px 15px -3px #0000001a}.modal p,.modal ul,.modal ol,.modal a{color:#191919}.modal__close{color:#fff;cursor:pointer;background-color:#4d5b8c;border-radius:50%;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:.125rem;transition:transform .25s ease-in-out;display:flex;position:absolute;top:1rem;right:1rem}.modal__close:hover{transform:scale(1.1)}.modal__title{border-bottom:1px solid #adadad;padding:1rem}.modal__content{padding:1rem;overflow-y:auto}.modal__footer{justify-content:flex-end;gap:1rem;padding:1rem;display:flex}dialog.preview{padding:0}::-ms-backdrop{background-color:#00000080}::backdrop{background-color:#00000080}.notification{border-radius:.5rem;padding:.75rem 1rem;display:block}.notification--xs{padding:.5rem .75rem;font-size:.75rem}.notification--sm{padding:.75rem 1rem;font-size:.875rem}.notification--md{padding:.825rem 1.25rem;font-size:1rem}.notification--lg{padding:1.25rem 1.5rem;font-size:1.25rem}.notification--xl{padding:1.5rem 1.75rem;font-size:1.5rem}.notification--soft-red{color:#ee6767;background-color:#ffd9d9;border-left:.25rem solid #ee6767;font-size:1rem}.notification--high-red{color:#ffd9d9;background-color:#ee6767;border-left:.25rem solid #ffd9d9;font-size:1rem}.notification--soft-orange{color:#ffa200;background-color:#fff0d6;border-left:.25rem solid #ffa200;font-size:1rem}.notification--high-orange{color:#fff0d6;background-color:#ffa200;border-left:.25rem solid #fff0d6;font-size:1rem}.notification--soft-blue{color:#4e7aff;background-color:#ebf0ff;border-left:.25rem solid #4e7aff;font-size:1rem}.notification--high-blue{color:#ebf0ff;background-color:#4e7aff;border-left:.25rem solid #ebf0ff;font-size:1rem}.notification--soft-green{color:#00cb58;background-color:#dcffeb;border-left:.25rem solid #00cb58;font-size:1rem}.notification--high-green{color:#dcffeb;background-color:#00cb58;border-left:.25rem solid #dcffeb;font-size:1rem}.notification--soft-purple{color:#8454ff;background-color:#e6dcff;border-left:.25rem solid #8454ff;font-size:1rem}.notification--high-purple{color:#e6dcff;background-color:#8454ff;border-left:.25rem solid #e6dcff;font-size:1rem}.notification--soft-grey{color:#809fb8;background-color:#f0f3f5;border-left:.25rem solid #809fb8;font-size:1rem}.notification--high-grey{color:#f0f3f5;background-color:#809fb8;border-left:.25rem solid #f0f3f5;font-size:1rem}.notification--soft-brown{color:#c56c4a;background-color:#fff3d0;border-left:.25rem solid #c56c4a;font-size:1rem}.notification--high-brown{color:#fff3d0;background-color:#c56c4a;border-left:.25rem solid #fff3d0;font-size:1rem}.notification--soft-cyan{color:#51e5e6;background-color:#f2ffff;border-left:.25rem solid #51e5e6;font-size:1rem}.notification--high-cyan{color:#f2ffff;background-color:#51e5e6;border-left:.25rem solid #f2ffff;font-size:1rem}.notification--soft-black{color:#202020;background-color:#f1f1f1;border-left:.25rem solid #202020;font-size:1rem}.notification--high-black{color:#f1f1f1;background-color:#202020;border-left:.25rem solid #f1f1f1;font-size:1rem}.separator{background-color:#4d5b8c;border:none;height:2px;display:block}.separator--primary{background-color:#4d5b8c}.separator--secondary{background-color:#ff8000}.separator--tertiary{background-color:#041648}.separator--success{background-color:#22b934}.separator--danger{background-color:#ba2123}.separator--warning{background-color:#f0ad4e}.separator--info{background-color:#5abfdd}.separator--link{background-color:#3347ef}.separator--greyscale{background-color:#adadad}.separator--text{background-color:#191919}.separator--white{background-color:#fff}.separator--black{background-color:#000}.square{border-radius:.5rem;width:2rem;height:1.5rem;display:block}.square--xs{width:1.5rem;height:1rem}.square--sm{width:1.75rem;height:1.25rem}.square--md{width:2rem;height:1.5rem}.square--lg{width:2.26rem;height:1.75rem}.square--xl{width:2.5rem;height:2rem}.square--soft-red{background-color:#ffd9d9}.square--high-red{background-color:#ee6767}.square--soft-orange{background-color:#fff0d6}.square--high-orange{background-color:#ffa200}.square--soft-blue{background-color:#ebf0ff}.square--high-blue{background-color:#4e7aff}.square--soft-green{background-color:#dcffeb}.square--high-green{background-color:#00cb58}.square--soft-purple{background-color:#e6dcff}.square--high-purple{background-color:#8454ff}.square--soft-grey{background-color:#f0f3f5}.square--high-grey{background-color:#809fb8}.square--soft-brown{background-color:#fff3d0}.square--high-brown{background-color:#c56c4a}.square--soft-cyan{background-color:#f2ffff}.square--high-cyan{background-color:#51e5e6}.square--soft-black{background-color:#f1f1f1}.square--high-black{background-color:#202020}table{text-align:left;width:100%}table .sub-table{color:#000;background-color:#ffe6cc}table .sub-table thead{color:#000;background-color:#fc9;border-top-left-radius:.5rem}table thead{color:#fff;background-color:#8e99c1;border-top-left-radius:.5rem}table thead th{padding:.5rem;font-weight:500}table thead th:first-child{border-top-left-radius:.5rem}table thead th:last-child{border-top-right-radius:.5rem}table tbody tr{border-bottom:1px solid #8e99c1}table tbody tr td{padding:.5rem!important;line-height:1.25!important}table tbody tr td:has(select){padding:.5rem}table tbody tr td a,table tbody tr td a:visited{color:inherit;text-decoration:underline}table tbody tr td:last-child:not(.dt-empty):not(:first-child){gap:.5rem;display:flex}table tbody tr td:last-child:not(.dt-empty):not(:first-child) svg{max-width:initial;cursor:pointer}table tbody tr td:last-child a{margin-right:.5rem}table tbody tr:last-child td:first-child{border-bottom-left-radius:.5rem}table tbody tr:last-child td:last-child{border-bottom-right-radius:.5rem}table tfoot td,table tfoot th{padding:.5rem}table select{width:100px;padding:.5rem}table.table-hover tbody tr:hover{color:#fff!important;background-color:#4d5b8c!important}table.table-hover tbody tr:hover a{color:#fff!important}table.table-striped tbody tr:nth-child(2n){background-color:#efefef}.dt-layout-row{justify-content:space-between;display:flex}.dt-layout-table{margin-top:1rem;margin-bottom:1rem}.dt-layout-cell{width:100%}.dt-layout-cell:not(:has(table)){width:max-content}div.dt-container div.dt-layout-cell.dt-end{text-align:right}.dt-info{font-family:Roboto}.dt-length>label,.dt-search{align-items:center;gap:.5rem;display:flex}.dt-search label{width:45%;margin-bottom:0!important}.dt-search input[type=search]{padding:.5rem}.dt-paging{border:2px solid #4d5b8c;border-radius:.5rem;width:max-content;display:flex;overflow:hidden}.dt-paging nav{display:flex}.dt-paging-button{appearance:none;color:#4d5b8c;background-color:#fff;border:none;padding:.75rem;font-weight:500;line-height:1;display:block}.dt-paging-button:is(.current,.previous:not(.disabled),.next:not(.disabled)){color:#fff;background-color:#4d5b8c}.table{text-align:left;width:100%}.table--spaced{border-collapse:separate;border-spacing:.375rem}.table--spaced tr td{background-color:#efefef}.table tr td{padding:1rem 1.5rem;line-height:1}.table tr td ul{list-style:none}.tooltip{color:#fff;z-index:1050;pointer-events:none;background-color:#4d5b8c;border-radius:.25rem;width:max-content;max-width:200px;padding:.5rem;transition:opacity .25s ease-in-out,visibility .25s ease-in-out;position:absolute;transform:none;box-shadow:0 10px 15px -3px #0000001a}.tooltip:before{content:"";border-style:solid;border-width:.5rem;position:absolute}.tooltip--top:before{border-color:#4d5b8c #0000 #0000;top:100%;left:50%;transform:translate(-50%)}.tooltip--bottom:before{border-color:#0000 #0000 #4d5b8c;bottom:100%;left:50%;transform:translate(-50%)}.tooltip--left:before{border-color:#0000 #0000 #0000 #4d5b8c;top:50%;left:100%;transform:translateY(-50%)}.tooltip--right:before{border-color:#0000 #4d5b8c #0000 #0000;top:50%;right:100%;transform:translateY(-50%)}textarea:not(.select2-search__field),select:not(.select2-hidden-accessible),.select2-selection,.select2-dropdown,input:not(:is([type=hidden],.select2-search__field)){transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input:not(:is([type=hidden],.select2-search__field)):is(:focus,:focus-within,:active),textarea:not(.select2-search__field):is(:focus,:focus-within,:active),select:not(.select2-hidden-accessible):is(:focus,:focus-within,:active),.select2-selection:is(:focus,:focus-within,:active),.select2-dropdown:is(:focus,:focus-within,:active){z-index:5;outline:0;box-shadow:0 0 0 .2rem #d9ddea;border:1px solid #4d5b8c!important}textarea:not(.select2-search__field),select:not(.select2-hidden-accessible),input:not(:is([type=button],[type=checkbox],[type=hidden],[type=image],[type=radio],[type=range],[type=reset],[type=submit],.select2-search__field)){appearance:none;color:#000;background-color:#f1f4fc;border:1px solid #b3bbd5;border-radius:.5rem;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:block;position:relative}input:not(:is([type=button],[type=checkbox],[type=hidden],[type=image],[type=radio],[type=range],[type=reset],[type=submit],.select2-search__field))::-moz-placeholder{color:#8a8a8a}input:not(:is([type=button],[type=checkbox],[type=hidden],[type=image],[type=radio],[type=range],[type=reset],[type=submit],.select2-search__field))::placeholder{color:#8a8a8a}textarea:not(.select2-search__field)::-moz-placeholder{color:#8a8a8a}textarea:not(.select2-search__field)::placeholder{color:#8a8a8a}select:not(.select2-hidden-accessible)::-moz-placeholder{color:#8a8a8a}select:not(.select2-hidden-accessible)::placeholder{color:#8a8a8a}input[type=checkbox]{appearance:none;cursor:pointer;background-color:#fff;border:1px solid #b3bbd5;border-radius:.25rem;width:1rem;height:1rem;display:block;position:relative}input[type=checkbox]:checked{background-color:#4d5b8c;border:1px solid #4d5b8c;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}input[type=checkbox]:checked:before{content:"";z-index:10;border-bottom:2px solid #fff;border-right:2px solid #fff;width:.3rem;height:.5rem;display:block;position:absolute;top:.15rem;left:.3rem;transform:rotate(45deg)}input[type=radio]{appearance:none;cursor:pointer;background-color:#fff;border:1px solid #b3bbd5;border-radius:50%;width:1rem;height:1rem;display:block;position:relative}input[type=radio]:checked{background-color:#4d5b8c;border:1px solid #4d5b8c}input[type=radio]:checked:before{content:"";z-index:10;background-color:#fff;border-radius:50%;width:.5rem;height:.5rem;margin:auto;display:block;position:absolute;inset:0}input[type=range]{appearance:none;cursor:pointer;background:#e9ecef;border-radius:.5rem;width:100%;height:.5rem;padding:0}input[type=range]::-webkit-slider-thumb{appearance:none;background:#4d5b8c;border:none;border-radius:50%;width:1.25rem;height:1.25rem}input[type=range]::-webkit-slider-thumb:hover{background-color:#44507c}input[type=range]::-webkit-slider-thumb:active{background-color:#3b466b}input[type=range]::-moz-range-thumb{background:#4d5b8c;border:none;border-radius:50%;width:1.25rem;height:1.25rem}input[type=range]::-moz-range-thumb:hover{background-color:#44507c}input[type=range]::-moz-range-thumb:active{background-color:#3b466b}input[type=range]::-moz-range-track{background:#e9ecef;border:none;border-radius:.5rem;width:100%;height:.5rem}input[type=range]::-ms-track{color:#0000;cursor:pointer;background:0 0;border-color:#0000;width:100%;height:.5rem}input[type=range]::-ms-fill-lower{background:#4d5b8c;border-radius:.5rem}input[type=range]::-ms-fill-upper{background:#e9ecef;border-radius:.5rem}input[type=range]::-ms-thumb{background:#4d5b8c;border:none;border-radius:50%;width:1.25rem;height:1.25rem}textarea:not(.select2-search__field){resize:vertical;min-width:100px}label{font-weight:500;line-height:1;display:block}.form-hint{color:#8a8a8a;cursor:help;margin-top:.25rem;font-size:.875rem}.input-container{position:relative}.input-container label{margin-bottom:.5rem}.check-container{align-items:center;gap:.5rem;display:flex}.input-group{display:flex}.input-group>:first-child{border-left:1px solid #b3bbd5;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.input-group>:last-child{border-right:1px solid #b3bbd5;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.input-group__block{white-space:nowrap;color:#000;background-color:#efefef;border-top:1px solid #b3bbd5;border-bottom:1px solid #b3bbd5;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.input-group input:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.input-group input:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.input-group input:not(:is(:first-child,:last-child)){border-radius:0}.header{z-index:10;background-color:#fff;border-bottom:1px solid #dedede;justify-content:space-between;align-items:center;width:100%;padding:2rem;display:flex}.header__title{text-transform:uppercase;font-size:2rem;font-weight:500;line-height:1}}.collapse{grid-template-rows:1fr;transition:grid-template-rows .5s ease-in-out;display:grid}.collapse__content{grid-row:1/span 2;overflow:hidden}.collapse-close{grid-template-rows:0fr}.loader{box-sizing:border-box;border:3px solid #4d5b8c;border-bottom-color:#0000;border-radius:100%;width:2rem;height:2rem;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.users-list-stack{display:flex}.users-list-stack__user{color:#fff;background-color:#4d5b8c;border:1px solid #fff;border-radius:100%;align-content:center;width:2rem;height:2rem;display:block;position:relative}.users-list-stack__user p{color:#fff;text-transform:uppercase;text-align:center;align-content:center;font-weight:500}.users-list-stack__user__status{border-radius:100%;width:.5rem;height:.5rem;display:block;position:absolute}.users-list-stack__user__status[data-status=online]{background-color:#22b934}.users-list-stack__user__status[data-status=absent]{background-color:#f0ad4e}.users-list-stack__user:not(:last-child){margin-right:-.75rem}@layer utilities{.dragging{cursor:grabbing}.clickable{cursor:pointer}.help{cursor:help;text-decoration:underline}.ratio{object-fit:cover;width:100%;display:block}.ratio--1x1{aspect-ratio:1}.ratio--2x3{aspect-ratio:2/3}.ratio--3x2{aspect-ratio:3/2}.ratio--4x3{aspect-ratio:4/3}.ratio--5x4{aspect-ratio:5/4}.ratio--9x16{aspect-ratio:9/16}.ratio--16x9{aspect-ratio:16/9}.ratio--21x9{aspect-ratio:21/9}.ratio--185x100{aspect-ratio:185/100}.ratio--239x100{aspect-ratio:239/100}.flex{display:flex}.flex-row{flex-direction:row;display:flex}.flex-column{flex-direction:column;display:flex}.flex-wrap{flex-wrap:wrap;display:flex}.flex-row-center{flex-direction:row;justify-content:center;display:flex}.flex-row-center-center{flex-direction:row;justify-content:center;align-items:center;display:flex}.flex-row-space-between{flex-direction:row;justify-content:space-between;display:flex}.flex-row-space-around{flex-direction:row;justify-content:space-around;display:flex}.flex-row-end{flex-direction:row;justify-content:flex-end;display:flex}.flex-row-center-start{flex-direction:row;justify-content:center;align-items:flex-start;display:flex}.flex-row-center-end{flex-direction:row;justify-content:center;align-items:flex-end;display:flex}.flex-row-align-start{flex-direction:row;align-items:flex-start;display:flex}.flex-row-align-center{flex-direction:row;align-items:center;display:flex}.flex-row-align-end{flex-direction:row;align-items:flex-end;display:flex}.flex-column-center{flex-direction:column;justify-content:center;display:flex}.flex-column-center-center{flex-direction:column;justify-content:center;align-items:center;display:flex}.flex-column-start{flex-direction:column;align-items:flex-start;display:flex}.flex-column-end{flex-direction:column;align-items:flex-end;display:flex}.flex-column-space-between{flex-direction:column;justify-content:space-between;display:flex}.flex-column-space-around{flex-direction:column;justify-content:space-around;display:flex}.flex-column-center-end{flex-direction:column;justify-content:center;align-items:flex-end;display:flex}.text-primary-100{color:#d9ddea!important}.bc-primary-100{background-color:#d9ddea}.text-primary-200{color:#b3bbd5!important}.bc-primary-200{background-color:#b3bbd5}.text-primary-300{color:#8e99c1!important}.bc-primary-300{background-color:#8e99c1}.text-primary-400{color:#6877ac!important}.bc-primary-400{background-color:#6877ac}.text-primary-500{color:#4d5b8c!important}.bc-primary-500{background-color:#4d5b8c}.text-primary-600{color:#3e4970!important}.bc-primary-600{background-color:#3e4970}.text-primary-700{color:#2e3754!important}.bc-primary-700{background-color:#2e3754}.text-primary-800{color:#1f2438!important}.bc-primary-800{background-color:#1f2438}.text-primary-900{color:#0f121c!important}.bc-primary-900{background-color:#0f121c}.text-secondary-100{color:#ffe6cc!important}.bc-secondary-100{background-color:#ffe6cc}.text-secondary-200{color:#fc9!important}.bc-secondary-200{background-color:#fc9}.text-secondary-300{color:#ffb366!important}.bc-secondary-300{background-color:#ffb366}.text-secondary-400{color:#f93!important}.bc-secondary-400{background-color:#f93}.text-secondary-500{color:#ff8000!important}.bc-secondary-500{background-color:#ff8000}.text-secondary-600{color:#c60!important}.bc-secondary-600{background-color:#c60}.text-secondary-700{color:#994d00!important}.bc-secondary-700{background-color:#994d00}.text-secondary-800{color:#630!important}.bc-secondary-800{background-color:#630}.text-secondary-900{color:#331a00!important}.bc-secondary-900{background-color:#331a00}.text-success-100{color:#cef6d3!important}.bc-success-100{background-color:#cef6d3}.text-success-200{color:#9deda6!important}.bc-success-200{background-color:#9deda6}.text-success-300{color:#6ce47a!important}.bc-success-300{background-color:#6ce47a}.text-success-400{color:#3adb4d!important}.bc-success-400{background-color:#3adb4d}.text-success-500{color:#22b934!important}.bc-success-500{background-color:#22b934}.text-success-600{color:#1b942a!important}.bc-success-600{background-color:#1b942a}.text-success-700{color:#146f1f!important}.bc-success-700{background-color:#146f1f}.text-success-800{color:#0e4a15!important}.bc-success-800{background-color:#0e4a15}.text-success-900{color:#07250a!important}.bc-success-900{background-color:#07250a}.text-danger-100{color:#f6cece!important}.bc-danger-100{background-color:#f6cece}.text-danger-200{color:#ed9c9d!important}.bc-danger-200{background-color:#ed9c9d}.text-danger-300{color:#e56b6c!important}.bc-danger-300{background-color:#e56b6c}.text-danger-400{color:#dc393b!important}.bc-danger-400{background-color:#dc393b}.text-danger-500{color:#ba2123!important}.bc-danger-500{background-color:#ba2123}.text-danger-600{color:#951a1c!important}.bc-danger-600{background-color:#951a1c}.text-danger-700{color:#701415!important}.bc-danger-700{background-color:#701415}.text-danger-800{color:#4a0d0e!important}.bc-danger-800{background-color:#4a0d0e}.text-danger-900{color:#250707!important}.bc-danger-900{background-color:#250707}.text-warning-100{color:#fcefdc!important}.bc-warning-100{background-color:#fcefdc}.text-warning-200{color:#f9deb8!important}.bc-warning-200{background-color:#f9deb8}.text-warning-300{color:#f6ce95!important}.bc-warning-300{background-color:#f6ce95}.text-warning-400{color:#f3bd71!important}.bc-warning-400{background-color:#f3bd71}.text-warning-500{color:#f0ad4e!important}.bc-warning-500{background-color:#f0ad4e}.text-warning-600{color:#eb9214!important}.bc-warning-600{background-color:#eb9214}.text-warning-700{color:#b06d0f!important}.bc-warning-700{background-color:#b06d0f}.text-warning-800{color:#75490a!important}.bc-warning-800{background-color:#75490a}.text-warning-900{color:#3b2405!important}.bc-warning-900{background-color:#3b2405}.text-info-100{color:#def2f8!important}.bc-info-100{background-color:#def2f8}.text-info-200{color:#bde5f1!important}.bc-info-200{background-color:#bde5f1}.text-info-300{color:#9cd9eb!important}.bc-info-300{background-color:#9cd9eb}.text-info-400{color:#7bcce4!important}.bc-info-400{background-color:#7bcce4}.text-info-500{color:#5abfdd!important}.bc-info-500{background-color:#5abfdd}.text-info-600{color:#2ba9ce!important}.bc-info-600{background-color:#2ba9ce}.text-info-700{color:#207f9b!important}.bc-info-700{background-color:#207f9b}.text-info-800{color:#155467!important}.bc-info-800{background-color:#155467}.text-info-900{color:#0b2a34!important}.bc-info-900{background-color:#0b2a34}.text-greyscale-100{color:#efefef!important}.bc-greyscale-100{background-color:#efefef}.text-greyscale-200{color:#dedede!important}.bc-greyscale-200{background-color:#dedede}.text-greyscale-300{color:#cecece!important}.bc-greyscale-300{background-color:#cecece}.text-greyscale-400{color:#bdbdbd!important}.bc-greyscale-400{background-color:#bdbdbd}.text-greyscale-500{color:#adadad!important}.bc-greyscale-500{background-color:#adadad}.text-greyscale-600{color:#8a8a8a!important}.bc-greyscale-600{background-color:#8a8a8a}.text-greyscale-700{color:#686868!important}.bc-greyscale-700{background-color:#686868}.text-greyscale-800{color:#454545!important}.bc-greyscale-800{background-color:#454545}.text-greyscale-900{color:#232323!important}.bc-greyscale-900{background-color:#232323}.text-text-100{color:#d1d1d1!important}.bc-text-100{background-color:#d1d1d1}.text-text-200{color:#a3a3a3!important}.bc-text-200{background-color:#a3a3a3}.text-text-300{color:#757575!important}.bc-text-300{background-color:#757575}.text-text-400{color:#474747!important}.bc-text-400{background-color:#474747}.text-text-500{color:#191919!important}.bc-text-500{background-color:#191919}.text-text-600{color:#141414!important}.bc-text-600{background-color:#141414}.text-text-700{color:#0f0f0f!important}.bc-text-700{background-color:#0f0f0f}.text-text-800{color:#0a0a0a!important}.bc-text-800{background-color:#0a0a0a}.text-text-900{color:#050505!important}.bc-text-900{background-color:#050505}.text-white-100{color:#fff!important}.bc-white-100{background-color:#fff}.text-white-200{color:#fff!important}.bc-white-200{background-color:#fff}.text-white-300{color:#fff!important}.bc-white-300{background-color:#fff}.text-white-400{color:#fff!important}.bc-white-400{background-color:#fff}.text-white-500{color:#fff!important}.bc-white-500{background-color:#fff}.text-white-600{color:#ccc!important}.bc-white-600{background-color:#ccc}.text-white-700{color:#999!important}.bc-white-700{background-color:#999}.text-white-800{color:#666!important}.bc-white-800{background-color:#666}.text-white-900{color:#333!important}.bc-white-900{background-color:#333}.text-black-100{color:#ccc!important}.bc-black-100{background-color:#ccc}.text-black-200{color:#999!important}.bc-black-200{background-color:#999}.text-black-300{color:#666!important}.bc-black-300{background-color:#666}.text-black-400{color:#333!important}.bc-black-400{background-color:#333}.text-black-500{color:#000!important}.bc-black-500{background-color:#000}.text-black-600{color:#000!important}.bc-black-600{background-color:#000}.text-black-700{color:#000!important}.bc-black-700{background-color:#000}.text-black-800{color:#000!important}.bc-black-800{background-color:#000}.text-black-900{color:#000!important}.bc-black-900{background-color:#000}.hidden{display:none}.visible{display:block}.invisible{visibility:hidden}.clearfix:after{content:"";clear:both;display:table}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:is(:active,:focus){clip:auto;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.subtitle{text-transform:uppercase;color:#ff8000;font-size:max(1.25rem,min(.9375rem + 1vw,1.5rem));font-weight:800}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.icon-link{flex-direction:row;align-items:center;gap:.5rem;display:flex}.opacity-0{opacity:0}.opacity-1{opacity:.1}.opacity-2{opacity:.2}.opacity-3{opacity:.3}.opacity-4{opacity:.4}.opacity-5{opacity:.5}.opacity-6{opacity:.6}.opacity-7{opacity:.7}.opacity-8{opacity:.8}.opacity-9{opacity:.9}.opacity-10{opacity:1}.prose{color:#191919;font-size:1rem;line-height:1.6}.prose h1,.prose h2,.prose h3,.prose h4{text-transform:uppercase;font-weight:600}.prose h1{margin-bottom:2rem;font-size:2rem;line-height:1.25}.prose h2{margin-top:1.3em;font-size:1.7rem;line-height:1.3}.prose h3{margin:1.5em 0 .5em;font-size:1.4rem;line-height:1.4}.prose h4{font-size:1.2rem}.prose p{margin:.8em 0}.prose p:empty{display:none}.prose a{color:#4d5b8c;text-decoration:underline;transition:color .25s ease-in-out}.prose a:hover{color:#ff8000}.prose ul,.prose ol{margin:.8em 0;padding-left:2rem}.prose li{margin:.25em 0}.prose table{border-collapse:collapse;width:100%;margin:1em 0}.prose table th,.prose table td{text-align:left;border:1px solid #e5e7eb;padding:.5rem}.prose blockquote{color:#4b5563;border-left:.25rem solid #e5e7eb;margin:1em 0;padding-left:1em;font-style:italic}.prose details{margin:1em 0}.prose img{max-width:100%;height:auto}.prose code{background-color:#dedede;border-radius:.2rem;padding:.15em .3em}.prose pre{border-radius:.3rem;margin:1em 0;padding:.8em}.prose pre code{padding:0}.w-xxs{width:320px}.max-w-xxs{max-width:320px}.min-w-xxs{min-width:320px}.w-xs{width:576px}.max-w-xs{max-width:576px}.min-w-xs{min-width:576px}.w-sm{width:768px}.max-w-sm{max-width:768px}.min-w-sm{min-width:768px}.w-md{width:1024px}.max-w-md{max-width:1024px}.min-w-md{min-width:1024px}.w-lg{width:1280px}.max-w-lg{max-width:1280px}.min-w-lg{min-width:1280px}.w-xl{width:1440px}.max-w-xl{max-width:1440px}.min-w-xl{min-width:1440px}.w-xxl{width:1920px}.max-w-xxl{max-width:1920px}.min-w-xxl{min-width:1920px}.max-w-fluid{max-width:100%}.min-w-fluid{min-width:100%}.w-5{width:5%}.h-5{height:5%}.w-10{width:10%}.h-10{height:10%}.w-15{width:15%}.h-15{height:15%}.w-20{width:20%}.h-20{height:20%}.w-25{width:25%}.h-25{height:25%}.w-30{width:30%}.h-30{height:30%}.w-35{width:35%}.h-35{height:35%}.w-40{width:40%}.h-40{height:40%}.w-45{width:45%}.h-45{height:45%}.w-50{width:50%}.h-50{height:50%}.w-55{width:55%}.h-55{height:55%}.w-60{width:60%}.h-60{height:60%}.w-65{width:65%}.h-65{height:65%}.w-70{width:70%}.h-70{height:70%}.w-75{width:75%}.h-75{height:75%}.w-80{width:80%}.h-80{height:80%}.w-85{width:85%}.h-85{height:85%}.w-90{width:90%}.h-90{height:90%}.w-95{width:95%}.h-95{height:95%}.w-100{width:100%}.h-100{height:100%}.vw-25{width:25vw}.min-vw-25{min-width:25vw}.max-vw-25{max-width:25vw}.vh-25{height:25vh}.min-vh-25{min-height:25vh}.max-vh-25{max-height:25vh}.vw-50{width:50vw}.min-vw-50{min-width:50vw}.max-vw-50{max-width:50vw}.vh-50{height:50vh}.min-vh-50{min-height:50vh}.max-vh-50{max-height:50vh}.vw-75{width:75vw}.min-vw-75{min-width:75vw}.max-vw-75{max-width:75vw}.vh-75{height:75vh}.min-vh-75{min-height:75vh}.max-vh-75{max-height:75vh}.vw-100{width:100vw}.min-vw-100{min-width:100vw}.max-vw-100{max-width:100vw}.vh-100{height:100vh}.min-vh-100{min-height:100vh}.max-vh-100{max-height:100vh}.w-fluid{width:100%}.h-fluid{height:100%}.w-auto{width:auto}.h-auto{height:auto}.m-1{margin:1rem}.mt-1{margin-top:1rem}.mr-1{margin-right:1rem}.mb-1{margin-bottom:1rem}.ml-1{margin-left:1rem}.mx-1{margin-left:1rem;margin-right:1rem}.my-1{margin-top:1rem;margin-bottom:1rem}.p-1{padding:1rem}.pt-1{padding-top:1rem}.pr-1{padding-right:1rem}.pb-1{padding-bottom:1rem}.pl-1{padding-left:1rem}.px-1{padding-left:1rem;padding-right:1rem}.py-1{padding-top:1rem;padding-bottom:1rem}.m-2{margin:2rem}.mt-2{margin-top:2rem}.mr-2{margin-right:2rem}.mb-2{margin-bottom:2rem}.ml-2{margin-left:2rem}.mx-2{margin-left:2rem;margin-right:2rem}.my-2{margin-top:2rem;margin-bottom:2rem}.p-2{padding:2rem}.pt-2{padding-top:2rem}.pr-2{padding-right:2rem}.pb-2{padding-bottom:2rem}.pl-2{padding-left:2rem}.px-2{padding-left:2rem;padding-right:2rem}.py-2{padding-top:2rem;padding-bottom:2rem}.m-3{margin:3rem}.mt-3{margin-top:3rem}.mr-3{margin-right:3rem}.mb-3{margin-bottom:3rem}.ml-3{margin-left:3rem}.mx-3{margin-left:3rem;margin-right:3rem}.my-3{margin-top:3rem;margin-bottom:3rem}.p-3{padding:3rem}.pt-3{padding-top:3rem}.pr-3{padding-right:3rem}.pb-3{padding-bottom:3rem}.pl-3{padding-left:3rem}.px-3{padding-left:3rem;padding-right:3rem}.py-3{padding-top:3rem;padding-bottom:3rem}.m-4{margin:4rem}.mt-4{margin-top:4rem}.mr-4{margin-right:4rem}.mb-4{margin-bottom:4rem}.ml-4{margin-left:4rem}.mx-4{margin-left:4rem;margin-right:4rem}.my-4{margin-top:4rem;margin-bottom:4rem}.p-4{padding:4rem}.pt-4{padding-top:4rem}.pr-4{padding-right:4rem}.pb-4{padding-bottom:4rem}.pl-4{padding-left:4rem}.px-4{padding-left:4rem;padding-right:4rem}.py-4{padding-top:4rem;padding-bottom:4rem}.m-5{margin:5rem}.mt-5{margin-top:5rem}.mr-5{margin-right:5rem}.mb-5{margin-bottom:5rem}.ml-5{margin-left:5rem}.mx-5{margin-left:5rem;margin-right:5rem}.my-5{margin-top:5rem;margin-bottom:5rem}.p-5{padding:5rem}.pt-5{padding-top:5rem}.pr-5{padding-right:5rem}.pb-5{padding-bottom:5rem}.pl-5{padding-left:5rem}.px-5{padding-left:5rem;padding-right:5rem}.py-5{padding-top:5rem;padding-bottom:5rem}.m-6{margin:6rem}.mt-6{margin-top:6rem}.mr-6{margin-right:6rem}.mb-6{margin-bottom:6rem}.ml-6{margin-left:6rem}.mx-6{margin-left:6rem;margin-right:6rem}.my-6{margin-top:6rem;margin-bottom:6rem}.p-6{padding:6rem}.pt-6{padding-top:6rem}.pr-6{padding-right:6rem}.pb-6{padding-bottom:6rem}.pl-6{padding-left:6rem}.px-6{padding-left:6rem;padding-right:6rem}.py-6{padding-top:6rem;padding-bottom:6rem}.m-7{margin:7rem}.mt-7{margin-top:7rem}.mr-7{margin-right:7rem}.mb-7{margin-bottom:7rem}.ml-7{margin-left:7rem}.mx-7{margin-left:7rem;margin-right:7rem}.my-7{margin-top:7rem;margin-bottom:7rem}.p-7{padding:7rem}.pt-7{padding-top:7rem}.pr-7{padding-right:7rem}.pb-7{padding-bottom:7rem}.pl-7{padding-left:7rem}.px-7{padding-left:7rem;padding-right:7rem}.py-7{padding-top:7rem;padding-bottom:7rem}.m-8{margin:8rem}.mt-8{margin-top:8rem}.mr-8{margin-right:8rem}.mb-8{margin-bottom:8rem}.ml-8{margin-left:8rem}.mx-8{margin-left:8rem;margin-right:8rem}.my-8{margin-top:8rem;margin-bottom:8rem}.p-8{padding:8rem}.pt-8{padding-top:8rem}.pr-8{padding-right:8rem}.pb-8{padding-bottom:8rem}.pl-8{padding-left:8rem}.px-8{padding-left:8rem;padding-right:8rem}.py-8{padding-top:8rem;padding-bottom:8rem}.m-9{margin:9rem}.mt-9{margin-top:9rem}.mr-9{margin-right:9rem}.mb-9{margin-bottom:9rem}.ml-9{margin-left:9rem}.mx-9{margin-left:9rem;margin-right:9rem}.my-9{margin-top:9rem;margin-bottom:9rem}.p-9{padding:9rem}.pt-9{padding-top:9rem}.pr-9{padding-right:9rem}.pb-9{padding-bottom:9rem}.pl-9{padding-left:9rem}.px-9{padding-left:9rem;padding-right:9rem}.py-9{padding-top:9rem;padding-bottom:9rem}.m-10{margin:10rem}.mt-10{margin-top:10rem}.mr-10{margin-right:10rem}.mb-10{margin-bottom:10rem}.ml-10{margin-left:10rem}.mx-10{margin-left:10rem;margin-right:10rem}.my-10{margin-top:10rem;margin-bottom:10rem}.p-10{padding:10rem}.pt-10{padding-top:10rem}.pr-10{padding-right:10rem}.pb-10{padding-bottom:10rem}.pl-10{padding-left:10rem}.px-10{padding-left:10rem;padding-right:10rem}.py-10{padding-top:10rem;padding-bottom:10rem}.m-auto{margin:auto}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.fs-xs{font-size:max(.5rem,min(.1875rem + 1vw,.75rem))}.fs-sm{font-size:max(.75rem,min(.4375rem + 1vw,1rem))}.fs-md{font-size:max(1rem,min(.6875rem + 1vw,1.25rem))}.fs-lg{font-size:max(1.25rem,min(.9375rem + 1vw,1.5rem))}.fs-xl{font-size:max(1.5rem,min(.875rem + 2vw,2rem))}.fs-xxl{font-size:max(2rem,min(1.375rem + 2vw,2.5rem))}.fs-xxxl{font-size:max(2rem,min(.75rem + 4vw,3rem))}h6{font-size:max(1rem,min(.6875rem + 1vw,1.25rem))}h5{font-size:max(1.25rem,min(.9375rem + 1vw,1.5rem))}h4{font-size:max(1.5rem,min(.875rem + 2vw,2rem))}h3{font-size:max(1.25rem,min(.9375rem + 1vw,1.5rem))}h2{font-size:max(2rem,min(.75rem + 4vw,3rem))}h1{font-size:max(2rem,min(8vw - .5rem,4rem))}.success-text{color:#22b934}.danger-text{color:#ba2123}.warning-text{color:#f0ad4e}.info-text{color:#5abfdd}.link-text{color:#3347ef}.greyscale-text{color:#adadad}.text-text{color:#191919}.white-text{color:#fff}.black-text{color:#000}.primary-font{font-family:Roboto}.secondary-font{font-family:sans-serif}.fw-100{font-weight:100}.fw-200{font-weight:200}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fw-900{font-weight:900}.bold-text{font-weight:700}.italic-text{font-style:italic}.uppercase-text{text-transform:uppercase}.lowercase-text{text-transform:lowercase}.capitalize-text{text-transform:capitalize}}.gap-0{gap:0!important}.gap-0>.col-25{flex:0 25%!important}.gap-0>.col-33{flex:0 33%!important}.gap-0>.col-40{flex:0 40%!important}.gap-0>.col-50{flex:0 50%!important}.gap-0>.col-60{flex:0 60%!important}.gap-0>.col-66{flex:0 66%!important}.gap-0>.col-75{flex:0 75%!important}.gap-1{gap:1rem!important}.gap-1>.col-25{flex:0 calc(25% - .5rem)!important}.gap-1>.col-33{flex:0 calc(33% - .333333rem)!important}.gap-1>.col-40{flex:0 calc(40% - .5rem)!important}.gap-1>.col-50{flex:0 calc(50% - .5rem)!important}.gap-1>.col-60{flex:0 calc(60% - .5rem)!important}.gap-1>.col-66{flex:0 calc(66% - .5rem)!important}.gap-1>.col-75{flex:0 calc(75% - .5rem)!important}.gap-2{gap:2rem!important}.gap-2>.col-25{flex:0 calc(25% - 1rem)!important}.gap-2>.col-33{flex:0 calc(33% - .666667rem)!important}.gap-2>.col-40{flex:0 calc(40% - 1rem)!important}.gap-2>.col-50{flex:0 calc(50% - 1rem)!important}.gap-2>.col-60{flex:0 calc(60% - 1rem)!important}.gap-2>.col-66{flex:0 calc(66% - 1rem)!important}.gap-2>.col-75{flex:0 calc(75% - 1rem)!important}.gap-3{gap:3rem!important}.gap-3>.col-25{flex:0 calc(25% - 1.5rem)!important}.gap-3>.col-33{flex:0 calc(33% - 1rem)!important}.gap-3>.col-40{flex:0 calc(40% - 1.5rem)!important}.gap-3>.col-50{flex:0 calc(50% - 1.5rem)!important}.gap-3>.col-60{flex:0 calc(60% - 1.5rem)!important}.gap-3>.col-66{flex:0 calc(66% - 1.5rem)!important}.gap-3>.col-75{flex:0 calc(75% - 1.5rem)!important}.gap-4{gap:4rem!important}.gap-4>.col-25{flex:0 calc(25% - 2rem)!important}.gap-4>.col-33{flex:0 calc(33% - 1.33333rem)!important}.gap-4>.col-40{flex:0 calc(40% - 2rem)!important}.gap-4>.col-50{flex:0 calc(50% - 2rem)!important}.gap-4>.col-60{flex:0 calc(60% - 2rem)!important}.gap-4>.col-66{flex:0 calc(66% - 2rem)!important}.gap-4>.col-75{flex:0 calc(75% - 2rem)!important}.gap-5{gap:5rem!important}.gap-5>.col-25{flex:0 calc(25% - 2.5rem)!important}.gap-5>.col-33{flex:0 calc(33% - 1.66667rem)!important}.gap-5>.col-40{flex:0 calc(40% - 2.5rem)!important}.gap-5>.col-50{flex:0 calc(50% - 2.5rem)!important}.gap-5>.col-60{flex:0 calc(60% - 2.5rem)!important}.gap-5>.col-66{flex:0 calc(66% - 2.5rem)!important}.gap-5>.col-75{flex:0 calc(75% - 2.5rem)!important}.row{z-index:2;gap:2rem;width:100%;margin-left:auto;margin-right:auto;display:flex;position:relative}.row>.col{flex:1;min-width:0}.row>.col-25{flex:0 calc(25% - 1rem);min-width:0}@media screen and (max-width:1023px){.row>.col-25{width:100%}}.row>.col-33{flex:0 calc(33% - 1rem);min-width:0}@media screen and (max-width:1023px){.row>.col-33{width:100%}}.row>.col-40{flex:0 calc(40% - 1rem);min-width:0}@media screen and (max-width:1023px){.row>.col-40{width:100%}}.row>.col-50{flex:0 calc(50% - 1rem);min-width:0}@media screen and (max-width:1023px){.row>.col-50{width:100%}}.row>.col-60{flex:0 calc(60% - 1rem);min-width:0}@media screen and (max-width:1023px){.row>.col-60{width:100%}}.row>.col-66{flex:0 calc(66% - 1rem);min-width:0}@media screen and (max-width:1023px){.row>.col-66{width:100%}}.row>.col-75{flex:0 calc(75% - 1rem);min-width:0}@media screen and (max-width:1023px){.row>.col-75{width:100%}}.row>.col-max{flex:unset;width:max-content}@media screen and (max-width:1023px){.row>.col.mobile-order-1{order:1}.row>.col.mobile-order-2{order:2}}.row--xxs{max-width:375px}.row-align--left-xxs,.row-align--right-xxs{width:calc(50% + 187.5px);max-width:90%}.row-align--left-xxs{margin-left:0;margin-right:auto}.row-align--right-xxs{margin-left:auto;margin-right:0}.row--xs{max-width:576px}.row-align--left-xs,.row-align--right-xs{width:calc(50% + 288px);max-width:90%}.row-align--left-xs{margin-left:0;margin-right:auto}.row-align--right-xs{margin-left:auto;margin-right:0}.row--sm{max-width:768px}.row-align--left-sm,.row-align--right-sm{width:calc(50% + 384px);max-width:90%}.row-align--left-sm{margin-left:0;margin-right:auto}.row-align--right-sm{margin-left:auto;margin-right:0}.row--md{max-width:1024px}.row-align--left-md,.row-align--right-md{width:calc(50% + 512px);max-width:90%}.row-align--left-md{margin-left:0;margin-right:auto}.row-align--right-md{margin-left:auto;margin-right:0}.row--lg{max-width:1280px}.row-align--left-lg,.row-align--right-lg{width:calc(50% + 640px);max-width:90%}.row-align--left-lg{margin-left:0;margin-right:auto}.row-align--right-lg{margin-left:auto;margin-right:0}.row--xl{max-width:1440px}.row-align--left-xl,.row-align--right-xl{width:calc(50% + 720px);max-width:90%}.row-align--left-xl{margin-left:0;margin-right:auto}.row-align--right-xl{margin-left:auto;margin-right:0}.row--xxl{max-width:1600px}.row-align--left-xxl,.row-align--right-xxl{width:calc(50% + 800px);max-width:90%}.row-align--left-xxl{margin-left:0;margin-right:auto}.row-align--right-xxl{margin-left:auto;margin-right:0}.row--full{width:100%}.row-align--left-full,.row-align--right-full{width:100%;max-width:90%}.row-align--left-full{margin-left:0;margin-right:auto}.row-align--right-full{margin-left:auto;margin-right:0}@media screen and (max-width:1023px){.row:not(.is-mobile){flex-flow:column wrap}.row:not(.is-mobile) .col{width:100%}}.container{grid-template-columns:calc(20% - .5rem) 1fr;gap:0 1rem;display:grid}.container__menu,.container__content{grid-template-rows:subgrid;grid-row:span 2;display:grid}.container__menu__title,.container__content__title{color:#191919;background-color:#ff8000;align-items:center;padding:1rem;font-weight:500;display:flex}.container__menu__title p,.container__content__title p{font-size:1.5rem;line-height:1}.container__menu__subtitle,.container__content__subtitle{justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.pos-absolute{position:absolute}.pos-fixed{position:fixed}.pos-relative{position:relative}.pos-static{position:static}.post-sticky{position:sticky}.select2-container{box-sizing:border-box;vertical-align:middle;margin:0;display:inline-block;position:relative}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;height:28px;display:block}.select2-container .select2-selection--single .select2-selection__rendered{text-overflow:ellipsis;white-space:nowrap;padding-left:8px;padding-right:20px;display:block;overflow:hidden}.select2-container .select2-selection--single .select2-selection__clear{background-color:#0000;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:32px;display:block}.select2-container .select2-selection--multiple .select2-selection__rendered{padding:0;list-style:none;display:inline}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:#0000;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;resize:none;vertical-align:bottom;word-break:keep-all;border:none;max-width:100%;height:18px;margin-top:5px;margin-left:5px;padding:0;font-family:sans-serif;font-size:100%;overflow:hidden}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{box-sizing:border-box;z-index:1051;background-color:#fff;border:1px solid #aaa;border-radius:4px;width:100%;display:block;position:absolute;left:-100000px}.select2-results{display:block}.select2-results__options{margin:0;padding:0;list-style:none}.select2-results__option{-webkit-user-select:none;user-select:none;padding:6px}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{padding:4px;display:block}.select2-search--dropdown .select2-search__field{box-sizing:border-box;width:100%;padding:4px}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{opacity:0;z-index:99;width:auto;min-width:100%;height:auto;min-height:100%;filter:alpha(opacity=0);background-color:#fff;border:0;margin:0;padding:0;display:block;position:fixed;top:0;left:0}.select2-hidden-accessible{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;height:26px;margin-right:20px;padding-right:0;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{width:20px;height:26px;position:absolute;top:1px;right:1px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;width:0;height:0;margin-top:-2px;margin-left:-4px;position:absolute;top:50%;left:50%}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{cursor:default;background-color:#eee}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 4px 5px;border-color:#0000 #0000 #888}.select2-container--default .select2-selection--multiple{cursor:text;background-color:#fff;border:1px solid #aaa;border-radius:4px;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;height:20px;margin-top:5px;margin-right:10px;padding:1px;font-weight:700;position:absolute;right:0}.select2-container--default .select2-selection--multiple .select2-selection__choice{box-sizing:border-box;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;max-width:100%;margin-top:5px;margin-left:5px;padding:0 0 0 20px;display:inline-block;position:relative;overflow:hidden}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;background-color:#0000;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:0 4px;font-size:1em;font-weight:700;position:absolute;top:0;left:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{color:#333;background-color:#f1f1f1;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-radius:0 4px 4px 0}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{cursor:default;background-color:#eee}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--default .select2-search--inline .select2-search__field{box-shadow:none;-webkit-appearance:textfield;background:0 0;border:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{color:#fff;background-color:#5897fb}.select2-container--default .select2-results__group{cursor:default;padding:6px;display:block}.select2-container--classic .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);background-color:#f7f7f7;background-image:linear-gradient(#fff 50%,#eee 100%);background-repeat:repeat-x;border:1px solid #aaa;border-radius:4px;outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;height:26px;margin-right:20px;font-weight:700}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{width:20px;height:26px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);background-color:#ddd;background-image:linear-gradient(#eee 50%,#ccc 100%);background-repeat:repeat-x;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;position:absolute;top:1px;right:1px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;width:0;height:0;margin-top:-2px;margin-left:-4px;position:absolute;top:50%;left:50%}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 4px 5px;border-color:#0000 #0000 #888}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);background-image:linear-gradient(#fff 0%,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);background-image:linear-gradient(#eee 50%,#fff 100%);background-repeat:repeat-x;border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--classic .select2-selection--multiple{cursor:text;background-color:#fff;border:1px solid #aaa;border-radius:4px;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;margin-top:5px;margin-left:5px;padding:0;display:inline-block}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;background-color:#0000;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:0 4px;font-size:1em;font-weight:700}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-radius:0 4px 4px 0}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid #0000}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{color:#fff;background-color:#3875d7}.select2-container--classic .select2-results__group{cursor:default;padding:6px;display:block}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.select2-container--default .select2-selection--single{height:unset;background-color:#f1f4fc;border:1px solid #b3bbd5;border-radius:.5rem;padding:.375rem .75rem}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.5}.select2-container--default .select2-selection--single .select2-selection__arrow{will-change:transform;align-content:center;width:auto;height:100%;padding:.25rem;transition:transform .25s ease-in-out;top:0;right:0}.select2-container--default .select2-selection--multiple{background-color:#f1f4fc;border:1px solid #b3bbd5;border-radius:.5rem;padding:.375rem .75rem}.select2-container--default .select2-selection--multiple .select2-selection__choice{color:#fff;background-color:#8e99c1;border:1px solid #b3bbd5;border-radius:.25rem;margin:0 .25rem .25rem 0;padding:0 0 0 1.75rem}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff;border-right:1px solid #b3bbd5;padding:0 .5rem}.select2-container--default .select2-selection--multiple .select2-selection__clear{width:2rem;height:100%;margin:0;padding:.25rem;font-size:1.5rem;top:0}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#4d5b8c}.select2-container--default .select2-results__option--selected{color:#fff;background-color:#8e99c1}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #b3bbd5}.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0}.select2-container .select2-search--inline .select2-search__field{height:1.25rem;margin:0;line-height:1}.select2-dropdown{background-color:#f1f4fc;border:1px solid #b3bbd5;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.select2-container--open .select2-selection__arrow{transform:rotate(180deg)}.select2-container--default .select2-selection--single .select2-selection__clear{float:none;height:100%;padding:.25rem;font-size:1.5rem;position:absolute;top:0;right:.75rem}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{float:right;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);font-size:20px;font-weight:700;position:relative;top:-.3em;right:-.3em}.toast-close-button:hover,.toast-close-button:focus{color:#000;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);text-decoration:none}button.toast-close-button{cursor:pointer;-webkit-appearance:none;background:0 0;border:0;padding:0}.toast-top-center{width:100%;top:0;right:0}.toast-bottom-center{width:100%;bottom:0;right:0}.toast-top-full-width{width:100%;top:0;right:0}.toast-bottom-full-width{width:100%;bottom:0;right:0}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{bottom:12px;right:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{z-index:999999;position:fixed}#toast-container *{box-sizing:border-box}#toast-container>div{color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);width:300px;filter:alpha(opacity=80);background-position:15px;background-repeat:no-repeat;border-radius:3px;margin:0 0 6px;padding:15px 15px 15px 50px;position:relative;overflow:hidden;box-shadow:0 0 12px #999}#toast-container>div:hover{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer;box-shadow:0 0 12px #000}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-top-center>div,#toast-container.toast-bottom-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-top-full-width>div,#toast-container.toast-bottom-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);height:4px;filter:alpha(opacity=40);background-color:#000;position:absolute;bottom:0;left:0}@media (max-width:240px){#toast-container>div{width:11em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (min-width:241px) and (max-width:480px){#toast-container>div{width:18em;padding:8px 8px 8px 50px}#toast-container .toast-close-button{top:-.2em;right:-.2em}}@media (min-width:481px) and (max-width:768px){#toast-container>div{width:25em;padding:15px 15px 15px 50px}}.vich-image,.vich-file{margin-top:.5rem}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{box-sizing:border-box;content:"";border:5px solid #0000;border-left:10px solid #00000080;border-right-width:0;margin-right:.5em;display:inline-block}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control.arrow-right:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control.arrow-right:before{border:5px solid #0000;border-left-width:0;border-right:10px solid #00000080}table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control:before{border:5px solid #0000;border-top:10px solid #00000080;border-bottom-width:0}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th.dtr-control{padding-left:.333em}table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.dtr-control,table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before,table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{box-sizing:border-box;content:"";border:5px solid #0000;border-left:10px solid #00000080;border-right-width:0;display:inline-block}table.dataTable.dtr-column>tbody>tr>td.dtr-control.arrow-right:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control.arrow-right:before,table.dataTable.dtr-column>tbody>tr>td.control.arrow-right:before,table.dataTable.dtr-column>tbody>tr>th.control.arrow-right:before{border:5px solid #0000;border-left-width:0;border-right:10px solid #00000080}table.dataTable.dtr-column>tbody>tr.dtr-expanded td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.dtr-control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded td.control:before,table.dataTable.dtr-column>tbody>tr.dtr-expanded th.control:before{border:5px solid #0000;border-top:10px solid #00000080;border-bottom-width:0}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul.dtr-details{margin:0;padding:0;list-style-type:none;display:inline-block}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none;padding-bottom:0}table.dataTable>tbody>tr.child span.dtr-title{min-width:75px;font-weight:700;display:inline-block}div.dtr-modal{box-sizing:border-box;z-index:100;width:100%;height:100%;padding:10em 1em;position:fixed;top:0;left:0}div.dtr-modal div.dtr-modal-display{z-index:102;background-color:#f5f5f7;border:1px solid #000;border-radius:.5em;width:50%;height:fit-content;max-height:75%;margin:auto;position:absolute;inset:0;overflow:auto;box-shadow:0 12px 30px #0009}div.dtr-modal div.dtr-modal-content{padding:2.5em;position:relative}div.dtr-modal div.dtr-modal-content h2{margin-top:0}div.dtr-modal div.dtr-modal-close{text-align:center;cursor:pointer;z-index:12;border-radius:3px;width:22px;height:22px;position:absolute;top:6px;right:6px}div.dtr-modal div.dtr-modal-background{z-index:101;background:#0009;position:fixed;inset:0}@media screen and (max-width:767px){div.dtr-modal div.dtr-modal-display{width:95%}}html.dark table.dataTable>tbody>tr>td.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control:before{border-left-color:#ffffff80!important}html.dark table.dataTable>tbody>tr>td.dtr-control.arrow-right:before,html[data-bs-theme=dark] table.dataTable>tbody>tr>td.dtr-control.arrow-right:before{border-right-color:#ffffff80!important}html.dark table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,html.dark table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>td.dtr-control:before,html[data-bs-theme=dark] table.dataTable>tbody>tr.dtr-expanded>th.dtr-control:before{border-top-color:#ffffff80!important;border-left-color:#0000!important;border-right-color:#0000!important}html.dark table.dataTable>tbody>tr.child ul.dtr-details>li,html[data-bs-theme=dark] table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom-color:#404346}html.dark div.dtr-modal div.dtr-modal-display,html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display{background-color:#212529;border:1px solid #ffffff26}.dt-container{width:100%}.dtr-data,table.dataTable>tbody>tr.child ul.dtr-details{display:flex}table.dataTable>tbody>tr.child ul.dtr-details>*{flex:1}@layer partials;
