:root{--bg: #0a0d13;--surface: #10141c;--surface-2: #161b25;--surface-3: #1c222e;--border: #232a37;--border-soft: #1a202b;--text: #e7ebf3;--text-dim: #aab3c5;--muted: #7b8598;--accent: #7c93ff;--accent-strong: #5b73f0;--valk: #7c93ff;--muze: #f2a53c;--danger: #ff7a7a;--warn: #f4cd6b;--ok: #5fd0a0;--mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, monospace;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, sans-serif;--radius: 10px;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .22)}*{box-sizing:border-box}html,body{margin:0}body{font-family:var(--sans);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}code{font-family:var(--mono);font-size:.9em;background:#ffffff0d;padding:1px 5px;border-radius:4px;color:var(--text-dim)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#2b3342;border-radius:6px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#384254}.hdr{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent),var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:30}.hdr__brand{display:flex;align-items:center;gap:12px}.hdr__logo{display:inline-flex;gap:3px;padding:8px;background:var(--surface-3);border:1px solid var(--border);border-radius:9px}.hdr__titles{display:flex;flex-direction:column}.hdr__title{font-size:15px;font-weight:650;letter-spacing:.2px}.hdr__sub{font-size:12px;color:var(--muted)}.hdr__actions{display:flex;gap:10px}.dot{width:9px;height:9px;border-radius:50%;display:inline-block;flex:none}.dot--valk{background:var(--valk);box-shadow:0 0 8px #7c93ff80}.dot--muze{background:var(--muze);box-shadow:0 0 8px #f2a53c80}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;border:1px solid var(--border);background:var(--surface-3);color:var(--text);font-size:13px;font-weight:550;cursor:pointer;transition:background .12s,border-color .12s,transform .05s;font-family:inherit}.btn:hover{background:var(--surface-2);border-color:#2f3846}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff}.btn--primary:hover{background:var(--accent);border-color:var(--accent)}.btn--sm{padding:4px 10px;font-size:12px}.toolbar{display:flex;align-items:center;gap:22px;padding:12px 22px;background:var(--surface-2);border-bottom:1px solid var(--border);flex-wrap:wrap;position:sticky;top:61px;z-index:20}.toolbar__group{display:flex;align-items:center;gap:9px}.toolbar__label{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--text-dim);text-transform:lowercase;letter-spacing:.3px}.status-pill{margin-left:auto;font-family:var(--mono);font-size:11.5px;color:var(--muted);padding:4px 10px;border-radius:20px;border:1px solid var(--border);background:var(--surface)}.status-pill[data-state=building]{color:var(--warn);border-color:#4a3f1a}.status-pill[data-state=ok]{color:var(--ok);border-color:#204a3a}.status-pill[data-state=error]{color:var(--danger);border-color:#4a2323}.cbx{position:relative;width:240px}.cbx__input{width:100%;font-family:var(--mono);font-size:12.5px;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:7px 11px;outline:none;transition:border-color .12s,box-shadow .12s}.cbx__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c93ff2e}.cbx__list{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:320px;overflow-y:auto;background:var(--surface-3);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);z-index:50;padding:4px}.cbx__item{font-family:var(--mono);font-size:12px;padding:6px 9px;border-radius:6px;cursor:pointer;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cbx__item--active{background:#7c93ff29;color:var(--text)}.cbx__item--current{color:var(--accent)}.cbx__more{font-size:11px;color:var(--muted);padding:6px 9px;font-style:italic}.dropzone{margin:60px auto;max-width:640px;padding:4px}.dropzone__inner{padding:52px 28px;border:1.5px dashed var(--border);border-radius:16px;text-align:center;background:radial-gradient(120% 120% at 50% 0%,rgba(124,147,255,.04),transparent);transition:border-color .15s}.dropzone.dragover .dropzone__inner{border-color:var(--accent);background:radial-gradient(120% 120% at 50% 0%,rgba(124,147,255,.1),transparent)}.dropzone__icon{font-size:30px;color:var(--accent);margin-bottom:8px}.dropzone__title{font-size:17px;font-weight:600;margin:0 0 8px}.dropzone__hint{font-size:13px;color:var(--muted);line-height:1.7;margin:0}.main{padding:18px 22px 60px;max-width:1680px;margin:0 auto}.meta{display:flex;flex-wrap:wrap;gap:8px}.meta span{font-size:12px;color:var(--text-dim);background:var(--surface);border:1px solid var(--border);padding:5px 11px;border-radius:20px}.meta b{color:var(--muted);font-weight:600;margin-right:5px;text-transform:uppercase;font-size:10.5px;letter-spacing:.4px}.banners:not(:empty),.runtime-errors:not(:empty){margin-top:12px;display:flex;flex-direction:column;gap:8px}.warn{font-size:12.5px;padding:9px 13px;border-radius:8px;border:1px solid #4a3f1a;background:#f4cd6b12;color:var(--warn)}.runtime-errors{padding:0}.runtime-errors:not(:empty){padding:11px 14px;border-radius:8px;border:1px solid #4a2323;background:#ff7a7a0f}.runtime-errors .rt-head{font-size:12.5px;color:var(--danger);margin-bottom:6px;font-weight:550}.runtime-errors .rt-item{font-family:var(--mono);font-size:11.5px;color:#ffb0b0;white-space:pre-wrap;padding:2px 0}.panels{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}@media (max-width: 1080px){.panels,.codegen{grid-template-columns:1fr}}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow)}.panel__head{display:flex;align-items:center;gap:8px;padding:11px 15px;font-size:13px;font-weight:650;border-bottom:1px solid var(--border);background:var(--surface-2)}.panel__note{font-weight:400;font-size:11.5px;color:var(--muted)}.panel__body{padding:10px}.chart{min-height:460px;background:#fff;border-radius:6px;overflow:hidden}.chart-target{width:100%;height:100%}.panel__error:not(:empty){color:var(--danger);font-family:var(--mono);font-size:11.5px;white-space:pre-wrap;padding:10px 15px;border-top:1px solid var(--border)}.cards{margin-top:16px;display:flex;flex-direction:column;gap:10px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.card__summary{cursor:pointer;font-size:13px;font-weight:600;padding:12px 15px;list-style:none;-webkit-user-select:none;user-select:none}.card__summary::-webkit-details-marker{display:none}.card__summary:before{content:"▸";color:var(--muted);margin-right:8px;display:inline-block;transition:transform .12s}.card[open] .card__summary:before{transform:rotate(90deg)}.card__summary .muted{font-weight:400;color:var(--muted);font-size:11.5px}.card__body{padding:4px 15px 15px;font-size:12.5px}.kv{display:grid;grid-template-columns:minmax(140px,max-content) 1fr;gap:4px 20px;font-family:var(--mono);font-size:12px}.kv .k{color:var(--muted);overflow:hidden;text-overflow:ellipsis}.captured-item{margin-bottom:12px}.captured-item .name{font-family:var(--mono);color:var(--accent);font-size:12px;margin-bottom:4px}.captured-item pre{margin:0;padding:10px;background:var(--bg);border:1px solid var(--border-soft);border-radius:7px;overflow:auto;max-height:200px;font-family:var(--mono);font-size:11.5px;color:var(--text-dim)}.codegen{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.codegen__col{display:flex;flex-direction:column;min-width:0}.codegen__head{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;margin-bottom:8px}.code{margin:0;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:auto;max-height:560px;box-shadow:var(--shadow)}.code code{font-family:var(--mono);font-size:12px;line-height:1.6;white-space:pre;color:#cdd6e6;background:none;padding:0}.muze-simple-axis text{text-align:center;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif}.muze-ticks{font-size:12px;text-align:center;font-weight:400;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;font-style:"normal";fill:#858585}div.muze-text-row-even{background-color:#f5f5f5}.muze-tick-lines{font-size:12px;text-align:center;font-weight:400;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;stroke:#efefef}.muze-axis-name{font-size:14px;text-align:center;font-weight:400;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;fill:#5f5f5f}.muze-axis-name.hidden{display:none}.mode-light-theme .muze-title-cell{font-family:Graphik,Helvetica,sans-serif}.mode-light-theme .mode-outermost-facet-header,.mode-light-theme .mode-column-header-container,.mode-light-theme .mode-single-facet-header .muze-ticks{font-weight:500}.mode-light-theme .muze-grid-td{border-width:1px}.mode-light-theme .muze-grid-normal,.mode-light-theme .muze-grid-dark,.mode-light-theme .muze-grid-dark-top,.mode-light-theme .muze-grid-darker-top,.mode-light-theme .muze-grid-dark-bottom,.mode-light-theme .muze-grid-darker-bottom{border-top-color:#e4e7ed!important;border-bottom-color:#e4e7ed!important;border-right-color:#e4e7ed!important;border-left-color:#e4e7ed!important}.mode-light-theme .muze-subtitle-cell{display:inline;width:auto!important;padding:2px 8px!important;color:#fff;border:none;border-radius:2px;background-color:#b1b2ba;font-family:Graphik,Helvetica,sans-serif;font-size:11px;font-weight:500}.mode-light-theme .muze-ticks{font-family:Graphik,Helvetica,sans-serif;font-size:11px!important;fill:#63656e!important;font-variant-numeric:tabular-nums}.mode-light-theme .muze-axis-name{font-family:Graphik,Helvetica,sans-serif;font-size:11px!important;font-weight:500!important}.mode-light-theme .muze-text-cell{font-family:Graphik,Helvetica,sans-serif;color:#393945;font-size:11px!important;font-variant-numeric:tabular-nums}.mode-light-theme .muze-layer-text-inner-cell{font-family:Graphik,Helvetica,sans-serif;font-size:11px;font-variant-numeric:tabular-nums}.mode-light-theme div.muze-text-row-even{background-color:#f1f2f5}.mode-light-theme .muze-columnHeader-cell{color:#393945;font-size:11px;font-weight:500}.mode-light-theme .muze-grid-headers{font-family:Graphik,Helvetica,sans-serif;font-size:11px}.mode-light-theme .muze-group-container{color:#393945}.mode-light-theme .muze-layer-labels-group text{font-family:Graphik,Helvetica,sans-serif;font-size:11px;paint-order:stroke;stroke:#fff;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;stroke-width:3!important}.mode-light-theme .muze-layer-bar-labels text,.mode-light-theme .muze-layer-line-labels text,.mode-light-theme .muze-layer-area-labels text,.mode-light-theme .muze-layer-point-labels text,.mode-light-theme .muze-layer-arc-labels text{fill:#191925}.mode-light-theme .muze-scroll-mover{background:#b1b2ba}.mode-light-theme .muze-legend-components{overflow:hidden}.mode-light-theme .muze-legend-title-text{font-family:Graphik,Helvetica,sans-serif!important;font-size:13px!important;font-weight:400!important;fill:#63656e!important}.mode-light-theme .muze-legend-item-info{color:#63656e;font-family:Graphik,Helvetica,sans-serif;font-size:11px;fill:#63656e;white-space:nowrap}.mode-light-theme .muze-legend-row{color:#63656e}.mode-light-theme .muze-scroll-mover,.mode-light-theme .muze-legend-body::-webkit-scrollbar-thumb{width:7px;border-radius:3px;background-color:#b1b2ba}.mode-light-theme .muze-legend-body::-webkit-scrollbar{width:7px;background-color:#f7f7f9}.mode-light-theme .muze-grid div{border-radius:0}.mode-light-theme .muze-tooltip-box{border:1px solid #e4e7ed;border-radius:3px;background-color:#fff;box-shadow:0 3px 4px #19192552;font-family:Graphik,Helvetica,sans-serif;font-size:11px;font-variant-numeric:tabular-nums}.mode-light-theme .muze-tooltip-box:not(.muze-header-tooltip-box){padding:0}.mode-light-theme .muze-tooltip-html-container{margin:0;padding:0}.mode-light-theme .muze-tooltip-row-content{max-width:300px;margin:4px 0}.mode-light-theme .muze-tooltip-row{display:flex;padding:4px 8px!important;border-radius:3px}.mode-light-theme .muze-tooltip-selected-row{background-color:#dceff6}.mode-light-theme .muze-context-popup .action-list-item:hover{background-color:#dceff6;cursor:pointer}.mode-light-theme .muze-tooltip-content svg{margin:0 4px}.mode-light-theme .muze-tooltip-content .grid-with-percent-column{grid-template-columns:16px auto auto auto}.mode-light-theme .muze-tooltip-content .grid-with-percent-column .last-row{padding-bottom:8px}.mode-light-theme .muze-tooltip-content .grid-without-percent-column{grid-template-columns:16px auto auto}.mode-light-theme .muze-tooltip-content .grid-without-percent-column .last-row{padding-bottom:0}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container{display:grid;overflow:none;max-width:300px;padding:4px 0;border-top:1px solid #c9cad1;-moz-column-gap:0;column-gap:0;row-gap:0}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container>div{padding-top:4px;padding-bottom:4px}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container .color-dot{padding:1px 0 0 8px;border-radius:2px 0 0 2px;font-size:14px}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container .label-value{overflow:hidden;padding-right:8px;padding-left:4px;white-space:nowrap;text-overflow:ellipsis}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container .summary-row{padding-right:8px;padding-left:8px;grid-column:1/3}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container .number-value{padding-right:8px;font-weight:500;text-align:right}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container .percent-value{padding-right:8px;border-radius:0 2px 2px 0;text-align:right}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container .total{padding-top:8px;border-top:1px solid #c9cad1;font-weight:500}.mode-light-theme .muze-tooltip-content .tooltip-compare-grid-container .highlight{background-color:#dceff6;font-weight:500}.mode-light-theme .muze-tooltip-content-container-highlightSummary{border:none}.mode-light-theme .muze-tooltip-content-container-highlightSummary-crosstab{float:none}.mode-light-theme .muze-tooltip-first{display:flex;align-items:center;height:32px;margin:0 0 4px!important;padding:8px 4px;border-bottom:1px solid #e4e7ed;background-color:#f1f2f5;font-size:14px}.mode-light-theme .muze-tooltip-first .muze-tooltip-content{margin:0!important}.mode-light-theme .muze-tooltip-key{display:inline-block;overflow:hidden;min-width:50px;max-width:200px;white-space:nowrap;text-overflow:ellipsis}.mode-light-theme .muze-tooltip-selected-row .muze-tooltip-key{font-weight:500}.mode-light-theme .muze-tooltip-value{display:-webkit-box;overflow:hidden;flex-grow:1;max-width:250px;max-height:250px;margin-right:0;margin-left:8px;font-weight:500;text-align:right;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:5}.mode-light-theme .muze-layer-area{fill-opacity:.75}.mode-light-theme .mode-plot-highlighter{fill-opacity:.2;stroke-opacity:.2}.mode-light-theme .muze-layer-column-grand-totals,.mode-light-theme .muze-layer-row-grand-totals,.mode-light-theme .muze-layer-great-grand-totals{font-weight:500}.mode-light-theme .muze-column-grand-totals-label .muze-ticks,.mode-light-theme .muze-row-grand-totals-label .muze-ticks{font-weight:600!important}.dummy-light-theme text{fill:red!important}.muze-selection-box-group{fill:#d3d3d3;fill-opacity:.3;stroke:#b4b4b4;pointer-events:all}.muze-selection-box-group rect{cursor:all-scroll}.muze-tooltip-box{opacity:1;border:1px solid rgba(151,151,151,.19);background:#1d232f;box-shadow:2px 2px 3px #d3d3d380;font-weight:400;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle;color:#dbdfe7;border-radius:8px;padding-top:12px;padding-bottom:12px;display:inline-block;pointer-events:none;z-index:9999999999;text-align:left;will-change:transform}.muze-tooltip-arrow-box{width:12px;height:12px;position:absolute;border:1px solid rgba(151,151,151,.19);box-shadow:2px 2px 3px #d3d3d380;background:#1d232f;transform:translate(-50%,-50%) rotate(45deg)}.muze-tooltip-arrow-bottom{border-bottom:none;border-right:none;top:0;box-shadow:-2px -2px 3px #d3d3d380}.muze-tooltip-arrow-top{border-top:none;border-left:none;top:100%;box-shadow:2px 2px 3px #d3d3d380}.muze-tooltip-row-content,.muze-tooltip-header,.muze-tooltip-total-value-content{font-weight:400;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle;display:grid}.muze-tooltip-header-key,.muze-tooltip-total-key{grid-column:1/2;margin-right:5px;min-width:0;align-self:start;overflow-wrap:anywhere}.muze-tooltip-header-value,.muze-tooltip-total-value{margin-left:5px;text-align:right;min-width:0;align-self:start;overflow-wrap:anywhere}.muze-tooltip-row-content>div:nth-child(1){text-align:left;grid-column:1/2}.muze-tooltip-row-content>div:nth-child(2){display:flex;justify-content:space-between;align-items:center}.muze-tooltip-row-value>span:nth-child(2){white-space:nowrap}.muze-tooltip-row-value>span:nth-child(1){text-align:right;white-space:"nowrap"}.muze-tooltip-row-value .muze-tooltip-parent-container{pointer-events:none;z-index:9999999999}.muze-tooltip-stacked-percentage{font-weight:400;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle;color:#dbdfe7;margin:2px 5px 2px 1px;white-space:nowrap}.muze-tooltip-selected-row{background-color:#323946}.muze-tooltip-row:last-child{padding-bottom:4px}.muze-tooltip-value{font-weight:400;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle;color:#dbdfe7;float:right;margin-left:10px}.muze-tooltip-connectors path{stroke-width:2px;stroke:#c7c7be;stroke-linejoin:round;stroke-linecap:round}.muze-tooltip-html-container{font-weight:400;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle}.muze-tooltip-content svg{margin-left:10px;margin-right:5px}.muze-tooltip-value{margin-right:24px;margin-left:24px}.muze-tooltip-first{font-family:Plain;font-weight:700;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle;margin-left:15px}.muze-tooltip-table-tbody td{font-weight:400;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle;padding:3px}.muze-tooltip-table-row-0{font-family:Plain;font-weight:700;font-size:12px;line-height:18px;letter-spacing:-.006em;vertical-align:middle}.muze-tooltip-container{border-left:"5px solid rgba(0, 0, 0, 0.4)";position:absolute;left:0;top:0}.muze-header-tooltip-container{pointer-events:none}.muze-tooltip-top-section{margin-left:12px;margin-right:12px}.muze-tooltip-series-data{margin-right:12px;margin-left:12px}.muze-tooltip-series-header{padding-left:14px;padding-right:12px}.muze-tooltip-selected-series-data{background-color:#323946}.muze-dropdown-container{position:absolute;left:0;top:0}.muze-dropdown-box{width:200px;border:1px solid #E4E7ED;background:#fbfbfb;box-shadow:0 4px 7px #00000047;border-radius:2px;font-size:12px;color:#191925;display:inline-block;z-index:9999999999;text-align:left;will-change:transform}.muze-dropdown-box .muze-dropdown-content-wrapper{display:flex;flex-direction:column;width:100%}.muze-dropdown-box .muze-dropdown-content-menu-item{cursor:pointer;width:100%;display:flex;flex-direction:row;padding:4px 4px 4px 0}.muze-dropdown-box .muze-dropdown-content-menu-item:hover{background-color:#f1f2f5}.muze-dropdown-box .muze-dropdown-content-menu-item.active{font-weight:700}.muze-dropdown-box .muze-dropdown-content-menu-item.disabled{color:#757782;cursor:not-allowed}.muze-dropdown-box .muze-dropdown-content-menu-item-icon-holder{width:22px;justify-content:center}.muze-dropdown-box .muze-dropdown-content-menu-item-label-holder{flex:1;text-align:left;justify-content:start}.muze-dropdown-box .muze-dropdown-content-menu-item-cell{display:flex;flex-direction:row;align-items:center}.muze-tooltip-content-parent-container :last-child{border-bottom:none}.muze-tooltip-content-parent-container{display:inline-block}.muze-tooltip-content-container-highlightSummary-crosstab{float:left}.muze-tooltip-content-container-selectionSummary .muze-tooltip-content{margin-left:3px;margin-right:3px}.muze-crossband{stroke-opacity:0;fill:gray;fill-opacity:.2}.muze-crossline{stroke:#979797;stroke-dasharray:5,7;fill:#979797;opacity:.65}.muze-axis-ticks-highlight{font-weight:700;fill:#595959}.muze-axis-ticks-unhighlight{font-weight:400;fill:#858585}.muze-axis-fadeout,.muze-facet-fadeout{opacity:.2}.muze-layer-text-cell.muze-pivot-cell-highlight{background-color:#dceff6}.muze-fadeout-interaction{stroke-opacity:.3}.muze-layer-line{stroke-linejoin:round;stroke-width:2px;stroke:#1f77b4}.muze-gradient-line-path{stroke-linecap:round}.muze-area-border{stroke:#000;fill:#000;fill-opacity:0;stroke-width:1}.muze-layer-area{stroke-linejoin:round}.muze-layer-arc-highlight{fill:#7f7f7f!important}.muze-layer-arc-fadeout{fill-opacity:.3!important}.muze-layer-arc-selected{fill:#e6e6e6!important}.muze-layer-arc{fill:#1f77b4}.muze-arc-highlight{stroke-width:1px;stroke:#000}.muze-layer-text text{font-size:12px;fill:#000}.muze-layer-text rect{fill:#7f7f7f;fill-opacity:.3}.muze-layer-text-highlight{fill-opacity:1}.muze-layer-text-fadeout{fill-opacity:.3!important}.muze-layer-text-selected{fill:#000!important}.muze-layer-text-grid-container.bold{font-weight:600}.muze-layer-text-grid-container .muze-layer-text-outer-cell{overflow:hidden;border:1px solid transparent}.muze-layer-text-grid-container .muze-layer-text-outer-cell.highlight{border:1px solid black}.muze-layer-text-grid-container .muze-layer-text-inner-cell{border:none;align-items:center;text-align:center;white-space:nowrap;overflow:hidden}.muze-text-row-even{background-color:#f5f5f5}.muze-text-bold{font-weight:600}.muze-text-cell-prop-color-default-dark{color:#393945}.muze-text-cell-prop-color-default-light{color:#fff}.muze-hyperlink-text{color:inherit;text-decoration:underline}.muze-hyperlink-text div{color:inherit;text-decoration:inherit}.muze-hyperlink-text span{color:inherit}.muze-layer-point{pointer-events:none}.muze-layer-path-unhighlight{stroke-width:0px}.muze-layer-path-highlight{stroke-width:1px;stroke:#000;fill-opacity:0}.muze-layer-overlay-path-group{fill-opacity:0}.muze-layer-tick{stroke:#f44336}.muze-visual-unit{background:transparent}.muze-axis-zero-line{stroke-width:1px}.muze-grid-band-x-0,.muze-grid-band-y-0{fill-opacity:0}.muze-unit{-webkit-touch-callout:none;-webkit-user-select:none}.muze-tracker{opacity:0}.muze-column-guideline{pointer-events:none}.muze-column-guideline-hover{border:1px dashed #C9CAD1}.muze-column-guideline-drag{border:1px dashed #18A0FB;box-shadow:0 1px 2px #00000040;pointer-events:none}.muze-ticks.sort-active,.muze-grid-headers.sort-active,.muze-axis-cell.muze-axis-cell-highlight,.muze-ticks.muze-axis-cell-highlight,div.muze-facet-cell-highlight,.muze-facet-cell-highlight,.muze-row-header-cell-highlight{background-color:#dceff6}.muze-ticks .sort-menu,.muze-grid-headers .sort-menu{margin-left:2px}.muze-ticks .sort-menu .icon-holder,.muze-grid-headers .sort-menu .icon-holder,.muze-direct-sort-container .sort-menu .icon-holder{background-color:#f7f7f9}.muze-ticks .sort-menu.highlight .icon-holder,.muze-grid-headers .sort-menu.highlight .icon-holder .muze-direct-sort-container .sort-menu.highlight .icon-holder{background-color:#f7f7f9;border:1px solid #D6D9DE;border-radius:2px}.muze-column-drag-pointer{cursor:col-resize}.muze-layer-column-grand-totals,.muze-layer-row-grand-totals,.muze-layer-great-grand-totals,.muze-column-grand-totals-label{font-weight:700}.muze-step-legend-ticks-h,.muze-step-legend-ticks-v,.muze-gradient-tick,.muze-legend-item-info,.muze-legend-title,.muze-legend-box{font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif}.muze-legend-box{line-height:10px!important;height:100px;display:inline-block}.muze-legend-box *{box-sizing:border-box}.muze-legend-title{display:block;font-size:14px;fill:#5f5f5f;color:#5f5f5f;font-weight:600}.muze-legend-title-text{width:100%}.muze-legend-overflow{text-align:center}.muze-overflow-y{overflow-y:scroll}.muze-overflow-x{overflow-x:scroll}.muze-legend-fadeout{fill-opacity:.3}.muze-legend-fadeout path{stroke-width:1px;fill-opacity:0}.muze-legend-brighten{fill-opacity:1}.muze-legend-item-info{float:left;display:flex;align-items:center;font-size:12px;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-o-user-select:none}.muze-legend-item-hover{cursor:pointer}.muze-legend-row{margin-bottom:3px!important}.muze-legend-columns{border-radius:4px}.muze-left-legend-container .muze-legend-columns,.muze-right-legend-container .muze-legend-columns{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;overflow:hidden}.muze-top-legend-container .muze-legend-columns,.muze-bottom-legend-container .muze-legend-columns{overflow:hidden}.muze-legend-columns .muze-legend-item-info{margin:0!important;height:24px!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;padding-right:5px!important}.muze-top-legend-container .muze-legend-columns .muze-legend-item-info,.muze-bottom-legend-container .muze-legend-columns .muze-legend-item-info{flex:0 0 auto!important}.muze-legend-columns .muze-legend-icon{padding:1px!important}.muze-legend-columns .muze-legend-item-info:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.muze-legend-columns .muze-legend-item-info:last-child{margin-left:0!important;border-top-right-radius:4px;border-bottom-right-radius:4px}.muze-legend-columns.muze-legend-hover-enabled:hover .muze-legend-item-info{background-color:var(--legend-hover-bg-color, rgba(192, 198, 207, .5))}.muze-legend-columns.muze-legend-hover-enabled:hover .muze-legend-item-info.muze-legend-fadeout{background-color:var(--legend-hover-fadeout-bg-color, rgba(192, 198, 207, .32))}.muze-legend-item-info.center{justify-content:center}.muze-legend-item-info.start{justify-content:flex-start}.muze-legend-item-info.end{justify-content:flex-end}.muze-legend-pagination-handle{border:1px solid transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:4px}.muze-legend-pagination-handle:hover{background:#eaede8}.muze-legend-prop-float-left{float:left}.muze-legend-prop-float-none{float:none}.muze-gradient-tick{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;font-weight:400;color:#858585}.muze-left-legend-container .muze-gradient-tick,.muze-right-legend-container .muze-gradient-tick{overflow:hidden;text-overflow:ellipsis}.muze-step-legend-ticks-v{max-width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;color:#858585}.muze-step-legend-ticks-h{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:12px;font-weight:400;color:#858585}.muze-legend-selection-box{fill:#d3d3d3;fill-opacity:.3;stroke:#b4b4b4;cursor:all-scroll;pointer-events:all}.muze-legend-marker{stroke:#e2e2e2;stroke-width:1px;fill:#797474}.muze-legend-marker-stroke-on-dark{stroke:#fff}.muze-legend-marker-stroke-on-light{stroke:#000}.muze-legend-marker-show{display:block}.muze-legend-marker-hide{display:none}.muze-legend-marker-text-container{position:absolute}.muze-legend-marker-text{position:absolute;padding:8px 3px 0 0}.muze-legend-marker-text div{color:#000;pointer-events:none}.muze-legend-marker-text-secondary div{color:#fff}.muze-grid-normal{border-color:#ebebeb!important}.muze-grid-normal .muze-axis-name{font-size:12px!important;line-height:15px!important}.muze-grid-dark{border-color:#cbcbcb!important}.muze-grid-dark .muze-axis-name{font-size:12px!important;line-height:15px!important}.muze-grid-dark-bottom{border-bottom-color:#cbcbcb!important}.muze-grid-darker-top{border-top-color:#979797!important}.muze-grid-dark-top{border-top-color:#cbcbcb!important}.muze-grid-dark-right{border-right-color:#cbcbcb!important}.muze-grid-darker-bottom{border-bottom-color:#979797!important}.muze-grid-dark-left{border-left-color:#cbcbcb!important}.muze-grid-none-left{border-left-color:transparent!important}.muze-grid-none-right{border-right-color:transparent!important}.muze-grid-none-top{border-top-color:transparent!important}.muze-grid-none-bottom{border-bottom-color:transparent!important}.muze-text-cell{font-size:12px;line-height:15px;color:#5f5f5f;font-weight:400;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;white-space:nowrap;transform-origin:0 0}.muze-columnHeader-cell{font-size:14px;line-height:10px;color:#5f5f5f;font-weight:400;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;white-space:nowrap;transform-origin:0 0}.muze-header-cell{font-size:16px;text-align:center;color:#858585;font-weight:800;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1;white-space:nowrap}.muze-subheader-cell{font-size:15px;text-align:center;color:#858585;font-weight:800;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1;white-space:nowrap}.muze-text-cell-prop-display-flex{display:flex}.muze-scroll-bar{background:#f8f8f8;position:relative;font-size:10px}.muze-scroll-arrow{float:left;cursor:pointer;display:flex;align-items:center;justify-content:center;background:#a2a2a2;color:#fff}.muze-scroll-arrow-left{height:100%;width:20px;border-top-right-radius:3px;border-bottom-right-radius:3px}.muze-scroll-arrow-right{height:100%;width:20px;border-top-left-radius:3px;border-bottom-left-radius:3px}.muze-scroll-arrow-top{width:100%;height:20px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.muze-scroll-arrow-bottom{width:100%;height:20px;border-top-left-radius:3px;border-top-right-radius:3px}.muze-scroll-rect{float:left;position:relative}.muze-scroll-mover{position:absolute;background:#a2a2a2;cursor:-webkit-grab;border-radius:3px}.muze-scroll-mover:active{cursor:-webkit-grabbing}.muze-scroll-arrow-chevron{position:relative;text-align:center;padding:1px;margin-bottom:0}.muze-scroll-arrow-chevron:before{content:"";position:absolute;background:#fff}.muze-scroll-arrow-chevron:after{content:"";position:absolute;background:#fff}#muze-scroll-arrow-chevron-bottom,#muze-scroll-arrow-chevron-top{height:1px;width:6px}#muze-scroll-arrow-chevron-left,#muze-scroll-arrow-chevron-right{width:1px;height:6px}#muze-scroll-arrow-chevron-bottom:before{top:0;left:0;height:100%;width:51%;transform:skew(0,35deg)}#muze-scroll-arrow-chevron-bottom:after{top:0;right:0;height:100%;width:50%;transform:skew(0,-35deg)}#muze-scroll-arrow-chevron-top:before{top:0;left:0;height:100%;width:51%;transform:skew(0,-35deg)}#muze-scroll-arrow-chevron-top:after{top:0;right:0;height:100%;width:50%;transform:skew(0,35deg)}#muze-scroll-arrow-chevron-right:before{top:0;left:0;height:51%;width:100%;transform:skew(35deg)}#muze-scroll-arrow-chevron-right:after{bottom:0;left:0;width:100%;height:50%;transform:skew(-35deg)}#muze-scroll-arrow-chevron-left:before{bottom:0;left:0;width:100%;height:51%;transform:skew(35deg)}#muze-scroll-arrow-chevron-left:after{top:0;left:0;width:100%;height:50%;transform:skew(-35deg)}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:200;src:local("Source Sans Pro ExtraLight Italic"),local("SourceSansPro-ExtraLightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdh18S0xR41YDw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:200;src:local("Source Sans Pro ExtraLight Italic"),local("SourceSansPro-ExtraLightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdo18S0xR41YDw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:200;src:local("Source Sans Pro ExtraLight Italic"),local("SourceSansPro-ExtraLightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdg18S0xR41YDw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:200;src:local("Source Sans Pro ExtraLight Italic"),local("SourceSansPro-ExtraLightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdv18S0xR41YDw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:200;src:local("Source Sans Pro ExtraLight Italic"),local("SourceSansPro-ExtraLightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdj18S0xR41YDw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:200;src:local("Source Sans Pro ExtraLight Italic"),local("SourceSansPro-ExtraLightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSdi18S0xR41YDw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:200;src:local("Source Sans Pro ExtraLight Italic"),local("SourceSansPro-ExtraLightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokSds18S0xR41.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:300;src:local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidh18S0xR41YDw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:300;src:local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkido18S0xR41YDw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:300;src:local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidg18S0xR41YDw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:300;src:local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidv18S0xR41YDw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:300;src:local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidj18S0xR41YDw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:300;src:local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18S0xR41YDw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:300;src:local("Source Sans Pro Light Italic"),local("SourceSansPro-LightItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18S0xR41.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJB9cme_xc.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJB9cme_xc.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJB9cme_xc.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJB9cme_xc.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJB9cme_xc.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJB9cme_xc.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:400;src:local("Source Sans Pro Italic"),local("SourceSansPro-Italic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdh18S0xR41YDw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdo18S0xR41YDw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdg18S0xR41YDw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdv18S0xR41YDw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdj18S0xR41YDw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCdi18S0xR41YDw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:600;src:local("Source Sans Pro SemiBold Italic"),local("SourceSansPro-SemiBoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18S0xR41.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:700;src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdh18S0xR41YDw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:700;src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdo18S0xR41YDw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:700;src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdg18S0xR41YDw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:700;src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdv18S0xR41YDw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:700;src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdj18S0xR41YDw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:700;src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSdi18S0xR41YDw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:700;src:local("Source Sans Pro Bold Italic"),local("SourceSansPro-BoldItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclSds18S0xR41.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:900;src:local("Source Sans Pro Black Italic"),local("SourceSansPro-BlackItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydh18S0xR41YDw.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:900;src:local("Source Sans Pro Black Italic"),local("SourceSansPro-BlackItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydo18S0xR41YDw.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:900;src:local("Source Sans Pro Black Italic"),local("SourceSansPro-BlackItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydg18S0xR41YDw.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:900;src:local("Source Sans Pro Black Italic"),local("SourceSansPro-BlackItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydv18S0xR41YDw.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:900;src:local("Source Sans Pro Black Italic"),local("SourceSansPro-BlackItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydj18S0xR41YDw.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:900;src:local("Source Sans Pro Black Italic"),local("SourceSansPro-BlackItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklydi18S0xR41YDw.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:italic;font-weight:900;src:local("Source Sans Pro Black Italic"),local("SourceSansPro-BlackItalic"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklyds18S0xR41.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:200;src:local("Source Sans Pro ExtraLight"),local("SourceSansPro-ExtraLight"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:200;src:local("Source Sans Pro ExtraLight"),local("SourceSansPro-ExtraLight"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:200;src:local("Source Sans Pro ExtraLight"),local("SourceSansPro-ExtraLight"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:200;src:local("Source Sans Pro ExtraLight"),local("SourceSansPro-ExtraLight"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:200;src:local("Source Sans Pro ExtraLight"),local("SourceSansPro-ExtraLight"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:200;src:local("Source Sans Pro ExtraLight"),local("SourceSansPro-ExtraLight"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:200;src:local("Source Sans Pro ExtraLight"),local("SourceSansPro-ExtraLight"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:300;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lujVj9_mf.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lujVj9_mf.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lujVj9_mf.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lujVj9_mf.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:400;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:600;src:local("Source Sans Pro SemiBold"),local("SourceSansPro-SemiBold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:700;src:local("Source Sans Pro Bold"),local("SourceSansPro-Bold"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:900;src:local("Source Sans Pro Black"),local("SourceSansPro-Black"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmhdu3cOWxy40.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:900;src:local("Source Sans Pro Black"),local("SourceSansPro-Black"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwkxdu3cOWxy40.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:900;src:local("Source Sans Pro Black"),local("SourceSansPro-Black"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmxdu3cOWxy40.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:900;src:local("Source Sans Pro Black"),local("SourceSansPro-Black"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:900;src:local("Source Sans Pro Black"),local("SourceSansPro-Black"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmBdu3cOWxy40.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:900;src:local("Source Sans Pro Black"),local("SourceSansPro-Black"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRdu3cOWxy40.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Source Sans Pro;font-style:normal;font-weight:900;src:local("Source Sans Pro Black"),local("SourceSansPro-Black"),url(https://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu3cOWxw.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.muze-subtitle-cell,.muze-title-cell,.muze-group-container{font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif}.muze-group-container{font-size:12px;line-height:15px;-webkit-tap-highlight-color:rgba(0,0,0,0);line-height:1.42857143;color:#5f5f5f;background-color:transparent;margin:0}.muze-group-container *{box-sizing:border-box}.muze-group-container *:before,.muze-group-container *:after{box-sizing:border-box}.muze-group-container .muze-table-arrow{margin:5px;width:0px;height:0px;position:absolute;opacity:.5;z-index:10;cursor:pointer}.muze-group-container .muze-table-arrow:hover{opacity:1}.muze-group-container .muze-table-arrow-right{left:100%;top:calc(50% - 25px);border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:15px solid steelblue}.muze-group-container .muze-table-arrow-left{right:100%;top:calc(50% - 25px);border-top:20px solid transparent;border-bottom:20px solid transparent;border-right:15px solid steelblue}.muze-group-container .muze-table-arrow-bottom{left:calc(50% - 25px);top:100%;border-left:20px solid transparent;border-right:20px solid transparent;border-top:15px solid steelblue}.muze-group-container .muze-table-arrow-top{left:calc(50% - 25px);bottom:100%;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:15px solid steelblue}.muze-group-container .table-row-nested{visibility:hidden;border-top:none}.muze-group-container svg{display:block;width:inherit;height:inherit;float:left;vertical-align:top}.muze-group-container div.muze-axis-container{width:inherit;height:inherit}.muze-group-container .axisName.hidden{opacity:0}.muze-group-container .axisName{opacity:1}.muze-group-container .grid-td svg{max-width:100%;max-height:100%}.muze-group-container .domain{opacity:0}.muze-board{float:left}.muze-layout-container{float:left;position:relative}.muze-legend-section,.muze-board-legend{text-align:center;float:left}.muze-legend-horizontal-section{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.muze-legend-components{text-align:center;float:left}.muze-grid-layout,.muze-grid-layout-row{float:left;position:relative}.muze-grid-layout-container{position:relative;float:left}.muze-grid-table{background-color:transparent;border-spacing:0;table-layout:fixed}.muze-grid-td,.muze-grid-th{padding:0}.muze-table-header{width:inherit;height:inherit}.muze-grid-layout{float:left;position:relative}.muze-layout-grid-container{position:relative;float:left}.muze-grid-top{position:relative;top:100%;transform:translateY(-100%)}.muze-grid div{float:left;border-collapse:collapse}.muze-grid table{border-collapse:collapse}.muze-title-cell{font-size:24px;font-weight:700;color:#5f5f5f}.muze-grid-headers{font-size:12px}.muze-subtitle-cell{font-size:16px;font-weight:400;color:#b1b1b1}.domain{opacity:0}.muze-group-container,.muze-layout-container,.muze-legend-container{float:left}.muze-message-container{background-color:#f1f1f1;display:table;border:1px solid #c3c9d0}.muze-message-container-child{display:table-cell;vertical-align:middle}.muze-message-container-child-img{text-align:center}.muze-message-container-child-img svg{display:unset;float:unset}.muze-message-container-child-message{color:#4f708c;text-align:center;font-weight:600}.hidden{display:none}.muze-legend-marker-stroke-on-dark{stroke:#eaedf2!important}.muze-legend-marker-stroke-on-light{stroke:#323946!important}.muze-legend-marker-text div{color:#323946!important}.muze-legend-marker-text-secondary div{color:#eaedf2!important}
