:root{color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Open Sans;src:url(/assets/open-sans-regular-9sMoswZ-.woff);font-weight:400}@font-face{font-family:Open Sans;src:url(/assets/open-sans-bold700-y7MB7E_R.woff);font-weight:700}@font-face{font-family:Open Sans;src:url(/assets/open-sans-semibold-D1rVhN68.woff);font-weight:600}.font-size-micro{font-size:var(--granite-font-size-micro)}.font-size-body-s{font-size:var(--granite-font-size-body-small)}.font-size-body-m{font-size:var(--granite-font-size-body-medium)}.font-size-body{font-size:var(--granite-font-size-body)}.font-size-display-s{font-size:var(--granite-font-size-display-small)}.font-size-display-m{font-size:var(--granite-font-size-display-medium)}.font-size-display-l{font-size:var(--granite-font-size-display-large)}.font-size-display-xl{font-size:var(--granite-font-size-display-extralarge)}.font-weight-regular{font-weight:var(--granite-font-weight-regular)}.font-weight-semi-bold{font-weight:var(--granite-font-weight-semibold)}.font-weight-bold{font-weight:var(--granite-font-weight-bold)}.line-height-regular{line-height:var(--granite-line-height-regular)}.line-height-flowing{line-height:var(--granite-line-height-flowing)}.line-height-base-rem{line-height:var(--granite-line-height-base-rem)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;color:var(--granite-color-text);background-color:var(--granite-color-background-page);font-family:var(--granite-font-family-default),sans-serif;line-height:var(--granite-line-height-regular);font-weight:var(--granite-font-weight-regular)}a{font-weight:var(--granite-font-weight-semibold);color:var(--granite-link-color);text-decoration:inherit}a:hover{color:var(--granite-link-hover-color)}h1{font-size:var(--granite-font-size-display-extralarge);line-height:var(--granite-line-height-flowing)}button{border-radius:.25rem;display:flex;align-items:center;border:1px solid transparent;padding:var(--granite-spacing-8) var(--granite-spacing-8);font-size:var(--granite-font-size-body-medium);font-weight:var(--granite-font-weight-regular);font-family:inherit;background-color:var(--granite-color-background-variant);color:var(--granite-color-text);outline:.0625rem solid var(--granite-color-border-soft);outline-offset:-1px;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}button:disabled{opacity:.4;cursor:default}button.primary{background-color:var(--granite-color-background-active);color:var(--granite-color-text-on-active)}button.flat{background-color:transparent;color:var(--granite-color-text);outline:none;outline-offset:-1px}button:hover{background-color:var(--granite-color-background-active-hover);box-shadow:var(--granite-elevation-1)}button:hover:not(:disabled){background-color:var(--granite-color-background-active-pressed);color:var(--granite-color-text-on-active);box-shadow:var(--granite-elevation-1)}button.secondary:hover,button.flat:hover{background-color:var(--granite-color-background-active-hover);color:var(--granite-color-text-on-active);outline:none}button:focus:not(:disabled):not(:active),button:focus-visible:not(:disabled):not(:active){outline-offset:-2px;outline-width:.125rem;outline-color:var(--granite-color-focus);outline-style:solid}label{box-sizing:border-box;font-size:var(--granite-font-size-body-small);color:var(--granite-color-text-weak);text-align:left}.labelAndInput{text-align:left}label:has(~input[required]):after,label:has(~textarea[required]):after,label.required:after{content:" *";color:var(--granite-color-signal-failure);margin-right:.25rem}input:checked{border-color:var(--granite-color-background-active);background-color:var(--granite-color-background-active)}input[type=text],input[type=number],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:none;background-color:var(--granite-color-background-input);padding:var(--granite-spacing-8);width:inherit;color:var(--granite-color-text);font:inherit;font-weight:var(--granite-font-weight-regular);line-height:var(--granite-line-height-regular)}input::placeholder,textarea::placeholder{font-size:var(--granite-font-size-body-medium)}input:not([readonly]),textarea:not([readonly]){border:1px solid var(--granite-color-border-hard);box-sizing:border-box}input:focus,textarea:focus{box-shadow:inset 0 .125rem var(--granite-color-focus),inset .125rem 0 var(--granite-color-focus),inset -.125rem 0 var(--granite-color-focus),inset 0 -.125rem var(--granite-color-focus)}input:invalid,textarea:invalid,input[type=number]:placeholder-shown{background-color:var(--granite-color-background-failure)}.input-group{display:flex;flex-direction:column;text-align:left}.page-title{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:var(--granite-line-height-flowing);font-weight:700;font-size:26px}textarea{text-align:left;max-width:100%}select{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}i{vertical-align:middle;display:flex;justify-content:center;align-items:center}table{border-collapse:collapse;text-align:left;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-y:scroll;width:100%}tr th:first-child{border-top-left-radius:var(--granite-radius-s)}tr th:last-child{border-top-right-radius:var(--granite-radius-s)}tr{background-color:var(--granite-color-background)}th{font-size:var(--granite-font-size-micro);color:var(--granite-color-text-weak);font-weight:400;margin:var(--granite-spacing-8)}tbody tr:hover{background-color:var(--granite-color-background-hover)}tr td{font-size:var(--granite-font-size-body);font-weight:var(--granite-font-weight-regular);line-height:var(--granite-line-height-flowing);color:var(--granite-color-text);border-top:1px solid var(--granite-color-border-soft)}tr th{font-size:var(--granite-font-size-body-small)}th,td{padding:var(--granite-spacing-16);margin:var(--granite-spacing-8)}@-webkit-keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:250px;background-color:var(--granite-color-background);color:var(--granite-color-text);border:1px solid #000;text-align:center;border-radius:6px;padding:10px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);margin-left:0;opacity:0;transition:opacity .3s;line-height:normal;box-shadow:2px 2px 7px #00000080}.tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:var(--granite-color-background) transparent transparent transparent}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.tooltiptext p{margin:4px 0}td .tooltip{width:100%;text-align:center;padding:3px 0}td:has(.loader){display:grid;align-items:center;border:none}.loader{width:16px;height:16px;border:2px solid var(--granite-color-border-hard);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite}#root{height:100vh;width:100%;display:flex;flex-direction:column;box-sizing:border-box}#navAndContent{display:flex;width:100%;height:100%;min-width:fit-content;min-height:fit-content}#renderedComponent{display:flex;flex-direction:column;justify-content:flex-start;padding:.25em 2em 1.5em;width:100%;margin-top:20px}.buttonsContainer{display:flex;flex-direction:row;justify-content:start}.buttonsContainer button+button{margin-left:10px}.error-card{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:24px;min-width:240px;min-height:359px;font-family:var(--granite-font-family-default);background:var(--granite-color-background-variant);border:1px solid #D9D9D9;border-radius:8px;z-index:2;position:absolute;left:0;right:0;margin-inline:auto;width:fit-content}.header{display:flex;flex-direction:column;padding:0;gap:10px;width:100%;justify-content:center}.header p{font-weight:600;font-size:24px;line-height:120%;text-wrap:nowrap;color:var(--granite-color-text)}i.icon{color:var(--granite-color-signal-failure);font-size:4rem;display:flex;float:left}.detail{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:10px;color:var(--granite-color-text)}.card-body{display:grid;align-items:center}.card-body p{font-style:normal;font-weight:600;font-size:24px;line-height:120%;text-align:center;letter-spacing:-.02em;margin-top:0;color:var(--granite-color-text)}.error-panel{text-align:left;margin-left:auto;margin-right:auto;color:var(--granite-color-text)}.error-tab{display:flex;flex-direction:row;justify-content:space-between;font-weight:400;font-size:16px;background:#f5f5f5;border:1px solid #D9D9D9}.error-tab,.error-content{width:600px;font-weight:400;font-size:16px;line-height:140%;padding:1rem;border:1px solid #D9D9D9;border-radius:3px;overflow:hidden;background:var(--granite-color-background-variant)}.options{display:flex;flex-direction:row;Position:relative;margin-left:auto;align-items:right;float:right;padding:10px;gap:10px}.granite-dropdown{position:relative;width:-webkit-min-content;width:-moz-min-content;width:min-content;font-family:var(--granite-font-family-default);z-index:1}.granite-dropdown.open svg{transform:rotate(180deg)}.granite-input-top-row{display:flex;align-items:stretch;padding:var(--granite-spacing-8) var(--granite-spacing-12);border:1px solid var(--granite-color-border-hard)}.granite-input-top-row input{border:none}.granite-menu-trigger{position:relative;top:0;border:none;border-radius:0;outline:none;cursor:pointer;background-color:var(--granite-color-background-input);color:var(--granite-theme-input-color);width:calc(var(--granite-size-base-rem)* 2);font-size:1rem}.granite-dropdown-menu{display:block;position:absolute;background-color:var(--granite-color-background);color:var(--granite-color-text);border-width:1px;border-style:solid;scrollbar-width:thin;border-color:var(--granite-color-border-medium);overflow-x:auto;text-overflow:ellipsis;overflow-y:auto;min-width:100%;max-height:200px;line-height:var(--granite-line-height-flowing);z-index:100}.dropdown-item{max-width:100%;padding:10px 15px;cursor:pointer;transition:background-color var(--granite-transition-duration-fast),color var(--granite-transition-duration-fast)}.dropdown-item:hover{background-color:var(--granite-color-background-hover)}.dropdown-item:focus:not(.disabled){outline:none;background-color:var(--granite-color-background-active)}.dropdown-item.no-results{color:var(--granite-color-text-weak);cursor:default;pointer-events:none}.dropdown-item.disabled{cursor:default;opacity:.5}.granite-collapsible-group{--animation-duration: var(--granite-transition-duration-fast);font-family:var(--granite-font-family-default);box-shadow:0 .05rem .2rem #0003;border-radius:var(--granite-radius-s);border:var(--granite-theme-group-border);margin-bottom:var(--granite-spacing-16);background-color:var(--granite-color-background-variant);position:relative;max-width:100%}.collapsible-wrapper{background-color:var(--granite-color-background);box-shadow:var(--granite-shadow-base);border-radius:var(--granite-radius-s);width:100%;font-family:var(--granite-font-family-default)}.collapsible-group-header{display:flex;flex-direction:row;justify-content:space-between;cursor:pointer;font-size:var(--granite-font-size-body-small);line-height:var(--granite-line-height-base-rem);font-weight:var(--granite-font-weight-bold);padding:var(--granite-spacing-8) var(--granite-spacing-16);transition:background-color .2s ease-out;color:var(--granite-color-text);background-color:var(--granite-color-background);align-items:center}.collapsible-group-header:hover{background-color:var(--granite-color-background-hover)}.collapsible-group-header:focus{outline:2px solid var(--granite-color-focus);outline-offset:2px}.collapsible-group-header.expanded-header{border-start-start-radius:var(--granite-radius-s);border-start-end-radius:var(--granite-radius-s);border-end-start-radius:0;border-end-end-radius:0}.collapsible-group-header.collapsed-header{border-radius:var(--granite-radius-s)}.collapsible-group-title{color:var(--granite-color-text);font-size:var(--granite-font-size-body);font-weight:var(--granite-font-weight-semibold)}.collapse-icon{transition:transform var(--animation-duration);color:var(--granite-color-text-weak)}.collapse-icon svg{width:var(--granite-font-size-body-m);height:var(--granite-font-size-body-m)}.collapsible-group-header.expanded-header .collapse-icon{transform:rotate(180deg)}.collapsible-group-body{padding:0 var(--granite-spacing-16);overflow:hidden;max-height:0;transition:all .2s ease-out}.collapsible-group-body.expand{display:block;overflow:visible;max-height:100%;padding:var(--granite-spacing-16);background-color:var(--granite-color-background-variant);border-end-start-radius:var(--granite-radius-s);border-end-end-radius:var(--granite-radius-s)}.collapsible-group-body p{line-height:var(--granite-line-height-regular);margin-bottom:var(--granite-spacing-12)}h2{margin-top:0;margin-bottom:10px;text-align:left}.basicInfo{display:flex;flex-direction:column;justify-content:space-between;padding:15px 15px 15px 0}.basicInputs{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:10px}.cardWrapper{display:flex;flex-direction:row;align-items:baseline;gap:10px}.extendedDescriptionWrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.extendedDescriptionWrapper p{text-align:right;margin-top:5px;margin-bottom:15px}.extDescToggle{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:10px;color:var(--granite-color-text-link);cursor:pointer;margin-top:10px}.extDescToggle:hover{color:#8a2be2;transition-duration:.25s}.extDescToggle p{margin:0}.extDesc{margin-top:10px}.toggleIcon{width:20px;height:20px}.pricingInfo{display:flex;flex-direction:column;justify-content:space-between;padding:15px;margin-top:20px}.pricingInputs{display:flex;flex-direction:row;gap:10px}.desc{width:100%;box-sizing:border-box}.desc p{margin:0 0 15px;box-sizing:border-box;max-width:570px}textarea{resize:vertical;overflow:hidden;width:100%;height:100px}select,input[type=text],input[type=number]{width:280px;height:40px}input:has(+button.granite-menu-trigger){width:248px}input[type=radio]{margin:0}fieldset{display:flex;flex-direction:row;justify-content:space-around;width:280px;box-sizing:border-box;padding:0;margin:0;height:40px}.navButton{display:flex;flex-direction:row;gap:2px}.file-dropzone{display:flex;flex-direction:column;border:2px dashed rgba(170,170,170,.5);height:100%;background-color:var(--granite-color-background);margin-top:30px;margin-bottom:30px}.file-dropzone.invalid{border-color:var(--granite-color-categorical-4);color:var(--granite-color-signal-failure)}.file-dropzone.droppable{border:2px dashed #4bd18e;background-color:#aaa3}.file-selection{display:flex;flex-direction:row;align-items:center;gap:var(--granite-spacing-8)}.file-input{opacity:0;position:absolute;width:0}.upload-body{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.upload-browse{display:flex;flex-direction:row;gap:var(--granite-spacing-8);align-items:center;padding:var(--granite-spacing-24) var(--granite-spacing-8)}.file-upload-icon{font-size:var(--granite-font-size-display-small);color:var(--granite-color-text-weak)}.upload-text{font-family:var(--granite-font-family-default);font-weight:var(--granite-font-weight-regular);color:var(--granite-color-text-weak);text-align:center;margin:auto 0;font-size:.9em}.browse-button{display:flex;align-items:center;gap:var(--granite-spacing-4);border:none;cursor:pointer;font-size:.75rem;padding:0 1rem;min-height:1.85rem}.browse-button-icon{font-size:var(--granite-font-size-body)}.filePanel{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--granite-spacing-8);margin-top:var(--granite-spacing-16);width:100%}.file-item-container{display:flex;background-color:#ddd;margin:5px;min-width:225px;height:50px}.file-icon{font-size:2em;text-align:center;color:#aaa;height:100%;display:flex;align-content:center;flex-wrap:wrap}.file-icon.invalid{padding:0 var(--granite-spacing-4);height:100%;font-size:1.5em;background-color:var(--granite-color-signal-failure);color:#fff}.file-details{line-height:1.56261;display:block;padding:5px;width:100%;max-width:250px;color:var(--granite-color-text-)}.file-detail-name{font-size:var(--granite-font-size-body-medium);color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.file-detail-size{color:#666;font-size:var(--granite-font-size-body-small)}.invalid{color:var(--granite-color-signal-failure);font-size:var(--granite-font-size-body-small)}.file-cancel{display:flex;height:100%;font-size:var(--granite-font-size-body-small);padding:var(--granite-spacing-4);cursor:pointer;background-color:var(--granite-color-background-page);color:var(--granite-color-text-weak);border-radius:0;border:none;outline:none;align-items:normal}.file-cancel span{position:relative;top:-2px;cursor:pointer}.file-cancel:hover{color:var(--granite-color-error)}.file-preview-container{margin:var(--granite-spacing-8);width:100px;text-align:center}.file-preview-link{text-decoration:none;color:inherit}.file-preview-holder{position:relative;width:100px;height:100px;border-radius:var(--granite-radius-m);overflow:hidden}.file-preview-holder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.file-preview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ff00004d}.file-name{font-size:var(--granite-font-size-body-small);margin:var(--granite-spacing-4) 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:var(--granite-font-size-body-small);color:var(--granite-color-text-weak);margin:0}.upload-failed{opacity:.7}.previews-container{display:flex;flex-wrap:wrap;gap:var(--granite-spacing-8);padding:var(--granite-spacing-8)}.error{background-color:var(--granite-color-background-failure);padding:10px;border-radius:5px;width:fit-content;margin-top:0}nav.container{left:0;top:0;width:200px;background-color:var(--granite-color-background-variant);padding:20px 0;display:flex;flex-direction:column;gap:20px;box-shadow:2px 0 5px #0003;white-space:nowrap;box-sizing:border-box}nav.container div{display:flex;flex-direction:column;gap:10px}nav.container label,nav.container div label{font-weight:700;text-align:left;padding-left:10px}nav.container div button{font-size:small;text-align:left;width:100%;padding-left:10px;border-radius:0}nav.container div button.active{background-color:var(--granite-color-background-active)}nav button i{margin-right:5px}.banner{overflow:hidden;white-space:nowrap;box-sizing:border-box;position:flex;top:0;width:100%;text-align:center;min-height:25px;background:#ff0;color:#e40000;padding:5px 0}.banner p{display:inline-block;padding-left:100%;animation:scroll-left 60s linear infinite;margin:0}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@font-face{font-family:granite-iconfont-glyph;src:url(/assets/granite-iconfont-glyph-UcjeuDRY.woff2) format("woff2"),url(/assets/granite-iconfont-glyph-Ds86ML38.woff) format("woff");font-weight:400;font-style:normal}.granite-icon:before{font-family:granite-iconfont-glyph!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-account-groups:before{content:""}.icon-account-type:before{content:""}.icon-add-attachment:before{content:""}.icon-add-notification:before{content:""}.icon-addressbook:before{content:""}.icon-agreement:before{content:""}.icon-alert:before{content:""}.icon-announcement:before{content:""}.icon-app-menu:before{content:""}.icon-app-menu-alt:before{content:""}.icon-approve:before{content:""}.icon-archive:before{content:""}.icon-archive-alt:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-move:before{content:""}.icon-arrow-up:before{content:""}.icon-ascending:before{content:""}.icon-assistant:before{content:""}.icon-attachment:before{content:""}.icon-attention:before{content:""}.icon-attention-alt:before{content:""}.icon-avatar:before{content:""}.icon-aviation:before{content:""}.icon-bad-image:before{content:""}.icon-balance:before{content:""}.icon-bar-chart:before{content:""}.icon-bar-chart-horizontal:before{content:""}.icon-bar-new:before{content:""}.icon-bar-new-alt:before{content:""}.icon-barcode:before{content:""}.icon-base-arrow-left:before{content:""}.icon-base-arrow-right:before{content:""}.icon-big-heading:before{content:""}.icon-bizmap:before{content:""}.icon-blowup:before{content:""}.icon-bold:before{content:""}.icon-book:before{content:""}.icon-bookmark:before{content:""}.icon-bookmark-solid:before{content:""}.icon-box-large:before{content:""}.icon-boxes:before{content:""}.icon-boxmatrix:before{content:""}.icon-branch:before{content:""}.icon-branch-check:before{content:""}.icon-branch-new:before{content:""}.icon-break:before{content:""}.icon-break-alt:before{content:""}.icon-bringyourown:before{content:""}.icon-bug:before{content:""}.icon-bullet-list:before{content:""}.icon-business-case-report:before{content:""}.icon-business-case-report-alt:before{content:""}.icon-business-cube:before{content:""}.icon-business-object:before{content:""}.icon-business-structure:before{content:""}.icon-business-structure-alt:before{content:""}.icon-businesscube-alt:before{content:""}.icon-cake:before{content:""}.icon-calculations:before{content:""}.icon-calculator:before{content:""}.icon-calendar:before{content:""}.icon-calendar-check:before{content:""}.icon-calendar-today:before{content:""}.icon-calendar-watch:before{content:""}.icon-callcenter:before{content:""}.icon-capture:before{content:""}.icon-card:before{content:""}.icon-caret-down:before{content:""}.icon-caret-left:before{content:""}.icon-caret-right:before{content:""}.icon-caret-up:before{content:""}.icon-cart-plus:before{content:""}.icon-celebration:before{content:""}.icon-channels:before{content:""}.icon-chart:before{content:""}.icon-chat:before{content:""}.icon-chat-ai:before{content:""}.icon-chat-alt:before{content:""}.icon-chat-new:before{content:""}.icon-chatbot:before{content:""}.icon-check:before{content:""}.icon-chevron-box-down:before{content:""}.icon-chevron-down:before{content:""}.icon-chevron-left:before{content:""}.icon-chevron-right:before{content:""}.icon-chevron-up:before{content:""}.icon-circle:before{content:""}.icon-circle-1:before{content:""}.icon-circle-2:before{content:""}.icon-circle-3:before{content:""}.icon-circle-4:before{content:""}.icon-circle-5:before{content:""}.icon-circle-6:before{content:""}.icon-circle-7:before{content:""}.icon-circle-check:before{content:""}.icon-circle-small:before{content:""}.icon-circle-solid:before{content:""}.icon-circle-solid-small:before{content:""}.icon-clean-up:before{content:""}.icon-clipboard:before{content:""}.icon-clipboard-alt:before{content:""}.icon-clock:before{content:""}.icon-close:before{content:""}.icon-close-alt:before{content:""}.icon-cloud:before{content:""}.icon-coffeepot:before{content:""}.icon-collapse:before{content:""}.icon-column:before{content:""}.icon-column-view:before{content:""}.icon-command:before{content:""}.icon-compact-view:before{content:""}.icon-companies:before{content:""}.icon-company:before{content:""}.icon-compass:before{content:""}.icon-compile:before{content:""}.icon-compliance:before{content:""}.icon-connected:before{content:""}.icon-connection:before{content:""}.icon-context:before{content:""}.icon-contingency:before{content:""}.icon-contract:before{content:""}.icon-controls:before{content:""}.icon-conversation:before{content:""}.icon-copy-values:before{content:""}.icon-country:before{content:""}.icon-credit:before{content:""}.icon-credit-alt:before{content:""}.icon-currency:before{content:""}.icon-currency-alt:before{content:""}.icon-cut:before{content:""}.icon-dash-line:before{content:""}.icon-dash-single-dot-line:before{content:""}.icon-data-settings:before{content:""}.icon-decisions:before{content:""}.icon-decisions-alt:before{content:""}.icon-defense:before{content:""}.icon-delete:before{content:""}.icon-descending:before{content:""}.icon-desktop:before{content:""}.icon-detach:before{content:""}.icon-dialog:before{content:""}.icon-dialog-alt:before{content:""}.icon-diamon-solid-small:before{content:""}.icon-diamond:before{content:""}.icon-diamond-small:before{content:""}.icon-diamond-solid:before{content:""}.icon-diamonds:before{content:""}.icon-diamonds-solid:before{content:""}.icon-dice:before{content:""}.icon-direction:before{content:""}.icon-display:before{content:""}.icon-display-alt:before{content:""}.icon-dna:before{content:""}.icon-document:before{content:""}.icon-document-alt:before{content:""}.icon-document-cart:before{content:""}.icon-document-close:before{content:""}.icon-document-close-all:before{content:""}.icon-document-copy:before{content:""}.icon-document-dollarsign:before{content:""}.icon-document-download:before{content:""}.icon-document-gear:before{content:""}.icon-document-lightbulb:before{content:""}.icon-document-new:before{content:""}.icon-document-search:before{content:""}.icon-document-structure:before{content:""}.icon-documents:before{content:""}.icon-domain:before{content:""}.icon-dot-line:before{content:""}.icon-down:before{content:""}.icon-down-new:before{content:""}.icon-down-right:before{content:""}.icon-download:before{content:""}.icon-drag:before{content:""}.icon-dragndrop:before{content:""}.icon-duplicate:before{content:""}.icon-edit:before{content:""}.icon-edit-alt:before{content:""}.icon-education:before{content:""}.icon-education-alt:before{content:""}.icon-element-settings:before{content:""}.icon-ellipsis:before{content:""}.icon-ellipsis-vertical:before{content:""}.icon-end:before{content:""}.icon-energy-nuclear:before{content:""}.icon-energy-solar:before{content:""}.icon-energy-wind:before{content:""}.icon-engine:before{content:""}.icon-engine-alt:before{content:""}.icon-equalizer:before{content:""}.icon-erase:before{content:""}.icon-error:before{content:""}.icon-error-alt:before{content:""}.icon-error-alt-solid:before{content:""}.icon-error-report:before{content:""}.icon-error-solid:before{content:""}.icon-event:before{content:""}.icon-exchange:before{content:""}.icon-exchange-vertical:before{content:""}.icon-exit:before{content:""}.icon-expand-text:before{content:""}.icon-export:before{content:""}.icon-export-selected:before{content:""}.icon-field:before{content:""}.icon-filter:before{content:""}.icon-find:before{content:""}.icon-firewall:before{content:""}.icon-flag:before{content:""}.icon-folder:before{content:""}.icon-folder-alt:before{content:""}.icon-folder-gear:before{content:""}.icon-folder-search:before{content:""}.icon-forest:before{content:""}.icon-formula:before{content:""}.icon-forward:before{content:""}.icon-function:before{content:""}.icon-function-alt:before{content:""}.icon-gauge:before{content:""}.icon-gear:before{content:""}.icon-gears:before{content:""}.icon-generic-list:before{content:""}.icon-geomap:before{content:""}.icon-geomap-alt:before{content:""}.icon-gesture-excellent:before{content:""}.icon-gesture-like:before{content:""}.icon-gesture-open:before{content:""}.icon-gesture-pickup:before{content:""}.icon-gesture-pinch:before{content:""}.icon-gesture-point:before{content:""}.icon-gesture-point-alt:before{content:""}.icon-gesture-stop:before{content:""}.icon-gesture-teach:before{content:""}.icon-gesture-two:before{content:""}.icon-gesture-wave:before{content:""}.icon-go-up:before{content:""}.icon-granite-dummy:before{content:""}.icon-grid-view:before{content:""}.icon-grid-view-alt:before{content:""}.icon-group:before{content:""}.icon-hamburger:before{content:""}.icon-headphone:before{content:""}.icon-heart:before{content:""}.icon-heart-solid:before{content:""}.icon-helicopter:before{content:""}.icon-help:before{content:""}.icon-help-ai:before{content:""}.icon-hexagon:before{content:""}.icon-hexagon-small:before{content:""}.icon-hexagon-solid:before{content:""}.icon-hexagon-solid-small:before{content:""}.icon-holidays:before{content:""}.icon-home:before{content:""}.icon-home-solid:before{content:""}.icon-horizontal-line:before{content:""}.icon-hourglass-end:before{content:""}.icon-hourglass-start:before{content:""}.icon-identification:before{content:""}.icon-image:before{content:""}.icon-imbalance:before{content:""}.icon-incident:before{content:""}.icon-incoming-call:before{content:""}.icon-infinite:before{content:""}.icon-information:before{content:""}.icon-input:before{content:""}.icon-insurance-car:before{content:""}.icon-insurance-house:before{content:""}.icon-insurance-life:before{content:""}.icon-italic:before{content:""}.icon-key:before{content:""}.icon-labels:before{content:""}.icon-labels-alt:before{content:""}.icon-landing-gear:before{content:""}.icon-launch:before{content:""}.icon-launch-alt:before{content:""}.icon-layout-1:before{content:""}.icon-layout-2:before{content:""}.icon-layout-3:before{content:""}.icon-light-bulb:before{content:""}.icon-line-chart:before{content:""}.icon-link:before{content:""}.icon-link-broken:before{content:""}.icon-list:before{content:""}.icon-list-of-values:before{content:""}.icon-lobby-analog-gauge:before{content:""}.icon-lobby-bar-chart:before{content:""}.icon-lobby-counter:before{content:""}.icon-lobby-entity-sets:before{content:""}.icon-lobby-functions:before{content:""}.icon-lobby-funnel-chart:before{content:""}.icon-lobby-image:before{content:""}.icon-lobby-image-text:before{content:""}.icon-lobby-line-chart:before{content:""}.icon-lobby-links:before{content:""}.icon-lobby-list:before{content:""}.icon-lobby-matrix:before{content:""}.icon-lobby-pie-chart:before{content:""}.icon-lobby-projection-datasources:before{content:""}.icon-lobby-rss:before{content:""}.icon-lobby-sql:before{content:""}.icon-lobby-state-gauge:before{content:""}.icon-lobby-text:before{content:""}.icon-lobby-video:before{content:""}.icon-lobby-web-1:before{content:""}.icon-lobby-web-2:before{content:""}.icon-location:before{content:""}.icon-locked:before{content:""}.icon-login:before{content:""}.icon-logout:before{content:""}.icon-long-dash-double-dot-line:before{content:""}.icon-long-dash-line:before{content:""}.icon-long-dash-single-dot-line:before{content:""}.icon-mail:before{content:""}.icon-maintenance:before{content:""}.icon-map:before{content:""}.icon-map-control-assigned-task:before{content:""}.icon-map-control-pin-location:before{content:""}.icon-map-control-unassigned-task:before{content:""}.icon-markdown-guide:before{content:""}.icon-markdown-text:before{content:""}.icon-mass-edit:before{content:""}.icon-material:before{content:""}.icon-material-alt:before{content:""}.icon-medium-heading:before{content:""}.icon-merge-left:before{content:""}.icon-merge-right:before{content:""}.icon-mic:before{content:""}.icon-mic-off:before{content:""}.icon-mining:before{content:""}.icon-minus:before{content:""}.icon-missed-call:before{content:""}.icon-mobile:before{content:""}.icon-mobile-in:before{content:""}.icon-mobile-out:before{content:""}.icon-movie:before{content:""}.icon-movie-alt:before{content:""}.icon-navigation:before{content:""}.icon-navigator-settings:before{content:""}.icon-navigator-tree:before{content:""}.icon-new:before{content:""}.icon-news:before{content:""}.icon-node-adjustment:before{content:""}.icon-node-connections:before{content:""}.icon-node-floating:before{content:""}.icon-node-group:before{content:""}.icon-node-null:before{content:""}.icon-note:before{content:""}.icon-notification:before{content:""}.icon-nut:before{content:""}.icon-objects:before{content:""}.icon-open:before{content:""}.icon-outgoing-call:before{content:""}.icon-outliers:before{content:""}.icon-page:before{content:""}.icon-page-settings:before{content:""}.icon-palette:before{content:""}.icon-paste:before{content:""}.icon-pause:before{content:""}.icon-people:before{content:""}.icon-people-alt:before{content:""}.icon-performance:before{content:""}.icon-performance-alt:before{content:""}.icon-person:before{content:""}.icon-person-female:before{content:""}.icon-person-male:before{content:""}.icon-personalize:before{content:""}.icon-phone:before{content:""}.icon-phone-reject:before{content:""}.icon-pie-chart:before{content:""}.icon-pin:before{content:""}.icon-pin-off:before{content:""}.icon-pin-off-solid:before{content:""}.icon-pin-solid:before{content:""}.icon-pivot:before{content:""}.icon-plus:before{content:""}.icon-popout:before{content:""}.icon-popup:before{content:""}.icon-power:before{content:""}.icon-presentation:before{content:""}.icon-presentation-alt:before{content:""}.icon-print:before{content:""}.icon-propeller:before{content:""}.icon-publish:before{content:""}.icon-publisher-active:before{content:""}.icon-publisher-deactive:before{content:""}.icon-pubsub-active:before{content:""}.icon-pubsub-deactive:before{content:""}.icon-puzzle:before{content:""}.icon-quote:before{content:""}.icon-rectangle:before{content:""}.icon-rectangle-small:before{content:""}.icon-rectangle-solid:before{content:""}.icon-rectangle-solid-small:before{content:""}.icon-rectangle-vertical:before{content:""}.icon-rectangle-vertical-small:before{content:""}.icon-rectangle-vertical-solid:before{content:""}.icon-rectangle-vertical-solid-small:before{content:""}.icon-recycle:before{content:""}.icon-redo:before{content:""}.icon-refresh:before{content:""}.icon-refresh-alt:before{content:""}.icon-refresh-right:before{content:""}.icon-remove-solid:before{content:""}.icon-republish:before{content:""}.icon-resource:before{content:""}.icon-return:before{content:""}.icon-rewind:before{content:""}.icon-risk:before{content:""}.icon-role:before{content:""}.icon-rotate-left:before{content:""}.icon-rotate-right:before{content:""}.icon-row-view:before{content:""}.icon-ruler:before{content:""}.icon-run:before{content:""}.icon-sad:before{content:""}.icon-satellite:before{content:""}.icon-save:before{content:""}.icon-search:before{content:""}.icon-send:before{content:""}.icon-sendto-bottom:before{content:""}.icon-sendto-top:before{content:""}.icon-settings:before{content:""}.icon-settings-solid:before{content:""}.icon-share:before{content:""}.icon-shopping-bag:before{content:""}.icon-shopping-cart:before{content:""}.icon-shrink-text:before{content:""}.icon-shuffle:before{content:""}.icon-sigma:before{content:""}.icon-skills:before{content:""}.icon-small-heading:before{content:""}.icon-smile:before{content:""}.icon-sparkle-ai:before{content:""}.icon-sparkle-ai-alt:before{content:""}.icon-spider-chart:before{content:""}.icon-split:before{content:""}.icon-splitter:before{content:""}.icon-square:before{content:""}.icon-square-small:before{content:""}.icon-square-solid:before{content:""}.icon-square-solid-small:before{content:""}.icon-stack:before{content:""}.icon-stakeholder:before{content:""}.icon-star:before{content:""}.icon-star-solid:before{content:""}.icon-start:before{content:""}.icon-stop:before{content:""}.icon-strategy:before{content:""}.icon-strategy-alt:before{content:""}.icon-streams:before{content:""}.icon-strikethrough:before{content:""}.icon-subscriber-active:before{content:""}.icon-subscriber-deactive:before{content:""}.icon-supplier:before{content:""}.icon-supplier-alt:before{content:""}.icon-surveillance:before{content:""}.icon-switch:before{content:""}.icon-synchronize:before{content:""}.icon-synchronize-alt:before{content:""}.icon-table:before{content:""}.icon-table-view:before{content:""}.icon-tablelamp:before{content:""}.icon-tabs:before{content:""}.icon-target:before{content:""}.icon-target-alt:before{content:""}.icon-task:before{content:""}.icon-tile-view:before{content:""}.icon-time-zone:before{content:""}.icon-timed-out:before{content:""}.icon-timeline:before{content:""}.icon-tools:before{content:""}.icon-tools-alt:before{content:""}.icon-tools-solid:before{content:""}.icon-trapezoid:before{content:""}.icon-trapezoid-solid:before{content:""}.icon-tree-diagram:before{content:""}.icon-trending-down:before{content:""}.icon-trending-neutral:before{content:""}.icon-trending-up:before{content:""}.icon-triangle:before{content:""}.icon-triangle-down:before{content:""}.icon-triangle-left:before{content:""}.icon-triangle-right:before{content:""}.icon-triangle-small:before{content:""}.icon-triangle-solid:before{content:""}.icon-triangle-solid-small:before{content:""}.icon-triangle-up:before{content:""}.icon-tutorial:before{content:""}.icon-tutorial-movieclip:before{content:""}.icon-undo:before{content:""}.icon-unlocked:before{content:""}.icon-unpublish:before{content:""}.icon-unsorted:before{content:""}.icon-upload:before{content:""}.icon-user:before{content:""}.icon-user-solid:before{content:""}.icon-video:before{content:""}.icon-view:before{content:""}.icon-view-disabled:before{content:""}.icon-volume-off:before{content:""}.icon-volume-on:before{content:""}.icon-wallet:before{content:""}.icon-warehouse:before{content:""}.icon-warehouse-alt:before{content:""}.icon-warning:before{content:""}.icon-warning-alt:before{content:""}.icon-warning-alt-solid:before{content:""}.icon-water:before{content:""}.icon-wheelbarrow:before{content:""}.icon-winner:before{content:""}.icon-winner-alt:before{content:""}.icon-workflow:before{content:""}.icon-zoom-in:before{content:""}.icon-zoom-out:before{content:""}
