.form:not(.dirty)>.show-on-dirty{display:none}@keyframes spinner_spin{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.spinner{animation:spinner_spin 2.4s ease-in-out infinite;transform-origin:50% 50%}@keyframes spinner_spin_part_1{0%{transform:none}15%{transform:none}50%{transform:translate(-15%,-12%)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_2{0%{transform:none}15%{transform:none}50%{transform:translate(11%,19%) rotate(120deg)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_3{0%{transform:none}15%{transform:none}50%{transform:translate(11%,-19%) rotate(120deg)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_4{0%{transform:none}15%{transform:none}50%{transform:translate(-20%) rotate(120deg)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_5{0%{transform:none}15%{transform:none}50%{transform:translate(16%,-6%)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_6{0%{transform:none}15%{transform:none}50%{transform:translate(-2%,19%)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_7{0%{transform:none}15%{transform:none}50%{transform:translate(5%,4%) rotate(-33deg)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_8{0%{transform:none}15%{transform:none}50%{transform:translateY(-7%) rotate(-28deg)}85%{transform:none}to{transform:none}}@keyframes spinner_spin_part_9{0%{transform:none}15%{transform:none}50%{transform:translate(-8%,3%) rotate(-20deg)}85%{transform:none}to{transform:none}}#spinner{animation:spinner_spin 2s infinite}#spinner>svg:first-child{animation:spinner_spin_part_1 2s infinite}#spinner>svg:nth-child(2){animation:spinner_spin_part_2 2s infinite;transform-origin:57% 62%}#spinner>svg:nth-child(3){animation:spinner_spin_part_3 2s infinite;transform-origin:57% 34%}#spinner>svg:nth-child(4){animation:spinner_spin_part_4 2s infinite;transform-origin:32% 48%}#spinner>svg:nth-child(5){animation:spinner_spin_part_5 2s infinite}#spinner>svg:nth-child(6){animation:spinner_spin_part_6 2s infinite}#spinner>svg:nth-child(7){animation:spinner_spin_part_7 2s infinite;transform-origin:59% 53%}#spinner>svg:nth-child(8){animation:spinner_spin_part_8 2s infinite;transform-origin:46% 33%}#spinner>svg:nth-child(9){animation:spinner_spin_part_9 2s infinite;transform-origin:36% 54%}.button{border:none;color:var(--theme-color-white);font-weight:500;height:26px;outline:none;text-transform:none}.button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.button:not(:disabled).active,.button:not(:disabled):hover{box-shadow:var(--theme-button-hover-box-shadow)}.button:disabled{color:var(--theme-color-grey);cursor:not-allowed}.button:disabled>.icon{fill:var(--theme-color-grey)}.button.button-navigation{background-color:var(--theme-container-background-color);color:var(--theme-color);transition:background-color .1s linear}.button.button-navigation.disabled{color:var(--theme-color-grey)}.button.button-navigation>.icon{fill:var(--theme-color)}.button.button-navigation:not(.disabled).active,.button.button-navigation:not(.disabled):hover{background-color:var(--theme-input-hover-background-color);box-shadow:none}.button.button-navigation:not(.disabled).active{font-weight:500}.input{border-radius:4px;flex-direction:column;gap:2px;position:relative}.input,.input .input-basic{box-sizing:border-box;display:flex}.input .input-basic{background-color:initial;border:none;color:var(--theme-input-color);font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);height:100%;outline:none;width:100%}.input .input-basic:-internal-autofill-selected,.input .input-basic:-webkit-autofill,.input .input-basic:-webkit-autofill:focus{-webkit-transition:background-color 0s 600000s,color 0s 600000s!important;transition:background-color 0s 600000s,color 0s 600000s!important}.input .input-basic::-webkit-inner-spin-button,.input .input-basic::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input .input-basic[type=number]{-webkit-appearance:textfield;appearance:textfield}.input .input-basic::placeholder,.input .placeholder{color:var(--theme-input-placeholder-color);opacity:1}.input>.input-errors{background-color:var(--theme-input-focus-background-color);border:1px solid var(--theme-color-error);display:flex;flex-direction:column;font-family:var(--theme-font-main);font-size:11px;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transition:all .2s ease-in-out;z-index:2}.input>.input-errors>div{padding:8px 12px 8px 8px}.input>.input-errors>div>ul{-webkit-padding-start:16px;margin:0;padding-inline-start:16px}.input>.input-errors>div>ul>li{margin:0}.input .input-field{align-items:center;background-color:var(--theme-input-background-color);border:var(--theme-input-border);border-radius:var(--theme-input-border-radius);box-shadow:var(--theme-input-box-shadow);box-sizing:border-box;color:var(--theme-input-color);display:flex;font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);gap:8px;height:var(--theme-input-height);justify-content:flex-start;outline:none;padding:var(--theme-input-padding);transition:var(--theme-input-transition);width:100%}.input .input-field:hover{background-color:var(--theme-input-hover-background-color);border:var(--theme-input-hover-border);box-shadow:var(--theme-input-hover-box-shadow-focus);color:var(--theme-input-hover-color)}.input .input-field.focus,.input .input-field:focus{background-color:var(--theme-input-focus-background-color);border:var(--theme-input-focus-border);box-shadow:var(--theme-input-focus-box-shadow);color:var(--theme-input-focus-color)}.input select{height:0;opacity:0;outline:none;position:absolute;width:0}.input .focus>.input-dropdown,.input .focus>.input-dropdown-full-height{display:flex}.input .disabled,.input :disabled{cursor:not-allowed}.input.error .input-field{background-color:var(--theme-color-error-light);border:1px solid var(--theme-color-error)}.input.error:hover>.input-errors{height:-webkit-fit-content;height:fit-content;margin-top:3px;max-height:100vh;opacity:1}.input-popover,.input-popover-full-height{background-color:var(--theme-input-background-color);color:var(--theme-input-focus-color);flex-direction:column;font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);max-height:150px;min-width:100%;overflow-y:auto}.input-popover-full-height.input-popover-full-height,.input-popover.input-popover-full-height{max-height:none}#theme.mobile .input select{display:none}.password>input{background-color:initial;border:none;box-sizing:border-box;color:var(--theme-input-color);display:flex;flex-grow:1;font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);height:100%;outline:none}.password::placeholder,.password>.placeholder{color:var(--theme-input-placeholder-color);opacity:1}.password>.icon{color:var(--theme-label-color);height:14px;width:14px}.password .password-progress{align-items:flex-end;background:linear-gradient(90deg,var(--theme-color-error) 0,var(--theme-color-warning) 40%,var(--theme-color-success) 90%);border-radius:0 0 4px 4px;bottom:1px;display:flex;height:2px;justify-content:flex-end;left:0;opacity:50%;pointer-events:none;position:absolute;width:100%}.password .password-progress>.password-progress-cursor{background-color:#fff;content:"";height:100%;width:100%}.logo>path.logo-side{fill:var(--theme-color-tertiary)}.logo>path.logo-grey1{fill:var(--theme-color-grey-medium)}.logo>path.logo-grey2{fill:var(--theme-color-grey-dark)}.logo>path.logo-grey3{fill:var(--theme-color-grey-light)}.logo>line{stroke:var(--theme-color-quartenary);stroke-width:1.5;stroke-dasharray:4 6;stroke-dashoffset:1;stroke-linecap:round}.verify-identity{background:var(--theme-background-image);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99}.verify-identity>.card{width:400px}.chat-room .user-avatar{transform:translateX(-18px)}.chat-room textarea{border-radius:4px;color:var(--theme-input-color);flex-grow:1;font-family:var(--theme-font-family);outline:none}.chat-room .chat-room-emoji-card{bottom:100%;left:50%;transform:translateX(-50%)}.text-area{height:-webkit-fit-content!important;height:fit-content!important}.text-area>textarea{background-color:initial;box-sizing:border-box;color:var(--theme-input-color);display:flex;flex-grow:1;font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);height:100%;padding:8px 0;width:100%}.text-area>textarea,.text-area>textarea:focus{border:none;outline:none}.text-area::placeholder,.text-area>.placeholder{color:var(--theme-input-placeholder-color);opacity:1}.loader{animation:shine 1.5s linear infinite;background:#eee;background:linear-gradient(110deg,var(--theme-color-grey-softer) 8%,var(--theme-color-grey-soft) 18%,var(--theme-color-grey-softer) 33%);background-size:200% 100%;border-radius:5px;content:"";min-height:56px}@keyframes shine{to{background-position-x:-200%}}.chat-hall{border-radius:4px 0 0 0;z-index:100}.chat-hall .chat-hall-conversations .chat-hall-conversation .chat-hall-conversation-avatars>:not(:first-child){margin-left:-14px}.chat-hall .chat-hall-conversations .chat-hall-conversation .chat-hall-conversation-typing>*{animation:typing-animation 2s linear infinite}.chat-hall .chat-hall-conversations .chat-hall-conversation .chat-hall-conversation-typing>:nth-child(2){animation-delay:.33s}.chat-hall .chat-hall-conversations .chat-hall-conversation .chat-hall-conversation-typing>:nth-child(3){animation-delay:.66s}@keyframes typing-animation{0%{opacity:0}50%{opacity:1}to{opacity:0}}.modal{max-height:90vh;position:relative}.modal.modal-xxs{width:300px}.modal.modal-xs{width:400px}.modal.modal-small{width:600px}.modal.modal-small>.button-list>*{flex-basis:0;flex-grow:1;flex-shrink:0}.modal.modal-medium{width:800px}.modal.modal-large{width:80vw}.modal.modal-height-xxs{height:300px}.modal.modal-height-xs{height:400px}.modal.modal-height-small{height:40vh}.modal.modal-height-medium{height:60vh}.modal.modal-height-large{height:80vh}.modal .button-list{bottom:0;position:-webkit-sticky;position:sticky}.menu>.menu-item:first-child{border-top:none}.menu>.menu-divider{border-top:var(--theme-layout-border);content:"";height:1px}.menu.row{border-bottom:var(--theme-layout-border);gap:0;width:100%}.menu.row>.menu-divider{border-right:var(--theme-layout-border);content:"";height:100%;margin:0 4px;width:1px}.popover{max-height:0;opacity:0;overflow:hidden;transition:opacity .2s ease-in,max-height .2s ease-in;z-index:110}.popover:empty{display:none}.popover .popover-item{align-items:center;cursor:pointer;display:flex;flex-shrink:0;min-height:var(--theme-input-height);padding:var(--theme-input-padding);transition:background-color .1s linear}.popover .popover-item:hover{background-color:var(--theme-input-hover-background-color)}.popover .popover-item.selected{border-left:4px solid var(--theme-color-accent)}.color-picker-item{height:auto;min-width:100px;padding:0!important}.color-picker-item>*{display:none}.color-picker-item:hover>*{content:"";cursor:pointer;display:flex;height:28px}.color-picker-item:hover>:hover{border:1px solid var(--theme-input-hover-background-color)}.color-picker-item:hover>.selected{border:2px solid var(--theme-input-hover-background-color)}.segmentation-picker{background-color:var(--theme-input-background-color);border:var(--theme-input-focus-border);border-radius:var(--theme-input-border-radius);color:var(--theme-input-focus-color);font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);transition:var(--theme-input-transition)}.segmentation-picker>.input-field{border-radius:0!important;border-width:0 0 1px!important}.segmentation-picker .segmentation-node>.segmentation-node-children{border-left:1px solid #0000}.segmentation-picker .segmentation-node>.segmentation-node-children:hover{border-left:var(--theme-layout-border)}.data-list-interactive>table{border-collapse:initial;border-spacing:0;height:-webkit-fit-content;height:fit-content;overflow-x:auto;width:100%}.data-list-interactive>table>tbody>tr>td.data-list-interactive-center>*{margin:auto;width:-webkit-fit-content;width:fit-content}.data-list-interactive>table>tbody>tr>td.data-list-interactive-input{padding:6px}.data-list-interactive>table>tbody>tr>td.data-list-interactive-input:not(:first-child){padding-left:3px}.data-list-interactive>table>tbody>tr>td.data-list-interactive-input:not(:last-child){padding-right:3px}.checkbox input{height:0;opacity:0;outline:none;position:absolute;width:0}.filter-children{min-width:150px}.filter-children .input-field{border:none;border-radius:0}.filter-children .tags-picker{border:none;min-width:200px}.switch{position:relative}.switch>.input-field{overflow:hidden;padding:0}.switch>.input-field.focus,.switch>.input-field:hover{background-color:var(--theme-input-focus-background-color)}.switch>.input-field:hover{border:var(--theme-input-focus-border)}.switch>.input-field>.switch-items{box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:100%;overflow:hidden;padding:2px;position:relative;width:100%}.switch>.input-field>.switch-items>*{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-grow:1;flex-shrink:0;height:100%;justify-content:center;padding:var(--theme-input-padding)}.switch>.input-field>.switch-items>:hover{background-color:var(--theme-input-hover-background-color)}.switch>.input-field>.switch-items>.selected{background-color:var(--theme-color-accent);color:var(--theme-color-white)}.scrollable-list{background-color:var(--theme-input-background-color);border:var(--theme-input-focus-border);border-radius:var(--theme-input-border-radius);color:var(--theme-input-focus-color);font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);gap:0;height:-webkit-fit-content!important;height:fit-content!important;max-height:120px;transition:var(--theme-input-transition)}.scrollable-list>*{align-items:center;cursor:pointer;display:flex;flex-shrink:0;min-height:var(--theme-input-height);padding:var(--theme-input-padding)}.scrollable-list>:hover{background-color:var(--theme-input-hover-background-color)}.scrollable-list>.selected{border-left:4px solid var(--theme-color-accent)}.data-list>.data-list-content #data-list-search{width:250px}.data-list>.data-list-content>.data-list-table>table{border-collapse:initial;border-spacing:0;height:-webkit-fit-content;height:fit-content;width:100%}.data-list>.data-list-content>.data-list-table>table>tbody>tr>td.data-list-checkbox{width:28px}.data-list>.data-list-content>.data-list-table>table>tbody>tr.viewed>td,.data-list>.data-list-content>.data-list-table>table>tbody>tr:hover>td{background-color:var(--theme-input-hover-background-color)}.data-list>.data-list-view{max-width:45%;width:480px}.image-field{height:80px!important}.image-field .soft-container{width:64px}.image-field>input{height:0;position:absolute;visibility:hidden;width:0}.candle{min-height:40px}.candle .candle-text>div{transform:translateX(-50%)}.multi-chart>svg>.multi-chart-x{opacity:.6}.multi-chart>svg>.multi-chart-x>line{stroke:var(--theme-color-grey);stroke-width:1px;opacity:.4}.multi-chart>svg>.multi-chart-x>.multi-chart-x-label>text{fill:var(--theme-color);font-size:10px}.multi-chart>svg>.multi-chart-x>.multi-chart-x-label.multi-chart-x-label-rotate>text{dominant-baseline:hanging;text-anchor:end;fill:var(--theme-color)}.multi-chart>svg>.multi-chart-y{opacity:.6}.multi-chart>svg>.multi-chart-y>line{stroke:var(--theme-color-grey);stroke-width:1px;opacity:.4}.multi-chart>svg>.multi-chart-y>text{text-anchor:end;dominant-baseline:middle;fill:var(--theme-color);font-size:10px}.multi-chart>svg>.multi-chart-y.multi-chart-y-right>text{text-anchor:start;fill:var(--theme-color)}.multi-chart>svg>.multi-chart-data>circle,.multi-chart>svg>.multi-chart-data>rect{cursor:pointer}.multi-chart>svg>.multi-chart-data>circle:hover,.multi-chart>svg>.multi-chart-data>rect:hover{fill-opacity:.8}.multi-chart>svg>.multi-chart-data path{fill:none;pointer-events:none}.radar-chart>.radar-chart-axis>line{stroke:var(--theme-color-grey)}.radar-chart>.radar-chart-dataset>polygon{fill:var(--theme-color-lightblue);opacity:.7}.radar-chart>.radar-chart-dataset-1>polygon{fill:var(--theme-color-lightblue1)}.radar-chart>.radar-chart-dataset-2>polygon{fill:var(--theme-color-lightblue2)}.radar-chart>.radar-chart-dataset-3>polygon{fill:var(--theme-color-lightblue3)}.reactive-svg.reactive-svg-with-grid>.reactive-svg-content{margin:20px 0 0 30px}.reactive-svg .reactive-svg-grid>line{opacity:.2}.reactive-svg .reactive-svg-ruler line{stroke:var(--theme-color);opacity:.6}.reactive-svg .reactive-svg-ruler text{fill:var(--theme-color);font-size:10px;opacity:.6}.reactive-svg .reactive-svg-ruler.reactive-svg-ruler-left{border-right:var(--theme-layout-border);width:30px}.reactive-svg .reactive-svg-ruler.reactive-svg-ruler-left text{text-anchor:end}.reactive-svg .reactive-svg-ruler.reactive-svg-ruler-top{border-bottom:var(--theme-layout-border);height:20px}.reactive-svg .reactive-svg-ruler.reactive-svg-ruler-top text{text-anchor:start}.reactive-svg .reactive-svg-popup{z-index:2}#layout{height:100%}#layout>#layout-header{height:48px}#layout>#layout-header>#layout-logo{background:var(--theme-accent-background)}#layout>#layout-header>#layout-logo .logo path{fill:var(--theme-nav-logo-fill)}#layout>#layout-header>#layout-logo .logo line{stroke:var(--theme-nav-logo-stroke)}#layout>#layout-header>#layout-logo>#layout-logo-text>span{margin-top:-2px}#layout>#layout-header>#layout-logo>#layout-workspaces-select{width:140px}#layout>#layout-header #layout-nav>*{align-items:center;display:flex;font-weight:450;height:100%;justify-content:center;letter-spacing:.07em;padding:0 6px;position:relative}#layout>#layout-header #layout-nav>*>span{cursor:pointer}#layout>#layout-header #layout-nav>.active{color:var(--theme-color-accent);font-weight:700}#layout>#layout-header #layout-nav>.active:after,#layout>#layout-header #layout-nav>:hover:after{background-color:var(--theme-color-accent);bottom:0;content:"";height:2px;position:absolute;width:24px}#layout>#layout-header>#layout-header-user{background-color:var(--theme-soft-container-background-color);border:var(--theme-layout-border);border-width:0 0 0 1px}#layout>#layout-header>#layout-header-user>.item{background-color:none!important;background-image:none!important;border:none}#layout>#layout-header>#layout-header-user>.item>div:first-child{flex-direction:row-reverse}#layout-horizontal{height:100%}#layout-horizontal>#layout-sidebar{background-image:var(--theme-accent-background);transition:all .2s ease-in;width:230px;z-index:10}#layout-horizontal>#layout-sidebar>#layout-sidebar-header>#layout-logo svg{flex-shrink:0;width:38px}#layout-horizontal>#layout-sidebar>#layout-sidebar-header>#layout-logo svg path{fill:var(--theme-nav-logo-fill)}#layout-horizontal>#layout-sidebar>#layout-sidebar-header>#layout-logo svg line{stroke:var(--theme-nav-logo-stroke)}#layout-horizontal.collapsed>#layout-sidebar{width:56px}.flex{box-sizing:border-box;display:flex}.card,.container{background-color:var(--theme-container-background-color);background-image:var(--theme-container-background-image);border:var(--theme-container-border);box-sizing:border-box}.card{border-radius:4px;box-shadow:var(--theme-container-box-shadow);display:flex;flex-direction:column;gap:16px;padding:12px 16px}.card .card-header{align-items:center;color:var(--theme-color);display:flex;font-family:var(--theme-font-secondary);font-size:15px;font-weight:600;gap:6px;width:100%}.soft-container{background-color:var(--theme-soft-container-background-color);border:var(--theme-soft-container-border);border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;padding:12px;position:relative}.soft-container.soft-container-hover:hover{background-color:var(--theme-soft-container-hover-background-color);border:var(--theme-soft-container-hover-border)}.tooltip-container{background-color:var(--theme-soft-container-background-color);border:var(--theme-soft-container-border);border-radius:4px;box-sizing:border-box;display:flex;font-size:11px;font-style:italic;padding:6px;text-justify:auto;white-space:pre-line}.depth-container{background-color:var(--theme-container-background-color);background-image:var(--theme-container-background-image);border:var(--theme-container-border);border-radius:4px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;overflow:hidden;padding:12px;position:relative}.depth-container:after{box-shadow:var(--theme-depth-container-box-shadow);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.backdrop{background-color:#0000001a;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:20}.cards-list{grid-gap:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.cards-list>div{min-height:120px}.list{display:flex;flex-direction:column}.list>hr:last-child{display:none}.list-item{align-items:center;border-radius:4px;color:var(--theme-color);display:flex;flex-shrink:0;font-size:12px;font-weight:400;gap:8px;min-height:28px;padding:4px 10px;position:relative;white-space:nowrap}.list-item:not(.disabled).active{background-color:var(--theme-input-hover-background-color);font-weight:700}.list-item:not(.disabled).active:after,.list-item:not(.disabled).selected:after{background-color:var(--theme-color-accent);border-radius:4px 0 0 4px;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.list-item.disabled{color:var(--theme-color-grey);cursor:default}.list-item.disabled:hover{background-color:initial}.list-item.disabled>.icon{fill:var(--theme-color-grey)}.interactive{cursor:pointer;transition:background-color .1s linear}.interactive.interactive-active,.interactive:not(.disabled):not(.interactive-active):hover{background-color:var(--theme-input-hover-background-color)}.hover:hover .flex-on-hover{display:flex}.form-group{display:flex;flex-direction:row;gap:8px}.button-list{align-items:center;display:flex;gap:8px;justify-content:right}.button-list.button-list-column{align-items:stretch;flex-direction:column}.button-list.button-list-stretch>*{flex-basis:0;flex-grow:1;flex-shrink:0}.button-list.button-list-left{justify-content:left}.info{color:var(--theme-color-grey);font-size:10px}.info>.icon{float:left;height:14px;margin:4px 8px;width:14px}.details{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.details>div{flex-grow:1}.details>div>div:first-child{color:var(--theme-color-grey);font-size:10px;text-transform:uppercase;white-space:nowrap}.input-container{background-color:var(--theme-input-background-color);border:var(--theme-input-border);border-radius:var(--theme-input-border-radius);box-shadow:var(--theme-input-box-shadow);box-sizing:border-box;color:var(--theme-input-color);font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);outline:none;padding:var(--theme-input-padding);transition:var(--theme-input-transition)}.input-container.input-like-hover:hover{background-color:var(--theme-input-hover-background-color);border:var(--theme-input-hover-border);box-shadow:var(--theme-input-hover-box-shadow-focus);color:var(--theme-input-hover-color)}.input-container.focus,.input-container:focus{background-color:var(--theme-input-focus-background-color);border:var(--theme-input-focus-border);box-shadow:var(--theme-input-focus-box-shadow);color:var(--theme-input-focus-color)}.border-radius-2{border-radius:2px}.border-radius-4{border-radius:4px}.border-radius-6{border-radius:6px}.border-radius-8{border-radius:8px}.border-round{border-radius:50%}.border{border:var(--theme-layout-border)}.border-right{border-right:var(--theme-layout-border)}.border-left{border-left:var(--theme-layout-border)}.border-top{border-top:var(--theme-layout-border)}.border-bottom{border-bottom:var(--theme-layout-border)}.border-accent{border-color:var(--theme-color-accent)}.border-left-accent-big{position:relative}.border-left-accent-big:after{background-color:var(--theme-color-accent);border-radius:4px 0 0 4px;content:"";height:100%;left:-1px;position:absolute;top:0;width:4px}.border-grey{border-color:var(--theme-color-grey)}.border-white{border-color:var(--theme-color-white)}.border-none{border:none}svg.icon{flex-grow:0;flex-shrink:0;height:16px;width:16px}svg.icon.icon-xxs{height:10px;width:10px}svg.icon.icon-xs{height:12px;width:12px}svg.icon.icon-small{height:14px;width:14px}svg.icon.icon-medium{height:18px;width:18px}svg.icon.icon-large{height:24px;width:24px}svg.icon.icon-xl{height:36px;width:36px}svg.icon.icon-xxl{height:48px;width:48px}svg.icon.icon-button{cursor:pointer}svg.icon.icon-button:hover{fill:var(--theme-color-accent)}.row{display:flex;flex-direction:row}.row-reverse{display:flex;flex-direction:row-reverse}.column{display:flex;flex-direction:column}.column-reverse{display:flex;flex-direction:column-reverse}.wrap{flex-wrap:wrap}.wrap-reverse{flex-wrap:wrap-reverse}.grow-1{flex-grow:1}.grow-0{flex-grow:0}.shrink-1{flex-shrink:1}.shrink-0{flex-shrink:0}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.align-stretch{align-items:stretch}.align-space-between{align-items:space-between}.align-space-around{align-items:space-around}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-stretch{justify-content:stretch}.justify-equals>*{flex-basis:0;flex-grow:1;flex-shrink:0}.justify-space-between{justify-content:space-between}.justify-space-around{justify-content:space-around}.grid{display:grid}.grid-row-12{grid-template-columns:repeat(12,1fr)}.grid-row-10{grid-template-columns:repeat(10,1fr)}.grid-row-7{grid-template-columns:repeat(7,1fr)}.grid-column-1{grid-column:span 1}.grid-column-2{grid-column:span 2}.grid-column-3{grid-column:span 3}.grid-column-4{grid-column:span 4}.grid-column-5{grid-column:span 5}.grid-column-6{grid-column:span 6}.grid-column-7{grid-column:span 7}.grid-column-8{grid-column:span 8}.grid-column-9{grid-column:span 9}.grid-column-10{grid-column:span 10}.grid-column-11{grid-column:span 11}.grid-column-12{grid-column:span 12}.width-fit{width:-webkit-fit-content;width:fit-content}.width-100{width:100%}.width-90{width:90%}.width-80{width:80%}.width-70{width:70%}.width-60{width:60%}.width-50{width:50%}.width-40{width:40%}.width-30{width:30%}.width-20{width:20%}.width-10{width:10%}.width-75{width:75%}.width-25{width:25%}.width-12-px{width:12px}.width-16-px,.width-18-px{width:16px}.width-24-px{width:24px}.width-32-px{width:32px}.width-36-px{width:36px}.width-48-px{width:48px}.width-56-px,.width-64-px,.width-72-px,.width-80-px{width:56px}.width-100-px{width:100px}.width-200-px{width:200px}.width-300-px{width:300px}.width-400-px{width:400px}.width-500-px{width:500px}.width-600-px{width:600px}.width-700-px{width:700px}.width-800-px{width:800px}.width-900-px{width:900px}.width-1000-px{width:1000px}.max-width-100{max-width:100%}.max-width-90{max-width:90%}.max-width-80{max-width:80%}.max-width-70{max-width:70%}.max-width-60{max-width:60%}.max-width-50{max-width:50%}.max-width-40{max-width:40%}.max-width-30{max-width:30%}.max-width-20{max-width:20%}.max-width-10{max-width:10%}.max-width-75{max-width:75%}.max-width-25{max-width:25%}.max-width-66{max-width:66%}.max-width-33{max-width:33%}.min-width-100-px{min-width:100px}.min-width-200-px{min-width:200px}.min-width-300-px{min-width:300px}.min-width-400-px{min-width:400px}.min-width-500-px{min-width:500px}.min-width-600-px{min-width:600px}.min-width-700-px{min-width:700px}.min-width-800-px{min-width:800px}.min-width-900-px{min-width:900px}.min-width-1000-px{min-width:1000px}.max-width-100-px{max-width:100px}.max-width-200-px{max-width:200px}.max-width-300-px{max-width:300px}.max-width-400-px{max-width:400px}.max-width-500-px{max-width:500px}.max-width-600-px{max-width:600px}.max-width-700-px{max-width:700px}.max-width-800-px{max-width:800px}.max-width-900-px{max-width:900px}.max-width-1000-px{max-width:1000px}.min-width-100{min-width:100%}.min-width-90{min-width:90%}.min-width-80{min-width:80%}.min-width-70{min-width:70%}.min-width-60{min-width:60%}.min-width-50{min-width:50%}.min-width-40{min-width:40%}.min-width-30{min-width:30%}.min-width-20{min-width:20%}.min-width-10{min-width:10%}.min-width-75{min-width:75%}.min-width-25{min-width:25%}.min-width-66{min-width:66%}.min-width-33{min-width:33%}.height-0{height:0}.height-fit{height:-webkit-fit-content;height:fit-content}.height-100{height:100%}.height-90{height:90%}.height-80{height:80%}.height-70{height:70%}.height-60{height:60%}.height-50{height:50%}.height-40{height:40%}.height-30{height:30%}.height-20{height:20%}.height-10{height:10%}.height-75{height:75%}.height-25{height:25%}.height-66{height:66%}.height-33{height:33%}.height-100-vh{height:100vh}.height-12-px{height:12px}.height-16-px,.height-18-px{height:16px}.height-24-px{height:24px}.height-32-px{height:32px}.height-36-px{height:36px}.height-48-px{height:48px}.height-100-px{height:100px}.height-200-px{height:200px}.height-300-px{height:300px}.height-400-px{height:400px}.height-500-px{height:500px}.height-600-px{height:600px}.height-700-px{height:700px}.height-800-px{height:800px}.height-900-px{height:900px}.height-1000-px{height:1000px}.max-height-100-px{max-height:100px}.max-height-200-px{max-height:200px}.max-height-300-px{max-height:300px}.max-height-400-px{max-height:400px}.max-height-500-px{max-height:500px}.max-height-600-px{max-height:600px}.max-height-700-px{max-height:700px}.max-height-800-px{max-height:800px}.max-height-900-px{max-height:900px}.max-height-1000-px{max-height:1000px}.max-height-100{max-height:100%}.max-height-90{max-height:90%}.max-height-80{max-height:80%}.max-height-70{max-height:70%}.max-height-60{max-height:60%}.max-height-50{max-height:50%}.max-height-40{max-height:40%}.max-height-30{max-height:30%}.max-height-20{max-height:20%}.max-height-10{max-height:10%}.max-height-75{max-height:75%}.max-height-25{max-height:25%}.max-height-66{max-height:66%}.max-height-33{min-height:33%}.min-height-100{min-height:100%}.min-height-90{min-height:90%}.min-height-80{min-height:80%}.min-height-70{min-height:70%}.min-height-60{min-height:60%}.min-height-50{min-height:50%}.min-height-40{min-height:40%}.min-height-30{min-height:30%}.min-height-20{min-height:20%}.min-height-10{min-height:10%}.min-height-75{min-height:75%}.min-height-25{min-height:25%}.min-height-66{min-height:66%}.min-height-33{min-height:33%}.padding-none{padding:0}.padding-xxs{padding:2px}.padding-xs{padding:4px}.padding-small{padding:6px}.padding-medium{padding:8px}.padding-large{padding:12px}.padding-xl{padding:16px}.padding-xxl{padding:24px}.padding-layout{padding:16px}.padding-v-none{padding-bottom:0;padding-top:0}.padding-v-xxs{padding-bottom:2px;padding-top:2px}.padding-v-xs{padding-bottom:4px;padding-top:4px}.padding-v-small{padding-bottom:6px;padding-top:6px}.padding-v-medium{padding-bottom:8px;padding-top:8px}.padding-v-large{padding-bottom:12px;padding-top:12px}.padding-v-xl{padding-bottom:16px;padding-top:16px}.padding-v-xxl{padding-bottom:24px;padding-top:24px}.padding-v-layout{padding-bottom:16px;padding-top:16px}.padding-h-none{padding-left:0;padding-right:0}.padding-h-xxs{padding-left:2px;padding-right:2px}.padding-h-xs{padding-left:4px;padding-right:4px}.padding-h-small{padding-left:6px;padding-right:6px}.padding-h-medium{padding-left:8px;padding-right:8px}.padding-h-large{padding-left:12px;padding-right:12px}.padding-h-xl{padding-left:16px;padding-right:16px}.padding-h-xxl{padding-left:24px;padding-right:24px}.padding-h-layout{padding-left:16px;padding-right:16px}.padding-left-none{padding-left:0}.padding-left-xxs{padding-left:2px}.padding-left-xs{padding-left:4px}.padding-left-small{padding-left:6px}.padding-left-medium{padding-left:8px}.padding-left-large{padding-left:12px}.padding-left-xl{padding-left:16px}.padding-left-xxl{padding-left:24px}.padding-left-layout{padding-left:16px}.padding-right-none{padding-right:0}.padding-right-xxs{padding-right:2px}.padding-right-xs{padding-right:4px}.padding-right-small{padding-right:6px}.padding-right-medium{padding-right:8px}.padding-right-large{padding-right:12px}.padding-right-xl{padding-right:16px}.padding-right-xxl{padding-right:24px}.padding-right-layout{padding-right:16px}.padding-top-none{padding-top:0}.padding-top-xxs{padding-top:2px}.padding-top-xs{padding-top:4px}.padding-top-small{padding-top:6px}.padding-top-medium{padding-top:8px}.padding-top-large{padding-top:12px}.padding-top-xl{padding-top:16px}.padding-top-xxl{padding-top:24px}.padding-top-layout{padding-top:16px}.padding-bottom-none{padding-bottom:0}.padding-bottom-xxs{padding-bottom:2px}.padding-bottom-xs{padding-bottom:4px}.padding-bottom-small{padding-bottom:6px}.padding-bottom-medium{padding-bottom:8px}.padding-bottom-large{padding-bottom:12px}.padding-bottom-xl{padding-bottom:16px}.padding-bottom-xxl{padding-bottom:24px}.padding-bottom-layout{padding-bottom:16px}.margin-auto{margin:auto}.margin-none{margin:0}.margin-xxs{margin:2px}.margin-xs{margin:4px}.margin-small{margin:6px}.margin-medium{margin:8px}.margin-large{margin:12px}.margin-xl{margin:16px}.margin-xxl{margin:24px}.margin-layout{margin:16px}.margin-v-none{margin-bottom:0;margin-top:0}.margin-v-xxs{margin-bottom:2px;margin-top:2px}.margin-v-xs{margin-bottom:4px;margin-top:4px}.margin-v-small{margin-bottom:6px;margin-top:6px}.margin-v-medium{margin-bottom:8px;margin-top:8px}.margin-v-large{margin-bottom:12px;margin-top:12px}.margin-v-xl{margin-bottom:16px;margin-top:16px}.margin-v-xxl{margin-bottom:24px;margin-top:24px}.margin-v-layout{margin-bottom:16px;margin-top:16px}.margin-h-none{margin-left:0;margin-right:0}.margin-h-xxs{margin-left:2px;margin-right:2px}.margin-h-xs{margin-left:4px;margin-right:4px}.margin-h-small{margin-left:6px;margin-right:6px}.margin-h-medium{margin-left:8px;margin-right:8px}.margin-h-large{margin-left:12px;margin-right:12px}.margin-h-xl{margin-left:16px;margin-right:16px}.margin-h-xxl{margin-left:24px;margin-right:24px}.margin-h-layout{margin-left:16px;margin-right:16px}.margin-left-none{margin-left:0}.margin-left-xxs{margin-left:2px}.margin-left-xs{margin-left:4px}.margin-left-small{margin-left:6px}.margin-left-medium{margin-left:8px}.margin-left-large{margin-left:12px}.margin-left-xl{margin-left:16px}.margin-left-xxl{margin-left:24px}.margin-left-layout{margin-left:16px}.margin-left-minus-xxs{margin-left:-2px}.margin-left-minus-xs{margin-left:-4px}.margin-left-minus-small{margin-left:-6px}.margin-left-minus-medium{margin-left:-8px}.margin-left-minus-large{margin-left:-12px}.margin-left-minus-xl{margin-left:-16px}.margin-left-minus-xxl{margin-left:-24px}.margin-left-minus-layout{margin-left:-16px}.margin-right-none{margin-right:0}.margin-right-xxs{margin-right:2px}.margin-right-xs{margin-right:4px}.margin-right-small{margin-right:6px}.margin-right-medium{margin-right:8px}.margin-right-large{margin-right:12px}.margin-right-xl{margin-right:16px}.margin-right-xxl{margin-right:24px}.margin-right-layout{margin-right:16px}.margin-top-none{margin-top:0}.margin-top-xxs{margin-top:2px}.margin-top-xs{margin-top:4px}.margin-top-small{margin-top:6px}.margin-top-medium{margin-top:8px}.margin-top-large{margin-top:12px}.margin-top-xl{margin-top:16px}.margin-top-xxl{margin-top:24px}.margin-top-layout{margin-top:16px}.margin-bottom-none{margin-bottom:0}.margin-bottom-xxs{margin-bottom:2px}.margin-bottom-xs{margin-bottom:4px}.margin-bottom-small{margin-bottom:6px}.margin-bottom-medium{margin-bottom:8px}.margin-bottom-large{margin-bottom:12px}.margin-bottom-xl{margin-bottom:16px}.margin-bottom-xxl{margin-bottom:24px}.margin-bottom-layout{margin-bottom:16px}.margin-bottom-page{margin-bottom:120px}.gap-none{gap:0}.gap-xxs{gap:2px}.gap-xs{gap:4px}.gap-small{gap:6px}.gap-medium{gap:8px}.gap-large{gap:12px}.gap-xl{gap:16px}.gap-xxl{gap:24px}.gap-layout{gap:16px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.position-relative{position:relative}.position-fixed{position:fixed}.position-absolute{position:absolute}.position-static{position:static}.position-sticky{position:-webkit-sticky;position:sticky}.top-0{top:0}.top-100{top:100%}.left-0{left:0}.left-100{left:100%}.bottom-0{bottom:0}.bottom-100{bottom:100%}.right-0{right:0}.right-100{right:100%}.top-right{right:12px;top:12px}.bottom-right{bottom:12px;right:12px}.z-index-2{z-index:2}.z-index-3{z-index:3}.z-index-10{z-index:10}.z-index-20{z-index:20}.z-index-30{z-index:30}.z-index-top{z-index:999}.object-fit-contain{object-fit:contain}.object-fit-cover{object-fit:cover}.object-fit-fill{object-fit:fill}.round,.square{aspect-ratio:1/1}.round{border-radius:50%}.display-none{display:none}hr{border:none;border-bottom:var(--theme-layout-border);height:1px;margin-left:20%;margin-right:20%;width:60%}@media only screen and (max-width:1024px){.md-row{flex-direction:row}.md-row-reverse{flex-direction:row-reverse}.md-column{flex-direction:column}.md-column-reverse{flex-direction:column-reverse}.md-grow-1{flex-grow:1}.md-grow-0{flex-grow:0}.md-shrink-0,.md-shrink-1{flex-shrink:1}.md-align-start{align-items:flex-start}.md-align-center{align-items:center}.md-align-end{align-items:flex-end}.md-justify-start{justify-content:flex-start}.md-justify-center{justify-content:center}.md-justify-end{justify-content:flex-end}}@media only screen and (max-width:768px){.sm-row{flex-direction:row}.sm-row-reverse{flex-direction:row-reverse}.sm-column{flex-direction:column}.sm-column-reverse{flex-direction:column-reverse}.sm-grow-1{flex-grow:1}.sm-grow-0{flex-grow:0}.sm-shrink-0,.sm-shrink-1{flex-shrink:1}.sm-align-start{align-items:flex-start}.sm-align-center{align-items:center}.sm-align-end{align-items:flex-end}.sm-justify-start{justify-content:flex-start}.sm-justify-center{justify-content:center}.sm-justify-end{justify-content:flex-end}}@media only screen and (max-width:480px){.xs-row{flex-direction:row}.xs-row-reverse{flex-direction:row-reverse}.xs-column{flex-direction:column}.xs-column-reverse{flex-direction:column-reverse}.xs-grow-1{flex-grow:1}.xs-grow-0{flex-grow:0}.xs-shrink-0,.xs-shrink-1{flex-shrink:1}.xs-align-start{align-items:flex-start}.xs-align-center{align-items:center}.xs-align-end{align-items:flex-end}.xs-justify-start{justify-content:flex-start}.xs-justify-center{justify-content:center}.xs-justify-end{justify-content:flex-end}.xs-width-100{width:100%}.xs-width-90{width:90%}.xs-width-80{width:80%}.xs-width-70{width:70%}.xs-width-60{width:60%}.xs-width-50{width:50%}.xs-width-40{width:40%}.xs-width-30{width:30%}.xs-width-20{width:20%}.xs-width-10{width:10%}.xs-width-75{width:75%}.xs-width-25{width:25%}.xs-width-66{width:66%}.xs-width-33{width:33%}.xs-gap-none{gap:0}.xs-gap-xxs{gap:2px}.xs-gap-xs{gap:4px}.xs-gap-small{gap:6px}.xs-gap-medium{gap:8px}.xs-gap-large{gap:12px}.xs-gap-xl{gap:16px}.xs-gap-xxl{gap:24px}.xs-gap-layout{padding:16px}}.text-xxs{font-size:9px}.text-xs{font-size:10px}.text-small{font-size:11px}.text-medium{font-size:12px}.text-large{font-size:14px}.text-larger{font-size:16px}.text-xl{font-size:18px}.text-xxl{font-size:22px}.text-normal{font-weight:400}.text-bold,.text-bold-hover:hover{font-weight:600}.text-bolder{font-weight:700}.text-lighter{font-weight:350}.text-italic{font-style:italic}.font-main{font-family:var(--theme-font-main)}.font-secondary{font-family:var(--theme-font-secondary)}.text-ellipsis,.text-nowrap{white-space:nowrap}.text-ellipsis{overflow:hidden;text-overflow:ellipsis}.text-uppercase{text-transform:uppercase}.text-lowercase{text-transform:lowercase}.text-capitalize{text-transform:capitalize}.text-justify{text-align:justify}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-pre{white-space:pre-line}.link,a{color:var(--theme-color);cursor:pointer;font-family:var(--theme-font-main);font-size:11px;font-weight:450;text-decoration:none}.link:hover,a:hover{font-weight:700}label{color:var(--theme-label-color);font-family:var(--theme-label-font-family);font-size:var(--theme-label-font-size);font-weight:var(--theme-label-font-weight);gap:var(--theme-label-gap);text-transform:var(--theme-label-text-transform)}h1,h2,h3,h4,h5,label{align-items:center;display:flex}h1,h2,h3,h4,h5{font-family:var(--theme-font-secondary);font-weight:600;margin:0}h1{font-size:28px;gap:12px;margin-bottom:24px}h1>.icon{height:22px;width:22px}h2{font-size:24px;gap:12px;margin-bottom:18px}h2>.icon{height:18px;width:18px}h3{font-size:18px;gap:8px;margin:18px 0 12px}h3>.icon{height:16px;width:16px}h4{font-size:14px;gap:4px;margin:18px 0 8px}h4>.icon{height:14px;width:14px}h5{font-size:12px;gap:3px;margin:18px 0 6px}h5>.icon{height:12px;width:12px}.background-primary{background-color:var(--theme-color-primary)}.background-secondary{background-color:var(--theme-color-secondary)}.background-tertiary{background-color:var(--theme-color-tertiary)}.background-quartenary{background-color:var(--theme-color-quartenary)}.background-accent{background-color:var(--theme-color-accent)}.background-success{background-color:var(--theme-color-success)}.background-warning{background-color:var(--theme-color-warning)}.background-pristine{background-color:var(--theme-color-pristine)}.background-critical{background-color:var(--theme-color-critical)}.background-error{background-color:var(--theme-color-error)}.background-grey{background-color:var(--theme-color-grey)}.background-white{background-color:var(--theme-color-white)}.background-black{background-color:var(--theme-color-black)}.background-palette1{background-color:var(--theme-color-palette1)}.background-palette2{background-color:var(--theme-color-palette2)}.background-palette3{background-color:var(--theme-color-palette3)}.background-palette4{background-color:var(--theme-color-palette4)}.background-palette5{background-color:var(--theme-color-palette5)}.background-palette6{background-color:var(--theme-color-palette6)}.background-palette7{background-color:var(--theme-color-palette7)}.background-palette8{background-color:var(--theme-color-palette8)}.background-palette9{background-color:var(--theme-color-palette9)}.background-palette10{background-color:var(--theme-color-palette10)}.background-container{background-color:var(--theme-container-background-color)}.background-container-image{background-image:var(--theme-container-background-image)}.background-soft-container{background-color:var(--theme-soft-container-background-color)}.background-hover{background-color:var(--theme-input-hover-background-color)}.background-blur{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.background-hover-interactive{transition:background-color .1s linear}.background-hover-interactive:hover{background-color:var(--theme-input-hover-background-color)}.color-primary{color:var(--theme-color-primary)}.color-secondary{color:var(--theme-color-secondary)}.color-tertiary{color:var(--theme-color-tertiary)}.color-quartenary{color:var(--theme-color-quartenary)}.color-accent,.color-accent-hover:hover{color:var(--theme-color-accent)}.color-success{color:var(--theme-color-success)}.color-warning{color:var(--theme-color-warning)}.color-pristine{color:var(--theme-color-pristine)}.color-critical{color:var(--theme-color-critical)}.color-error{color:var(--theme-color-error)}.color-grey{color:var(--theme-color-grey)}.color-white{color:var(--theme-color-white)}.color-black{color:var(--theme-color-black)}.color-main{color:var(--theme-color)}.fill-main{fill:var(--theme-color)}.fill-primary{fill:var(--theme-color-primary)}.fill-secondary{fill:var(--theme-color-secondary)}.fill-tertiary{fill:var(--theme-color-tertiary)}.fill-quartenary{fill:var(--theme-color-quartenary)}.fill-accent{fill:var(--theme-color-accent)}.fill-success{fill:var(--theme-color-success)}.fill-warning{fill:var(--theme-color-warning)}.fill-pristine{fill:var(--theme-color-pristine)}.fill-critical{fill:var(--theme-color-critical)}.fill-error{fill:var(--theme-color-error)}.fill-grey{fill:var(--theme-color-grey)}.fill-white{fill:var(--theme-color-white)}.fill-black{fill:var(--theme-color-black)}.fill-container{fill:var(--theme-container-background-color)}.fill-palette1{fill:var(--theme-color-palette1)}.fill-palette2{fill:var(--theme-color-palette2)}.fill-palette3{fill:var(--theme-color-palette3)}.fill-palette4{fill:var(--theme-color-palette4)}.fill-palette5{fill:var(--theme-color-palette5)}.fill-palette6{fill:var(--theme-color-palette6)}.fill-palette7{fill:var(--theme-color-palette7)}.fill-palette8{fill:var(--theme-color-palette8)}.fill-palette9{fill:var(--theme-color-palette9)}.fill-palette10{fill:var(--theme-color-palette10)}.fill-pulse{animation:fill-pulse 2s ease-in-out infinite}@keyframes fill-pulse{0%{fill-opacity:1}50%{fill-opacity:.2}to{fill-opacity:1}}.stroke-main{stroke:var(--theme-color)}.stroke-primary{stroke:var(--theme-color-primary)}.stroke-secondary{stroke:var(--theme-color-secondary)}.stroke-tertiary{stroke:var(--theme-color-tertiary)}.stroke-quartenary{stroke:var(--theme-color-quartenary)}.stroke-accent{stroke:var(--theme-color-accent)}.stroke-success{stroke:var(--theme-color-success)}.stroke-warning{stroke:var(--theme-color-warning)}.stroke-pristine{stroke:var(--theme-color-pristine)}.stroke-critical{stroke:var(--theme-color-critical)}.stroke-error{stroke:var(--theme-color-error)}.stroke-grey{stroke:var(--theme-color-grey)}.stroke-white{stroke:var(--theme-color-white)}.stroke-black{stroke:var(--theme-color-black)}.stroke-palette1{stroke:var(--theme-color-palette1)}.stroke-palette2{stroke:var(--theme-color-palette2)}.stroke-palette3{stroke:var(--theme-color-palette3)}.stroke-palette4{stroke:var(--theme-color-palette4)}.stroke-palette5{stroke:var(--theme-color-palette5)}.stroke-palette6{stroke:var(--theme-color-palette6)}.stroke-palette7{stroke:var(--theme-color-palette7)}.stroke-palette8{stroke:var(--theme-color-palette8)}.stroke-palette9{stroke:var(--theme-color-palette9)}.stroke-palette10{stroke:var(--theme-color-palette10)}.opacity-100{opacity:1}.opacity-80{opacity:.8}.opacity-60{opacity:.6}.opacity-40{opacity:.4}.opacity-20{opacity:.2}.opacity-0{opacity:0}.blur-10{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blur-8{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.blur-6{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.blur-4{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.blur-2{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tag{border-radius:4px;font-family:var(--theme-font-main);font-weight:500;gap:4px;padding:3px 6px 4px;white-space:nowrap;width:-webkit-fit-content;width:fit-content}.pill,.tag{align-items:center;color:var(--theme-color-white);display:flex;flex-grow:0;font-size:10px}.pill{border-radius:50%;content:"";flex-shrink:0;font-weight:700;height:16px;justify-content:center;width:16px}.pill.pill-xxs{height:8px;width:8px}.pill.pill-xs{height:10px;width:10px}.pill.pill-small{height:12px;width:12px}.pill.pill-large{height:18px;width:18px}.pill.pill-xl{font-size:12px;height:24px;width:24px}.pill.pill-xxl{font-size:12px;height:36px;width:36px}.pill.pill-animate{animation:pill-animate 2s ease-in-out infinite}@keyframes pill-animate{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.pointer{cursor:pointer}.cursor{cursor:default}.pointer-events-none{pointer-events:none}.box-shadow{box-shadow:var(--theme-box-shadow)}.with-tooltip{position:relative}.with-tooltip .tooltip{background-color:var(--theme-container-background-color);background-image:var(--theme-container-background-image);border:var(--theme-container-border);border-radius:4px;bottom:100%;box-shadow:var(--theme-container-box-shadow);display:none;flex-direction:column;font-weight:400;height:-webkit-fit-content;height:fit-content;left:50%;padding:6px 8px;position:absolute;transform:translateX(-50%);z-index:10}.with-tooltip .tooltip.tooltip-bottom{left:50%;top:100%}.with-tooltip .tooltip.tooltip-right{left:100%;top:50%;transform:translateY(-50%)}.with-tooltip .tooltip.tooltip-left{right:100%;top:50%;transform:translateY(-50%)}.with-tooltip:hover .tooltip{display:flex}#app{--theme-color-primary:#3b6d70;--theme-color-secondary:#353535;--theme-color-tertiary:#284b63;--theme-color-quartenary:#ef9e1d;--theme-color-white:#fafafa;--theme-color-black:#303030;--theme-color-grey-lightest:#f7f7f8;--theme-color-grey-lighter:#eff1f3;--theme-color-grey-light:#e4e6ed;--theme-color-grey-medium:#989ba2;--theme-color-grey-dark:#5b5b5f;--theme-color-grey-darker:#44464a;--theme-color-grey-darkest:#2c2d2f;--theme-color-error:#bd2a2a;--theme-color-error-light:#bd2a2a17;--theme-color-warning:#d7853d;--theme-color-warning-light:#d7853d17;--theme-color-success:#2cae3f;--theme-color-success-light:#2cae3f17;--theme-color-critical:#100224;--theme-color-critical-light:#10022417;--theme-color-pristine:#269ac8;--theme-color-pristine-light:#269ac817;--theme-color-palette1:#9e0142;--theme-color-palette2:#c43546;--theme-color-palette3:#dd5a32;--theme-color-palette4:#da9c5f;--theme-color-palette5:#d8d657;--theme-color-palette6:#b3c364;--theme-color-palette7:#83b07d;--theme-color-palette8:#5ba78f;--theme-color-palette9:#2d6e96;--theme-color-palette10:#504389;--theme-font-main:Montserrat;--theme-font-secondary:Montserrat;--theme-color:var(--theme-color-black);--theme-color-opposite:var(--theme-color-white);--theme-color-grey:#9a9aa0;--theme-color-grey-soft:var(--theme-color-grey-light);--theme-color-grey-softer:var(--theme-color-grey-lighter);--theme-color-accent:var(--theme-color-tertiary);--theme-background-color:#f5f7f9;--theme-background-image:linear-gradient(170deg,#f5f7f9 50%,#ececf0 80%,#e6e6ea);--theme-layout-border:1px solid var(--theme-color-grey-light);--theme-nav-logo-stroke:var(--theme-color-quartenary);--theme-nav-logo-fill:var(--theme-color-white);--theme-accent-background:linear-gradient(100deg,#284b63,#3c6987 55%,#436981 80%,#3b5e70);--theme-box-shadow:#32325d40 0px 6px 12px -2px,#0000004d 0px 3px 7px -3px;--theme-font-size:12px;--theme-font-family:var(--theme-font-main);--theme-input-background-color:var(--theme-color-white);--theme-input-color:var(--theme-color-grey-darker);--theme-input-border:var(--theme-color-grey-light) 1px solid;--theme-input-box-shadow:none;--theme-input-padding:0 12px;--theme-input-border-radius:4px;--theme-input-font-size:12px;--theme-input-font-family:Montserrat;--theme-input-height:28px;--theme-input-transition:all 200ms ease;--theme-input-placeholder-color:var(--theme-color-grey-medium);--theme-input-hover-background-color:#f1f1f3;--theme-input-hover-color:var(--theme-color-black);--theme-input-hover-border:#0000 1px solid;--theme-input-hover-box-shadow:none;--theme-input-focus-background-color:var(--theme-color-white);--theme-input-focus-color:var(--theme-color-black);--theme-input-focus-border:var(--theme-color-grey-light) 1px solid;--theme-input-focus-box-shadow:none;--theme-label-color:var(--theme-color-grey-medium);--theme-label-font-family:var(--theme-font-secondary);--theme-label-text-transform:uppercase;--theme-label-font-size:10px;--theme-label-font-weight:normal;--theme-label-gap:4px;--theme-label-icon-size:16px;--theme-container-background-color:#fcfcfa;--theme-container-background-image:linear-gradient(178deg,#fcfcfa 60%,#fafaf8 80%,#f6f7f4);--theme-container-border:var(--theme-layout-border);--theme-container-box-shadow:none;--theme-soft-container-border:1px solid var(--theme-color-grey-light);--theme-soft-container-background-color:var(--theme-color-grey-lightest);--theme-soft-container-hover-border:1px solid var(--theme-color-grey-light);--theme-soft-container-hover-background-color:var(--theme-container-background-color);--theme-depth-container-box-shadow:inset #b5b5b54d 0px 0px 4px 0px,inset #b5b5b533 0px 0px 16px 5px;--theme-button-hover-box-shadow:#63636333 0px 2px 8px 0px}#app.theme-dark{--theme-color:var(--theme-color-white);--theme-color-opposite:var(--theme-color-black);--theme-color-accent:var(--theme-color-quartenary);--theme-color-white:#f0eeee;--theme-color-black:#010508;--theme-color-grey:#808086;--theme-color-grey-soft:var(--theme-color-grey-darker);--theme-color-grey-softer:var(--theme-color-grey-darkest);--theme-background-color:#2b2d30;--theme-background-image:linear-gradient(170deg,var(--theme-background-color) 50%,#22252d 80%,#212124 100%);--theme-layout-border:1px solid var(--theme-color-grey-soft);--theme-nav-logo-stroke:var(--theme-color-quartenary);--theme-nav-logo-fill:var(--theme-color-white);--theme-accent-background:linear-gradient(220deg,#171717,#272727 35%,#222 80%,#1a1a1a);--theme-box-shadow:#21212159 0px 6px 12px -2px,#00000080 0px 3px 7px -3px;--theme-input-background-color:#27292d;--theme-input-color:var(--theme-color-grey-light);--theme-input-border:#0000 1px solid;--theme-input-placeholder-color:var(--theme-color-grey-medium);--theme-input-hover-background-color:#232425;--theme-input-hover-color:var(--theme-color-white);--theme-input-hover-border:#0000 1px solid;--theme-input-focus-background-color:#232425;--theme-input-focus-color:var(--theme-color-white);--theme-input-focus-border:var(--theme-color-grey-darker) 1px solid;--theme-label-color:var(--theme-color-grey-medium);--theme-container-background-color:#303338;--theme-container-background-image:linear-gradient(178deg,#303338 60%,#2f3136 80%,#2d3035);--theme-container-border:var(--theme-layout-border);--theme-container-box-shadow:none;--theme-soft-container-border:var(--theme-color-grey-darker) 1px solid;--theme-soft-container-background-color:#2c2d2f;--theme-soft-container-hover-border:1px solid var(--theme-color-grey-darker);--theme-soft-container-hover-background-color:var(--theme-container-background-color);--theme-depth-container-box-shadow:inset #0000001f 0px 0px 4px 0px,inset #00000052 0px 0px 16px 5px;--theme-button-hover-box-shadow:#0000000f 0px 10px 12px 0px,#0000000f 0px 0px 4px 4px}#root,body,html{cursor:default;height:100%;margin:0;overflow:hidden;padding:0;width:100%}#root,#root *,body,body *,html,html *{box-sizing:border-box}body{scrollbar-color:#0000;scrollbar-width:thin}body ::-webkit-scrollbar{height:6px;width:6px}body ::-webkit-scrollbar-track{background:#0000}body ::-webkit-scrollbar-thumb{background-color:var(--theme-color-accent);border-radius:4px}#app{background-color:var(--theme-background-color);background-image:var(--theme-background-image);box-sizing:border-box;color:var(--theme-color);font-family:var(--theme-font-family);font-size:var(--theme-font-size);height:100%;width:100%}.toast{align-items:center;border:none;display:flex;gap:16px;max-height:140px;opacity:0;padding:8px 16px;position:relative;transform:translate(100%);transition:all .3s ease-in}.toast.idle{opacity:1;transform:none}.toast.exited{display:none}.toast>.toast-close-icon{position:absolute;right:6px;top:6px}.toast>div{display:flex;flex-direction:column;gap:4px;justify-content:center}.toast>div>div{white-space:pre-line}.toast>div>div:first-letter{text-transform:capitalize}.toast>.toast-progress{bottom:0;content:"";display:flex;flex-grow:1;flex-shrink:0;height:2px;left:0;position:absolute;transition:width 5s linear;width:0}.toast.enter>.toast-progress{width:100%}.toast>.toast-close{position:absolute;right:6px;top:6px}.tooltip{background-color:var(--theme-color);color:var(--theme-color-opposite);left:0;opacity:0;pointer-events:none;top:0;transition:opacity .2s ease-in;z-index:110}.tooltip>div:last-child:empty{display:none}.error-page>.icon{filter:drop-shadow(3px 3px 2px rgba(0,0,0,.7));height:120px;width:120px}.scroll-content>.scroll-helper{left:16px;top:0;transform:translateX(-100%);transition:transform .2s ease-in}.scroll-content>.scroll-helper>div{margin-right:-14px}.scroll-content>.scroll-helper:hover{transform:translateX(-12px)}.collapse:not(.opened)>:not(:first-child){display:none}.dropdown{align-items:center;display:flex;justify-content:center;position:relative}.dropdown>.dropdown-children{display:none;left:0;position:absolute;top:100%;z-index:10}.dropdown>.dropdown-children.visible{display:inline;display:initial}.dropdown.dropdown-horizontal-right>.dropdown-children{left:100%;top:0}.dropdown.dropdown-left>.dropdown-children{left:auto;right:0}.dropdown.dropdown-horizontal-left>.dropdown-children{left:auto;right:100%;top:0}#global-search>#global-search-results{background-color:#0003;height:0;left:0;overflow:hidden;position:absolute;top:100%;width:100%;z-index:4}#global-search>#global-search-results.visible{height:100vh}#global-search>#global-search-results>div{overflow:hidden}#global-search>#global-search-results>div>div{min-height:250px}#global-search>#global-search-results>div>.icon{position:absolute;right:12px;top:12px}.tabs .tab{border-bottom:2px solid #0000}.tabs .tab.active,.tabs .tab:hover{border-bottom:2px solid var(--theme-color-accent)}.tabs-manager .tabs-manager-content.hidden{display:none}.storage-explorer .storage-tree .storage-tree-children{border-left:1px solid #0000}.storage-explorer .storage-tree .storage-tree-children.active,.storage-explorer .storage-tree .storage-tree-children:hover{border-left:var(--theme-layout-border)}.storage-explorer .data-list{border:none;border-radius:0}.storage-explorer .data-list>.data-list-content{border:none}.timeline>div{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column}.timeline>div:last-child{bottom:32px;pointer-events:none}.timeline .timeline-element{padding-bottom:56px}.timeline .timeline-element .timeline-element-pill{padding-left:4px}.timeline .timeline-element .timeline-element-pill>span{margin-left:-4px}.timeline .timeline-element .timeline-date{bottom:10px}.timeline .timeline-element>div:first-child:after{background-color:var(--theme-container-background-color);border-bottom:var(--theme-layout-border);border-right:var(--theme-layout-border);content:"";height:8px;left:50%;position:absolute;top:100%;transform:rotate(45deg) translateX(-50%);width:8px}.timeline .timeline-bar{content:"";height:5px;left:0;top:calc(50% - 2px);z-index:0}.timeline .timeline-bar-pill{z-index:1}.mapboxgl-popup{box-shadow:var(--theme-box-shadow);width:200px;z-index:2}.mapboxgl-popup>.mapboxgl-popup-tip{display:none}.mapboxgl-popup:after{background-color:var(--theme-container-background-color);content:"";height:10px;left:50%;position:absolute;top:calc(100% - 2px);transform:rotate(45deg) translateX(-50%);transform-origin:50% 50%;width:10px}.mapboxgl-popup>.mapboxgl-popup-content{background-color:var(--theme-container-background-color);border-radius:4px;font-family:var(--theme-font-main);font-size:11px;line-height:normal;overflow-y:auto;padding:8px 12px;width:100%}.mapboxgl-popup>.mapboxgl-popup-content button{color:var(--theme-color-main)}.mapboxgl-ctrl-geocoder{position:relative;width:200px}.mapboxgl-ctrl-geocoder>input{align-items:center;background-color:var(--theme-input-background-color);border:var(--theme-input-border);border-radius:var(--theme-input-border-radius);box-shadow:var(--theme-input-box-shadow);box-sizing:border-box;color:var(--theme-input-color);display:flex;font-family:var(--theme-input-font-family);font-size:var(--theme-input-font-size);gap:8px;height:var(--theme-input-height);justify-content:flex-start;outline:none;padding:var(--theme-input-padding);padding-right:28px;transition:var(--theme-input-transition);width:100%}.mapboxgl-ctrl-geocoder>input:hover{background-color:var(--theme-input-hover-background-color);border:var(--theme-input-hover-border);box-shadow:var(--theme-input-hover-box-shadow-focus);color:var(--theme-input-hover-color)}.mapboxgl-ctrl-geocoder>input.focus,.mapboxgl-ctrl-geocoder>input:focus{background-color:var(--theme-input-focus-background-color);border:var(--theme-input-focus-border);box-shadow:var(--theme-input-focus-box-shadow);color:var(--theme-input-focus-color)}.mapboxgl-ctrl-geocoder>input:-internal-autofill-selected,.mapboxgl-ctrl-geocoder>input:-webkit-autofill,.mapboxgl-ctrl-geocoder>input:-webkit-autofill:focus{-webkit-transition:background-color 0s 600000s,color 0s 600000s!important;transition:background-color 0s 600000s,color 0s 600000s!important}.mapboxgl-ctrl-geocoder>svg{fill:var(--theme-color-grey);height:16px;position:absolute;right:8px;top:calc(var(--theme-input-height)/2);transform:translateY(-50%);width:16px}.mapboxgl-ctrl-geocoder>.mapboxgl-ctrl-geocoder--pin-right{display:none}.mapboxgl-ctrl-geocoder>.suggestions-wrapper{width:100%}.mapboxgl-ctrl-geocoder>.suggestions-wrapper>ul{background-color:var(--theme-input-focus-background-color);border-bottom:var(--theme-input-focus-border);border-left:var(--theme-input-focus-border);border-right:var(--theme-input-focus-border);box-shadow:var(--theme-input-focus-box-shadow);list-style:none;margin:0!important;padding:0;width:100%}.mapboxgl-ctrl-geocoder>.suggestions-wrapper>ul>li{display:flex!important;margin:0!important;padding:2px 8px;width:100%}.mapboxgl-ctrl-geocoder>.suggestions-wrapper>ul>li>a{text-decoration:none;width:100%}.mapboxgl-ctrl-geocoder>.suggestions-wrapper>ul>li>a>.mapboxgl-ctrl-geocoder--suggestion{line-height:normal;width:100%}.mapboxgl-ctrl-geocoder>.suggestions-wrapper>ul>li>a>.mapboxgl-ctrl-geocoder--suggestion>.mapboxgl-ctrl-geocoder--suggestion-title{color:var(--theme-color-main);font-size:11px;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mapboxgl-ctrl-geocoder>.suggestions-wrapper>ul>li>a>.mapboxgl-ctrl-geocoder--suggestion>.mapboxgl-ctrl-geocoder--suggestion-address{color:var(--theme-color-grey);font-size:10px;line-height:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mapboxgl-ctrl-geocoder>.suggestions-wrapper>ul>li:hover{background-color:var(--theme-list-item-hover-background-color)}#account #account-header{content:"";height:120px;opacity:.8;overflow:hidden;width:100%}#account #account-header>img{filter:blur(25px) saturate(1.3);height:100%;transform:scale(2);width:100%}#account #account-avatar-name{align-items:center;display:flex;gap:24px;margin-top:-48px;padding:0 36px;position:relative;z-index:2}#account #account-avatar-name>#account-header-avatar{align-items:center;background-color:var(--theme-container-background-color);border:1px solid var(--theme-container-background-color);border-radius:50%;box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;display:flex;height:140px;justify-content:center;overflow:hidden;width:140px}#home #home-quick-access a{align-items:center;background:var(--theme-accent-background);border-radius:4px;display:flex;gap:16px;gap:22px;min-width:150px;overflow:hidden;padding:8px 18px 8px 34px;position:relative}#home #home-quick-access a>.logo{height:150%;left:18px;position:absolute;top:-22%}#home #home-quick-access a>.logo>line{stroke-width:2px;stroke:var(--theme-color-quartenary)}#home #home-quick-access a>.logo>path{display:none}#home #home-quick-access a>.icon,#home #home-quick-access a>.span{z-index:2}#home #home-quick-access a:hover>.icon{fill:var(--theme-color-white)}#home #home-quick-access a:hover .home-quick-access-icon{transform:rotate(1turn)}#home .news .news-more{margin-top:4px;width:100%}#home .news .news-content{-webkit-mask-image:linear-gradient(180deg,#000 60%,#0000);mask-image:linear-gradient(180deg,#000 60%,#0000)}#portal{background-image:url(/portal/static/media/background.8493e61987c6a23ad821.png);background-position:bottom;background-repeat:no-repeat;background-size:contain;display:flex;height:100%;position:relative;width:100%}#portal>#portal-content{box-shadow:var(--theme-container-box-shadow);height:600px;margin:auto;max-height:90vh;max-width:90vw;width:1000px}#portal>#portal-content #portal-logo{margin-bottom:80px}#portal>#portal-content #portal-form>#portal-title{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}#portal>#portal-content #portal-form>#portal-title>span:first-child{font-size:26px}#portal>#portal-content #portal-form>form{flex-grow:1}#portal>#portal-content #portal-promo{font-size:38px;position:relative}#portal>#portal-content #portal-promo:after{background:var(--theme-color-opposite);content:"";inset:0 0 0 0;opacity:.5;position:absolute;z-index:2}#portal>#portal-content #portal-promo>img{height:100%;object-fit:cover;width:100%}#portal>#portal-content #portal-promo>#portal-promo-message{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;font-size:48px;left:0;padding:24px 48px;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:3}#portal>#portal-content #portal-promo>#portal-promo-message>div{margin-top:24px}#portal>#portal-content #portal-footer{margin-top:48px}@media only screen and (max-width:480px){#portal{padding:12px}#portal>.card{height:100%;max-height:100%;width:100%}#portal>.card,#portal>.card #portal-form{max-width:100%}#portal>.card #portal-promo{display:none}}