@charset "UTF-8";.monitoring-dashboard,.monitoring-events,.monitoring-service{display:flex;flex-direction:column;gap:24px;padding:24px;max-width:1280px;margin:0 auto}.monitoring-page__header{display:flex;flex-direction:column;gap:8px}.monitoring-page__header h1{margin:0;font-size:28px;line-height:1.2}.monitoring-page__header p{margin:0;color:#5a6675}.monitoring-page__header-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:8px}.monitoring-page__updated{color:#5a6675;font-size:14px}.monitoring-page__refresh,.monitoring-page__period{border:1px solid #D6D9DD;background:#fff;border-radius:6px;padding:6px 12px;font-size:14px;cursor:pointer}.breadcrumbs{font-size:13px;color:#5a6675;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.breadcrumbs a{color:#1b7a47;text-decoration:none}.breadcrumbs__sep{color:#c2c7cd}.monitoring-dashboard__banner{margin:0}.monitoring-dashboard__main{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-template-areas:"tiles tiles" "chart services" "events services" "glossary glossary";gap:24px}@media (max-width: 960px){.monitoring-dashboard__main{grid-template-columns:1fr;grid-template-areas:"tiles" "chart" "services" "events" "glossary"}}.monitoring-tiles{grid-area:tiles;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.monitoring-chart{grid-area:chart;background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px}.monitoring-services{grid-area:services;background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px}.monitoring-services__head,.monitoring-recent-events__head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.monitoring-services__head h2,.monitoring-recent-events__head h2{margin:0;font-size:18px}.monitoring-recent-events{grid-area:events;background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px}.monitoring-recent-events__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.monitoring-recent-events__empty{margin:0;color:#5a6675}.monitoring-glossary{grid-area:glossary;background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px}.monitoring-glossary__list{display:grid;grid-template-columns:minmax(180px,max-content) 1fr;gap:8px 16px;margin:0}.monitoring-glossary__list dt{font-weight:600}.monitoring-glossary__list dd{margin:0;color:#4a5562}.metric-tile{background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px}.metric-tile__head{font-size:13px;color:#5a6675}.metric-tile__value{font-size:32px;font-weight:600;line-height:1}.metric-tile__unit{font-size:14px;color:#5a6675;margin-left:4px}.metric-tile__delta{font-size:13px}.metric-tile__delta--up{color:#1b7a47}.metric-tile__delta--down{color:#b22a2a}.metric-tile__delta--flat{color:#5a6675}.monitoring-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#f1f3f5;color:#2a2f37;font-size:12px}.monitoring-chip[data-service-status=ok],.monitoring-chip[data-source-state=active]{background:#e6f5ec;color:#1b7a47}.monitoring-chip[data-service-status=warning]{background:#fff4d6;color:#8a6a00}.monitoring-chip[data-service-status=critical],.monitoring-chip[data-source-state=error]{background:#fce4e4;color:#b22a2a}.monitoring-chip[data-service-status=unknown]{background:#f1f3f5;color:#5a6675}.service-status-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.service-status-list__link{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid #E6E8EB;border-radius:6px;text-decoration:none;color:inherit}.service-status-list__name{font-weight:600;flex:1}.service-status-list__version{font-size:12px;color:#5a6675}.event-row__link{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;padding:8px 12px;border:1px solid #E6E8EB;border-radius:6px;text-decoration:none;color:inherit}.event-row__service{font-weight:600;flex:1 1 140px;min-width:0;overflow-wrap:anywhere}.event-row__type{flex:2 1 200px;min-width:0;overflow-wrap:anywhere;color:#5a6675}.event-row__time{flex:0 0 auto;margin-left:auto;color:#5a6675;font-size:12px;white-space:nowrap}.monitoring-events__table-wrapper{overflow-x:auto;background:#fff;border:1px solid #E6E8EB;border-radius:8px}.monitoring-events__table{width:100%;border-collapse:collapse;font-size:14px}.monitoring-events__table th,.monitoring-events__table td{padding:10px 12px;text-align:left;border-bottom:1px solid #E6E8EB}.monitoring-events__pagination{display:flex;gap:8px;align-items:center;padding-top:8px}.monitoring-events__pagination button{border:1px solid #D6D9DD;background:#fff;border-radius:6px;padding:6px 12px;cursor:pointer}.monitoring-events__pagination button:disabled{opacity:.5;cursor:not-allowed}.events-filters{display:flex;flex-wrap:wrap;gap:12px;background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px}.events-filters__field{display:flex;flex-direction:column;gap:4px;min-width:180px}.events-filters__chips{display:flex;flex-wrap:wrap;gap:6px}.events-filters__chip{border:1px solid #D6D9DD;background:#fff;border-radius:999px;padding:4px 10px;cursor:pointer;font-size:13px}.events-filters__chip--selected{background:#1b7a47;color:#fff;border-color:#1b7a47}.events-filters__reset{align-self:end;border:1px solid #D6D9DD;background:#fff;border-radius:6px;padding:6px 12px;cursor:pointer}.monitoring-service__main{display:block}@media (max-width: 960px){.monitoring-service__main{grid-template-columns:1fr}}.monitoring-service__column{display:flex;flex-direction:column;gap:16px}.monitoring-service__tabs{display:flex;flex-wrap:wrap;gap:8px}.monitoring-service__tab{border:1px solid #D6D9DD;background:#fff;border-radius:999px;padding:8px 14px;cursor:pointer}.monitoring-service__tab--active{background:#1b7a47;border-color:#1b7a47;color:#fff}.monitoring-service__tab-panel{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);grid-template-areas:"cards cards" "graph stream";gap:16px}@media (max-width: 960px){.monitoring-service__tab-panel{grid-template-columns:1fr;grid-template-areas:"cards" "graph" "stream"}}.monitoring-service__tab-cards{grid-area:cards;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media (max-width: 960px){.monitoring-service__tab-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.monitoring-service__tab-panel [data-dashboard-slot=graph]{grid-area:graph;min-width:0}.monitoring-service__tab-panel [data-dashboard-slot=stream]{grid-area:stream}.monitoring-detail-card{background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:8px;min-width:0}.monitoring-detail-card__label,.monitoring-detail-card__hint{color:#5a6675;font-size:13px}.monitoring-detail-card__value{font-size:20px;overflow-wrap:anywhere}.monitoring-service__technical-details{background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:12px 16px}.monitoring-service__last-computation{background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px}.monitoring-service__last-computation dl{display:grid;grid-template-columns:minmax(160px,max-content) 1fr;gap:6px 16px;margin:0}.monitoring-service__last-computation dt{color:#5a6675}.monitoring-service__last-computation dd{margin:0}.monitoring-service__open-events{background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px;min-width:0}.monitoring-service__open-events-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;min-width:0}svg.sparkline{width:100%;height:32px}.metric-chart__svg{width:100%;height:auto}.metric-chart__legend{display:flex;gap:12px;list-style:none;padding:0;margin:8px 0 0;font-size:13px}.metric-chart__legend-item{display:flex;align-items:center;gap:6px}.metric-chart__legend-swatch{display:inline-block;width:10px;height:10px;border-radius:2px}.metric-chart--empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#5a6675;background:#f8f9fa;border-radius:6px}.thresholds-card,.data-sources-card,.config-history-card{background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px}.thresholds-card__head,.data-sources-card__head,.config-history-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.thresholds-card__title,.data-sources-card__title,.config-history-card__title{margin:0;font-size:18px}.thresholds-card__list{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:6px 16px;margin:0}.thresholds-card__row{display:contents}.thresholds-card__hint{grid-column:1 / -1;margin:0 0 8px;color:#5a6675;font-size:13px}.config-history-card__table{width:100%;border-collapse:collapse;font-size:13px}.config-history-card__table th,.config-history-card__table td{padding:8px;text-align:left;border-bottom:1px solid #E6E8EB}.monitoring-service__labels{background:#fff;border:1px solid #E6E8EB;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:12px}.monitoring-service__labels-input{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;padding:8px;border:1px solid #D6D9DD;border-radius:6px;resize:vertical;min-height:160px}.monitoring-service__labels-actions{display:flex;gap:8px;flex-wrap:wrap}.grid{display:grid}.grid .col-sidebar{display:none}.hse-Button{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;position:relative;display:flex;align-items:center;box-sizing:border-box;width:max-content;padding:0 25px;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none;color:transparent;border:1px solid transparent;background-color:#fff0;box-shadow:0 0 0 2px transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hse-Button,.hse-Button:before{border-radius:4px}.hse-Button:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;display:block;content:"";background-color:#fff0}.hse-Button,.hse-Button:hover,.hse-Button:focus{outline:none}.hse-Button_disabled,.hse-Button_inactive{pointer-events:none}.hse-Button_focused,.hse-Button.focus-visible{box-shadow:0 0 0 2px #c2daff}.hse-Button,.hse-Button:before,.hse-Button__content{transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}.hse-Button_hasSideContent{padding:0 16px}.hse-Button_hasRight:not(.hse-Button_hasLeft) .hse-Button__text{padding:0 0 0 8px}.hse-Button_hasLeft:not(.hse-Button_hasRight) .hse-Button__text{padding:0 8px 0 0}.hse-Button_size_small.hse-Button_hasSideContent{padding:0 12px}.hse-Button_size_small.hse-Button_hasRight:not(.hse-Button_hasLeft) .hse-Button__text{padding:0 0 0 4px}.hse-Button_size_small.hse-Button_hasLeft:not(.hse-Button_hasRight) .hse-Button__text{padding:0 4px 0 0}.hse-Button__contentLeft,.hse-Button__contentRight{display:flex;align-items:center}.hse-Button__contentLeft{margin-right:8px}.hse-Button__contentRight{margin-left:8px}.hse-Button__bubbleRoot{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;overflow:hidden}.hse-Button__bubble{position:absolute;z-index:2;top:50%;left:50%;width:100%;padding-top:100%;transition:.2s transform ease-out,.2s opacity ease-out;transform:translate(-50%,-50%) scale(0);pointer-events:none;opacity:.4;border-radius:50%;background:#fff}.hse-Button__bubble_active{transform:translate(-50%,-50%) scale(.7);opacity:.4}.hse-Button__bubble_fading{transform:translate(-50%,-50%) scale(1);opacity:0}.hse-Button__content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.hse-Button_custom-color{color:currentColor}.hse-Button_size_small{height:32px}.hse-Button_size_medium{height:40px}.hse-Button_size_large{height:48px}.hse-Button_variant_primary{background-color:#0050cf}.hse-Button_variant_primary:hover:before{background-color:#25254199}.hse-Button_variant_primary,.hse-Button_variant_primary .hse-Button__content{color:#fff}.hse-Button_variant_primary.hse-Button_custom-color{background-color:currentColor}.hse-Button_variant_primary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_inactive):not(.hse-Button_disabled):before{background-color:#25254199}.hse-Button_variant_primary.hse-Button_disabled{cursor:default;color:#fff9;box-shadow:none}.hse-Button_variant_primary.hse-Button_disabled:before{background-color:#fff9}.hse-Button_variant_primary.hse-Button_inactive{pointer-events:none;border:1px solid #f0f2f5;background-color:#edeff3;box-shadow:none}.hse-Button_variant_primary.hse-Button_inactive,.hse-Button_variant_primary.hse-Button_inactive .hse-Button__content{color:#c0c6d1}.hse-Button_variant_secondary{border:1px solid #d3d8e6}.hse-Button_variant_secondary .hse-Button__bubble{background:#f0f5ff}.hse-Button_variant_secondary,.hse-Button_variant_secondary .hse-Button__content{color:#6b7a99}.hse-Button_variant_secondary:hover,.hse-Button_variant_secondary .hse-Button__content:hover{color:#0050cf;border-color:#0050cf}.hse-Button_variant_secondary .hse-Button_custom-color{border-color:currentColor}.hse-Button_variant_secondary .hse-Button_custom-color,.hse-Button_variant_secondary .hse-Button_custom-color .hse-Button__content{color:currentColor}.hse-Button_variant_secondary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_inactive):not(.hse-Button_disabled){color:#0050cf;border-color:#0050cf}.hse-Button_variant_secondary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_inactive):not(.hse-Button_disabled).hse-Button_custom-color{border-color:currentColor}.hse-Button_variant_secondary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_inactive):not(.hse-Button_disabled).hse-Button_custom-color,.hse-Button_variant_secondary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_inactive):not(.hse-Button_disabled).hse-Button_custom-color .hse-Button__content{color:currentColor}.hse-Button_variant_secondary.hse-Button_disabled{border-color:#d3d8e6;box-shadow:none}.hse-Button_variant_secondary.hse-Button_disabled,.hse-Button_variant_secondary.hse-Button_disabled .hse-Button__content{color:#a2a9b8}.hse-Button_variant_secondary.hse-Button_inactive{background-color:#d3d8e6;box-shadow:none}.hse-Button_variant_secondary.hse-Button_inactive:before{background-color:#fff9}.hse-Button_variant_secondary.hse-Button_inactive,.hse-Button_variant_secondary.hse-Button_inactive .hse-Button__content{color:#c0c6d1}.hse-Button_variant_secondary.hse-Button_selected{border:1px solid #8eb2ec;background-color:#f0f5ff}.hse-Button_variant_secondary.hse-Button_selected,.hse-Button_variant_secondary.hse-Button_selected .hse-Button__content{color:#0050cf}.hse-Button_variant_secondary.hse-Button_selected:hover{border-color:#0050cf}.hse-Button_variant_secondary.hse-Button_selected .hse-Button__bubble{background:#fff9}.hse-Button_variant_secondary.hse-Button_selected.focus-visible{box-shadow:0 0 0 2px #c2daff;border-color:#8eb2ec;background-color:#f0f5ff}.hse-Button_variant_tertiary{color:#6b7a99;border:1px solid transparent}.hse-Button_variant_tertiary:hover:before{background-color:#ffffffe6}.hse-Button_variant_tertiary:hover{background-color:currentColor}.hse-Button_variant_tertiary.focus-visible{border:1px solid transparent}.hse-Button_variant_tertiary .hse-Button__bubble{background:#0050cf1a}.hse-Button_variant_tertiary .hse-Button__content{color:currentColor}.hse-Button_variant_tertiary.hse-Button_selected{background:#0050cf}.hse-Button_variant_tertiary.hse-Button_selected:hover:before{background:#fff6}.hse-Button_variant_tertiary.hse-Button_selected.focus-visible{background:#0050cf}.hse-Button_variant_tertiary.hse-Button_selected .hse-Button__bubble{background:#ffffff1a}.hse-Button_variant_tertiary.hse-Button_selected,.hse-Button_variant_tertiary.hse-Button_selected .hse-Button__content{color:#fff}.hse-Button_variant_tertiary.hse-Button_selected.hse-Button_focused{background:#0050cf}.hse-Button_variant_tertiary.hse-Button_selected.hse-Button_focused,.hse-Button_variant_tertiary.hse-Button_selected.hse-Button_focused .hse-Button__content{color:#fff}.hse-Button_variant_tertiary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_selected):not(.hse-Button_inactive):not(.hse-Button_disabled){border:1px solid transparent;background:transparent}.hse-Button_variant_tertiary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_selected):not(.hse-Button_inactive):not(.hse-Button_disabled),.hse-Button_variant_tertiary.hse-Button_focused:not(.hse-Button_hasSpinner):not(.hse-Button_selected):not(.hse-Button_inactive):not(.hse-Button_disabled) .hse-Button__content{color:#6b7a99}.hse-Button_variant_tertiary.hse-Button_disabled,.hse-Button_variant_tertiary.hse-Button_disabled .hse-Button__content{color:#6b7a9966}.hse-Button_variant_tertiary.hse-Button_inactive{border:1px solid transparent;background-color:#d3d8e61a}.hse-Button_variant_tertiary.hse-Button_inactive,.hse-Button_variant_tertiary.hse-Button_inactive .hse-Button__content{color:#6b7a9966}.hse-Button_spinner_done .hse-Spinner__overlay{display:none}.hse-Button.hse-Button_hasSpinner{--checkmark-fill-box-shadow:#edeff3;background:#edeff3}.hse-Button.hse-Button_hasSpinner:before{background:transparent}.hse-Button.hse-Button_hasSpinner .hse-Button__content{display:flex;align-items:center;justify-content:center;color:#6b7a9966}.hse-Button__icon.hse-Icon{color:currentColor}.hse-Button.hse-Button_variant_tertiaryInvert{color:#fff}.hse-Button.hse-Button_variant_tertiaryInvert .hse-Button__content{color:currentColor}.hse-Button.hse-Button_variant_tertiaryInvert:hover:before{background:#fff3}.hse-Button.hse-Button_variant_tertiaryInvert.hse-Button_disabled .hse-Button__content,.hse-Button.hse-Button_variant_tertiaryInvert.hse-Button_inactive .hse-Button__content{color:#fff9}.hse-IconButton{position:relative;display:flex;align-items:center;justify-content:center;padding:0;outline:none}.hse-IconButton:before{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;display:block;content:"";background:transparent}.hse-IconButton.focus-visible{box-shadow:0 0 0 2px #c2daff}.hse-IconButton.hse-IconButton_disabled{border-color:#edeff3;background:#edeff3}.hse-IconButton.hse-IconButton_size_small{width:32px;height:32px}.hse-IconButton.hse-IconButton_size_small,.hse-IconButton.hse-IconButton_size_small:before{border-radius:8px}.hse-IconButton.hse-IconButton_size_small .hse-IconButton__notificationCircle{top:4px;right:4px}.hse-IconButton.hse-IconButton_size_medium{width:40px;height:40px}.hse-IconButton.hse-IconButton_size_medium,.hse-IconButton.hse-IconButton_size_medium:before{border-radius:8px}.hse-IconButton.hse-IconButton_size_medium .hse-IconButton__notificationCircle{top:6px;right:6px}.hse-IconButton.hse-IconButton_size_large{width:48px;height:48px}.hse-IconButton.hse-IconButton_size_large,.hse-IconButton.hse-IconButton_size_large:before{border-radius:12px}.hse-IconButton.hse-IconButton_size_large .hse-IconButton__notificationCircle{top:10px;right:10px}.hse-IconButton.hse-IconButton_variant_ghost:not(.hse-IconButton_selected) .hse-Button__bubble,.hse-IconButton.hse-IconButton_variant_pagination:not(.hse-IconButton_selected) .hse-Button__bubble{background:#f0f5ff}.hse-IconButton_variant_default .hse-IconButton__content{color:#fff}.hse-IconButton_variant_default.hse-IconButton_inactive .hse-IconButton__content{color:#c0c6d1}.hse-IconButton_variant_default.hse-IconButton_spinner:before{content:none}.hse-IconButton.hse-IconButton_variant_default.hse-IconButton_spinner{background:#edeff3}.hse-IconButton.hse-IconButton_variant_default.hse-IconButton_spinner_done{background:#0050cf}.hse-IconButton__notificationCircle{position:absolute;display:block;box-sizing:content-box;width:8px;height:8px;background-color:#f0522b;border-radius:50%;border:1px solid white;z-index:2}.hse-IconButton__spinner{--checkmark-fill-box-shadow:none;--spinner-color:#0050cf;--spinner-color-hover:#0050cf;color:#0050cf}.hse-IconButton__spinner_done{--spinner-color:white;--spinner-color-hover:white;color:#fff}.hse-IconButton__spinner_done .hse-Spinner__overlay{stroke:transparent}.hse-IconButton.hse-IconButton_variant_ghost{background:transparent}.hse-IconButton.hse-IconButton_variant_ghost .hse-IconButton__content{color:#0050cf}.hse-IconButton.hse-IconButton_disabled.hse-IconButton_variant_ghost{background:transparent}.hse-IconButton.hse-IconButton_disabled.hse-IconButton_variant_ghost .hse-IconButton__content{color:#c2daff}.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_ghost,.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_pagination,.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_secondary{color:#0050cf;background:currentColor}.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_ghost:hover:before,.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_pagination:hover:before,.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_secondary:hover:before{background:#fff6}.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_ghost .hse-IconButton__content{color:#fff}.hse-IconButton.hse-IconButton_focused:not(.hse-IconButton_selected).hse-IconButton_variant_ghost{background:transparent}.hse-IconButton.hse-IconButton:hover:not(.hse-IconButton_inactive):not(.hse-IconButton_disabled):not(.hse-IconButton_selected).hse-IconButton_variant_ghost{background:#edeff3}.hse-IconButton.hse-IconButton_variant_ghost.hse-IconButton:hover:not(.hse-IconButton_inactive):not(.hse-IconButton_disabled):not(.hse-IconButton_selected) .hse-IconButton__content{color:#0050cf}.hse-IconButton.hse-IconButton_inactive.hse-IconButton_variant_ghost{background:#f5f6fa}.hse-IconButton.hse-IconButton_inactive.hse-IconButton_variant_ghost .hse-IconButton__content{color:#c0c6d1}.hse-IconButton.hse-IconButton_variant_pagination .hse-IconButton__content{color:#0f0f14}.hse-IconButton.hse-IconButton_variant_pagination .hse-IconButton__content{color:#6b7a99}.hse-IconButton.hse-IconButton_disabled.hse-IconButton_variant_pagination .hse-IconButton__content{color:#c0c6d1}.hse-IconButton.hse-IconButton:hover:not(.hse-IconButton_inactive):not(.hse-IconButton_disabled):not(.hse-IconButton_selected).hse-IconButton_variant_pagination{background:#edeff3}.hse-IconButton.hse-IconButton_inactive.hse-IconButton_variant_pagination{background:#f5f6fa}.hse-IconButton.hse-IconButton_inactive.hse-IconButton_variant_pagination .hse-IconButton__content,.hse-IconButton.hse-IconButton_disabled.hse-IconButton_variant_pagination .hse-IconButton__content{color:#c0c6d1}.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_pagination .hse-IconButton__content{color:#fff}.hse-IconButton.hse-IconButton_variant_secondary{color:#0050cf;border:none;background:currentColor}.hse-IconButton.hse-IconButton_variant_secondary:not(.hse-IconButton_inactive):not(.hse-IconButton_disabled):not(.hse-IconButton_selected):not(:hover):before{background:#fffffff2}.hse-IconButton.hse-IconButton_variant_secondary:hover:not(.hse-IconButton_inactive):not(.hse-IconButton_disabled):not(.hse-IconButton_selected){border-width:0}.hse-IconButton.hse-IconButton_variant_secondary:hover:not(.hse-IconButton_inactive):not(.hse-IconButton_disabled):not(.hse-IconButton_selected):before{background:#ffffffe6}.hse-IconButton.hse-IconButton_variant_secondary .hse-IconButton__content{color:#0050cf}.hse-IconButton.hse-IconButton_disabled.hse-IconButton_variant_secondary{border-color:#edeff3;background:#edeff3}.hse-IconButton.hse-IconButton_disabled.hse-IconButton_variant_secondary .hse-IconButton__content{color:#d3d8e6}.hse-IconButton.hse-IconButton_inactive.hse-IconButton_variant_secondary{border-color:#f0f2f5;background:#f0f2f5}.hse-IconButton.hse-IconButton_inactive.hse-IconButton_variant_secondary .hse-IconButton__content{color:#a2a9b8}.hse-IconButton.hse-IconButton_selected.hse-IconButton_variant_secondary .hse-IconButton__content{color:#fff}.hse-Divider{margin:0;border:0;background-color:#edeff3}.hse-Divider_variant_horizontal{height:1px}.hse-Divider_variant_vertical{width:1px}.hse-Divider_color_light{background-color:#edeff3}.hse-Divider_color_dark{background-color:#e1e4eb}.hse-BadgeIcon{align-items:flex-start;box-sizing:border-box;margin:0;cursor:default;text-align:center;text-indent:0;letter-spacing:inherit;word-spacing:inherit;text-transform:none;color:inherit;border:none;outline:none;background:none;text-shadow:none;font:inherit;line-height:inherit;text-decoration:none;display:inline-flex;align-items:center;padding:4px;vertical-align:middle;white-space:nowrap}.hse-BadgeIcon:focus{outline:none}.hse-BadgeIcon__avatar{position:relative;display:inline-block;overflow:hidden;vertical-align:middle;color:#6b7a99;background-color:#edeff3}.hse-BadgeIcon__avatar_size_small{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:12px;width:24px;min-width:24px;height:24px;border-radius:4px}.hse-BadgeIcon__avatar_size_medium{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px;width:32px;min-width:32px;height:32px;border-radius:8px}.hse-BadgeIcon__avatar_size_large{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;width:48px;min-width:48px;height:48px;border-radius:12px}.hse-BadgeIcon__avatar_image{width:100%;height:100%;background-color:#d3d8e6;object-fit:cover}.hse-BadgeIcon__avatar_text,.hse-BadgeIcon__avatar_icon{display:flex;align-items:center;justify-content:center;height:100%;text-align:center;text-transform:uppercase}.hse-BadgeIcon__avatar_icon .hse-Icon{color:inherit}.hse-BadgeIcon__label{padding-left:8px;vertical-align:middle;color:#0f0f14}.hse-BadgeIcon__label_size_small{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:12px;padding-left:4px}.hse-BadgeIcon__label_size_medium{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px}.hse-BadgeIcon__label_size_large{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px}.hse-BadgeIcon__avatar_online{position:absolute;right:0;bottom:0;border:1px solid white}.hse-BadgeIcon__avatar_size_small .hse-BadgeIcon__avatar_online{right:0;bottom:-.5px}.hse-BadgeIcon__avatar_size_medium .hse-BadgeIcon__avatar_online{right:1px;bottom:1px}.hse-BadgeIcon__avatar_size_large .hse-BadgeIcon__avatar_online{right:2px;bottom:2px}.hse-BadgeIcon_variant_clickable{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;background-color:transparent}.hse-BadgeIcon_variant_clickable:hover{background-color:#edeff3}.hse-BadgeIcon_variant_clickable.focus-visible{outline:none}.hse-BadgeIcon_variant_clickable.focus-visible:not(.hse-BadgeIcon_disabled){box-shadow:0 0 0 2px #c2daff;background-color:#edeff3}.hse-BadgeIcon_variant_clickable.hse-BadgeIcon_size_small{height:32px;border-radius:8px}.hse-BadgeIcon_variant_clickable.hse-BadgeIcon_size_medium{height:40px;border-radius:12px}.hse-BadgeIcon_variant_clickable.hse-BadgeIcon_size_large{height:56px;border-radius:16px}.hse-BadgeIcon_variant_clickable .hse-BadgeIcon__label_size_small{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px}.hse-BadgeIcon_variant_clickable .hse-BadgeIcon__label_size_medium{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px}.hse-BadgeIcon_variant_clickable .hse-BadgeIcon__label_size_large{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px}.hse-BadgeIcon_variant_clickable.hse-BadgeIcon_disabled{cursor:default}.hse-BadgeIcon_variant_clickable.hse-BadgeIcon_disabled .hse-BadgeIcon__avatar:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#25254166}.hse-BadgeIcon_variant_clickable.hse-BadgeIcon_disabled .hse-BadgeIcon__label{color:#a2a9b8}.hse-BadgeIcon_variant_clickable.hse-BadgeIcon_disabled:hover{background-color:initial}.hse-BadgeLabel{align-items:flex-start;margin:0;padding:0;cursor:default;text-align:center;text-indent:0;letter-spacing:inherit;word-spacing:inherit;text-transform:none;color:inherit;border:none;background:none;text-shadow:none;font:inherit;line-height:inherit;text-decoration:none;position:relative;display:inline-flex;overflow:hidden;align-items:center;box-sizing:border-box;min-width:fit-content;transition:color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out;vertical-align:middle;white-space:nowrap;border:1px solid transparent;border-radius:16px;outline:none}.hse-BadgeLabel:focus{outline:none}.hse-BadgeLabel_clickable:not(.hse-BadgeLabel_disabled){cursor:pointer}.hse-BadgeLabel_variant_outlined{color:#6b7a99;background-color:#fff}.hse-BadgeLabel_variant_outlined:not(.hse-BadgeLabel_selected){border:1px solid currentColor}.hse-BadgeLabel_variant_filled{color:#fff;border-color:transparent;background-color:#6b7a99}.hse-BadgeLabel_size_smallX{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:9px;font-weight:600;line-height:9px;padding:3px 3px 2px}.hse-BadgeLabel_size_small{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px;height:20px;padding:1px 8px}.hse-BadgeLabel_size_medium{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;height:24px;padding:1px 12px}.hse-BadgeLabel_variant_filled.hse-BadgeLabel_disabled{padding-top:2px;padding-bottom:2px;color:#fff;background-color:#c0c6d1}.hse-BadgeLabel_variant_outlined.hse-BadgeLabel_disabled{color:#c0c6d1}.hse-BadgeLabel_variant_filled.hse-BadgeLabel_hover,.hse-BadgeLabel_variant_filled.hse-BadgeLabel_clickable:not(.hse-BadgeLabel_disabled):hover{border-color:#002d6e;background-color:#002d6e}.hse-BadgeLabel_variant_filled.hse-BadgeLabel_focused,.hse-BadgeLabel_variant_filled.hse-BadgeLabel_clickable.focus-visible{box-shadow:0 0 0 2px #c2daff;background-color:#002d6e}.hse-BadgeLabel_variant_filled.hse-BadgeLabel_clickable:active:not(.hse-BadgeLabel_disabled){background:#002d6e}.hse-BadgeLabel_variant_outlined.hse-BadgeLabel_hover,.hse-BadgeLabel_variant_outlined.hse-BadgeLabel_clickable:not(.hse-BadgeLabel_disabled):hover{color:#0050cf}.hse-BadgeLabel_variant_outlined.hse-BadgeLabel_focused,.hse-BadgeLabel_variant_outlined.hse-BadgeLabel_clickable.focus-visible{box-shadow:0 0 0 2px #c2daff;color:#0050cf}.hse-BadgeLabel_variant_outlined.hse-BadgeLabel_clickable .hse-Button__bubble{background:#f0f5ff}.hse-BadgeLabel_selected{color:#fff;background-color:#0050cf}.hse-BadgeLabel__bubbleRoot{position:absolute;top:0;right:0;bottom:0;left:0}.hse-Icon{color:#0f0f14}.hse-Icon_size_small{width:16px;height:16px}.hse-Icon_size_medium{width:24px;height:24px}.hse-Icon_size_large{width:32px;height:32px}.hse-Error{display:flex;flex-direction:column;text-align:center}.hse-Error__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;color:#0f0f14}.hse-Error__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:24px;margin:16px 0 0;color:#0f0f14}.hse-Error__button{display:flex;justify-content:center;margin:24px 0 0}.hse-BaseFooter{width:100%;padding:40px 0 24px;color:#fff;background:#002d6e}.hse-Footer__menu{position:relative}.hse-Footer__menuTitle{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:600;line-height:24px;color:#fff}.hse-Footer__menuItems{margin:16px 0 0;padding:0;list-style-type:none}.hse-Footer__menuItem{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;color:#fff9}.hse-Footer__menuItem:not(:last-child){margin:0 0 12px}.hse-Footer__divider{background:#ffffff1a}.hse-Footer__divider_horizontal{margin:48px 0 24px}.hse-Footer__info{display:flex;width:100%}.hse-Footer__copyright{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:600;line-height:24px}.hse-Footer__socialLinks{display:flex}.hse-Footer__socialLink.hse-ClickableIcon{padding:4px}.hse-Footer__socialLink:not(:last-child){margin-right:8px}.hse-Footer__menuDivider{position:absolute;top:0;right:0;height:100%}.hse-Header{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;display:flex;align-items:center;justify-content:flex-start;width:100%;height:56px;padding:0 48px 0 16px;color:#6b7a99;border-bottom:1px solid #edeff3;background-color:#fff}.hse-Header__logo,.hse-Header__left{display:flex;align-items:center}.hse-Header__title{white-space:nowrap}.hse-Header__left{justify-content:space-between;width:100%;padding:0 0 0 40px;white-space:nowrap}.hse-Header__right{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;white-space:nowrap}.hse-Header__hamburger{display:flex;align-items:center}.hse-Header__hamburger .hse-Icon{color:#6b7a99}.hse-HeaderDivider.hse-Divider.hse-Divider_variant_vertical{height:16px;margin:0 8px}.hse-Header .hse-ClickableIcon,.hse-Header .hse-Icon{color:#6b7a99}.hse-HeaderLanguageSelect.hse-Select{width:72px;min-width:72px}.hse-HeaderLanguageSelect.hse-Select .hse-Select__menu{width:108px;margin-left:17.5px!important}.hse-HeaderLanguageSelect.hse-Select .hse-Select__valueContainer_size_medium{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px}.hse-HeaderLanguageSelect.hse-Select .hse-Select__valueContainer_size_medium,.hse-HeaderLanguageSelect.hse-Select .hse-Select__valueContainer_size_medium .hse-Icon{color:#6b7a99}.hse-HeaderLanguageSelect.hse-Select .hse-Select__value{margin-right:0;text-transform:uppercase}.hse-HeaderLanguageSelect.hse-Select .hse-Select__value,.hse-HeaderLanguageSelect.hse-Select .hse-Select__valueContainer.hse-Select__valueContainer_selected,.hse-HeaderLanguageSelect.hse-Select .hse-Select__valueContainer_selected .hse-Select__valueContainerIcon.hse-Icon{color:#6b7a99}.hse-HeaderLink{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;height:40px;padding:10px 16px;text-decoration:none;color:#6b7a99}.hse-HeaderMenu{display:flex;align-items:center;box-sizing:border-box;height:40px}.hse-HeaderHamburger__bars{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:18px;height:12px}.hse-HeaderHamburger__bar{display:block;width:100%;height:2px;transition:transform .2s cubic-bezier(.645,.045,.355,1) .2s;background:currentColor}.hse-HeaderHamburger__bar:nth-of-type(1){transform-origin:0 50%}.hse-HeaderHamburger__bar:nth-of-type(3){transform-origin:100% 0}.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar:nth-of-type(1),.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar:nth-of-type(2),.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar:nth-of-type(3){transition-delay:0s;transform:scaleX(0)}.hse-HeaderHamburger__bar.hse-HeaderHamburger__bar_cross{position:absolute;top:calc(50% - 1px);transition:opacity cubic-bezier(.215,.61,.355,1) .2s,transform cubic-bezier(.215,.61,.355,1) .2s;transform-origin:50% 50%;opacity:0}.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar_cross{transition-delay:.2s;opacity:1}.hse-HeaderHamburger__bar_cross:nth-of-type(4){transform:rotate(45deg) scaleX(0)}.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar_cross:nth-of-type(4){transform:rotate(45deg) scaleX(1)}.hse-HeaderHamburger__bar_cross:nth-of-type(5){transform:rotate(-45deg) scaleX(0)}.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar_cross:nth-of-type(5){transform:rotate(-45deg) scaleX(1)}.hse-Checkbox{position:relative;display:inline-flex;align-items:center;cursor:pointer;vertical-align:middle}.hse-Checkbox,.hse-Checkbox:focus{outline:none}.hse-Checkbox_size_medium .hse-BaseCheckboxIcon{flex-basis:32px;width:32px;height:32px}.hse-Checkbox_size_large .hse-BaseCheckboxIcon{flex-basis:48px;width:48px;height:48px}.hse-Checkbox:hover .hse-Checkbox__icon{border-color:#0050cf}.hse-Checkbox__input{position:absolute;z-index:-1;top:0;left:0;width:0;height:0;opacity:0}.hse-Checkbox__label{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;display:inline-flex;margin-left:8px;transition:color .2s ease-out;vertical-align:middle;color:#0f0f14}.hse-Checkbox_checked:hover .hse-Checkbox__icon:not(.hse-BaseCheckboxIcon_radio){border-color:transparent;background-color:#002d6e}.hse-Checkbox_checked:hover .hse-BaseCheckboxIcon_radio{border:6px solid #002d6e;background-color:transparent}.hse-Checkbox_inactive{cursor:default}.hse-Checkbox_inactive .hse-Checkbox__label{color:#c0c6d1}.hse-Checkbox_inactive:hover .hse-Checkbox__icon{color:#c0c6d1;border-color:transparent;background-color:#e1e4eb;box-shadow:none}.hse-Checkbox_radio.hse-Checkbox_checked.hse-Checkbox_inactive:hover .hse-BaseCheckboxIcon_radio{border:6px solid #d3d8e6;background-color:transparent}.hse-BaseCheckboxIcon{position:relative;display:flex;align-items:center;flex:0 0 16px;justify-content:center;box-sizing:border-box;width:16px;height:16px;transition:.2s background-color ease-out,.2s border-color ease-out;border:1px solid #a2a9b8;border-radius:4px;background-color:#fff}.hse-BaseCheckboxIcon__icon{display:flex;align-items:center;justify-content:center}.hse-BaseCheckboxIcon__icon>*{transition:.2s opacity ease-out,.2s color ease-out;opacity:0;color:#fff}.hse-BaseCheckboxIcon__icon_visible>*{opacity:1}.hse-BaseCheckboxIcon__icon_inactive>*{color:#c0c6d1}.hse-BaseCheckboxIcon_checked{border-color:transparent;background-color:#0050cf}.hse-BaseCheckboxIcon_inactive{color:#c0c6d1;border-color:transparent;background-color:#e1e4eb;box-shadow:none}.hse-BaseCheckboxIcon_focused{box-shadow:0 0 0 2px #c2daff}.hse-BaseCheckboxIcon_radio{border-radius:50%}.hse-BaseCheckboxIcon_checked.hse-BaseCheckboxIcon_focused{box-shadow:0 0 0 2px #c2daff;border-color:transparent;background-color:#002d6e}.hse-BaseCheckboxIcon_radio.hse-BaseCheckboxIcon_checked{border:6px solid #0050cf;background-color:transparent}.hse-BaseCheckboxIcon_radio.hse-BaseCheckboxIcon_checked.hse-BaseCheckboxIcon_inactive{border:6px solid #e1e4eb;background-color:transparent}.hse-BaseCheckboxIcon_radio.hse-BaseCheckboxIcon_checked.hse-BaseCheckboxIcon_focused{box-shadow:0 0 0 2px #c2daff;border:6px solid #002d6e;background-color:transparent}.hse-InputGroup__input{display:flex;margin-bottom:12px}.hse-RadioGroup{display:flex}.hse-RadioGroup_horizontal{flex-direction:row;gap:32px}.hse-RadioGroup_vertical{flex-direction:column}.hse-RadioGroup__radio{display:flex;margin-bottom:16px}.hse-Link{align-items:flex-start;box-sizing:border-box;margin:0;padding:0;cursor:default;text-align:center;text-indent:0;letter-spacing:inherit;word-spacing:inherit;text-transform:none;color:inherit;border:none;outline:none;background:none;text-shadow:none;font:inherit;line-height:inherit;text-decoration:none}.hse-Link:focus{outline:none}.hse-Link:not(.hse-Link_inactive).hse-Link_controlledFocus.hse-Link_focused{box-shadow:0 0 0 2px #c2daff;border-bottom-color:transparent;border-radius:4px}.hse-Link:not(.hse-Link_inactive).focus-visible:not(.hse-Link_controlledFocus){box-shadow:0 0 0 2px #c2daff;border-bottom-color:transparent;border-radius:4px}.hse-Link.hse-Link_standalone{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-Link,.hse-Link:visited{cursor:pointer;transition:border-bottom-color .2s ease-in-out,color .2s ease-in-out;border-bottom:1px solid transparent}.hse-Link,.hse-Link:hover,.hse-Link:active,.hse-Link:focus,.hse-Link:visited,.hse-Link:visited:hover,.hse-Link:visited:active,.hse-Link:visited:focus{text-decoration:none;outline:none}.hse-Link_standalone{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-Link_inactive{cursor:not-allowed}.hse-Link_variant_primary,.hse-Link_variant_primary:visited{color:#0f0f14;border-bottom-color:#0050cf}.hse-Link_variant_primary.hse-Link_inactive,.hse-Link_variant_primary.hse-Link_inactive:visited,.hse-Link_variant_primary:visited.hse-Link_inactive,.hse-Link_variant_primary:visited.hse-Link_inactive:visited{color:#a2a9b8;border-bottom-color:currentColor}.hse-Link_variant_primary:not(.hse-Link_inactive):active,.hse-Link_variant_primary:not(.hse-Link_inactive):hover,.hse-Link_variant_primary:not(.hse-Link_inactive).hse-Link_hover,.hse-Link_variant_primary:visited:not(.hse-Link_inactive):active,.hse-Link_variant_primary:visited:not(.hse-Link_inactive):hover,.hse-Link_variant_primary:visited:not(.hse-Link_inactive).hse-Link_hover{color:#0050cf;border-bottom-color:transparent}.hse-Link_variant_primary:not(.hse-Link_inactive).hse-Link_controlledFocus.hse-Link_focused,.hse-Link_variant_primary:visited:not(.hse-Link_inactive).hse-Link_controlledFocus.hse-Link_focused{color:#0050cf}.hse-Link_variant_primary:not(.hse-Link_inactive).focus-visible:not(.hse-Link_controlledFocus),.hse-Link_variant_primary:visited:not(.hse-Link_inactive).focus-visible:not(.hse-Link_controlledFocus){color:#0050cf}.hse-Link_variant_secondary,.hse-Link_variant_secondary:visited{color:#0050cf}.hse-Link_variant_secondary:not(.hse-Link_inactive):active,.hse-Link_variant_secondary:not(.hse-Link_inactive):hover,.hse-Link_variant_secondary:not(.hse-Link_inactive).hse-Link_hover,.hse-Link_variant_secondary:visited:not(.hse-Link_inactive):active,.hse-Link_variant_secondary:visited:not(.hse-Link_inactive):hover,.hse-Link_variant_secondary:visited:not(.hse-Link_inactive).hse-Link_hover{color:#0050cf99}.hse-Link_variant_secondary.hse-Link_inactive,.hse-Link_variant_secondary.hse-Link_inactive:visited{color:#a2a9b8}.hse-Link_variant_secondaryInvert,.hse-Link_variant_secondaryInvert:visited{color:#fff9}.hse-Link_variant_secondaryInvert:not(.hse-Link_inactive):hover,.hse-Link_variant_secondaryInvert:not(.hse-Link_inactive):active,.hse-Link_variant_secondaryInvert:visited:not(.hse-Link_inactive):hover,.hse-Link_variant_secondaryInvert:visited:not(.hse-Link_inactive):active{color:#fff}.hse-Link_variant_secondaryInvert:not(.hse-Link_inactive):not(.hse-Link_controlledFocus).focus-visible,.hse-Link_variant_secondaryInvert:not(.hse-Link_inactive).hse-Link_focused,.hse-Link_variant_secondaryInvert:visited:not(.hse-Link_inactive):not(.hse-Link_controlledFocus).focus-visible,.hse-Link_variant_secondaryInvert:visited:not(.hse-Link_inactive).hse-Link_focused{color:#fff}.hse-Link_variant_secondaryInvert.hse-Link_inactive,.hse-Link_variant_secondaryInvert.hse-Link_inactive:visited{color:#fff6;border-bottom:1px solid transparent}.hse-Link_variant_tertiary,.hse-Link_variant_tertiary:visited{color:#6b7a99;font-weight:600}.hse-Link_variant_tertiary.hse-Link_inactive{color:#a2a9b8}.hse-Link_variant_tertiary:not(.hse-Link_inactive):active,.hse-Link_variant_tertiary:not(.hse-Link_inactive):hover,.hse-Link_variant_tertiary:not(.hse-Link_inactive).hse-Link_hover{color:#0050cf}.hse-Link_variant_tertiary:not(.hse-Link_inactive).hse-Link_controlledFocus.hse-Link_focused{color:#0050cf}.hse-Link_variant_tertiary:not(.hse-Link_inactive).focus-visible:not(.hse-Link_controlledFocus){color:#0050cf}.hse-Link_underlined,.hse-Link_underlined:active,.hse-Link_underlined:visited{border-bottom:1px solid currentColor}.hse-Link_underlined:not(.hse-Link_inactive):active,.hse-Link_underlined:not(.hse-Link_inactive):hover,.hse-Link_underlined:not(.hse-Link_inactive).hse-Link_hover{border-bottom:1px solid currentColor}.hse-Link.hse-Link_variant_primary.hse-Link_showVisited:visited,.hse-Link.hse-Link_variant_primary.hse-Link_showVisited:visited:hover,.hse-Link.hse-Link_variant_primary.hse-Link_showVisited:visited:active{color:#6b7a99;border-bottom-color:#935ce5}.hse-Link.hse-Link_showVisited:visited.hse-Link_variant_secondary,.hse-Link.hse-Link_showVisited:visited.hse-Link_variant_tertiary,.hse-Link.hse-Link_showVisited:visited:hover.hse-Link_variant_secondary,.hse-Link.hse-Link_showVisited:visited:hover.hse-Link_variant_tertiary,.hse-Link.hse-Link_showVisited:visited:active.hse-Link_variant_secondary,.hse-Link.hse-Link_showVisited:visited:active.hse-Link_variant_tertiary,.hse-Link.hse-Link_showVisited:visited:not(.hse-Link_controlledFocus).focus-visible.hse-Link_variant_secondary,.hse-Link.hse-Link_showVisited:visited:not(.hse-Link_controlledFocus).focus-visible.hse-Link_variant_tertiary,.hse-Link.hse-Link_showVisited.hse-Link_focused:visited.hse-Link_variant_secondary,.hse-Link.hse-Link_showVisited.hse-Link_focused:visited.hse-Link_variant_tertiary{color:#935ce5}.hse-Link.hse-Link_variant_secondaryInvert.hse-Link_showVisited:visited,.hse-Link.hse-Link_variant_secondaryInvert.hse-Link_showVisited:visited:hover,.hse-Link.hse-Link_variant_secondaryInvert.hse-Link_showVisited:visited:active,.hse-Link.hse-Link_variant_secondaryInvert.hse-Link_showVisited:visited:not(.hse-Link_controlledFocus).focus-visible,.hse-Link.hse-Link_variant_secondaryInvert.hse-Link_showVisited.hse-Link_focused:visited{color:#c2a9f9}.hse-Link__left{margin-right:4px}.hse-Link__right{margin-left:4px}.hse-Link_variant_tertiary.hse-Link_selected{color:#0050cf}.hse-Link_variant_tertiary.hse-Link_selected:not(.hse-Link_inactive):active,.hse-Link_variant_tertiary.hse-Link_selected:not(.hse-Link_inactive):hover,.hse-Link_variant_tertiary.hse-Link_selected:not(.hse-Link_inactive).hse-Link_hover{color:#002d6e}.hse-LinkAbbr{position:relative;text-decoration:none;color:#0050cf}.hse-LinkAbbr:after{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";border-bottom:1px dashed currentColor}.hse-LinkAbbr:hover{color:#0050cf}.hse-LinkAbbr:hover:after{border-bottom:none}.hse-LinkAbbr.focus-visible{outline:none}.hse-LinkAbbr.focus-visible:after{border-bottom:none}.hse-LinkAbbr__tooltip,.hse-TooltipTarget.hse-LinkAbbr__tooltipTarget{display:inline;vertical-align:inherit}.hse-Loader{display:flex;align-items:center;justify-content:center;animation:hse-Loader-animation 1.4s linear infinite;color:#0050cf}.hse-Loader_medium{width:24px;height:24px}.hse-Loader_small{width:16px;height:16px}.hse-Loader__svg{width:100%;height:100%}.hse-Loader__circleBackground{stroke:#d3d8e6;stroke-width:2px}.hse-Loader__circle{animation:hse-Loader-circle-animation 1.4s ease-in-out infinite;stroke-dasharray:calc(2 * 3.14159 * (50% - 1px) * .8),calc(12.56636*(50% - 1px));stroke-dashoffset:0;stroke:currentColor;stroke-linecap:round;stroke-width:2px}@keyframes hse-Loader-animation{to{transform:rotate(360deg)}}@keyframes hse-Loader-circle-animation{0%{stroke-dasharray:1px,calc(12.56636*(50% - 1px));stroke-dashoffset:0}50%{stroke-dasharray:calc(2 * 3.14159 * (50% - 1px) * .7),calc(12.56636*(50% - 1px));stroke-dashoffset:calc(-2 * 3.14159 * (50% - 1px) * .12)}to{stroke-dasharray:calc(2 * 3.14159 * (50% - 1px) * .7),calc(12.56636*(50% - 1px));stroke-dashoffset:calc(-6.28318*(50% - 1px) - 1px)}}.hse-Spinner{position:relative;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.hse-Spinner:hover *{color:var(--spinner-color-hover, #002d6e)}.hse-Spinner *{color:var(--spinner-color, #0050cf)}.hse-Spinner__overlay{z-index:2;transition:all .6s ease-in-out;stroke:currentColor}.hse-Spinner__cancel{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hse-Spinner.hse-Spinner_without-done-fill-animation.hse-Spinner_done .hse-Spinner__checkmark{animation:none}.hse-Spinner__checkmark{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;margin:auto;border-radius:50%;stroke-width:2;stroke:currentColor;stroke-miterlimit:10}.hse-Spinner__checkmark-check{transform-origin:50% 50%;animation:checkmark-stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;stroke-dasharray:48;stroke-dashoffset:48}.hse-Spinner_done .hse-Spinner__checkmark{animation:checkmark-fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;box-shadow:inset 0 0 0 currentColor}.hse-Spinner_done .hse-Spinner__overlay{animation:spinner-dash-done .9s ease-in-out forwards}.hse-Spinner_loading>.hse-Spinner__checkmark{transition:all .2s ease-in-out;transform-origin:center center;animation:spinner-rotate 1.4s linear infinite}.hse-Spinner_loading .hse-Spinner__overlay{animation:spinner-dash 1.4s ease-in-out infinite;stroke-linecap:round;stroke-dasharray:80,200;stroke-dashoffset:0}@keyframes checkmark-fill{to{box-shadow:var(--checkmark-fill-box-shadow, inset 0 0 0 30px var(--checkmark-fill-color, #fff))}}@keyframes checkmark-stroke{to{stroke-dashoffset:0}}@keyframes spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-125px}}@keyframes spinner-dash-done{0%{stroke-dasharray:0,200;stroke-dashoffset:0}to{stroke-dasharray:200,200;stroke-dashoffset:0}}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.hse-Switcher{position:relative;display:inline-flex;align-items:center;cursor:pointer;vertical-align:middle}.hse-Switcher:hover:not(.hse-Switcher_inactive) .hse-SwitcherIcon{background:#a2a9b8}.hse-Switcher:focus{outline:none}.hse-Switcher_checked:hover:not(.hse-Switcher_inactive) .hse-SwitcherIcon{background-color:#002d6e}.hse-Switcher_inactive{cursor:default}.hse-Switcher_inactive .hse-Switcher__label{color:#a2a9b8}.hse-Switcher__input{position:absolute;z-index:-1;top:0;left:0;width:0;height:0;opacity:0}.hse-Switcher__label{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;display:inline-flex;margin-left:8px;vertical-align:middle;color:#0f0f14}.hse-SwitcherIcon{position:relative;display:flex;flex:0 0 40px;width:40px;height:20px;border-radius:12px;background-color:#d3d8e6}.hse-SwitcherIcon:after{position:absolute;top:4px;left:4px;width:12px;height:12px;content:"";transition:left .2s;border-radius:8px;background-color:#fff;box-shadow:0 1px 2px #0000001a,0 4px 12px #0000001a}.hse-SwitcherIcon_checked{background-color:#0050cf}.hse-SwitcherIcon_checked:after{left:24px}.hse-SwitcherIcon_focused{box-shadow:0 0 0 2px #c2daff}.hse-SwitcherIcon_focused.hse-SwitcherIcon_checked{background-color:#002d6e}.hse-SwitcherIcon_inactive{background:#edeff3;box-shadow:none}.hse-SwitcherIcon_inactive:after{box-shadow:none}.hse-SwitcherIcon_checked.hse-SwitcherIcon_inactive{background:#c2daff}.hse-SwitcherIcon_checked.hse-SwitcherIcon_inactive:after{box-shadow:0 1px 2px #0000001a,0 4px 12px #0000001a}.hse-SwitcherIcon_size_medium{flex:0 0 56px;width:56px;height:28px;border-radius:14px}.hse-SwitcherIcon_size_medium:after{top:6px;left:6px;width:16px;height:16px;border-radius:8px}.hse-SwitcherIcon_checked.hse-SwitcherIcon_size_medium:after{left:34px}.hse-NewItemButton{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;height:72px;padding:24px;cursor:pointer;transition:all .2s ease-out;color:#6b7a99;border:1px dashed #a2a9b8;border-radius:4px;outline:none;background-color:transparent}.hse-NewItemButton:not(.hse-NewItemButton_disabled):hover,.hse-NewItemButton:not(.hse-NewItemButton_disabled).focus-visible{color:#0050cf;border:1px dashed #0050cf}.hse-NewItemButton__icon{margin-right:12px;color:inherit}.hse-NewItemButton_disabled{cursor:no-drop;color:#a2a9b8;border:1px dashed #d3d8e6}.hse-NewItemButton__inner{display:flex;align-items:center}.hse-Indicator{display:inline-block;box-sizing:border-box;width:8px;height:8px;border-radius:50%;background:#0050cf}.hse-Input{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;position:relative;display:flex;overflow:hidden;align-items:center;box-sizing:border-box;width:280px;min-width:280px;padding:0 12px;cursor:text;color:#0f0f14;border:1px solid #d3d8e6;border-radius:4px;background-color:#fff}.hse-Input:hover{border-color:#0050cf}.hse-Input_size_small{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;height:32px;padding:0 12px}.hse-Input_size_medium{height:40px;padding:0 16px}.hse-Input_size_large{height:40px;padding:0 16px;height:48px}.hse-Input_focus{border-color:#0050cf}.hse-Input_error,.hse-Input_error:hover{border-color:#ff564e}.hse-Input_disabled{cursor:not-allowed;color:#c0c6d1;background:#edeff3}.hse-Input_disabled,.hse-Input_disabled:hover{border-color:#f0f2f5}.hse-Input_fullWidth{width:auto;min-width:100%}.hse-Input_disabled .hse-Input__input{background:#edeff3}.hse-Input_disabled .hse-Input__input::placeholder{color:#c0c6d1}.hse-Input__input{padding:unset;border:none;position:relative;flex-grow:1;min-width:0;height:20px}.hse-Input__input:focus{outline:none;outline-offset:initial}.hse-Input__input:-webkit-autofill{-webkit-background-clip:text}.hse-Input__input::placeholder{color:#6b7a99}.hse-Input__icon{display:flex;align-items:center;flex:0 0 auto;min-width:16px;max-width:40px;max-height:100%}.hse-Input__icon_left{justify-content:flex-start;margin-right:8px}.hse-Input__icon_right{justify-content:flex-end;margin-left:8px}.hse-LabeledSpinner{display:flex;flex-flow:row nowrap;padding:16px;border-radius:4px;background:#fff}.hse-LabeledSpinner__info{margin-left:16px}.hse-LabeledSpinner__label{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;margin-bottom:4px;color:#0f0f14}.hse-LabeledSpinner__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;color:#6b7a99}.hse-LabeledSpinner_size_medium .hse-LabeledSpinner__label{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:600;line-height:24px;margin-bottom:8px}.hse-LabeledSpinner_size_medium .hse-LabeledSpinner__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-LabeledProgressBar{width:480px;padding:16px 24px}.hse-LabeledProgressBar__label{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;position:relative;width:100%;height:16px;margin-bottom:16px;color:#0f0f14;line-height:16px}.hse-LabeledProgressBar__label_size_small{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;margin-bottom:8px;line-height:16px}.hse-LabeledProgressBar__cancelIcon,.hse-LabeledProgressBar__cancelIcon:focus,.hse-LabeledProgressBar__cancelIcon.focus-visible,.hse-LabeledProgressBar__cancelIcon.hse-ClickableIcon{position:absolute;top:0;right:0;display:flex;margin:0;padding:0}.hse-LabeledProgressBar__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;width:100%;height:20px;margin-top:16px;color:#6b7a99}.hse-LabeledProgressBar__description_size_small{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;margin-top:8px}.hse-ProgressBar{position:relative;display:block;overflow:hidden;width:100%;height:4px;border-radius:2px;background-color:#edeff3}.hse-ProgressBar_size_small{height:2px}.hse-ProgressBar__fill{height:100%;transition:width .3s linear;border-radius:2px;background-color:#0050cf}.hse-ProgressBar_indeterminate .hse-ProgressBar__fill{background:transparent}.hse-ProgressBar__indeterminate{position:absolute;top:0;right:0;bottom:0;left:0}.hse-ProgressBar__indeterminateLine{position:absolute;top:0;right:auto;bottom:0;left:0;width:auto;height:inherit;animation-duration:2.2s;animation-iteration-count:infinite;background-color:#0050cf;will-change:left,right}.hse-ProgressBar__indeterminateLine_short{animation-name:progressbar-indeterminate-short}.hse-ProgressBar__indeterminateLine_long{animation-name:progressbar-indeterminate-long}@keyframes progressbar-indeterminate-long{0%{right:100%;left:-90%}60%{right:100%;left:-90%}to{right:-35%;left:100%}}@keyframes progressbar-indeterminate-short{0%{right:100%;left:-200%}60%{right:-8%;left:107%}to{right:-8%;left:107%}}.hse-RichInput{display:flex;flex-flow:column nowrap}.hse-RichInput__label{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:400;line-height:16px;margin-bottom:8px;color:#6b7a99}.hse-RichInput__message{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;margin-top:8px;color:#6b7a99}.hse-RichInput_hasError .hse-RichInput__message{color:#ff564e}.hse-Space_horizontal.hse-Space_size_small_3x{width:8px;min-width:8px}.hse-Space_horizontal.hse-Space_size_small_2x{width:12px;min-width:12px}.hse-Space_horizontal.hse-Space_size_small_x{width:16px;min-width:16px}.hse-Space_horizontal.hse-Space_size_small{width:24px;min-width:24px}.hse-Space_horizontal.hse-Space_size_medium{width:32px;min-width:32px}.hse-Space_horizontal.hse-Space_size_medium_x{width:40px;min-width:40px}.hse-Space_horizontal.hse-Space_size_large{width:48px;min-width:48px}.hse-Space_horizontal.hse-Space_size_large_x{width:64px;min-width:64px}.hse-Space_horizontal.hse-Space_size_large_2x{width:72px;min-width:72px}.hse-Space_horizontal.hse-Space_size_large_3x{width:96px;min-width:96px}.hse-Space_horizontal.hse-Space_size_large_4x{width:124px;min-width:124px}.hse-Space_vertical.hse-Space_size_small_3x{height:8px;min-height:8px}.hse-Space_vertical.hse-Space_size_small_2x{height:12px;min-height:12px}.hse-Space_vertical.hse-Space_size_small_x{height:16px;min-height:16px}.hse-Space_vertical.hse-Space_size_small{height:24px;min-height:24px}.hse-Space_vertical.hse-Space_size_medium{height:32px;min-height:32px}.hse-Space_vertical.hse-Space_size_medium_x{height:40px;min-height:40px}.hse-Space_vertical.hse-Space_size_large{height:48px;min-height:48px}.hse-Space_vertical.hse-Space_size_large_x{height:64px;min-height:64px}.hse-Space_vertical.hse-Space_size_large_2x{height:72px;min-height:72px}.hse-Space_vertical.hse-Space_size_large_3x{height:96px;min-height:96px}.hse-Space_vertical.hse-Space_size_large_4x{height:124px;min-height:124px}.hse-Select{position:relative;align-items:center;width:280px;min-width:280px;-webkit-user-select:none;user-select:none;border-radius:4px;font:inherit}.hse-Select:focus{outline:none}.hse-Select_fullWidth{width:auto;min-width:100%}.hse-Select_disabled{background-color:#d3d8e6}.hse-Select__valueContainer.hse-Select__valueContainer_disabled .hse-Select__value,.hse-Select__valueContainer.hse-Select__valueContainer_disabled .hse-Icon.hse-Select__valueContainerIcon{color:#c0c6d1}.hse-Select__valueContainer.hse-Select__valueContainer_disabled .hse-Select__clearIcon{pointer-events:none}.hse-Select_width_full{width:auto;min-width:100%}.hse-Select_width_auto{width:max-content;min-width:auto}.hse-Select_width_auto .hse-DropdownMenuBaseItem,.hse-Select_width_auto .hse-DropdownMenuGroup{white-space:nowrap}.hse-Select__input{position:absolute;z-index:-1;top:0;left:0;width:0;height:0;opacity:0}.hse-Select__input_small{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;height:32px}.hse-Select__valueContainer{display:flex;align-items:center;box-sizing:border-box;min-width:100%;padding-right:8px;padding-left:12px;cursor:pointer;transition:background .2s ease-in-out,color .2s ease-in-out,border .2s ease-in-out;color:#6b7a99;border:1px solid #d3d8e6;border-radius:4px;background:#fff}.hse-Select__valueContainer:hover{border-color:#0050cf}.hse-Select__value{position:relative;overflow:hidden;flex-grow:1;margin-right:8px;white-space:nowrap;text-overflow:ellipsis}.hse-Select__valuePlaceholder{position:relative;overflow:hidden;flex-grow:1;margin-right:8px;white-space:nowrap;text-overflow:ellipsis;color:#6b7a99}.hse-Select__valueContainerIcon{position:relative;width:24px;min-width:24px;height:24px;transition:.2s transform ease-in-out,.2s color ease-in-out}.hse-Select__valueContainerIcon_opened{transform:rotate(180deg)}.hse-Select__valueContainer_selected:not(.hse-Select__valueContainer_disabled){color:#0f0f14}.hse-Select__valueContainer_size_small{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;height:32px}.hse-Select__valueContainer_size_medium{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;height:40px}.hse-Select__valueContainer_size_large{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;height:48px}.hse-Select__valueContainer_focused{border-color:#0050cf}.hse-Select__valueContainer_disabled{cursor:default}.hse-Select__valueContainer_disabled,.hse-Select__valueContainer_disabled:hover{border-color:#f0f2f5}.hse-Select__valueContainer_disabled:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-color:#edeff3}.hse-Select__valueContainer_disabled:before{border-radius:4px}.hse-Select__clearIcon:not(.hse-ClickableIcon_focused){color:#6b7a99}.hse-Select__valueContainer_disabled .hse-Select__multipleValuesEtc,.hse-Select__valueContainer_disabled .hse-Select__clearIcon.hse-ClickableIcon .hse-Icon{color:#a2a9b8}.hse-Select__valueContainer_error{border-color:#ff564e}.hse-Select__valueContainerLeftIcon{flex-shrink:0;margin-right:8px}.hse-Select__multipleValues{position:relative;display:flex;overflow:hidden;align-items:center;flex-flow:row nowrap;flex-grow:1;height:30px;padding-left:2px;white-space:nowrap}.hse-Select__multipleValuesEtc{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;margin-left:4px;white-space:nowrap;color:#0f0f14}.hse-Select__multipleValue{max-width:100%;white-space:nowrap}.hse-Select__multipleValue span{overflow:hidden;text-overflow:ellipsis}.hse-Select__multipleValue:not(:last-child){margin-right:4px}.hse-Select__multipleValue.hse-Select__multipleValue_disabled{color:#a2a9b8;background-color:#ffffffe6}.hse-Select__clearIcon{position:relative}.hse-Select__value_multiple{display:flex;color:#fff;background-color:#0050cf}.hse-Select__valuesCounter{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px;position:relative;display:flex;align-items:center;height:20px;margin-right:8px;margin-left:16px;padding:0 8px;white-space:nowrap;color:#fff;border-radius:16px;background-color:#0050cf}.hse-Select__valuesCounter_disabled{color:#7c89a3;background-color:#e1e4eb}.hse-Select__searchInput{display:grid;width:100%;grid-template-columns:1fr auto}.hse-Select__searchInput:focus{outline:none}.hse-Select__searchInput~.hse-DropdownMenuMessage{margin-top:8px}.hse-Select__searchInput_inline{padding:0}.hse-Select__searchInput_noBorder{border:none}.hse-Select__searchIcon{color:#6b7a99}.hse-Select__menu{position:absolute;top:8px;visibility:hidden;overflow:hidden;min-width:100%;height:0}.hse-Select__menu_opened{visibility:visible;box-sizing:border-box;height:auto}.hse-Select__optionGroupLabel{display:flex;min-width:100%;height:32px;cursor:default;color:#000;font-weight:700}.hse-Select__option{display:flex;box-sizing:border-box;min-width:100%;height:24px;cursor:pointer;color:#000;border:1px solid black;background-color:transparent}.hse-Select__option_focused{background-color:gray}.hse-Select__option_selected{background-color:#0050cf}.hse-Select__option_inactive{cursor:default;color:#6b7a99;background-color:transparent}.hse-Select_optionDivider{width:100%}.hse-Select_variant_borderless.hse-Select,.hse-Select_variant_borderless .hse-Select__valueContainer{border-color:transparent;background:transparent}.hse-Select_variant_borderless .hse-Select__valueContainer{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px}.hse-Select_variant_borderless .hse-Select__valueContainer:hover,.hse-Select_variant_borderless .hse-Select__valueContainer:hover .hse-Select__valueContainerIcon{color:#0f0f14;border-color:#d3d8e6}.hse-Select_variant_borderless .hse-Select__valueContainer,.hse-Select_variant_borderless .hse-Select__valueContainerIcon{color:#6b7a99}.hse-Select_variant_borderless .hse-Select__valueContainer.hse-Select__valueContainer_selected,.hse-Select_variant_borderless .hse-Select__valueContainer_selected .hse-Select__valueContainerIcon.hse-Icon{color:#0f0f14}.hse-Select_variant_borderless.hse-Select_disabled{background:#edeff3}.hse-Select_variant_borderless.hse-Select_opened .hse-Select__valueContainer{color:#0f0f14;background:#edeff3}.hse-Select_variant_borderless.focus-visible{box-shadow:0 0 0 2px #c2daff}.SelectDropdown__message_searchable_dropdown{margin-top:-12px}.hse-TabsItem{padding:unset;border:none;font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;position:relative;display:inline-flex;align-items:center;box-sizing:border-box;height:44px;padding:12px 16px;cursor:pointer;transition:box-shadow .2s ease-out;vertical-align:middle;color:#6b7a99}.hse-TabsItem:focus{outline:none;outline-offset:initial}.hse-TabsItem.focus-visible:before{box-shadow:0 0 0 2px #c2daff}.hse-TabsItem:before{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:block;content:"";pointer-events:none}.hse-TabsItem__counter{margin-left:8px;pointer-events:none}.hse-TabsItem_selected{color:#fff;background-color:#0050cf}.hse-TabsItem_disabled{cursor:default;color:#d3d8e6}.hse-TabsItem_variant_line{border-radius:0}.hse-TabsItem_variant_line.focus-visible{color:#0050cf;background:inherit}.hse-TabsItem_variant_line.focus-visible:after{background:#0050cf}.hse-TabsItem_variant_line:after{position:absolute;z-index:1;right:0;bottom:-1px;left:0;height:2px;content:"";transition:background .2s ease-out;background:#d3d8e6}.hse-TabsItem_variant_line.hse-TabsItem_selected{color:#0050cf;background-color:inherit}.hse-TabsItem_variant_line.hse-TabsItem_selected:after{background:#0050cf}.hse-TabsItem_variant_line:not(.hse-TabsItem_disabled):hover:after{background:#0050cf}.hse-TabsItem_variant_line.hse-TabsItem_style_outlined{border:1px solid #a2a9b8;border-bottom-color:transparent}.hse-TabsItem_variant_line.hse-TabsItem_style_outlined.hse-TabsItem_selected{border-color:#0050cf;border-top-color:transparent}.hse-TabsItem_variant_line.hse-TabsItem_style_outlined.hse-TabsItem_selected.focus-visible{border-top-color:inherit}.hse-TabsItem_variant_line.hse-TabsItem_style_filled{background:#f5f6fa}.hse-TabsItem_variant_line.hse-TabsItem_style_filled.hse-TabsItem_selected{background:#fff}.hse-TabsItem_variant_line.hse-TabsItem_style_filled.focus-visible:before{border:1px solid #0050cf}.hse-TabsItem_variant_line.hse-TabsItem_style_filled:not(.hse-TabsItem_disabled):hover:before{border:1px solid #0050cf}.hse-TabsItem_variant_square.focus-visible{color:#0050cf}.hse-TabsItem_variant_square.focus-visible:before{border:1px solid currentColor}.hse-TabsItem_variant_square,.hse-TabsItem_variant_square:before{border-radius:4px}.hse-TabsItem_variant_square.hse-TabsItem_style_filled{background:#f5f6fa}.hse-TabsItem_variant_square.hse-TabsItem_style_outlined:before{border:1px solid currentColor}.hse-TabsItem_variant_square.hse-TabsItem_selected:before{border:1px solid currentColor}.hse-TabsItem_variant_square.hse-TabsItem_style_outlined.hse-TabsItem_selected{background:#f0f5ff}.hse-TabsItem_variant_square.hse-TabsItem_style_normal.hse-TabsItem_selected{background:transparent}.hse-TabsItem_variant_square.hse-TabsItem_style_filled.hse-TabsItem_selected{border-color:#0050cf;background:#f5f6fa}.hse-TabsItem_variant_square.hse-TabsItem_style_outlined.hse-TabsItem_selected:before{border-color:#0050cf}.hse-TabsItem_variant_square.hse-TabsItem_style_normal:not(.hse-TabsItem_disabled):hover,.hse-TabsItem_variant_square.hse-TabsItem_style_filled:not(.hse-TabsItem_disabled):hover,.hse-TabsItem_variant_square.hse-TabsItem_selected{color:#0050cf}.hse-TabsItem_variant_round.hse-TabsItem_style_outlined:before,.hse-TabsItem_variant_round.hse-TabsItem_style_filled:before{border:1px solid currentColor}.hse-TabsItem_variant_round.hse-TabsItem_style_outlined.hse-TabsItem_selected,.hse-TabsItem_variant_round.hse-TabsItem_style_filled.hse-TabsItem_selected{background:#f5f6fa}.hse-TabsItem_variant_round.hse-TabsItem_style_normal:not(.hse-TabsItem_disabled):hover,.hse-TabsItem_variant_round.hse-TabsItem_selected{color:#0050cf;background:#fff}.hse-TabsItem_variant_round.hse-TabsItem_style_filled:not(.hse-TabsItem_disabled):hover:before,.hse-TabsItem_variant_round.hse-TabsItem_style_filled.focus-visible:before{border:1px solid #0050cf}.hse-TabsItem_variant_round,.hse-TabsItem_variant_round:before{border-radius:40px}.hse-TabsItem_variant_round.hse-TabsItem_style_normal.focus-visible,.hse-TabsItem_variant_round.hse-TabsItem_style_outlined.focus-visible{color:#0050cf}.hse-TabsItem_variant_round.hse-TabsItem_style_outlined:not(.hse-TabsItem_disabled):hover:before{border:1px solid #0050cf}.hse-TabsItem_variant_round.hse-TabsItem_style_filled{background:#f5f6fa}.hse-TabsItem_variant_round.hse-TabsItem_style_filled.focus-visible{background:transparent}.hse-Tabs{display:flex;align-items:center}.hse-Tabs .hse-TabsItem:not(:last-child){margin-right:8px}.hse-Tabs_variant_line .hse-TabsItem:not(:last-child){margin-right:0}.hse-Tag{display:inline-flex;align-items:center;justify-content:space-between;box-sizing:border-box;vertical-align:middle;color:#0050cf;border:none;border-radius:4px;background-color:#0050cf1a}.hse-Tag:focus{border:none;outline:none}.hse-Tag:focus,.hse-Tag_focused{box-shadow:0 0 0 2px #c2daff;color:#fff;background-color:#002d6e}.hse-Tag_variant_primary{color:#0050cf;background-color:#0050cf1a}.hse-Tag_variant_primary.hse-Tag_selected{color:#fff;background-color:#0050cf}.hse-Tag_variant_primary.hse-Tag_focused,.hse-Tag_variant_primary:focus{box-shadow:0 0 0 2px #c2daff;color:#fff;background-color:#002d6e}.hse-Tag_variant_primary.hse-Tag_hovered,.hse-Tag_variant_primary:hover{color:#fff;background-color:#002d6e}.hse-Tag_variant_primary.hse-Tag_disabled,.hse-Tag_variant_primary:disabled{color:#a2a9b8;border:1px solid rgba(192,198,209,.1);background-color:#fff}.hse-Tag_variant_primaryInvert{color:#fff;background-color:#fff6}.hse-Tag_variant_primaryInvert.hse-Tag_selected{color:#0050cf;background-color:#fff}.hse-Tag_variant_primaryInvert.hse-Tag_focused,.hse-Tag_variant_primaryInvert:focus{box-shadow:0 0 0 2px #c2daff;color:#0050cf;background-color:#fff}.hse-Tag_variant_primaryInvert.hse-Tag_hovered,.hse-Tag_variant_primaryInvert:hover{color:#0050cf;background-color:#fff9}.hse-Tag_variant_primaryInvert.hse-Tag_disabled,.hse-Tag_variant_primaryInvert:disabled{color:#fff9;border:1px solid rgba(255,255,255,.6);background-color:#ffffff1a}.hse-Tag_variant_secondary{color:#6b7a99;border:1px solid #f0f2f5;background-color:transparent}.hse-Tag_variant_secondary.hse-Tag_selected{color:#fff;background-color:#0050cf}.hse-Tag_variant_secondary.hse-Tag_focused,.hse-Tag_variant_secondary:focus{box-shadow:0 0 0 2px #c2daff;color:#0050cf;background-color:transparent}.hse-Tag_variant_secondary.hse-Tag_hovered,.hse-Tag_variant_secondary:hover{color:#0050cf;border:1px solid #0050cf;background-color:transparent}.hse-Tag_variant_secondary.hse-Tag_disabled,.hse-Tag_variant_secondary:disabled{color:#a2a9b8;border:1px solid #c0c6d1;background-color:#ffffff1a}.hse-Tag_variant_secondaryInvert{color:#fff;border:1px solid rgba(255,255,255,.1);background-color:transparent}.hse-Tag_variant_secondaryInvert.hse-Tag_selected{color:#0050cf;background-color:#fff}.hse-Tag_variant_secondaryInvert.hse-Tag_focused,.hse-Tag_variant_secondaryInvert:focus{box-shadow:0 0 0 2px #c2daff;color:#fff;background-color:transparent}.hse-Tag_variant_secondaryInvert.hse-Tag_focused,.hse-Tag_variant_secondaryInvert.hse-Tag_focused:hover,.hse-Tag_variant_secondaryInvert:focus,.hse-Tag_variant_secondaryInvert:focus:hover{border-color:transparent}.hse-Tag_variant_secondaryInvert.hse-Tag_hovered,.hse-Tag_variant_secondaryInvert:hover{color:#fff;border:1px solid white;background-color:transparent}.hse-Tag_variant_secondaryInvert.hse-Tag_disabled,.hse-Tag_variant_secondaryInvert:disabled{color:#fff9;border:1px solid rgba(255,255,255,.1);background-color:#ffffff1a}.hse-Tag_hovered{color:#fff;background-color:#002d6e}.hse-Tag_focused{outline:none}.hse-Tag_clickable:not(.hse-Tag_disabled){cursor:pointer}.hse-Tag_clickable:not(.hse-Tag_disabled):hover{color:#fff;background-color:#002d6e}.hse-Tag_clickable:not(.hse-Tag_disabled):active{color:#fff;background-color:#0050cf}.hse-Tag_clickable:not(.hse-Tag_disabled):focus{outline:none}.hse-Tag_size_small{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:12px;height:24px;padding:6px 8px}.hse-Tag_size_medium{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;height:32px;padding:6px 12px}.hse-Tag_size_large{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;height:36px;padding:8px 14px}.hse-Tag__icon{text-align:center;vertical-align:-.125em;text-transform:none;color:inherit;font-style:normal;line-height:0}.hse-Tag__icon_left{margin-right:4px}.hse-Tag__icon_right{margin-left:4px}.hse-Tag_selected{color:#fff;background-color:#0050cf}.hse-TextArea{position:relative;padding:0}.hse-TextArea__textarea{padding:unset;border:none;position:relative;width:100%;height:100%;min-height:48px;padding:12px;resize:vertical;color:#0f0f14}.hse-TextArea__textarea:focus{outline:none;outline-offset:initial}.hse-TextArea__textarea:-webkit-autofill{-webkit-background-clip:text}.hse-TextArea__textarea::placeholder{color:#6b7a99}.hse-TextArea__textarea_autosize,.hse-TextArea__textarea_disabled{resize:none}.hse-TextArea__textarea_disabled,.hse-TextArea__textarea_disabled::placeholder{color:#c0c6d1}.hse-TextArea__textarea_hasCounter{padding-bottom:28px;scroll-padding-bottom:28px}.hse-TextArea__counter{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:400;line-height:12px;position:absolute;right:17px;bottom:0;left:0;padding:8px 12px;-webkit-user-select:none;user-select:none;pointer-events:none;color:#a2a9b8;border-radius:4px;background:#fff}.hse-TextArea__counter_error{color:#ff564e}.hse-TextArea_disabled .hse-TextArea__counter{background:#edeff3}.hse-DropdownMenu{z-index:10;display:flex;flex-direction:column;border:1px solid #f0f2f5;border-radius:4px;background-color:#fff}.hse-DropdownMenu_has-message.hse-DropdownMenu_searchable_dropdown .hse-DropdownMenuMessage{margin:8px 0 0}.hse-DropdownMenu_has-message.hse-DropdownMenu_searchable_dropdown .hse-DropdownMenu__items{padding-top:0}.hse-DropdownMenu_has-message.hse-DropdownMenu_searchable_inline .hse-DropdownMenu__items~.hse-DropdownMenuMessage{margin:8px 0 0}.hse-DropdownMenu_searchable_dropdown{border:1px solid #f0f2f5;border-radius:4px}.hse-DropdownMenu__header{padding:12px}.hse-DropdownMenu__items{overflow-y:auto;max-height:280px;padding:12px}.hse-DropdownMenu_empty{border-color:transparent}.hse-DropdownMenu_borderless{border:none}.hse-DropdownMenu_borderless .hse-DropdownMenu__items{padding:0}.hse-DropdownMenuBaseItem{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;position:relative;display:flex;align-items:center;flex-flow:row nowrap;box-sizing:border-box;min-height:40px;padding:12px;cursor:pointer;color:#0f0f14;border-radius:4px}.hse-DropdownMenuBaseItem:hover{background-color:#edeff3}.hse-DropdownMenuBaseItem__content{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--DropdownMenuBaseItem-line-clamp)}.hse-DropdownMenuBaseItem:not(:last-child),.hse-DropdownMenuDivider:not(:last-child),.hse-DropdownMenuGroup:not(:last-child){margin-bottom:4px}.hse-DropdownMenuBaseItem:hover,.hse-DropdownMenuBaseItem_hovered{background-color:#edeff3}.hse-DropdownMenuBaseItem_selected{color:#fff;background-color:#0050cf}.hse-DropdownMenuBaseItem_selected:hover,.hse-DropdownMenuBaseItem_selected.hse-DropdownMenuBaseItem_hovered{background-color:#002d6e}.hse-DropdownMenuBaseItem_focused{box-shadow:0 0 0 2px #c2daff;background-color:#edeff3}.hse-DropdownMenuBaseItem_focused.hse-DropdownMenuBaseItem_selected{background-color:#0050cf}.hse-DropdownMenuBaseItem_disabled:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;border-radius:4px;background-color:#fff}.hse-DropdownMenuBaseItem_disabled:hover{background-color:inherit}.hse-DropdownMenuBaseItem__left{display:flex;align-items:center;margin-right:8px}.hse-DropdownMenuBaseItem__content{flex-grow:1}.hse-DropdownMenuBaseItem__right{margin-left:8px}.hse-DropdownMenuGroup{padding:12px 0}.hse-DropdownMenuGroup__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;box-sizing:border-box;height:40px;padding:12px;color:#a2a9b8}.hse-DropdownMenuDivider{display:flex;flex-flow:column nowrap;justify-content:center;height:32px}.hse-DropdownMenuDivider__line{height:1px;background-color:#f0f2f5}.hse-DropdownMenuItem__badge{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px;padding:2px 8px;color:#fff;border-radius:16px;background-color:#6b7a99}.hse-DropdownMenuItem__leftIcon,.hse-DropdownMenuItem__rightIcon{color:#6b7a99}.hse-DropdownMenuItem_selected .hse-DropdownMenuItem__badge{color:#0050cf;background-color:#fff}.hse-DropdownMenuItem_selected .hse-DropdownMenuItem__leftIcon,.hse-DropdownMenuItem_selected .hse-DropdownMenuItem__rightIcon{color:#fff}.hse-DropdownMenuMessage{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;z-index:11;display:block;min-height:40px;padding:10px 12px;text-align:center;color:#6b7a99;border:1px solid #d3d8e6;border-radius:4px;background:#f5f6fa}.hse-Popper{position:absolute;z-index:100;pointer-events:none;background:transparent}.hse-Popper .hse-PopperArrow{display:flex;width:15px;height:6px}.hse-Popper[data-popper-placement^=right] .hse-PopperArrow svg{transform:rotate(90deg) translateY(10px)}.hse-Popper[data-popper-placement^=bottom] .hse-PopperArrow{top:0}.hse-Popper[data-popper-placement^=bottom] .hse-PopperArrow svg{transform:rotate(180deg) translateY(100%)}.hse-Popper[data-popper-placement^=left] .hse-PopperArrow{right:0}.hse-Popper[data-popper-placement^=left] .hse-PopperArrow svg{transform:translate(10px) rotate(-90deg)}.hse-ClickableIcon{display:flex;align-items:center;padding:0;border-radius:4px}.hse-ClickableIcon,.hse-ClickableIcon:hover,.hse-ClickableIcon:focus{border:none;outline:none}.hse-ClickableIcon__icon{color:var(--clickable-icon-color-default, #6b7a99)}.hse-ClickableIcon__icon_disabled{color:var(--clickable-icon-color-disabled, #c0c6d1)}.hse-ClickableIcon:not(:disabled){cursor:pointer}.hse-ClickableIcon:not(:disabled):hover .hse-ClickableIcon__icon,.hse-ClickableIcon:not(:disabled).focus-visible .hse-ClickableIcon__icon,.hse-ClickableIcon:not(:disabled):not(.focus-visible).hse-ClickableIcon_controlledFocus.hse-ClickableIcon_focused .hse-ClickableIcon__icon{color:var(--clickable-icon-color-hover, #4f5876)}.hse-ClickableIcon:not(:disabled):active .hse-ClickableIcon__icon{color:var(--clickable-icon-color-active, #0050cf)}.hse-ClickableIcon__icon_hovered,.hse-ClickableIcon__icon_focused{color:var(--clickable-icon-color-hover, #4f5876)}.hse-ClickableIcon_focused,.hse-ClickableIcon:not(:disabled):not(.hse-ClickableIcon_controlledFocus).focus-visible,.hse-ClickableIcon.hse-ClickableIcon_controlledFocus.hse-ClickableIcon__icon_focused{box-shadow:0 0 0 2px #c2daff}.hse-Pagination{display:flex;align-items:center}.hse-Pagination__arrow_left{margin-right:4px}.hse-Pagination__item:not(:last-child):not(.hse-Pagination__arrow){margin-right:4px}.hse-RangeSlider{position:relative;display:flex;flex-flow:row nowrap;height:40px;padding:8px 0;-webkit-user-select:none;user-select:none}.hse-RangeSlider:before{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;display:block;margin:-2px;content:"";pointer-events:none;border:2px solid transparent;border-radius:4px}.hse-RangeSlider:focus{outline:none}.hse-RangeSlider.focus-visible:before{border:2px solid #c2daff}.hse-RangeSlider__controls{position:absolute;top:0;right:12px;bottom:0;left:12px}.hse-RangeSlider__control{position:absolute;z-index:1;top:50%;display:flex;align-items:center;flex-flow:column nowrap}.hse-RangeSlider__control_disabled{z-index:0}.hse-RangeSlider__control:hover:not(.hse-RangeSlider__control_disabled),.hse-RangeSlider__control_active:not(.hse-RangeSlider__control_disabled){z-index:2}.hse-RangeSlider__control:hover:not(.hse-RangeSlider__control_disabled) .hse-RangeSlider__controlText,.hse-RangeSlider__control_active:not(.hse-RangeSlider__control_disabled) .hse-RangeSlider__controlText{transform:scale(1);opacity:1}.hse-RangeSlider__control_focused{z-index:2}.hse-RangeSlider__emptyTrack{position:absolute;top:16px;right:0;left:0;height:8px;border-radius:4px;background-color:#f5f6fa}.hse-RangeSlider__trackFill{position:absolute;top:calc(50% - 4px);height:8px;border-radius:4px;background-color:#c2daff}.hse-RangeSlider__controlDot{position:absolute;top:-12px;left:-12px;width:24px;height:24px;cursor:pointer;border:1px solid #0050cf;border-radius:50%;background-color:#fff}.hse-RangeSlider__controlDot:hover,.hse-RangeSlider__controlDot_active{background-color:#0050cf}.hse-RangeSlider__controlDot_focused{border:2px solid #c2daff;background-color:#0050cf}.hse-RangeSlider__controlDot_disabled,.hse-RangeSlider__controlDot_disabled:hover{cursor:not-allowed;border:1px solid #e1e4eb;background:#edeff3}.hse-RangeSlider__controlText{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;position:absolute;top:-70px;padding:12px;transition:transform .3s;transform:scale(.8);white-space:nowrap;pointer-events:none;opacity:0;color:#0f0f14;border-radius:12px;background:#f0f5ff}.hse-RangeSlider__controlText:after{position:absolute;bottom:-3px;left:calc(50% - 3px);width:8px;height:8px;content:"";transform:rotate(45deg);background:#f0f5ff}.hse-Plug{display:flex;align-items:center;flex-direction:column}.hse-Plug__text{text-align:center}.hse-Plug__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:600;line-height:32px;margin:0 0 16px;color:#0f0f14}.hse-Plug__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;color:#0f0f14}.hse-Plug__descriptionParagraph{margin:0;color:#0f0f14}.hse-Plug__button{margin:32px 0 0}.hse-Plug__icon{display:flex;justify-content:center;width:100%;margin:0 0 32px;background-size:contain}.hse-Plug__icon.hse-Plug__icon_ufo{height:96px;background:url(/assets/ufo-JrhwJa3L.svg) no-repeat center center}.hse-Plug__icon.hse-Plug__icon_cat{height:96px;background:url(/assets/cat-C52Njpbi.svg) no-repeat center center}.hse-PlugPage{display:flex;align-items:center;flex-direction:column;justify-content:center;min-height:100vh;padding:0 20px}.hse-PlugPage__content{max-width:667px}.hse-SegmentedControl{position:relative;display:inline-flex;transition:border-color ease .2s;vertical-align:middle;border:2px solid transparent;border-radius:6px;outline:none}.hse-SegmentedControl,.hse-SegmentedControl>*{box-sizing:content-box;-webkit-user-select:none;user-select:none;background:transparent}.hse-SegmentedControl.focus-visible,.hse-SegmentedControl_focus{border-color:#c2daff}.hse-SegmentedControl_size_small .hse-SegmentedControl__item{padding:5px 13px}.hse-SegmentedControl_size_medium .hse-SegmentedControl__item{padding:9px 13px}.hse-SegmentedControl_size_large .hse-SegmentedControl__item{padding:13px}.hse-SegmentedControl__item{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;padding:unset;border:none;position:relative;display:block;cursor:pointer;transition:all ease .2s;text-align:center;color:#0050cf;border:1px solid #d3d8e6}.hse-SegmentedControl__item:focus{outline:none;outline-offset:initial}.hse-SegmentedControl__item:after{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;content:"";transition:opacity ease .2s;opacity:0;border:1px solid #0050cf}.hse-SegmentedControl__item:first-child,.hse-SegmentedControl__item:first-child:after{border-radius:4px 0 0 4px}.hse-SegmentedControl__item:last-child,.hse-SegmentedControl__item:last-child:after{border-radius:0 4px 4px 0}.hse-SegmentedControl__item:not(:first-child){margin-left:-1px}.hse-SegmentedControl__item:focus,.hse-SegmentedControl__item_focus,.hse-SegmentedControl__item.focus-visible,.hse-SegmentedControl__item:hover,.hse-SegmentedControl__item_hover{background:#f0f5ff}.hse-SegmentedControl__item:active,.hse-SegmentedControl__item_active{z-index:1;background:#f0f5ff}.hse-SegmentedControl__item:active:after,.hse-SegmentedControl__item_active:after{opacity:1}.hse-SegmentedControl__item_inactive,.hse-SegmentedControl__item_disabled,.hse-SegmentedControl__item:disabled{-webkit-user-select:none;user-select:none;pointer-events:none;color:#6b7a99}.hse-SegmentedControl__item_inactive:after,.hse-SegmentedControl__item_disabled:after,.hse-SegmentedControl__item:disabled:after{content:none}.hse-Breadcrumbs{display:flex;align-items:center}.hse-Breadcrumbs__item[class]{color:#6b7a99}.hse-Breadcrumbs__item[class].hse-Breadcrumbs__item_active,.hse-Breadcrumbs__item[class].hse-Breadcrumbs__item_active:hover{color:#0f0f14}a.hse-Link.hse-Breadcrumbs__item{margin-top:2px}.hse-Breadcrumbs__item:not(:last-child){margin-right:4px}.hse-Breadcrumbs__icon{color:#6b7a99}h1.hse-Heading,h2.hse-Heading,h3.hse-Heading,h4.hse-Heading,h5.hse-Heading,h6.hse-Heading{margin:0}h1.hse-Heading_size_h1,.hse-Heading_size_h1{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:56px;font-weight:600;line-height:64px}h1.hse-Heading_size_h1.hse-Heading_hasMargin,.hse-Heading_size_h1.hse-Heading_hasMargin{margin:0 0 24px}h2.hse-Heading_size_h2,.hse-Heading_size_h2{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:42px;font-weight:600;line-height:56px}h2.hse-Heading_size_h2.hse-Heading_hasMargin,.hse-Heading_size_h2.hse-Heading_hasMargin{margin:80px 0 24px}h3.hse-Heading_size_h3,.hse-Heading_size_h3{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px}h3.hse-Heading_size_h3.hse-Heading_hasMargin,.hse-Heading_size_h3.hse-Heading_hasMargin{margin:40px 0 16px}h4.hse-Heading_size_h4{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:600;line-height:32px}h4.hse-Heading_size_h4.hse-Heading_hasMargin{margin:40px 0 16px}.hse-Paragraph{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-Paragraph_hasMargin{margin:24px 0}.hse-Paragraph_small{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:24px}.hse-Attention{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;position:relative;padding:12px 24px;background-color:#f0f5ff}.hse-Attention:before{position:absolute;top:0;bottom:0;left:0;width:4px;content:"";border-radius:12px;background-color:#0050cf}.hse-Attention_hasMargin{margin:32px 0}.hse-Blockquote{display:flex}.hse-Blockquote_hasMargin{margin:64px 0}.hse-Blockquote_variant_normal{font-family:HSE Slab,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:400;line-height:32px}.hse-Blockquote_variant_normal .hse-Blockquote__content{margin-bottom:16px;color:#6b7a99}.hse-Blockquote_variant_normal .hse-Blockquote__author{color:#6b7a9999}.hse-Blockquote_variant_rich{padding:40px 32px;color:#0f0f14;border-radius:4px;background-color:#f0f5ff}.hse-Blockquote_variant_rich .hse-Blockquote__author{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:20px;font-weight:600;line-height:28px;margin-bottom:8px}.hse-Blockquote_variant_rich .hse-Blockquote__content{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-Blockquote__commas{display:block;width:59px;height:52px;background-image:url("data:image/svg+xml,%3csvg%20width='59'%20height='52'%20viewBox='0%200%2059%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.8636%2012C16.0303%2016.1839%2012%2022.8352%2012%2030.2375C12%2036.4598%2015.8182%2040%2020.1667%2040C24.197%2040%2027.3788%2036.6743%2027.3788%2032.705C27.3788%2028.7356%2024.6212%2025.9464%2021.1212%2025.9464C20.3788%2025.9464%2019.5303%2026.0536%2019.3182%2026.1609C19.9545%2022.5134%2023.5606%2018.1149%2026.9545%2016.0766L21.8636%2012ZM41.4848%2012C35.6515%2016.1839%2031.6212%2022.8352%2031.6212%2030.2375C31.6212%2036.4598%2035.4394%2040%2039.7879%2040C43.8182%2040%2047%2036.6743%2047%2032.705C47%2028.7356%2044.2424%2025.9464%2040.7424%2025.9464C40%2025.9464%2039.1515%2026.0536%2038.9394%2026.1609C39.5758%2022.5134%2043.1818%2018.1149%2046.5758%2016.0766L41.4848%2012Z'%20fill='%23C2DAFF'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:contain}.hse-Ol{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;margin:0;padding:0;list-style-position:inside}.hse-Ol>.hse-Ol{margin-top:.88889em;margin-bottom:.88889em;margin-left:24px}.hse-Ol .hse-Li{padding-left:.33333em}.hse-Ol_hasMargin{margin-top:24px;margin-bottom:24px}.hse-Ul{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;margin:0;padding:0;list-style-type:none}.hse-Ul>.hse-Ul{margin-top:.88889em;margin-bottom:.88889em;margin-left:24px}.hse-Ul .hse-Li{position:relative;padding-left:24px}.hse-Ul .hse-Li:before{position:absolute;top:.2em;left:0;display:inline-block;width:1em;height:1em;content:"";background-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20viewBox='0%200%208%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%207C2.34315%207%201%205.65685%201%204C1%202.34315%202.34315%201%204%201C5.65685%201%207%202.34315%207%204C7%205.65685%205.65685%207%204%207Z'%20stroke='%230050CF'%20stroke-width='2'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center center;background-size:8px}.hse-Ul_hasMargin{margin-top:24px;margin-bottom:24px}.hse-Li,.hse-Li .hse-Paragraph{margin-top:0;margin-bottom:.88889em}.hse-Li .hse-Paragraph:first-child:not(:last-child){margin-bottom:.44444em}.hse-Li .hse-Paragraph:last-child:not(:first-child){margin-bottom:1.33333em}.hse-Li .hse-Ul,.hse-Li .hse-Ol{margin-top:.88889em;margin-bottom:0;margin-left:0}.hse-Li .hse-Ol{margin-left:1em}.hse-Li .hse-Paragraph:first-child{display:inline-block}.hse-Li .hse-Paragraph~.hse-Ol,.hse-Li .hse-Paragraph~.hse-Ul{margin-top:.44444em}.hse-Img{display:flex}.hse-Img_hasMargin{margin:32px 0}.hse-Img_description-variant_bottom{flex-flow:column nowrap}.hse-Img_description-variant_bottom .hse-Img__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:24px;margin-top:8px;color:#0f0f1466}.hse-Img_description-variant_right{align-items:flex-end;flex-flow:row nowrap}.hse-Img_description-variant_right .hse-Img__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;margin-left:40px;color:#6b7a99}.hse-Img__img{max-width:80%;min-height:296px;max-height:496px}.hse-Columns{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;columns:2;column-gap:64px}.hse-BaseModal{position:relative;width:600px}.hse-BaseModal__closeButton{position:absolute;z-index:1;top:8px;right:8px;display:block}.hse-BaseModal__closeButton.hse-IconButton .hse-Icon{color:#d3d8e6}.hse-ModalOverlay,.ReactModal__Overlay{position:fixed;z-index:99999;top:0;right:0;bottom:0;left:0;display:flex;overflow:auto;align-items:center;justify-content:center;outline:none;background:#0f0f1466;overscroll-behavior:contain}.hse-ModalOverlay__content,.ReactModal__Content{outline:none}.hse-BaseModal__wrapper{position:relative;display:block;overflow:auto;padding:32px;border-radius:12px;background:#fff}.hse-ModalForm__content{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-ModalForm__actions{display:flex;justify-content:flex-end;margin:16px 0 0;text-align:right}.hse-ModalForm__title,.hse-ModalInfo__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px;margin:0 0 16px}.hse-ModalStatus .hse-BaseModal__wrapper{display:flex;align-items:center;flex-direction:column;justify-content:center}.hse-ModalStatus__icon{display:flex;align-items:center;justify-content:center;margin:0 auto 32px}.hse-ModalStatus__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:600;line-height:32px;text-align:center}.hse-ModalStatus__actions{display:flex;justify-content:center;margin:32px 0 0}.hse-Table{overflow-x:auto;width:auto}.hse-Table_fixedHeader .hse-Table__thead .hse-Table__tr,.hse-Table_fixedHeader .hse-Table__tfoot .hse-Table__tr{display:block;position:relative}.hse-Table_fixedHeader .hse-Table__tbody{display:block;overflow:auto;width:100%;height:100vh}.hse-Table__table{display:table}.hse-Table__thead{background:#f0f5ff}.hse-Table__tfoot{background:#edeff3}.hse-Table__tr:nth-child(2n){background:#f8f9fb}.hse-Table__td{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;text-align:center;color:#0f0f14;border:1px solid #e1e4eb}.hse-Table__td_align_left{text-align:left}.hse-Table__td_align_center{text-align:center}.hse-Table__td_align_right{text-align:right}.hse-Table__thead .hse-Table__td{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;text-align:center;color:#0f0f14;border:1px solid #e1e4eb;font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;color:#6b7a99}.hse-Collapse{display:block;width:100%}.hse-Collapse__header{display:block;width:100%;padding:16px 0;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;border-top:1px solid #e1e4eb;border-right:none;border-bottom:1px solid #e1e4eb;border-left:none;outline:none}.hse-Collapse__titleBlock{display:flex;align-items:flex-start;justify-content:space-between;width:100%;border-radius:4px}.hse-Collapse__header.focus-visible .hse-Collapse__titleBlock{box-shadow:0 0 0 2px #c2daff}.hse-Collapse__header.focus-visible .hse-Collapse__title,.hse-Collapse__header:hover .hse-Collapse__title,.hse-Collapse_isOpen .hse-Collapse__title{color:#0050cf}.hse-Collapse__title{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;transition:color .2s ease-out;color:#0f0f14}.hse-Collapse__toggleIcon,.hse-Collapse__toggleIcon.hse-Icon{color:#6b7a99}.hse-Collapse__toggleIcon{flex:0 0 24px;margin-left:16px}.hse-Collapse__toggleIcon.hse-Icon{transition:transform .2s linear;transform:rotate(0);transform-origin:center center}.hse-Collapse__contentWrapper{display:block;overflow:hidden;width:100%;height:0}.hse-Collapse__content{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;display:block;width:100%;padding:0 0 32px;transition:opacity .2s ease;opacity:0;color:#6b7a99}.hse-Collapse_hasMargin{margin:32px 0}.hse-Collapse_color_invert .hse-Collapse__header{border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.hse-Collapse_color_invert .hse-Collapse__header.focus-visible .hse-Collapse__title,.hse-Collapse_color_invert .hse-Collapse__header:hover .hse-Collapse__title,.hse-Collapse_color_invert.hse-Collapse_isOpen .hse-Collapse__title{color:#c2daff}.hse-Collapse_color_invert .hse-Collapse__title{color:#fff}.hse-Collapse_color_invert .hse-Collapse__content{color:#fff9}.hse-Collapse_isOpen .hse-Collapse__header{border-bottom-color:transparent}.hse-Collapse_isOpen .hse-Collapse__contentWrapper{overflow:visible;height:auto;border-bottom:1px solid #e1e4eb}.hse-Collapse_color_invert.hse-Collapse_isOpen .hse-Collapse__contentWrapper{border-bottom:1px solid rgba(255,255,255,.2)}.hse-Collapse_isOpen .hse-Collapse__content{opacity:1}.hse-Collapse_isOpen .hse-Collapse__toggleIcon.hse-Icon{transform:rotate(180deg)}.hse-Collapse_variant_content .hse-Collapse__toggleIcon{margin-left:80px}.hse-Collapse_variant_primary~.hse-Collapse_variant_primary{margin-top:-1px}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.hse-Carousel{position:relative;-webkit-user-select:none;user-select:none}.hse-Carousel_variant_fullScreen,.hse-Carousel_variant_fullScreen .hse-CarouselSlide{height:408px}.hse-Carousel_variant_horizontalSingle{min-height:496px}.hse-Carousel_variant_horizontalSingle.hse-Carousel_with-navigation{min-height:552px}.hse-Carousel_variant_horizontalSingle .hse-CarouselSlide{height:496px}.hse-Carousel_variant_horizontalMultiple{min-height:248px}.hse-Carousel_variant_horizontalMultiple.hse-Carousel_with-navigation{min-height:304px}.hse-Carousel_variant_horizontalMultiple .hse-CarouselSlide{height:248px}.hse-Carousel__container{height:100%;cursor:grab}.hse-Carousel__navigation{position:relative;z-index:1;display:flex;align-items:flex-start}.hse-Carousel_variant_fullScreen .hse-Carousel__navigation,.hse-Carousel_variant_horizontalSingle .hse-Carousel__navigation{align-items:center}.hse-Carousel_variant_fullScreen .hse-Carousel__navigation{margin-top:-120px}.hse-Carousel_variant_horizontalSingle .hse-Carousel__navigation,.hse-Carousel_variant_horizontalMultiple .hse-Carousel__navigation{margin-top:16px}.hse-Carousel__navigationButtons{display:flex;align-items:center}.hse-Carousel__navigationButton:not(:last-child){margin-right:16px}.hse-Carousel .hse-Carousel__navigationButton .hse-IconButton .hse-Icon,.hse-Carousel .hse-Carousel__navigationText{color:#6b7a99}.hse-Carousel.hse-Carousel_variant_fullScreen .hse-Carousel__navigationButton .hse-IconButton .hse-Icon,.hse-Carousel.hse-Carousel_variant_fullScreen .hse-Carousel__navigationText{color:#fff}.hse-Carousel__navigationText{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;margin:0 0 0 28px;-webkit-user-select:none;user-select:none}.hse-Carousel__navigationTextDelimiter{display:block;margin:0 4px}.hse-Carousel.hse-Carousel:not(.hse-Carousel_variant_fullScreen) .hse-CarouselSlide__content,.hse-Carousel.hse-Carousel:not(.hse-Carousel_variant_fullScreen) .hse-CarouselSlide__image:before{display:none}.hse-Carousel__footerContent{display:grid;grid-template-columns:max-content auto;grid-column-gap:32px}.hse-CarouselSlide{position:relative;height:408px}.hse-CarouselSlide__content{position:relative;margin:72px 0 0;color:#fff}.hse-CarouselSlide__image{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:center center;background-size:cover}.hse-CarouselSlide__image:before{position:absolute;top:0;right:0;bottom:0;left:0;display:block;content:"";background:#0f0f1466}.hse-CarouselSlide__title{z-index:1}.hse-CarouselSlide__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px;z-index:1;margin-top:24px}.hse-TapBar{position:fixed;z-index:103;right:0;bottom:0;left:0;overflow:hidden;height:50px;background:#fff;box-shadow:"0 4px 24px rgba(106, 122, 152, 0.15)"}.hse-TapBar_active .hse-TapBar__list{transform:translateY(0)}.hse-TapBar__list{display:flex;align-items:center;justify-content:space-around;height:100%;transition:transform .2s linear;transform:translateY(100%)}.hse-TapBar .hse-TapBarButton{padding:8px}.hse-TapBarButton{position:relative;display:flex;overflow:hidden;align-items:center;flex-direction:column;justify-content:center;width:88px;height:100%;padding:0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s;text-align:center;color:#6b7a99;border:none;outline:none;line-height:1}.hse-TapBarButton_active{color:#0050cf}.hse-TapBarButton_disabled{cursor:not-allowed;color:#c0c6d1}.hse-TapBarButton__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.hse-TapBarButton__icon svg{color:currentColor}.hse-TapBarButton__label{white-space:nowrap;font-family:Proxima Nova;font-size:10px;font-weight:600;line-height:1.4}.hse-TapBarButton__bubbleRoot{position:absolute;top:0;right:0;bottom:0;left:0}.hse-TapBarButton__bubbleRoot .hse-Button__bubble{transform:translate(-50%,-50%) scale(0);background:#0050cf1a}.hse-TapBarButton__bubbleRoot .hse-Button__bubble_active{transform:translate(-50%,-59%) scale(.4);opacity:.4}.hse-TapBarButton__bubbleRoot .hse-Button__bubble_fading{transform:translate(-50%,-50%) scale(1);opacity:0}.hse-Popover{transition:opacity .2s ease-out;pointer-events:none;opacity:0}.hse-Popover_active{pointer-events:all;opacity:1}.hse-Popover__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;margin:0 0 8px}.hse-Popover__body{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px}.hse-Popover__actions{display:flex;align-items:center;margin:24px 0 0}.hse-Popover__target{display:inline-block}.hse-Popover_withArrow .hse-PopperArrow{opacity:1}.hse-PopoverBase{position:relative;display:block;width:240px;padding:24px;border-radius:4px;background:#fff;box-shadow:0 1px 12px #6a7a981f}.hse-PopoverBase.hse-PopoverBase_noPadding{padding:0}.hse-Tooltip{-webkit-user-select:none;user-select:none;transition:opacity .2s ease-out;pointer-events:none;opacity:0}.hse-Tooltip.hse-Tooltip_visible{-webkit-user-select:inherit;user-select:inherit;pointer-events:inherit}.hse-TooltipTarget{display:inline-block;vertical-align:middle}.hse-Tooltip_visible,.hse-TooltipTarget:hover~.hse-Tooltip,.hse-TooltipTarget:focus~.hse-Tooltip{opacity:1}.hse-Tooltip_closable .hse-Tooltip__content{padding-right:40px}.hse-Tooltip__container{position:relative}.hse-Tooltip__content{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;padding:16px;color:#0f0f14;border-radius:12px}.hse-Tooltip__closeButton{position:absolute;top:8px;right:8px}.hse-Tooltip_variant_brand .hse-Tooltip__content,.hse-Tooltip_variant_brand .hse-Tooltip__arrow{background:#f0f5ff}.hse-Tooltip_variant_black .hse-Tooltip__content,.hse-Tooltip_variant_black .hse-Tooltip__arrow{color:#fff;background:#0f0f14}.hse-Tooltip_variant_invert .hse-Tooltip__content,.hse-Tooltip_variant_invert .hse-Tooltip__arrow{color:#0f0f14;background:#fff}.hse-BaseAlert{position:relative;width:100%;min-height:52px;color:#002d6e;background:#f0f5ff}.hse-BaseAlert__wrapper{display:flex;width:100%}.hse-BaseAlert_hasDescription{align-items:flex-start;padding:16px 48px 24px 112px}.hse-BaseAlert__content{display:flex;align-items:baseline;align-self:center;width:100%}.hse-BaseAlert_hasDescription .hse-BaseAlert__content{flex-direction:column}.hse-BaseAlert__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px}.hse-BaseAlert__description{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;margin:8px 0 0}.hse-BaseAlert__icon{flex:0 0 24px;margin-right:16px;color:#0050cf}.hse-BaseAlert__actions{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;display:flex;align-items:baseline;margin:0 0 0 40px}.hse-BaseAlert_hasDescription .hse-BaseAlert__actions{margin:16px 0 0}.hse-BaseAlert__actions>*:not(:last-child){margin-right:16px}.hse-Toast.hse-BaseAlert,.hse-Toast.hse-BaseAlert_hasDescription{padding:16px 56px 16px 16px;border-radius:8px}.hse-BaseAlert.hse-Toast:not(.hse-BaseAlert_hasDescription) .hse-BaseAlert__wrapper{align-items:center;justify-content:flex-start}.hse-Toast_variant_info{color:#002d6e;background:#f0f5ff}.hse-Toast_variant_info .hse-BaseAlert__icon,.hse-Toast_variant_info .hse-BaseAlert__wrapper>*:first-child{color:#0050cf}.hse-Toast_variant_success{color:#0e603d;background:#e9f9ef}.hse-Toast_variant_success .hse-BaseAlert__icon,.hse-Toast_variant_success .hse-BaseAlert__wrapper>*:first-child{color:#228b45}.hse-Toast_variant_error{color:#a42f15;background:#ffeeed}.hse-Toast_variant_error .hse-BaseAlert__icon,.hse-Toast_variant_error .hse-BaseAlert__wrapper>*:first-child{color:#d82e2e}.hse-Toast_variant_warning{color:#964002;background:#fef8ec}.hse-Toast_variant_warning .hse-BaseAlert__icon,.hse-Toast_variant_warning .hse-BaseAlert__wrapper>*:first-child{color:#e9a21d}.hse-Toast .hse-BaseAlert__description{color:#0f0f14}.hse-Toast .hse-BaseAlert__content{padding:0 16px 0 0}.hse-Toast.hse-BaseAlert_hasDescription .hse-BaseAlert__closeButton{position:absolute;top:16px;right:16px}.hse-Toast .hse-BaseAlert__icon{margin-right:16px}.hse-Alert{padding:16px 88px}.hse-Alert.hse-BaseAlert_hasDescription{padding:16px 112px 24px}.hse-Alert:not(.hse-BaseAlert_hasDescription) .hse-BaseAlert__wrapper{justify-content:center}.hse-Alert:not(.hse-BaseAlert_hasDescription) .hse-BaseAlert__content{align-items:baseline;width:initial;max-width:1216px}.hse-Alert .hse-BaseAlert__closeButton{position:absolute;top:16px;right:54px}.hse-AlertContainer{position:fixed;z-index:110;right:0;bottom:0;left:0}.hse-AlertLink{white-space:nowrap}.hse-FileInput{position:relative;display:inline-block;min-width:207px;color:#0050cf}.hse-FileInput:not(.hse-FileInput_dropzone_active) .hse-FileInput__content:hover{background:#f0f5ff}.hse-FileInput:hover .hse-FileInput__hotspot{opacity:1}.hse-FileInput_size_large .hse-FileInput__content,.hse-FileInput_size_large .hse-FileInput__dropzone{height:48px}.hse-FileInput_size_medium .hse-FileInput__content,.hse-FileInput_size_medium .hse-FileInput__dropzone{height:40px}.hse-FileInput_size_small .hse-FileInput__content,.hse-FileInput_size_small .hse-FileInput__dropzone{height:32px}.hse-FileInput_error .hse-FileInput__hint{color:#ff564e}.hse-FileInput_error .hse-FileInput__content{background:#ffeeed}.hse-FileInput__inputLabel,.hse-FileInput__dropzone,.hse-FileInput__button{position:absolute;top:0;right:0;bottom:0;left:0}.hse-FileInput_hasDropzone .hse-FileInput__inputLabel,.hse-FileInput_hasDropzone .hse-FileInput__dropzone,.hse-FileInput_hasDropzone .hse-FileInput__button{right:-24px;left:-24px}.hse-FileInput__inputLabel{z-index:1;cursor:pointer;opacity:0}.hse-FileInput_hasDropzone .hse-FileInput__inputLabel,.hse-FileInput_hasDropzone .hse-FileInput__button{width:calc(100% + 48px)}.hse-FileInput__input{position:absolute;z-index:-1;width:.1px;height:.1px;margin:0;padding:0;cursor:pointer;opacity:0;border:0}.hse-FileInput__input::-webkit-file-upload-button{visibility:hidden}.hse-FileInput__content{position:relative;display:flex;overflow:hidden;align-items:center;height:100%;transition:background-color .2s ease-out}.hse-FileInput__content_focused{box-shadow:0 0 0 2px #c2daff;border-radius:4px}.hse-FileInput__fileIcon{flex:0 0 auto;margin-right:8px;color:currentColor}.hse-FileInput__info{position:relative;display:flex;overflow:hidden;width:100%}.hse-FileInput__fileName{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hse-FileInput__fileExtension{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;flex-shrink:0}.hse-FileInput__hint{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:400;line-height:16px;color:#6b7a99}.hse-FileInput__hotspot{display:flex;align-items:center;flex:0 0 auto;min-width:40px;max-width:64px;height:100%;margin-left:8px;transition:opacity .2s ease-out;opacity:0}.hse-FileInput__hotspot_twoIcons{padding:0 10px}.hse-FileInput__hotspot_twoIcons .hse-FileInput__hotspotIcon{width:20px;margin-left:4px}.hse-FileInput__hotspotIcon{z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:100%}.hse-FileInput__dropzone{transition:opacity .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;pointer-events:none;border:1px dashed transparent;border-radius:4px}.hse-FileInput__bubbleRoot{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hse-FileInput__bubbleRoot .hse-Button__bubble{background:#f0f5ff}.hse-FileInput__dropzone_active{border-color:currentColor}.hse-FileInput__dropzone_hovered{background:#f0f5ff}.hse-FileButtonBase{display:inline-flex;align-items:center;padding:0;cursor:pointer;transition:background-color .2s ease-out;vertical-align:middle;border:none;outline:none}.hse-FileButtonBase:hover .hse-FileButtonBase__action{opacity:1}.hse-FileButtonBase__icon{flex-shrink:0}.hse-FileButtonBase__action{display:flex;align-items:center;flex-shrink:0;justify-content:center;width:40px;height:40px;margin-left:auto;transition:opacity .2s ease-out;opacity:0}.hse-FileButtonBase__content{display:flex;overflow:hidden;text-align:left;white-space:nowrap}.hse-FileButtonIcon_loading .hse-FileButtonBase__content{justify-content:center;width:100%;height:100%}.hse-FileButtonBase__fileName{overflow:hidden;text-overflow:ellipsis}.hse-FileButtonBase__fileExtension{flex-shrink:0}.hse-FileButtonBase__icon,.hse-FileButtonBase__action .hse-Icon{color:currentColor}.hse-FileButton{text-decoration:none;color:#0050cf}.hse-FileButton:hover,.hse-FileButton.focus-visible{background:#f0f5ff}.hse-FileButton_size_large{height:48px}.hse-FileButton_size_medium{height:40px}.hse-FileButton_size_small{height:32px}.hse-FileButton__icon{margin-right:8px}.hse-FileButton__content{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px}.hse-FileButton__fileName{overflow:hidden;text-overflow:ellipsis}.hse-FileButtonIcon{text-decoration:none;align-items:flex-start;color:#6b7a99}.hse-FileButtonIcon:hover,.hse-FileButtonIcon.focus-visible{background:#f5f6fa}.hse-FileButtonIcon_size_large{height:64px;min-width:238px}.hse-FileButtonIcon_size_medium{height:56px;min-width:222px}.hse-FileButtonIcon_size_small{height:32px;min-width:196px}.hse-FileButtonBase_size_small.hse-FileButtonIcon{align-items:center}.hse-FileButtonIcon__content,.hse-FileButtonIcon__iconContainer{padding:8px 0}.hse-FileButtonIcon_size_small .hse-FileButtonIcon__content,.hse-FileButtonIcon_size_small .hse-FileButtonIcon__iconContainer{padding:0}.hse-FileButtonIcon__content{flex-direction:column}.hse-FileButtonIcon__fileName,.hse-FileButtonIcon__fileSize{overflow:hidden;text-overflow:ellipsis}.hse-FileButtonIcon__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;display:flex}.hse-FileButtonIcon_size_small .hse-FileButtonIcon__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px}.hse-FileButtonIcon_size_large .hse-FileButtonIcon__fileSize{margin-top:4px}.hse-FileButtonIcon__fileSize{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px;text-transform:uppercase}.hse-FileButtonIcon_size_small .hse-FileButtonIcon__action{height:100%}.hse-FileButtonIcon__iconContainer{display:flex;align-items:center;flex-shrink:0;justify-content:center;height:100%;margin-right:8px}.hse-FileButtonIcon_size_large .hse-FileButtonIcon__iconContainer{width:48px}.hse-FileButtonIcon_size_medium .hse-FileButtonIcon__iconContainer{width:32px}.hse-FileButtonIcon_size_small .hse-FileButtonIcon__iconContainer{width:24px}.hse-MultiFileInput__fileInput{width:100%}.hse-MultiFileInput__container{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.hse-MultiFileInput__container_large{height:320px}.hse-MultiFileInput__container_medium{height:264px}.hse-MultiFileInput__container_small{height:192px}.hse-Sidebar{position:fixed;z-index:100;top:0;bottom:0;left:0;display:block;transition:width .2s ease,transform .2s ease;background:#fff;box-shadow:0 4px 24px #6a7a9826}.hse-Sidebar_open{border-right:1px solid #edeff3;box-shadow:0 0 #6a7a9826}.hse-Sidebar__wrapper{overflow-x:hidden;overflow-y:scroll;width:100%;height:100%}.hse-Sidebar_withHeader{top:56px}.hse-Sidebar_variant_dynamic{--sidebar-width:344px;width:344px}.hse-Sidebar_variant_static{--sidebar-width:272px;width:272px}.hse-Sidebar_variant_dynamic .hse-Sidebar__toggleIcon{transition:transform .2s ease-out;transform:rotate(360deg)}.hse-Sidebar_variant_dynamic.hse-Sidebar_open .hse-Sidebar__toggleIcon{transform:rotate(180deg)}.hse-Sidebar_variant_dynamic .hse-Sidebar__header{position:sticky;z-index:3;top:0;left:0;width:100%;height:72px;background:#fff}.hse-Sidebar_variant_dynamic.hse-Sidebar_size_tight .hse-Sidebar__header{height:56px}.hse-Sidebar_variant_dynamic .hse-Sidebar__toggleContainer{display:flex;align-items:center;justify-content:flex-start;height:100%;padding:0 0 0 16px}.hse-Sidebar__toggleButton{flex-shrink:0}.hse-Sidebar__toggleText{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:600;line-height:24px;margin:0 0 0 16px;cursor:pointer;transition:opacity ease-out .2s;white-space:nowrap;opacity:0;color:#6b7a99}.hse-Sidebar_open .hse-Sidebar__toggleText{opacity:1}.hse-Sidebar_variant_dynamic .hse-Sidebar__content{margin-top:32px}.hse-Sidebar_variant_dynamic.hse-Sidebar_size_tight .hse-Sidebar__content{margin-top:24px}.hse-Sidebar:not(.hse-Sidebar_open) .hse-SidebarItem.hse-SidebarItem_hasIcon{height:72px}.hse-Sidebar.hse-Sidebar_size_tight:not(.hse-Sidebar_open) .hse-SidebarItem.hse-SidebarItem_hasIcon{height:56px}.hse-Sidebar .hse-Divider{margin:16px 0}.hse-Sidebar__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:600;line-height:24px;margin-bottom:40px;padding:24px}.hse-Sidebar_variant_static:not(.hse-Sidebar_hasTitle){padding-top:24px}.hse-Sidebar_size_tight .hse-Sidebar__title{margin-bottom:36px;padding:12px 24px}.hse-SidebarItem{align-items:flex-start;box-sizing:border-box;margin:0;padding:0;cursor:default;text-align:center;text-indent:0;letter-spacing:inherit;word-spacing:inherit;text-transform:none;color:inherit;border:none;outline:none;background:none;text-shadow:none;font:inherit;line-height:inherit;text-decoration:none;--background-color:white;position:relative;display:flex;align-items:center;width:100%;min-height:72px;cursor:pointer;transition:background-color .2s ease-out;color:#6b7a99;background:var(--background-color)}.hse-SidebarItem:focus{outline:none}.hse-SidebarItem:before{position:absolute;z-index:2;top:16px;bottom:16px;left:0;width:2px;content:"";transition:background-color .2s ease-out;background:var(--background-color)}.hse-SidebarItem:hover,.hse-SidebarItem:hover .hse-SidebarItem__icon .hse-Icon,.hse-SidebarItem_selected,.hse-SidebarItem_selected .hse-SidebarItem__icon .hse-Icon,.hse-SidebarItem_selectedItemCollapseItem,.hse-SidebarItem.focus-visible,.hse-SidebarItem.focus-visible .hse-SidebarItem__icon .hse-Icon{color:#0050cf}.hse-SidebarItem_selected:before{background:#0050cf}.hse-SidebarItem_hasIcon .hse-SidebarItem__right{padding-right:16px}.hse-SidebarItem__icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-start;height:100%;padding:24px;transition:background-color .2s;background:linear-gradient(90deg,var(--background-color) 0%,var(--background-color) 80%,rgba(255,255,255,0) 100%)}.hse-SidebarItem_iconBadge{position:absolute;top:16px;left:calc(50% + 5px);pointer-events:none}.hse-SidebarItem__right{position:relative;display:flex;align-items:center;flex-grow:1;flex-shrink:0;justify-content:space-between;width:calc(var(--sidebar-width) - 72px);padding-left:24px;transition:opacity .15s .05s ease,transform .2s}.hse-SidebarItem__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:600;line-height:24px;text-align:left}.hse-SidebarItem__icon+.hse-SidebarItem__right{padding-left:0}.hse-SidebarItem__labelContainer{flex:0 0 72px;margin:0 0 0 auto;padding-left:8px;text-align:left}.hse-SidebarItem__label{cursor:pointer}.hse-SidebarItem__buttonIcon{position:relative;transition:.2s transform ease-in-out,.2s color ease-in-out}.hse-SidebarItem__buttonIcon_opened{transform:rotate(180deg)}.hse-SidebarItem_size_tight{min-height:56px}.hse-SidebarItem_size_tight:before{top:8px;bottom:8px}.hse-SidebarItem_size_tight .hse-SidebarItem__icon{padding:16px 24px}.hse-SidebarItem_variant_static .hse-SidebarItem__right{padding-right:24px}.hse-SidebarItem_variant_static .hse-SidebarItem__labelContainer{margin-right:-24px}.hse-SidebarItem .hse-Tooltip{pointer-events:none}.hse-SidebarItem__tooltipContent{white-space:nowrap}.hse-SidebarCustomItem{padding:16px 24px}.hse-SidebarItemCollapse{display:block;width:100%}.hse-SidebarItemCollapseItem{cursor:pointer;display:flex;align-items:center;height:0;transform:translateY(-20%);opacity:0;position:relative;z-index:2;transition:all .3s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:24px}.hse-SidebarItemCollapse_isOpen .hse-SidebarItemCollapseItem{overflow:visible;height:56px;transform:translateY(0);opacity:1}.hse-SidebarItemCollapseItem{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px;color:#6b7a99;text-decoration:none;width:100%}.hse-SidebarItemCollapseItem:before{height:40px;position:absolute;z-index:2;left:0;width:2px;content:"";transition:background-color .2s ease-out;background:var(--background-color)}.hse-SidebarItemCollapseItem_selected{color:#0050cf}.hse-SidebarItemCollapseItem_selected:before{background:#0050cf}.hse-SidebarItemCollapseItem:hover,.hse-SidebarItemCollapseItem:active{color:#0050cf;background-color:#0050cf1a}.hse-SidebarItemCollapseItem.focus-visible{outline:none;color:#0050cf;box-shadow:0 0 0 2px #c2daff}.hse-SidebarItemCollapseItem_contentLeft{padding:0 40px 0 96px}.hse-SidebarItemCollapseItem_contentLeft .hse-Button__content{justify-content:flex-start}.hse-SidebarItemCollapseItem_contentLeft .hse-SidebarItemCollapseItem__span{display:block;overflow:hidden;text-overflow:ellipsis}.hse-Person{display:inline-block;overflow:hidden;width:104px;height:104px;border-radius:50%}.hse-Person__image{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.hse-Text_heading-h1,.hse-Text_heading_h1{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:56px;font-weight:600;line-height:64px}.hse-Text_heading-h2,.hse-Text_heading_h2{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:42px;font-weight:600;line-height:56px}.hse-Text_heading-h3,.hse-Text_heading_h3{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px}.hse-Text_heading-h4,.hse-Text_heading_h4{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:600;line-height:32px}.hse-Text_lead-large,.hse-Text_lead_large{font-family:HSE Slab,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:400;line-height:40px}.hse-Text_lead-small,.hse-Text_lead_small{font-family:HSE Slab,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:400;line-height:32px}.hse-Text_paragraph-large,.hse-Text_paragraph_large{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-Text_paragraph-small,.hse-Text_paragraph_small{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:24px}.hse-Text_caption-x-large-regular,.hse-Text_caption_x_large_regular{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:20px;font-weight:400;line-height:28px}.hse-Text_caption-x-large-bold,.hse-Text_caption_x_large_bold{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:20px;font-weight:600;line-height:28px}.hse-Text_caption-large-regular,.hse-Text_caption_large_regular{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:400;line-height:24px}.hse-Text_caption-large-bold,.hse-Text_caption_large_bold{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:18px;font-weight:600;line-height:24px}.hse-Text_caption-medium-regular,.hse-Text_caption_medium_regular{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:400;line-height:20px}.hse-Text_caption-medium-bold,.hse-Text_caption_medium_bold{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px}.hse-Text_caption-small-regular,.hse-Text_caption_small_regular{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px}.hse-Text_caption-small-bold,.hse-Text_caption_small_bold{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px}.hse-Text_caption-x-small-regular,.hse-Text_caption_x_small_regular{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:400;line-height:16px}.hse-Text_caption-x-small-bold,.hse-Text_caption_x_small_bold{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px}.hse-Text_label-x-small-regular,.hse-Text_label_x_small_regular{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:400;line-height:12px}.hse-Text_label-x-small-bold,.hse-Text_label_x_small_bold{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:12px}.hse-Text_label-small-2x-regular,.hse-Text_label_small_2x_regular{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:9px;font-weight:400;line-height:9px}.hse-Text_label-small-2x-bold,.hse-Text_label_small_2x_bold{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:9px;font-weight:600;line-height:9px}.hse-Calendar_button{transition:all .2s ease-out;font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7a99;border-radius:8px;border:none}.hse-Calendar_button.focus-visible{box-shadow:0 0 0 2px #c2daff}.hse-Calendar_button:focus{outline:none}.hse-Calendar_button_selectable{z-index:3;width:100%;border-radius:4px}.hse-Calendar_button_selectable:hover{color:#0050cf;background-color:#f0f5ff}.hse-Calendar_button_selected{z-index:3;background:#0050cf!important;color:#f0f5ff!important;width:100%}.hse-Calendar_button_target{z-index:3;color:#0050cf;background-color:#f0f5ff}.hse-Calendar_button_gap_selectable_filler{z-index:0;transition:all .2s ease-out;transform-style:preserve-3d}.hse-Calendar_button_gap_selectable_filler:after{content:"";position:absolute;display:inline-block;transform:translateZ(-1px);height:32px;width:40px;background-color:#f0f5ff;pointer-events:none;left:16px}.hse-Calendar_button_current{color:#0050cf}.hse-Calendar_button_dif_month{color:#c0c6d1}.hse-Calendar_button_dif_month_selected{border:1px solid #0050cf;color:#0050cf}.hse-Calendar_button_size_small{width:32px;height:32px}.hse-Calendar_button_size_large{padding:6px 10px}.hse-Calendar{transition:all .2s ease-out;width:345px;padding:16px;background-color:#fff;border-radius:8px;box-shadow:0 4px 24px #6a7a9826;height:max-content}.hse-Calendar__Header{display:flex;gap:10px;justify-content:space-around;align-items:center}.hse-IconButton.hse-Calendar__prev,.hse-IconButton.hse-Calendar__next{height:32px}.hse-Calendar__button_minWidthSizing-64{padding:0 14px;height:32px}.hse-Calendar__button_minWidthSizing-64 .hse-Button__text{min-width:64px}.hse-Calendar_WeekLabels{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:". . . . . . .";place-items:center;margin-top:8px;gap:0 8px}.hse-Calendar_WeekLabels_day{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7a99;width:32px;height:32px;cursor:inherit;border-radius:8px}.hse-Calendar_DayGrid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:". . . . . . .";place-items:center;margin-top:8px;gap:8px 8px}.hse-Calendar_button_light{font-weight:400}.hse-Calendar_button_selectable.hse-Calendar_button_light{color:#0f0f14}.hse-Calendar_button_dif_month.hse-Calendar_button_light{color:#c0c6d1}.hse-Calendar_MonthGrid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:". . .";gap:8px 0px;place-items:center;margin-top:24px;margin-bottom:16px}.hse-Calendar_yearsGrid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:". . .";gap:8px 0px;place-items:center;max-height:170px;margin-top:24px;margin-bottom:16px;overflow-y:auto;direction:ltr}.hse-Calendar_yearsGrid::-webkit-scrollbar{width:6px}.hse-Calendar_yearsGrid::-webkit-scrollbar-thumb{border-radius:4px;background:#6b7a99}:root{--hse-date-picker-width:136px}.hse-DatePicker{position:relative}.hse-DatePicker .hse-Popover__target{width:100%}.hse-DatePicker__input{width:var(--hse-date-picker-width, 136px);color:#6b7a99}.hse-DateTimePicker{display:flex}.hse-RangeDatePicker{display:flex;gap:24px}:root{--hse-month-picker-width:137px}.hse-MonthPicker{width:var(--hse-month-picker-width, 137px)}.hse-MonthPicker .hse-Popover__target{width:100%}.hse-MonthPicker__input{color:#6b7a99}:root{--hse-year-picker-width:137px}.hse-YearPicker{width:var(--hse-year-picker-width, 137px)}.hse-YearPicker .hse-Popover__target{width:100%}.hse-YearPicker__input{color:#6b7a99}:root{--hse-time-picker-width:136px}.hse-TimePicker{width:var(--hse-time-picker-width, 136px)}.hse-TimePicker .hse-Popover__target{width:100%}.hse-TimePicker__input{color:#6b7a99}/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */.cropper-container{position:relative;-webkit-user-select:none;user-select:none;font-size:0;line-height:0;direction:ltr;touch-action:none}.cropper-container img{display:block;width:100%;min-width:0!important;max-width:none!important;height:100%;min-height:0!important;max-height:none!important;image-orientation:0deg}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{position:absolute;top:0;right:0;bottom:0;left:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{opacity:0;background-color:#fff}.cropper-modal{opacity:.5;background-color:#000}.cropper-view-box{display:block;overflow:hidden;width:100%;height:100%;outline:1px solid #39f;outline-color:#3399ffbf}.cropper-dashed{position:absolute;display:block;opacity:.5;border:0 dashed #eee}.cropper-dashed.dashed-h{top:calc(100% / 3);left:0;width:100%;height:calc(100% / 3);border-top-width:1px;border-bottom-width:1px}.cropper-dashed.dashed-v{top:0;left:calc(100% / 3);width:calc(100% / 3);height:100%;border-right-width:1px;border-left-width:1px}.cropper-center{position:absolute;top:50%;left:50%;display:block;width:0;height:0;opacity:.75}.cropper-center:before,.cropper-center:after{position:absolute;display:block;content:" ";background-color:#eee}.cropper-center:before{top:0;left:-3px;width:7px;height:1px}.cropper-center:after{top:-3px;left:0;width:1px;height:7px}.cropper-face,.cropper-line,.cropper-point{position:absolute;display:block;width:100%;height:100%;opacity:.1}.cropper-face{top:0;left:0;background-color:#fff}.cropper-line{background-color:#39f}.cropper-line.line-e{top:0;right:-3px;width:5px;cursor:ew-resize}.cropper-line.line-n{top:-3px;left:0;height:5px;cursor:ns-resize}.cropper-line.line-w{top:0;left:-3px;width:5px;cursor:ew-resize}.cropper-line.line-s{bottom:-3px;left:0;height:5px;cursor:ns-resize}.cropper-point{width:5px;height:5px;opacity:.75;background-color:#39f}.cropper-point.point-e{top:50%;right:-3px;margin-top:-3px;cursor:ew-resize}.cropper-point.point-n{top:-3px;left:50%;margin-left:-3px;cursor:ns-resize}.cropper-point.point-w{top:50%;left:-3px;margin-top:-3px;cursor:ew-resize}.cropper-point.point-s{bottom:-3px;left:50%;margin-left:-3px;cursor:s-resize}.cropper-point.point-ne{top:-3px;right:-3px;cursor:nesw-resize}.cropper-point.point-nw{top:-3px;left:-3px;cursor:nwse-resize}.cropper-point.point-sw{bottom:-3px;left:-3px;cursor:nesw-resize}.cropper-point.point-se{right:-3px;bottom:-3px;width:20px;height:20px;cursor:nwse-resize;opacity:1}.cropper-point.point-se:before{position:absolute;right:-50%;bottom:-50%;display:block;width:200%;height:200%;content:" ";opacity:0;background-color:#39f}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{position:absolute;display:block;width:0;height:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.hse-ImageCropper{width:764px}.hse-ImageCropper_modify .point-e,.hse-ImageCropper_modify .point-n,.hse-ImageCropper_modify .point-w,.hse-ImageCropper_modify .point-s{display:none}.hse-ImageCropper_modify .cropper-container{z-index:1}.hse-ImageCropper_modify .cropper-bg{background:#f8f9fb;background-image:none}.hse-ImageCropper_modify .cropper-view-box{outline:2px solid white}.hse-ImageCropper_modify .cropper-point.point-ne{width:9px;height:9px;border-top:4px solid white;border-right:4px solid white;border-bottom:none;border-left:none;background-color:transparent}.hse-ImageCropper_modify .cropper-point.point-nw{width:9px;height:9px;border-top:4px solid white;border-right:none;border-bottom:none;border-left:4px solid white;background-color:transparent}.hse-ImageCropper_modify .cropper-point.point-sw{width:9px;height:9px;border-top:none;border-right:none;border-bottom:4px solid white;border-left:4px solid white;background-color:transparent}.hse-ImageCropper_modify .cropper-point.point-se{width:9px;height:9px;border-top:none;border-right:4px solid white;border-bottom:4px solid white;border-left:none;background-color:transparent}.hse-ImageCropper_modify .cropper-center{display:none}.hse-ImageCropperContainer{position:relative;width:100%;min-height:118px;margin-bottom:32px}.hse-ImageCropperContainer__progress{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#edeff3}.hse-ImageCropperProgress{display:flex;align-items:center;justify-content:center;width:480px;height:86px;border-radius:8px;background-color:#fff}.hse-ImageCropperProgress__modify .hse-LabeledProgressBar__label{margin-bottom:8px;color:#0f0f14;font-size:14px}.hse-ImageCropperProgress__modify .hse-LabeledProgressBar__description{margin-top:8px;color:#6b7a99;font-size:14px}.hse-ImageCropper__icon-container{position:absolute;top:16px;right:16px;width:24px;height:24px;padding:5px;cursor:pointer;border:none;outline:none;background-color:#fff}.hse-ImageCropper__icon{position:relative;display:block;width:14px;height:14px}.hse-ImageCropper__icon:before{position:absolute;top:50%;left:50%;width:2px;height:14px;content:"";transform:translate(-50%,-50%) rotate(-45deg);background-color:#d3d8e6}.hse-ImageCropper__icon:after{position:absolute;top:50%;left:50%;width:14px;height:2px;content:"";transform:translate(-50%,-50%) rotate(-45deg);background-color:#d3d8e6}.hse-ImageCropperControlPanel,.hse-ImageCropperControlPanel__left{display:flex;align-items:center}.hse-ImageCropperControlPanel__right{display:flex;align-items:center;justify-content:flex-start;margin-left:auto}.hse-ImageCropperControlPanel__button{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;margin-left:auto;padding:14px 25px;cursor:pointer;color:#fff;border:none;border-radius:4px;outline:none;background-color:#0050cf}.hse-ImageCropperRotate{margin-right:12px}.hse-ImageCropperRotate__button{width:48px;height:48px;cursor:pointer;border:none;border-radius:4px;outline:none;background-color:#edeff3}.hse-ImageCropperRotate__icon{color:#6b7a99}.hse-ImageCropperAspectRatio{display:flex;overflow:hidden;align-items:center;border-radius:4px}.hse-ImageCropperAspectRatio__button{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;position:relative;width:68px;height:48px;cursor:pointer;color:#6b7a99;border:none;outline:none;background-color:#edeff3}.hse-ImageCropperAspectRatio__button:not(:last-child):after{position:absolute;top:0;right:0;width:1px;height:100%;content:"";background-color:#e1e4eb}.hse-ImageCropperAspectRatio__button:hover,.hse-ImageCropperAspectRatio__button_selected{color:#0050cf;background-color:#0050cf1a}.hse-ImageCropperFileInput{position:relative}.hse-ImageCropperFileInput__button{display:flex;align-items:center;height:48px;cursor:pointer;border:none;outline:none}.hse-ImageCropperFileInput__label{display:flex;align-items:center;width:100%;height:100%;cursor:pointer}.hse-ImageCropperFileInput__input{display:none}.hse-ImageCropperFileInput__icon{margin-right:7px;color:#6b7a99}.hse-ImageCropperFileInput__text{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;color:#6b7a99}.hse-Card{padding:24px;transition:box-shadow .2s ease-out;border:1px solid #d3d8e6;border-radius:12px;background:#fff}.hse-Card:hover{box-shadow:0 4px 24px #6a7a9826}.hse-MobileMenu{position:fixed;z-index:100;top:48px;bottom:0;left:0;width:100%;max-width:375px;padding:24px 0 0}.hse-MobileMenu_overrideSidebar .hse-Sidebar_variant_static{position:initial;width:100%;height:100%;padding-top:0}.hse-MobileMenu_overrideSidebar .hse-Sidebar__wrapper{overflow-y:auto}.hse-ButtonPopover{position:relative}.hse-ButtonPopover__target{display:inline-block}.hse-ScrollArea{position:relative;overflow:hidden;width:100%;height:100%}.hse-ScrollArea_modify .simplebar-track.simplebar-horizontal{height:12px;margin-right:12px;border-radius:12px}.hse-ScrollArea_modify .simplebar-track.simplebar-horizontal .simplebar-scrollbar{height:8px;border-radius:12px}.hse-ScrollArea_modify .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible{background:#d3d8e6}.hse-ScrollArea_modify .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible.simplebar-hover{background:#a2a9b8}.hse-ScrollArea_modify .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{content:none}.hse-ScrollArea_modify .simplebar-track.simplebar-vertical{width:12px;margin-bottom:12px;border-radius:12px}.hse-ScrollArea_modify .simplebar-track.simplebar-vertical .simplebar-scrollbar{width:8px;border-radius:12px}.hse-ScrollArea_modify .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible{background:#d3d8e6}.hse-ScrollArea_modify .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible.simplebar-hover{background:#a2a9b8}.hse-ScrollArea_modify .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{content:none}.hse-ScrollArea_modify .simplebar-dragging .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible,.hse-ScrollArea_modify .simplebar-dragging .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible.simplebar-hover,.hse-ScrollArea_modify .simplebar-dragging .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible,.hse-ScrollArea_modify .simplebar-dragging .simplebar-track.simplebar-vertical .simplebar-scrollbar.simplebar-visible.simplebar-hover{background:#7c89a3}.hse-UserMenu{max-width:340px;width:100%;border-radius:4px;background:#fff;box-shadow:0 1px 12px #6a7a981f}.hse-UserMenu__person{flex-shrink:0;width:64px;height:64px;margin-right:16px;border-radius:8px}.hse-UserMenu__header{display:flex;align-items:center;padding:24px;border-bottom:1px solid #edeff3}.hse-UserMenu__footer{padding:20px 24px 24px}.hse-UserMenu__name{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px;margin-bottom:4px;color:#0f0f14}.hse-UserMenu__role{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px;color:#d3d8e6}.hse-UserMenu__menu{margin:0;padding:0;list-style:none}.hse-UserMenu__item{padding:8px 12px}.hse-UserMenu__item:last-child{margin-bottom:0}.hse-UserMenu__item:before{content:none}.hse-UserMenu__link{display:flex;align-items:center;text-decoration:none;color:inherit}.hse-UserMenu__link.focus-visible{outline:none;box-shadow:0 0 0 2px #c2daff}.hse-UserMenu__icon{display:flex;align-items:center;justify-content:center;margin-right:8px;color:#6b7a99;flex:0 0 16px}.hse-UserMenu__text{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:600;line-height:20px;color:#6b7a99}:export{zIndexBehind:-1;zIndexMax:99999;zIndexModal:99999;zIndexToast:99997;zIndexSidebar:100;zIndexMobileMenu:100;zIndexHeader:101;zIndexTapbar:103;zIndexAlertContainer:110;zIndexDropdownMenu:10;zIndexDropdownMenuMessage:11;zIndexPopper:100}export{fontfamilydefault:system-ui,-apple-system,"Segoe UI","Roboto","Ubuntu","Cantarell","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";fontfamilymono:"Menlo","Consolas","Roboto Mono","Ubuntu Monospace","Noto Mono","Oxygen Mono","Liberation Mono",monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}:export{headerHeight:56px;headerHeightSmall:48px;sidebarIconSize:72px}.hse-SidePaneWrapper{position:fixed;z-index:99999;top:0;bottom:0;width:344px}.hse-SidePaneWrapper_position_left{left:0}.hse-SidePaneWrapper_position_left.hse-SidePaneWrapper_collapsed .hse-SidePane__closeOuter{left:16px}.hse-SidePaneWrapper_position_left .hse-SidePane__closeOuter{left:360px}.hse-SidePaneWrapper_position_right{right:0}.hse-SidePaneWrapper_position_right.hse-SidePaneWrapper_collapsed .hse-SidePane__closeOuter{right:16px}.hse-SidePaneWrapper_position_right .hse-SidePane__closeOuter{right:360px}.hse-SidePaneWrapper_position_right .hse-SidePane__iconOuter{transform:rotate(-180deg)}.hse-SidePaneWrapper_position_right .hse-SidePane__iconOuter_rotate{transform:rotate(0)}.hse-SidePane__close{position:absolute;top:16px;right:16px;width:24px;height:24px;padding:5px;cursor:pointer;border:none;outline:none;background-color:#fff}.hse-SidePane__icon{position:relative;display:block;width:14px;height:14px}.hse-SidePane__icon:before{position:absolute;top:50%;left:50%;width:2px;height:14px;content:"";transform:translate(-50%,-50%) rotate(-45deg);background-color:#a2a9b8}.hse-SidePane__icon:after{position:absolute;top:50%;left:50%;width:14px;height:2px;content:"";transform:translate(-50%,-50%) rotate(-45deg);background-color:#a2a9b8}.hse-SidePane__closeOuter{position:fixed;top:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;cursor:pointer;border:none;border-radius:50%;outline:none;background-color:#fff}.hse-SidePane__closeOuter.focus-visible{box-shadow:0 0 0 2px #c2daff}.hse-SidePane__iconOuter{position:relative;display:block;width:24px;height:24px;transition:transform .2s ease-in-out}.hse-SidePane__iconOuter_rotate{transform:rotate(-180deg)}.hse-SidePaneAnimationWrapper{display:flex;width:344px;height:100vh;background:#fff;box-shadow:0 4px 24px #6a7a9826}.hse-SidePane{position:relative;width:100%;height:100%;padding:24px}@media (max-width: 374px){.mobile-small-down-hide,.mobile-large-up-show,.mobile-large-only-show{display:none!important}.hse-TapBar .hse-TapBarButton{padding:4px}.hse-TapBarButton{width:80px}.hse-Toast .hse-BaseAlert__content{padding:0}.hse-Toast.hse-BaseAlert_hasDescription .hse-BaseAlert__content{padding:0 40px 0 0}.hse-Toast .hse-BaseAlert__title{padding:0 12px 0 0}}@media (min-width: 320px){.mobile-small-up-hide{display:none!important}.grid{justify-content:center;grid-template-columns:repeat(4,1fr);grid-gap:0 16px;padding-right:16px;padding-left:16px}.grid .col-mobile-small-1{grid-column:span 1}.grid .col-mobile-small-2{grid-column:span 2}.grid .col-mobile-small-3{grid-column:span 3}.grid .col-mobile-small-4{grid-column:span 4}}@media (min-width: 320px) and (max-width: 374px){.mobile-small-only-hide{display:none!important}.hse-Footer__menu{margin:0 0 32px}.hse-Footer__divider_horizontal{margin:16px 0 24px}h1.hse-Heading_size_h1.hse-Heading_adaptive,.hse-Heading_size_h1.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px}h2.hse-Heading_size_h2.hse-Heading_adaptive,.hse-Heading_size_h2.hse-Heading_adaptive,h3.hse-Heading_size_h3.hse-Heading_adaptive,.hse-Heading_size_h3.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:600;line-height:32px}.hse-BaseModal__wrapper{padding:16px 16px 32px}.hse-Alert{padding:16px 36px 24px 16px}.hse-Alert.hse-BaseAlert_hasDescription{padding:16px 42px 16px 16px}}@media (min-width: 375px){.mobile-small-down-show,.mobile-small-only-show,.mobile-large-up-hide{display:none!important}.grid{justify-content:center;grid-template-columns:repeat(4,1fr);grid-gap:0 16px;padding-right:16px;padding-left:16px}.grid .col-mobile-large-1{grid-column:span 1}.grid .col-mobile-large-2{grid-column:span 2}.grid .col-mobile-large-3{grid-column:span 3}.grid .col-mobile-large-4{grid-column:span 4}}@media (max-width: 767px){.mobile-large-down-hide,.tablet-small-up-show,.tablet-small-only-show{display:none!important}.hse-Footer__menu .hse-Footer__menuDivider{display:none}.hse-Header{height:48px;padding:12px 24px}.hse-Header__logo,.hse-Header__left{align-items:flex-start}.hse-Header__logo{align-items:flex-start;flex-direction:column}.hse-Header__left{display:none}.hse-Blockquote{flex-direction:column}.hse-Blockquote_variant_rich .hse-Blockquote__left{margin-bottom:16px}.hse-Blockquote_variant_rich{padding:24px 16px}.hse-BaseModal{width:100%}.hse-ModalForm__title,.hse-ModalInfo__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:600;line-height:32px}.hse-Table_hasMargin{padding:24px 0}.hse-Table__td,.hse-Table__thead .hse-Table__td{padding:8px}.hse-Collapse_variant_content .hse-Collapse__toggleIcon{margin-left:16px}.hse-Collapse_variant_content .hse-Collapse__content{margin-top:-8px;padding:0 0 24px}.hse-Carousel_variant_horizontalSingle{min-height:168px}.hse-Carousel_variant_horizontalSingle.hse-Carousel_with-navigation{min-height:224px}.hse-Carousel_variant_horizontalSingle .hse-CarouselSlide{height:168px}.hse-CarouselSlide__content{margin:32px 0 0}.hse-CarouselSlide__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px}.hse-BaseAlert.hse-Toast:not(.hse-BaseAlert_hasDescription) .hse-BaseAlert__wrapper{align-items:flex-start}.hse-Toast.hse-BaseAlert_hasDescription .hse-BaseAlert__closeButton,.hse-Alert .hse-BaseAlert__closeButton{right:16px}.hse-Alert .hse-BaseAlert__icon{flex:0 0 16px}.hse-Sidebar_withHeader{top:48px}}@media (min-width: 375px) and (max-width: 767px){.mobile-large-only-hide{display:none!important}.hse-Footer__menu:nth-last-of-type(n+2){margin:0 0 36px}h1.hse-Heading_size_h1.hse-Heading_adaptive,.hse-Heading_size_h1.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px}h2.hse-Heading_size_h2.hse-Heading_adaptive,.hse-Heading_size_h2.hse-Heading_adaptive,h3.hse-Heading_size_h3.hse-Heading_adaptive,.hse-Heading_size_h3.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:24px;font-weight:600;line-height:32px}.hse-BaseModal__wrapper{padding:32px 24px}.hse-Toast.hse-BaseAlert_hasDescription .hse-BaseAlert__content{padding:0 56px 0 0}.hse-Alert{padding:16px 48px 24px 16px}.hse-Alert.hse-BaseAlert_hasDescription{padding:16px 40px 16px 16px}}@media (min-width: 768px){.mobile-large-down-show,.mobile-large-only-show,.tablet-small-up-hide{display:none!important}.grid{justify-content:center;grid-template-columns:repeat(8,64px);grid-gap:0 16px}.grid .col-tablet-small-1{grid-column:span 1}.grid .col-tablet-small-2{grid-column:span 2}.grid .col-tablet-small-3{grid-column:span 3}.grid .col-tablet-small-4{grid-column:span 4}.grid .col-tablet-small-5{grid-column:span 5}.grid .col-tablet-small-6{grid-column:span 6}.grid .col-tablet-small-7{grid-column:span 7}.grid .col-tablet-small-8{grid-column:span 8}.hse-Blockquote_variant_normal .hse-Blockquote__right{margin-top:24px}.hse-Blockquote_variant_rich .hse-Blockquote__right{margin-left:32px}.hse-BaseModal{max-height:100vh}.hse-BaseModal__wrapper{margin:40px 0}.hse-Table_hasMargin{margin:32px 0}.hse-Table__td,.hse-Table__thead .hse-Table__td{padding:24px}.hse-Collapse_variant_content .hse-Collapse__content{padding:0 32px 32px}.hse-CarouselSlide__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:42px;font-weight:600;line-height:56px}.cropper-point.point-se{width:15px;height:15px}}@media (max-width: 1023px){.tablet-small-down-hide,.tablet-large-up-show,.tablet-large-only-show{display:none!important}.hse-BaseFooter .col-sidebar{display:none}.hse-Footer__info{flex-direction:column}.hse-Footer__socialLinks{margin:24px 0 0}.hse-Header{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:12px;padding:0 32px 0 16px}.hse-Sidebar_variant_dynamic .hse-Sidebar__header{display:none}.hse-Sidebar_variant_dynamic:not(.hse-Sidebar_open),.hse-Sidebar_variant_static:not(.hse-Sidebar_open){transform:translate(-100%)}.hse-Sidebar_variant_dynamic .hse-Sidebar__content{margin-top:24px}}@media (min-width: 768px) and (max-width: 1023px){.tablet-small-only-hide{display:none!important}.hse-Footer__menu:nth-last-of-type(n+2){margin:0 0 36px}.hse-BaseFooter:not(.hse-BaseFooter_hasSidebar) .hse-Footer__menu:nth-of-type(2n) .hse-Footer__menuDivider{display:none}.hse-BaseFooter_hasSidebar .hse-Footer__menu:nth-of-type(odd) .hse-Footer__menuDivider{display:none}h1.hse-Heading_size_h1.hse-Heading_adaptive,.hse-Heading_size_h1.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:42px;font-weight:600;line-height:56px}h2.hse-Heading_size_h2.hse-Heading_adaptive,.hse-Heading_size_h2.hse-Heading_adaptive,h3.hse-Heading_size_h3.hse-Heading_adaptive,.hse-Heading_size_h3.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px}.hse-Carousel_variant_horizontalSingle{min-height:296px}.hse-Carousel_variant_horizontalSingle.hse-Carousel_with-navigation{min-height:352px}.hse-Carousel_variant_horizontalSingle .hse-CarouselSlide{height:296px}.hse-CarouselSlide__content{margin:48px 0 0}.hse-Toast.hse-BaseAlert_hasDescription .hse-BaseAlert__content{padding:0 56px 0 0}.hse-Alert{padding:16px 88px 24px}.hse-Alert.hse-BaseAlert_hasDescription{padding:16px 88px}.hse-Alert .hse-BaseAlert__closeButton{right:48px}}@media (min-width: 1024px){.tablet-small-down-show,.tablet-small-only-show,.tablet-large-up-hide{display:none!important}.grid{justify-content:center;grid-template-columns:repeat(12,64px);grid-gap:0 16px}.grid.grid_sidebar_fixed,.grid.grid_sidebar_dynamic{justify-content:start;grid-gap:0 16px}.grid.grid_sidebar_fixed{padding-right:32px;grid-template-columns:288px repeat(12,1fr)}.grid.grid_sidebar_fixed .col-sidebar{margin-right:16px}.grid.grid_sidebar_dynamic{padding-right:48px;grid-template-columns:104px repeat(12,1fr)}.grid.grid_sidebar_dynamic .col-sidebar{margin-right:32px}.grid .col-tablet-large-1{grid-column:span 1}.grid .col-tablet-large-2{grid-column:span 2}.grid .col-tablet-large-3{grid-column:span 3}.grid .col-tablet-large-4{grid-column:span 4}.grid .col-tablet-large-5{grid-column:span 5}.grid .col-tablet-large-6{grid-column:span 6}.grid .col-tablet-large-7{grid-column:span 7}.grid .col-tablet-large-8{grid-column:span 8}.grid .col-tablet-large-9{grid-column:span 9}.grid .col-tablet-large-10{grid-column:span 10}.grid .col-tablet-large-11{grid-column:span 11}.grid .col-tablet-large-12{grid-column:span 12}.grid.grid_sidebar_fixed .col-sidebar,.grid.grid_sidebar_dynamic .col-sidebar{display:block}.hse-Footer__info{align-items:center}.hse-Footer__socialLinks{margin-left:auto}.hse-Ol_withShift{margin-left:64px}.hse-Ul_withShift{margin-left:40px}.hse-Sidebar_variant_dynamic:not(.hse-Sidebar_open){width:72px}.hse-Sidebar_variant_dynamic:not(.hse-Sidebar_open) .hse-SidebarItem{width:72px}.hse-Sidebar_variant_dynamic:not(.hse-Sidebar_open) .hse-SidebarItem .hse-SidebarItem__right{transform:translate(calc(-100% - 72px));opacity:0}.hse-Sidebar_variant_dynamic:not(.hse-Sidebar_open) .hse-SidebarCustomItem_autoHide{display:none}}@media (max-width: 1279px){.tablet-large-down-hide,.desktop-small-up-show,.desktop-small-only-show{display:none!important}.hse-Carousel_variant_horizontalMultiple.hse-Carousel_with-navigation{min-height:224px}.hse-Carousel_variant_horizontalMultiple{min-height:168px}.hse-Carousel_variant_horizontalMultiple .hse-CarouselSlide{height:168px}.hse-Carousel_variant_horizontalSingle .hse-Carousel__navigationButtons{display:none}.hse-Carousel_variant_horizontalMultiple .hse-Carousel__footerContent,.hse-Carousel_variant_horizontalSingle .hse-Carousel__footerContent{justify-content:center;grid-template-columns:auto}.hse-Carousel_variant_horizontalMultiple .hse-Carousel__navigationText,.hse-Carousel_variant_horizontalSingle .hse-Carousel__navigationText{margin:0}.hse-CarouselSlide__description{margin-top:16px}.hse-BaseAlert__content{flex-direction:column}.hse-BaseAlert__icon{margin-right:8px}.hse-BaseAlert:not(.hse-BaseAlert_hasDescription) .hse-BaseAlert__actions{margin:16px 0 0}.hse-Alert:not(.hse-BaseAlert_hasDescription) .hse-BaseAlert__wrapper{justify-content:flex-start}.hse-Alert:not(.hse-BaseAlert_hasDescription) .hse-BaseAlert__content{align-items:flex-start}.hse-SidebarItem__label{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:12px;font-weight:600;line-height:16px;height:20px;padding:1px 8px}.hse-SidebarItemCollapseItem{font-family:HSE Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px;font-weight:400;line-height:20px}}@media (min-width: 1024px) and (max-width: 1279px){.tablet-large-only-hide{display:none!important}h1.hse-Heading_size_h1.hse-Heading_adaptive,.hse-Heading_size_h1.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:42px;font-weight:600;line-height:56px}h2.hse-Heading_size_h2.hse-Heading_adaptive,.hse-Heading_size_h2.hse-Heading_adaptive,h3.hse-Heading_size_h3.hse-Heading_adaptive,.hse-Heading_size_h3.hse-Heading_adaptive{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:32px;font-weight:600;line-height:40px}.hse-Carousel_variant_horizontalSingle{min-height:296px}.hse-Carousel_variant_horizontalSingle.hse-Carousel_with-navigation{min-height:352px}.hse-Carousel_variant_horizontalSingle .hse-CarouselSlide{height:296px}.hse-CarouselSlide__content{margin:48px 0 0}.hse-Toast.hse-BaseAlert_hasDescription .hse-BaseAlert__content{padding:0 56px 0 0}.hse-Alert{padding:16px 88px 24px}.hse-Alert.hse-BaseAlert_hasDescription{padding:16px 88px}.hse-Alert .hse-BaseAlert__closeButton{right:48px}}@media (min-width: 1280px){.tablet-large-down-show,.tablet-large-only-show,.desktop-small-up-hide{display:none!important}.grid{justify-content:center;grid-template-columns:repeat(12,72px);grid-gap:0 24px}.grid.grid_sidebar_fixed,.grid.grid_sidebar_dynamic{justify-content:start;grid-gap:0 16px}.grid.grid_sidebar_fixed{padding-right:32px;grid-template-columns:288px repeat(12,1fr)}.grid.grid_sidebar_fixed .col-sidebar{margin-right:16px}.grid.grid_sidebar_dynamic{padding-right:48px;grid-template-columns:104px repeat(12,1fr)}.grid.grid_sidebar_dynamic .col-sidebar{margin-right:32px}.grid .col-desktop-small-1{grid-column:span 1}.grid .col-desktop-small-2{grid-column:span 2}.grid .col-desktop-small-3{grid-column:span 3}.grid .col-desktop-small-4{grid-column:span 4}.grid .col-desktop-small-5{grid-column:span 5}.grid .col-desktop-small-6{grid-column:span 6}.grid .col-desktop-small-7{grid-column:span 7}.grid .col-desktop-small-8{grid-column:span 8}.grid .col-desktop-small-9{grid-column:span 9}.grid .col-desktop-small-10{grid-column:span 10}.grid .col-desktop-small-11{grid-column:span 11}.grid .col-desktop-small-12{grid-column:span 12}.grid.grid_sidebar_fixed .col-sidebar,.grid.grid_sidebar_dynamic .col-sidebar{display:block}.hse-Table_hasMargin{margin:40px 0}.hse-Table__td,.hse-Table__thead .hse-Table__td{padding:16px 32px}}@media (max-width: 1439px){.desktop-small-down-hide,.desktop-medium-up-show,.desktop-medium-only-show{display:none!important}.hse-Ol_hasMargin,.hse-Ul_hasMargin{margin-top:16px;margin-bottom:16px}.hse-Sidebar_variant_dynamic{--sidebar-width:272px;width:272px}.hse-SidebarItem__title{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px}.hse-SidebarItem__labelContainer{flex:0 0 64px}}@media (min-width: 1280px) and (max-width: 1439px){.desktop-small-only-hide{display:none!important}.hse-Alert,.hse-Alert.hse-BaseAlert_hasDescription{padding:16px 88px}.hse-Alert .hse-BaseAlert__closeButton{right:48px}}@media (min-width: 1440px){.desktop-small-down-show,.desktop-small-only-show,.desktop-medium-up-hide{display:none!important}.grid{justify-content:center;grid-template-columns:repeat(12,72px);grid-gap:0 32px}.grid.grid_sidebar_fixed,.grid.grid_sidebar_dynamic{justify-content:start;grid-gap:0 24px}.grid.grid_sidebar_fixed{padding-right:32px;grid-template-columns:352px repeat(12,1fr)}.grid.grid_sidebar_fixed .col-sidebar{margin-right:8px}.grid.grid_sidebar_dynamic{padding-right:48px;grid-template-columns:96px repeat(12,1fr)}.grid.grid_sidebar_dynamic .col-sidebar{margin-right:24px}.grid .col-desktop-medium-1{grid-column:span 1}.grid .col-desktop-medium-2{grid-column:span 2}.grid .col-desktop-medium-3{grid-column:span 3}.grid .col-desktop-medium-4{grid-column:span 4}.grid .col-desktop-medium-5{grid-column:span 5}.grid .col-desktop-medium-6{grid-column:span 6}.grid .col-desktop-medium-7{grid-column:span 7}.grid .col-desktop-medium-8{grid-column:span 8}.grid .col-desktop-medium-9{grid-column:span 9}.grid .col-desktop-medium-10{grid-column:span 10}.grid .col-desktop-medium-11{grid-column:span 11}.grid .col-desktop-medium-12{grid-column:span 12}.grid.grid_sidebar_fixed .col-sidebar,.grid.grid_sidebar_dynamic .col-sidebar{display:block}.hse-Collapse_variant_content .hse-Collapse__content{padding:0 40px 48px}.hse-Toast.hse-BaseAlert_hasDescription .hse-BaseAlert__description{max-width:80.5%}}@media (max-width: 1919px){.desktop-medium-down-hide,.desktop-large-up-show,.desktop-large-only-show{display:none!important}.hse-Sidebar__toggleText{font-family:Proxima Nova,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:16px;font-weight:600;line-height:20px}.hse-Sidebar_size_tight .hse-Sidebar__toggleText{display:none}.hse-Sidebar_variant_dynamic.hse-Sidebar_size_tight .hse-Sidebar__content{margin-top:0}}@media (min-width: 1440px) and (max-width: 1919px){.desktop-medium-only-hide{display:none!important}.hse-Header{padding:0 24px 0 16px}}@media (min-width: 1920px){.desktop-medium-down-show,.desktop-medium-only-show,.desktop-large-up-hide,.desktop-large-only-hide{display:none!important}.grid{justify-content:center;grid-template-columns:repeat(16,72px);grid-gap:0 32px}.grid.grid_sidebar_fixed,.grid.grid_sidebar_dynamic{justify-content:start;grid-gap:0 24px}.grid.grid_sidebar_fixed{padding-right:32px;grid-template-columns:352px repeat(16,1fr)}.grid.grid_sidebar_fixed .col-sidebar{margin-right:8px}.grid.grid_sidebar_dynamic{padding-right:48px;grid-template-columns:96px repeat(16,1fr)}.grid.grid_sidebar_dynamic .col-sidebar{margin-right:24px}.grid .col-desktop-large-1{grid-column:span 1}.grid .col-desktop-large-2{grid-column:span 2}.grid .col-desktop-large-3{grid-column:span 3}.grid .col-desktop-large-4{grid-column:span 4}.grid .col-desktop-large-5{grid-column:span 5}.grid .col-desktop-large-6{grid-column:span 6}.grid .col-desktop-large-7{grid-column:span 7}.grid .col-desktop-large-8{grid-column:span 8}.grid .col-desktop-large-9{grid-column:span 9}.grid .col-desktop-large-10{grid-column:span 10}.grid .col-desktop-large-11{grid-column:span 11}.grid .col-desktop-large-12{grid-column:span 12}.grid .col-desktop-large-13{grid-column:span 13}.grid .col-desktop-large-14{grid-column:span 14}.grid .col-desktop-large-15{grid-column:span 15}.grid .col-desktop-large-16{grid-column:span 16}.grid.grid_sidebar_fixed .col-sidebar,.grid.grid_sidebar_dynamic .col-sidebar{display:block}}@media (max-width: 9999px){.desktop-large-down-hide{display:none!important}}@media (prefers-reduced-motion: reduce){.hse-HeaderHamburger__bar{transition:opacity .2s cubic-bezier(.215,.61,.355,1);opacity:1}.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar:nth-of-type(1),.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar:nth-of-type(2),.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar:nth-of-type(3){transform:none;opacity:0}.hse-HeaderHamburger__bar.hse-HeaderHamburger__bar_cross{transition:opacity cubic-bezier(.215,.61,.355,1) .2s}.hse-HeaderHamburger_isOpen .hse-HeaderHamburger__bar_cross{transition-delay:0s}}@media (min-width: 992px){.cropper-point.point-se{width:10px;height:10px}}@media (min-width: 1200px){.cropper-point.point-se{width:5px;height:5px;opacity:.75}}:root{--hifi-surface: #ffffff;--hifi-surface-2: #f6f7fb;--hifi-surface-3: #eceff6;--hifi-line: #dfe3ec;--hifi-line-2: #c6ccd9;--hifi-ink: #0e1430;--hifi-ink-2: #2e3654;--hifi-ink-3: #5a6485;--hifi-ink-4: #98a0b8;--hifi-hse: #0f2d69;--hifi-hse-2: #234b9b;--hifi-hse-soft: #e6ebf5;--hifi-hse-soft-2: #d2dbec;--hifi-good: #0e7a41;--hifi-good-soft: #e1f2e8;--hifi-warn: #b23a1f;--hifi-warn-soft: #fbe8e2;--hifi-info: #156aae;--hifi-info-soft: #e0eef8;--hifi-amber: #b07a0e;--hifi-amber-soft: #fbf1d8;--hifi-r-sm: 6px;--hifi-r-md: 10px;--hifi-r-lg: 14px;--hifi-r-xl: 18px;--hifi-shadow-1: 0 1px 2px rgba(15, 45, 105, .06), 0 1px 1px rgba(15, 45, 105, .04);--hifi-shadow-2: 0 4px 12px rgba(15, 45, 105, .07), 0 1px 2px rgba(15, 45, 105, .05);--hifi-shadow-3: 0 12px 32px rgba(15, 45, 105, .09), 0 2px 6px rgba(15, 45, 105, .06);--hifi-font-mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;color:#112033;background:radial-gradient(circle at top left,rgba(74,148,255,.18),transparent 32%),radial-gradient(circle at top right,rgba(41,181,138,.16),transparent 28%),linear-gradient(180deg,#f6f9ff,#eef4fb 48%,#f9fbf8);font-family:IBM Plex Sans,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}#root,.app-frame{min-height:100vh}.hse-app-frame{min-height:100vh;display:flex;flex-direction:column}.hse-app-frame :is(.hse-Header,[class^=hse-Header]){position:sticky;top:0;z-index:30}.hse-app-frame__body{display:flex;flex:1 1 auto;min-height:0;padding-left:344px;transition:padding-left .16s ease}.hse-app-frame__body--sidebar-collapsed{padding-left:72px}.hse-app-frame__body .hse-Sidebar{top:56px;height:calc(100vh - 56px)}@media (max-width: 1023px){.hse-app-frame__body{padding-left:0}}@media (min-width: 1024px) and (max-width: 1439px){.hse-app-frame__body{padding-left:272px}.hse-app-frame__body--sidebar-collapsed{padding-left:72px}}.hse-app-frame__main{flex:1 1 auto;min-width:0;padding:1.5rem}.hse-app-frame__brand-link{font-family:IBM Plex Mono,Fira Code,monospace;letter-spacing:.06em;text-transform:uppercase;margin-right:.75rem}.hse-app-frame__section{color:#53657d;font-size:.92rem}.hse-app-frame__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;justify-content:flex-end;white-space:nowrap}.hse-app-frame__subject{color:#425870;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:22ch}.hse-app-frame__account{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .65rem .25rem .3rem;border-radius:999px;background:#2474ea0f;border:1px solid rgba(36,116,234,.16);color:#112033;font-size:.85rem;font-weight:500;max-width:18rem}.hse-app-frame__account--guest{background:#78869a14;border-color:#78869a2e;color:#425870}.hse-app-frame__avatar{width:1.6rem;height:1.6rem;border-radius:50%;background:linear-gradient(135deg,#2474ea,#29b58a);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;letter-spacing:.02em;flex:0 0 auto}.hse-app-frame__account--guest .hse-app-frame__avatar{background:#78869a99;color:#fff;font-size:1rem}.hse-app-frame__account-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}.topbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(17,32,51,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8fbffe0}.brand-link{font-family:IBM Plex Mono,Fira Code,monospace;letter-spacing:.06em;text-transform:uppercase}.brand-stack{display:grid;gap:.2rem}.topbar-nav{display:inline-flex;gap:.5rem;align-items:center;flex-wrap:wrap}.topbar-nav-link{padding:.55rem .85rem;border-radius:999px;color:#425870}.topbar-nav-link.active{background:#2474ea1a;color:#112033;font-weight:600}.section-label{color:#53657d;font-size:.92rem}.topbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.language-switcher{display:inline-flex;gap:.35rem;padding:.2rem;border-radius:999px;background:#fffc;border:1px solid rgba(17,32,51,.12)}.language-button{border:0;border-radius:999px;background:transparent;color:#31465f;padding:.45rem .8rem;cursor:pointer}.language-button.active{background:#29b58a24;color:#10233b}.page-shell{width:min(1360px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem}.panel{background:#ffffffe0;border:1px solid rgba(17,32,51,.08);border-radius:24px;box-shadow:0 20px 60px #364a631a}.hero-panel,.toolbar-panel,.banner-panel,.auth-panel,.error-panel,.flow-panel{padding:1.5rem}.hero-panel,.toolbar-panel{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.summary-grid{display:grid;gap:.75rem;min-width:min(100%,340px)}.summary-card{padding:1rem;border-radius:16px;background:#f3f7fdf2}.summary-label,.eyebrow,.muted,dt{color:#5b6f86}.eyebrow{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.lede{max-width:62ch}.toolbar-panel{align-items:center}.flow-panel{margin-bottom:1rem}.hero-copy{max-width:64rem}.persona-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;width:min(100%,720px)}.persona-card{display:grid;gap:.75rem}.hero-details{min-width:min(100%,360px)}.flow-panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.flow-card{padding:1.25rem;min-height:100%}.wizard-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:1.25rem;align-items:start}.wizard-rail{position:sticky;top:1rem;padding:1rem;border-radius:20px;background:linear-gradient(180deg,#1157c90f,#29b58a0d);border:1px solid rgba(17,32,51,.08)}.wizard-rail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.wizard-step-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.wizard-step-button{width:100%;display:grid;grid-template-columns:auto 1fr;gap:.8rem;padding:.9rem 1rem;text-align:left;border-radius:18px;border:1px solid rgba(17,32,51,.08);background:#ffffffd1;color:inherit;cursor:pointer}.wizard-step-button.active{border-color:#1157c938;background:#e8f1fff2}.wizard-step-button:disabled{cursor:not-allowed;opacity:.72}.wizard-step-button.complete .wizard-step-index{background:#29b58a;color:#fff}.wizard-step-index{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d9e5f5;color:#17314a;font-weight:700}.wizard-step-body{display:block;margin-top:.2rem}.wizard-stage{padding:1.5rem}.wizard-stage-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.wizard-stage-tools{min-width:min(100%,280px)}.compact-field{margin-bottom:0}.wizard-solution-banner{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.1rem;margin-bottom:1rem;border-radius:18px;background:linear-gradient(135deg,#ebf3fff2,#f0f9f5eb)}.wizard-solution-meta{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:flex-end}.wizard-stage-body,.wizard-copy-block,.wizard-inline-form{display:grid;gap:1rem}.wizard-action-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.wizard-choice-grid{margin-bottom:0}.wizard-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.wizard-entry-card{display:grid;gap:1rem;padding:1rem;border-radius:18px;border:1px solid rgba(17,32,51,.1);background:#f7fafef5}.wizard-entry-card.active{border-color:#1157c93d;background:#e8f1fff2}.lane-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.lane-card{display:grid;gap:.4rem;text-align:left;padding:1rem;border-radius:16px;border:1px solid rgba(17,32,51,.1);background:#f7fafef5;color:#112033;cursor:pointer}.lane-card-active{border-color:#1157c93d;background:#e8f1fff2}.flow-card-wide{grid-column:1 / -1}.file-picker{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.file-input-native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-picker-button{flex:0 0 auto}.file-picker-state{min-height:1.5rem;color:#5b6f86}.file-picker-state.has-file{color:#112033}.field-stack{display:grid;gap:.45rem;margin-bottom:1rem}.contract-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem}.compact-grid{margin-bottom:.75rem}.field-stack input,.field-stack select,.field-stack textarea{width:100%;padding:.8rem .9rem;border-radius:12px;border:1px solid rgba(17,32,51,.12);background:#fff;color:#112033}.field-stack textarea{resize:vertical}.compact-list{margin-bottom:0}.status-block{padding:1rem;border-radius:16px;background:#f3f7fdf2;display:grid;gap:.35rem}.blocker-card{margin-top:1rem;padding:1rem;border-radius:16px;border:1px solid rgba(209,113,113,.22);background:#fff5f4f5}.schema-editor-card{display:grid;gap:1rem;padding:1rem;border-radius:16px;background:#f3f7fdf2}.schema-success{border:1px solid rgba(41,181,138,.22)}.schema-blocked{border:1px solid rgba(209,113,113,.22);background:#fff5f4f5}.schema-warning{border:1px solid rgba(242,182,58,.24)}.schema-editor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.schema-field-list{display:grid;gap:.5rem}.schema-field-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.2fr) 120px auto;gap:.5rem;align-items:center}.schema-field-header{color:#5b6f86;font-size:.9rem}.schema-checkbox{display:inline-flex;justify-content:center}.schema-remove-button{padding-inline:.75rem}.blocker-card h4,.blocker-card p{margin:0 0 .6rem}.integration-card{border-color:#29b58a38;background:#f1faf6fa}.result-block{margin:1rem 0 0;padding:1rem;border-radius:16px;background:#f4f7fb;overflow-x:auto}.success-note{color:#1d8f62}.error-note{color:#bc4e4e}.solution-grid{width:min(1360px,calc(100% - 2rem));margin:0 auto;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));padding-bottom:3rem}.solution-card{padding:1.5rem}.selected-card{border-color:#79f0b473}.card-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.status-pill,.mock-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem .7rem;font-size:.82rem;border:1px solid rgba(255,255,255,.12)}.status-ready{background:#29b58a24}.status-provisioning{background:#f2b63a29}.status-degraded,.mock-badge{background:#e1707029}.detail-list{display:grid;gap:.9rem;margin:1.25rem 0}.detail-list div{display:grid;gap:.2rem}.detail-list dt,.detail-list dd{margin:0}.card-actions,.button-row{display:flex;flex-wrap:wrap;gap:.75rem}.card-actions{margin-top:1rem}.primary-button,.secondary-button,.primary-link{display:inline-flex;justify-content:center;align-items:center;padding:.85rem 1.1rem;border-radius:12px;border:1px solid transparent}.primary-button,.primary-link{background:linear-gradient(135deg,#2474ea,#29b58a);color:#fff;font-weight:600}.secondary-button{background:#ffffffe0;color:#112033;border-color:#1120331f}.secondary-button:disabled,.primary-button:disabled{opacity:.6;cursor:not-allowed}.banner-panel,.auth-panel,.error-panel{width:min(720px,calc(100% - 2rem));margin:2rem auto}.inline-link{color:#2474ea}.observability-note{color:#9b6a15}.session-note{color:#425870}.technical-details{margin-top:1rem}.technical-details summary{cursor:pointer;color:#35577a;font-weight:600}@media (max-width: 720px){.topbar,.hero-panel,.toolbar-panel,.flow-panel-header,.wizard-stage-header,.wizard-solution-banner{flex-direction:column;align-items:stretch}.page-shell,.solution-grid{width:min(100% - 1rem,1120px)}.wizard-shell,.lane-grid,.wizard-entry-grid,.schema-field-row{grid-template-columns:1fr}}.hifi-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:18px;border-bottom:1px solid var(--hifi-line);margin-bottom:22px}.hifi-page-head__main{display:flex;flex-direction:column;gap:6px}.hifi-page-head__eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hifi-hse)}.hifi-page-head__title{font-size:28px;font-weight:700;margin:0;line-height:1.15;letter-spacing:-.005em;color:var(--hifi-ink)}.hifi-page-head__sub{font-size:13px;color:var(--hifi-ink-3);margin:0;line-height:1.45;max-width:78ch}.hifi-page-head__actions{display:flex;gap:12px;align-items:center}.hifi-kpi{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);padding:18px 20px;box-shadow:var(--hifi-shadow-1);display:flex;flex-direction:column;gap:6px}.hifi-kpi__value{font-size:30px;font-weight:700;color:var(--hifi-ink);line-height:1;letter-spacing:-.01em;font-variant-numeric:tabular-nums}.hifi-kpi--brand .hifi-kpi__value{color:var(--hifi-hse)}.hifi-kpi--ok .hifi-kpi__value{color:var(--hifi-good)}.hifi-kpi--warn .hifi-kpi__value{color:var(--hifi-warn)}.hifi-kpi__label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--hifi-ink-3)}.hifi-kpi__hint{font-size:12px;color:var(--hifi-ink-2)}.hifi-kpi-row{display:grid;gap:16px;grid-template-columns:repeat(var(--hifi-kpi-cols, 4),minmax(0,1fr))}.hifi-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;line-height:1.4}.hifi-pill__dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block}.hifi-pill--ok{background:var(--hifi-good-soft);color:var(--hifi-good)}.hifi-pill--info{background:var(--hifi-info-soft);color:var(--hifi-info)}.hifi-pill--warn{background:var(--hifi-warn-soft);color:var(--hifi-warn)}.hifi-pill--amber{background:var(--hifi-amber-soft);color:var(--hifi-amber)}.hifi-pill--brand{background:var(--hifi-hse-soft);color:var(--hifi-hse)}.hifi-pill--muted{background:var(--hifi-surface-3);color:var(--hifi-ink-3)}.hifi-table-wrap{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);overflow:hidden;box-shadow:var(--hifi-shadow-1)}.hifi-table{width:100%;border-collapse:collapse;font-size:14px;background:var(--hifi-surface)}.hifi-table thead th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--hifi-ink-3);padding:10px 14px;background:var(--hifi-surface-2);border-bottom:1px solid var(--hifi-line)}.hifi-table tbody td{padding:14px;border-bottom:1px solid var(--hifi-line);vertical-align:middle;color:var(--hifi-ink)}.hifi-table tbody tr:last-child td{border-bottom:none}.hifi-table tbody tr:hover{background:var(--hifi-surface-2)}.hifi-table .hifi-mono{font-family:var(--hifi-font-mono);font-size:13px;color:var(--hifi-ink-2)}.hifi-table .hifi-name{font-weight:700;color:var(--hifi-ink)}.hifi-table .hifi-desc{font-size:12px;color:var(--hifi-ink-3);margin-top:2px;line-height:1.4}.hifi-right-rail{background:var(--hifi-surface-2);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);padding:18px 20px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--hifi-shadow-1)}.hifi-right-rail__heading{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hifi-ink-3);margin:0}.hifi-right-rail__action{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:8px;text-align:left;font:inherit;cursor:pointer;color:var(--hifi-ink);transition:border-color .12s ease,background .12s ease}.hifi-right-rail__action:hover{border-color:var(--hifi-hse);background:var(--hifi-hse-soft)}.hifi-right-rail__action[disabled]{cursor:not-allowed;opacity:.6}.hifi-right-rail__action-title{font-weight:600;font-size:13px}.hifi-right-rail__action-hint{font-size:11px;color:var(--hifi-ink-3);margin-top:2px;display:block}.hifi-timeline{list-style:none;margin:0;padding:0 0 0 20px;position:relative}.hifi-timeline:before{content:"";position:absolute;left:6px;top:6px;bottom:6px;width:2px;background:var(--hifi-line-2);border-radius:1px}.hifi-timeline__item{position:relative;padding:0 0 14px 16px}.hifi-timeline__item:last-child{padding-bottom:0}.hifi-timeline__item:before{content:"";position:absolute;left:-20px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--hifi-surface);border:2px solid var(--hifi-line-2)}.hifi-timeline__item--done:before{background:var(--hifi-good);border-color:var(--hifi-good)}.hifi-timeline__item--current:before{background:var(--hifi-hse);border-color:var(--hifi-hse)}.hifi-timeline__item--err:before{background:var(--hifi-warn);border-color:var(--hifi-warn)}.hifi-timeline__date{font-family:var(--hifi-font-mono);font-size:11px;color:var(--hifi-ink-3)}.hifi-timeline__title{font-size:13px;color:var(--hifi-ink);font-weight:600}.hifi-timeline__detail{font-size:12px;color:var(--hifi-ink-3);margin-top:2px;line-height:1.4}.hifi-stepper{display:flex;align-items:stretch;gap:0;padding:18px 20px;background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);box-shadow:var(--hifi-shadow-1)}.hifi-stepper__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 6px;gap:8px}.hifi-stepper__bullet{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;background:var(--hifi-surface-3);color:var(--hifi-ink-4);border:2px solid transparent;flex-shrink:0}.hifi-stepper__step--done .hifi-stepper__bullet{background:var(--hifi-good);color:#fff}.hifi-stepper__step--current .hifi-stepper__bullet{background:var(--hifi-hse);color:#fff}.hifi-stepper__step--err .hifi-stepper__bullet{background:var(--hifi-warn);color:#fff}.hifi-stepper__title{font-weight:700;font-size:13px;color:var(--hifi-ink)}.hifi-stepper__step--todo .hifi-stepper__title{color:var(--hifi-ink-4)}.hifi-stepper__detail{font-size:11px;color:var(--hifi-ink-3);max-width:220px;line-height:1.4}.hifi-stepper__line{flex-basis:24px;height:2px;align-self:flex-start;margin-top:18px;background:var(--hifi-line-2)}.hifi-stepper__line--done{background:var(--hifi-good)}.hifi-stepper__line--current{background:linear-gradient(90deg,var(--hifi-good) 0%,var(--hifi-hse) 100%)}.hifi-stepper__line--err{background:var(--hifi-warn)}.hifi-sparkline{display:block;width:100%;height:100%}.hifi-sparkline__fill{fill:var(--hifi-hse-soft)}.hifi-sparkline__line{fill:none;stroke:var(--hifi-hse);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.hifi-sparkline--ok .hifi-sparkline__line{stroke:var(--hifi-good)}.hifi-sparkline--ok .hifi-sparkline__fill{fill:var(--hifi-good-soft)}.hifi-sparkline--warn .hifi-sparkline__line{stroke:var(--hifi-warn)}.hifi-sparkline--warn .hifi-sparkline__fill{fill:var(--hifi-warn-soft)}.vitrina-my-access.hifi-page{padding:1.5rem 2rem 3rem;display:flex;flex-direction:column;gap:24px}.vitrina-my-access__layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}@media (max-width: 1023px){.vitrina-my-access__layout{grid-template-columns:1fr}}.vitrina-my-access__bar-row{display:flex;align-items:center;gap:12px}.vitrina-my-access__bar{flex:1;max-width:220px;height:6px;background:var(--hifi-surface-3);border-radius:999px;overflow:hidden}.vitrina-my-access__bar>span{display:block;height:100%;background:var(--hifi-hse);border-radius:999px;transition:width .24s ease}.vitrina-my-access__bar--ok>span{background:var(--hifi-good)}.vitrina-my-access__bar--rotation>span{background:var(--hifi-amber)}.vitrina-my-access__bar--limit>span{background:var(--hifi-warn)}.vitrina-my-access__ratio{font-size:12px;font-weight:700;min-width:110px;text-align:right;color:var(--hifi-ink-2)}.vitrina-my-access__window{font-size:11px;color:var(--hifi-ink-3);margin-top:4px}.vitrina-my-access__sparkline-card{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);box-shadow:var(--hifi-shadow-1);overflow:hidden}.vitrina-my-access__sparkline-header{padding:14px 20px;border-bottom:1px solid var(--hifi-line)}.vitrina-my-access__sparkline-header h2{margin:0;font-size:14px;font-weight:700;color:var(--hifi-ink)}.vitrina-my-access__sparkline-body{padding:16px 24px;height:140px}.vitrina-my-access__banner{margin-bottom:0!important}.vitrina-my-requests.hifi-page{display:flex;flex-direction:column;gap:24px;padding:32px 0}.vitrina-my-requests__filter{align-self:flex-start}.vitrina-my-requests__layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}@media (max-width: 960px){.vitrina-my-requests__layout{grid-template-columns:1fr}}.vitrina-my-requests__table{width:100%}.vitrina-my-requests__row{cursor:pointer;transition:background .12s ease}.vitrina-my-requests__row:hover,.vitrina-my-requests__row--selected{background:var(--hifi-surface-2)}.hifi-table__cell-muted{color:var(--hifi-ink-2)}.hifi-table__cell-note{color:var(--hifi-ink-2);font-size:13px;line-height:1.5;max-width:32ch}.hifi-table__cell-actions{text-align:right}.vitrina-my-requests__panel{display:flex;flex-direction:column;gap:16px;background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);padding:20px;box-shadow:var(--hifi-shadow-1);position:sticky;top:24px}.vitrina-my-requests__panel-head{display:flex;flex-direction:column;gap:8px}.vitrina-my-requests__panel-head h2{margin:0;font-size:18px;font-weight:700;color:var(--hifi-ink)}.vitrina-my-requests__panel-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vitrina-my-requests__panel-body{margin:0;font-size:14px;color:var(--hifi-ink-2);line-height:1.55}.vitrina-my-requests__timeline-block h3{margin:0 0 8px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--hifi-ink-2)}.vitrina-my-requests__cancel-error{margin-top:0}.vitrina-my-requests__name-link{display:flex;flex-direction:column;gap:2px;background:none;border:0;padding:0;margin:0;text-align:left;cursor:pointer;color:inherit;font:inherit}.vitrina-my-requests__name-link:focus-visible{outline:2px solid var(--hifi-hse);outline-offset:2px;border-radius:var(--hifi-r-sm)}.vitrina-my-requests__name-link:hover .hifi-name{color:var(--hifi-hse)}.vitrina-catalog.hifi-page{display:flex;flex-direction:column;gap:24px;padding:32px 0}.vitrina-catalog__table-wrap{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);overflow:hidden;box-shadow:var(--hifi-shadow-1)}.vitrina-catalog__table{width:100%}.vitrina-catalog__name-link{display:flex;flex-direction:column;gap:2px;text-decoration:none;color:inherit}.vitrina-catalog__name-link:hover .hifi-name{color:var(--hifi-hse)}.vitrina-catalog__pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-md);font-size:13px;color:var(--hifi-ink-2)}.vitrina-catalog__pagination button{background:transparent;border:1px solid var(--hifi-line);border-radius:var(--hifi-r-sm);padding:6px 12px;font:inherit;color:var(--hifi-ink);cursor:pointer;transition:background .12s ease}.vitrina-catalog__pagination button:not(:disabled):hover{background:var(--hifi-surface-2)}.vitrina-catalog__pagination button:disabled{color:var(--hifi-ink-3);cursor:not-allowed;opacity:.6}.vitrina-catalog__loading{padding:24px;color:var(--hifi-ink-2);text-align:center}.vitrina-catalog__hero{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap}.vitrina-catalog__hero-actions{display:flex;gap:8px;flex-wrap:wrap}.vitrina-catalog__cta-primary,.vitrina-catalog__cta-secondary{border-radius:10px;padding:10px 18px;font:inherit;font-weight:500;cursor:pointer;border:1px solid var(--hifi-line, #DEE3EA);background:#fff;color:var(--hifi-ink, #0F172A);transition:background .12s ease}.vitrina-catalog__cta-primary{background:var(--hifi-hse, #1A36AB);border-color:var(--hifi-hse, #1A36AB);color:#fff}.vitrina-catalog__cta-primary:hover{filter:brightness(1.05)}.vitrina-catalog__cta-secondary:hover{background:var(--hifi-surface-2, #F6F7FB)}.vitrina-catalog__cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.vitrina-catalog__card{background:var(--hifi-surface, #FFFFFF);border:1px solid var(--hifi-line, #DEE3EA);border-radius:14px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 1px 2px #0f172a0a;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.vitrina-catalog__card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0f172a14;border-color:var(--hifi-hse, #1A36AB)}.vitrina-catalog__card-body{display:grid;grid-template-columns:56px 1fr;grid-template-rows:auto auto auto;grid-template-areas:"avatar headline" "meta   meta" "chips  chips";gap:12px 16px;padding:20px 20px 12px;text-decoration:none;color:inherit}.vitrina-catalog__avatar{grid-area:avatar;width:56px;height:56px;border-radius:14px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.vitrina-catalog__avatar-glyph{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:30px;opacity:.2}.vitrina-catalog__avatar-initials{position:relative;z-index:1;letter-spacing:.02em}.vitrina-catalog__card-headline{grid-area:headline;display:flex;flex-direction:column;gap:4px;min-width:0}.vitrina-catalog__card-title{margin:0;font-size:16px;font-weight:600;color:var(--hifi-ink, #0F172A);overflow-wrap:anywhere}.vitrina-catalog__card-summary{margin:0;font-size:13px;line-height:1.4;color:var(--hifi-ink-2, #5A6478);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vitrina-catalog__card-meta{grid-area:meta;display:flex;gap:16px;flex-wrap:wrap;font-size:12px}.vitrina-catalog__card-meta-label{display:block;text-transform:uppercase;letter-spacing:.04em;font-size:10px;color:var(--hifi-ink-3, #8390A2);margin-bottom:2px}.vitrina-catalog__card-meta-value{font-size:13px;font-weight:500;color:var(--hifi-ink, #0F172A)}.vitrina-catalog__chips{grid-area:chips;display:flex;gap:6px;flex-wrap:wrap;align-items:center}.vitrina-catalog__tag{font-size:11px;padding:2px 8px;border-radius:999px;background:var(--hifi-surface-2, #F6F7FB);border:1px solid var(--hifi-line, #DEE3EA);color:var(--hifi-ink-2, #5A6478)}.vitrina-catalog__card-actions{border-top:1px solid var(--hifi-line, #DEE3EA);padding:12px 20px;display:flex;justify-content:flex-end}.vitrina-catalog__card-cta{background:transparent;border:none;font:inherit;font-weight:500;color:var(--hifi-hse, #1A36AB);cursor:pointer;padding:6px 0;display:inline-flex;align-items:center;gap:6px}.vitrina-catalog__card-cta:hover{text-decoration:underline}.vitrina-card-screen.hifi-page{display:flex;flex-direction:column;gap:24px;padding:24px 0}.vitrina-card-screen__back{align-self:flex-start;font-size:13px;color:var(--hifi-ink-2);text-decoration:none}.vitrina-card-screen__back:hover{color:var(--hifi-hse)}.vitrina-card-screen__hero{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);padding:28px;box-shadow:var(--hifi-shadow-1)}.vitrina-card-screen__avatar{width:80px;height:80px;border-radius:var(--hifi-r-md);background:var(--hifi-hse);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;letter-spacing:-.02em}.vitrina-card-screen__hero-main{display:flex;flex-direction:column;gap:8px;min-width:0}.vitrina-card-screen__pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vitrina-card-screen__chip{display:inline-flex;align-items:center;padding:2px 10px;font-size:12px;font-weight:600;color:var(--hifi-ink-2);background:var(--hifi-surface-2);border:1px solid var(--hifi-line);border-radius:999px}.vitrina-card-screen__title{margin:4px 0 0;font-size:28px;font-weight:700;letter-spacing:-.01em;color:var(--hifi-ink)}.vitrina-card-screen__owner{margin:0;font-size:14px;color:var(--hifi-ink-3)}.vitrina-card-screen__cta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.vitrina-card-screen__cta-hint{font-size:12px;color:var(--hifi-ink-3)}.vitrina-card-screen__body{display:flex;flex-direction:column;gap:12px;background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);padding:24px;box-shadow:var(--hifi-shadow-1)}.vitrina-card-screen__description{margin:0;font-size:15px;line-height:1.55;color:var(--hifi-ink)}.vitrina-card-screen__tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.vitrina-card-screen__tags li{font-size:12px;color:var(--hifi-ink-2);background:var(--hifi-surface-2);padding:2px 10px;border-radius:999px;border:1px solid var(--hifi-line)}.vitrina-card-screen__examples{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);padding:16px;box-shadow:var(--hifi-shadow-1)}.vitrina-card-screen__loading{padding:24px;color:var(--hifi-ink-2)}@media (max-width: 720px){.vitrina-card-screen__hero{grid-template-columns:1fr;text-align:left}.vitrina-card-screen__cta{align-items:stretch}}.page-shell.hifi-page{width:min(1360px,calc(100% - 2rem));padding:28px 0 56px}.page-shell.hifi-page .panel{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);box-shadow:var(--hifi-shadow-1)}.page-shell.hifi-page .panel.hero-panel,.page-shell.hifi-page .panel.toolbar-panel,.page-shell.hifi-page .panel.flow-panel,.page-shell.hifi-page .panel.banner-panel,.page-shell.hifi-page .panel.auth-panel,.page-shell.hifi-page .panel.error-panel{padding:22px 24px}.page-shell.hifi-page .hero-panel{background:linear-gradient(180deg,var(--hifi-surface) 0%,var(--hifi-hse-soft) 240%);border:1px solid var(--hifi-line)}.page-shell.hifi-page .hero-panel h1{margin:0 0 8px;font-size:28px;font-weight:700;letter-spacing:-.01em;color:var(--hifi-ink)}.page-shell.hifi-page .eyebrow{margin:0 0 6px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:600;color:var(--hifi-hse)}.page-shell.hifi-page .lede,.page-shell.hifi-page .muted{color:var(--hifi-ink-3)}.page-shell.hifi-page .summary-card{padding:14px 16px;border-radius:var(--hifi-r-md);background:var(--hifi-surface-2);border:1px solid var(--hifi-line)}.page-shell.hifi-page .summary-label{text-transform:uppercase;font-size:11px;letter-spacing:.08em;color:var(--hifi-ink-3);font-weight:600}.page-shell.hifi-page .technical-details summary{color:var(--hifi-hse);font-weight:600}.page-shell.hifi-page .banner-panel{background:var(--hifi-amber-soft);border-color:var(--hifi-amber);color:var(--hifi-ink)}.page-shell.hifi-page .wizard-shell{gap:20px}.page-shell.hifi-page .wizard-rail{background:var(--hifi-surface-2);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);box-shadow:var(--hifi-shadow-1);padding:16px}.page-shell.hifi-page .wizard-rail-header{margin-bottom:12px}.page-shell.hifi-page .wizard-step-list button{border-radius:var(--hifi-r-md);transition:background-color .12s ease,color .12s ease}.page-shell.hifi-page .wizard-step-list button:hover{background:var(--hifi-hse-soft);color:var(--hifi-hse)}.page-shell.hifi-page .wizard-step-list .is-active button,.page-shell.hifi-page .wizard-step-list button[aria-current=step],.page-shell.hifi-page .wizard-step-list button.is-active{background:var(--hifi-hse);color:#fff}.page-shell.hifi-page .toolbar-panel{background:var(--hifi-surface);border:1px solid var(--hifi-line);align-items:center;gap:16px}.page-shell.hifi-page .solution-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:14px;padding-bottom:0}.page-shell.hifi-page .solution-card{position:relative;display:grid;gap:14px;background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-md);box-shadow:none;padding:18px 20px;transition:border-color .16s ease,background-color .16s ease;overflow:hidden}.page-shell.hifi-page .solution-card:before{content:"";position:absolute;inset:0 0 auto 0;height:2px;background:transparent;transition:background-color .16s ease}.page-shell.hifi-page .solution-card:hover{border-color:var(--hifi-line-2);background:var(--hifi-surface-2)}.page-shell.hifi-page .solution-card.selected-card,.page-shell.hifi-page .selected-card{border-color:var(--hifi-hse);background:var(--hifi-surface);box-shadow:none}.page-shell.hifi-page .solution-card.selected-card:before,.page-shell.hifi-page .selected-card:before{background:var(--hifi-hse)}.page-shell.hifi-page .card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--hifi-line)}.page-shell.hifi-page .card-header h2,.page-shell.hifi-page .card-header h3{color:var(--hifi-ink);font-weight:700;font-size:16px;letter-spacing:-.005em;margin:0}.page-shell.hifi-page .card-header .eyebrow{margin-bottom:4px;font-size:10px}.page-shell.hifi-page .solution-card .detail-list{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:0}.page-shell.hifi-page .solution-card .detail-list>div{display:grid;gap:2px;min-width:0}.page-shell.hifi-page .solution-card .detail-list dt{font-size:10px;letter-spacing:.08em;font-weight:700;text-transform:uppercase;color:var(--hifi-ink-3);margin:0}.page-shell.hifi-page .solution-card .detail-list dd{margin:0;font-size:13px;color:var(--hifi-ink-2);font-weight:500;word-break:break-word}.page-shell.hifi-page .solution-card .detail-list dd code,.page-shell.hifi-page .hifi-page-mono{font-family:var(--hifi-font-mono, ui-monospace, "SF Mono", "Cascadia Code", monospace);font-size:12px;color:var(--hifi-ink);background:transparent;padding:0}.page-shell.hifi-page .solution-card .card-actions{display:flex;flex-wrap:wrap;gap:8px;margin:0}.page-shell.hifi-page .solution-card .card-actions button{font-size:13px;padding:7px 12px}.page-shell.hifi-page .solution-card>.muted{margin:0;font-size:12px;color:var(--hifi-ink-3)}.page-shell.hifi-page .monitoring-summary{display:grid;gap:8px;padding:12px 14px;border-radius:var(--hifi-r-md);background:var(--hifi-surface-2);border:1px solid var(--hifi-line)}.page-shell.hifi-page .monitoring-summary strong{font-size:12px;letter-spacing:.04em;font-weight:700;color:var(--hifi-ink)}.page-shell.hifi-page .monitoring-summary .observability-note{margin:0;font-size:12px;color:var(--hifi-ink-3)}.page-shell.hifi-page .monitoring-actions{margin-top:4px}.page-shell.hifi-page .hifi-kpi-row{gap:12px}.page-shell.hifi-page .hifi-kpi__value{font-size:28px}.page-shell.hifi-page .status-pill{border:1px solid var(--hifi-line);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;background:var(--hifi-surface-2);color:var(--hifi-ink-2)}.page-shell.hifi-page .status-pill.status-ready{background:var(--hifi-good-soft);color:var(--hifi-good);border-color:var(--hifi-good-soft)}.page-shell.hifi-page .status-pill.status-provisioning{background:var(--hifi-amber-soft);color:var(--hifi-amber);border-color:var(--hifi-amber-soft)}.page-shell.hifi-page .status-pill.status-degraded,.page-shell.hifi-page .mock-badge{background:var(--hifi-warn-soft);color:var(--hifi-warn);border-color:var(--hifi-warn-soft)}.page-shell.hifi-page .detail-list dt{color:var(--hifi-ink-3);font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.page-shell.hifi-page .detail-list dd{color:var(--hifi-ink)}.page-shell.hifi-page .primary-button,.page-shell.hifi-page .primary-link{background:var(--hifi-hse);border-radius:var(--hifi-r-md);font-weight:600;border-color:var(--hifi-hse)}.page-shell.hifi-page .primary-button:hover:not(:disabled),.page-shell.hifi-page .primary-link:hover{background:var(--hifi-hse-2)}.page-shell.hifi-page .secondary-button{background:var(--hifi-surface);color:var(--hifi-ink);border:1px solid var(--hifi-line-2);border-radius:var(--hifi-r-md);font-weight:600}.page-shell.hifi-page .secondary-button:hover:not(:disabled){background:var(--hifi-surface-2);border-color:var(--hifi-hse);color:var(--hifi-hse)}.page-shell.hifi-page .inline-link{color:var(--hifi-hse);text-decoration:underline;text-underline-offset:2px}.deployment-saga{display:grid;gap:20px;margin:0 0 28px;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Manrope,sans-serif}.deployment-saga__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;padding-bottom:18px;border-bottom:1px solid var(--hifi-line)}.deployment-saga__crumb{display:grid;gap:6px;min-width:0}.deployment-saga__eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--hifi-hse)}.deployment-saga__title{margin:0;font-size:28px;font-weight:700;letter-spacing:-.01em;color:var(--hifi-ink);line-height:1.15}.deployment-saga__lede{margin:0;max-width:68ch;color:var(--hifi-ink-3);font-size:14px;line-height:1.55}.deployment-saga__head-actions{display:flex;align-items:center;gap:12px}.deployment-saga__cor{display:inline-flex;align-items:center;height:28px;padding:0 10px;font-family:var(--hifi-font-mono);font-size:12px;color:var(--hifi-ink-3);background:var(--hifi-surface-2);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-sm)}.deployment-saga__btn{display:inline-flex;align-items:center;height:36px;padding:0 14px;font-size:13px;font-weight:600;border-radius:var(--hifi-r-md);border:1px solid transparent;cursor:pointer;transition:background-color .12s ease,color .12s ease,border-color .12s ease}.deployment-saga__btn--primary{background:var(--hifi-hse);color:#fff;border-color:var(--hifi-hse)}.deployment-saga__btn--primary:hover{background:var(--hifi-hse-2)}.deployment-saga__btn--ghost{background:transparent;color:var(--hifi-ink);border-color:var(--hifi-line-2)}.deployment-saga__btn--ghost:hover{border-color:var(--hifi-hse);color:var(--hifi-hse)}.deployment-saga__btn--block{width:100%;justify-content:center}.deployment-saga__panel{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);box-shadow:var(--hifi-shadow-1);padding:28px 32px}.deployment-saga__panel-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:28px}.deployment-saga__pill{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:600;background:var(--hifi-surface-2);color:var(--hifi-ink-2);border:1px solid var(--hifi-line)}.deployment-saga__pill--brand{background:var(--hifi-hse-soft);color:var(--hifi-hse);border-color:var(--hifi-hse-soft-2)}.deployment-saga__pill--good{background:var(--hifi-good-soft);color:var(--hifi-good);border-color:var(--hifi-good-soft)}.deployment-saga__pill--warn{background:var(--hifi-warn-soft);color:var(--hifi-warn);border-color:var(--hifi-warn-soft)}.deployment-saga__dot{width:8px;height:8px;border-radius:50%;background:currentColor}.deployment-saga__meta-text{font-size:13px;color:var(--hifi-ink-3)}.deployment-saga__steps{display:flex;align-items:stretch;gap:0;margin:0;padding:0;list-style:none}.deployment-saga__step{flex:1;display:grid;grid-template-rows:auto 1fr;align-items:start;text-align:center;padding:0 8px;min-width:0}.deployment-saga__step-head{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:0;height:44px}.deployment-saga__step:last-child .deployment-saga__step-head{grid-template-columns:auto}.deployment-saga__node{position:relative;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;background:var(--hifi-surface-3);color:var(--hifi-ink-4);border:2px solid transparent;flex-shrink:0;z-index:1;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.deployment-saga__step--done .deployment-saga__node{background:var(--hifi-good);color:#fff}.deployment-saga__step--run .deployment-saga__node{background:var(--hifi-hse);color:#fff}.deployment-saga__step--err .deployment-saga__node{background:var(--hifi-warn);color:#fff}.deployment-saga__step--rb .deployment-saga__node{background:var(--hifi-surface-3);color:var(--hifi-warn);border:2px dashed var(--hifi-warn)}.deployment-saga__node-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px dashed var(--hifi-hse);animation:saga-spin 4.5s linear infinite}@keyframes saga-spin{to{transform:rotate(360deg)}}.deployment-saga__line{height:2px;background:var(--hifi-line-2);align-self:center;margin:0}.deployment-saga__line--done{background:var(--hifi-good)}.deployment-saga__line--run{background:linear-gradient(90deg,var(--hifi-good) 0%,var(--hifi-hse) 100%)}.deployment-saga__line--err{background:var(--hifi-warn)}.deployment-saga__line--todo{background:var(--hifi-line-2)}.deployment-saga__step-body{padding:14px 4px 0}.deployment-saga__step-title{font-weight:700;font-size:14px;color:var(--hifi-ink);line-height:1.3}.deployment-saga__step--todo .deployment-saga__step-title{color:var(--hifi-ink-4)}.deployment-saga__step-desc{font-size:12px;color:var(--hifi-ink-3);margin-top:4px;max-width:220px;margin-inline:auto;line-height:1.4}.deployment-saga__step-meta{font-family:var(--hifi-font-mono);font-size:11px;color:var(--hifi-ink-4);margin-top:8px;letter-spacing:.02em}.deployment-saga__step--run .deployment-saga__step-meta{color:var(--hifi-hse)}.deployment-saga__step--err .deployment-saga__step-meta{color:var(--hifi-warn)}.deployment-saga__split{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.deployment-saga__log{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);box-shadow:var(--hifi-shadow-1);display:grid;grid-template-rows:auto 1fr;min-height:280px}.deployment-saga__log-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:18px 20px;border-bottom:1px solid var(--hifi-line)}.deployment-saga__log-head h3{margin:0;font-size:14px;font-weight:600;color:var(--hifi-ink)}.deployment-saga__log-source{font-size:12px;color:var(--hifi-ink-3)}.deployment-saga__log-body{padding:18px 20px;font-family:var(--hifi-font-mono);font-size:13px;line-height:1.85;color:var(--hifi-ink-2);overflow-x:auto}.deployment-saga__log-row{white-space:nowrap}.deployment-saga__log-row--pending{opacity:.55}.deployment-saga__log-at{color:var(--hifi-ink-4)}.deployment-saga__log-sep{color:var(--hifi-ink-4);margin:0 6px}.deployment-saga__log-name{font-weight:700;color:var(--hifi-good)}.deployment-saga__log-row--started .deployment-saga__log-name{color:var(--hifi-hse)}.deployment-saga__log-row--succeeded .deployment-saga__log-name{color:var(--hifi-good)}.deployment-saga__log-row--failed .deployment-saga__log-name,.deployment-saga__log-row--compensation .deployment-saga__log-name{color:var(--hifi-warn)}.deployment-saga__log-row--pending .deployment-saga__log-name{color:var(--hifi-ink-4)}.deployment-saga__log-detail{margin-left:12px;color:var(--hifi-ink-2);font-weight:400}.deployment-saga__rail{display:grid;gap:12px}.deployment-saga__card{background:var(--hifi-surface);border:1px solid var(--hifi-line);border-radius:var(--hifi-r-lg);box-shadow:var(--hifi-shadow-1);padding:18px 20px}.deployment-saga__card--brand{border:1.5px solid var(--hifi-hse)}.deployment-saga__card--warn{background:var(--hifi-warn-soft);border-color:var(--hifi-warn-soft)}.deployment-saga__card--tinted{background:var(--hifi-surface-2)}.deployment-saga__card-eyebrow{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hifi-hse);margin-bottom:8px}.deployment-saga__card--warn .deployment-saga__card-eyebrow{color:var(--hifi-warn)}.deployment-saga__card--tinted .deployment-saga__card-eyebrow{color:var(--hifi-ink-3)}.deployment-saga__card-title{margin:0;font-size:15px;font-weight:600;color:var(--hifi-ink);line-height:1.5}.deployment-saga__card-text{margin:6px 0 0;font-size:13px;color:var(--hifi-ink-3);line-height:1.5}.deployment-saga__card-list{list-style:disc;padding-left:18px;margin:0;font-size:13px;color:var(--hifi-ink-2);line-height:1.7}.deployment-saga__bar{height:6px;background:var(--hifi-surface-3);border-radius:999px;overflow:hidden;margin-top:16px}.deployment-saga__bar>span{display:block;height:100%;background:var(--hifi-hse);border-radius:999px;transition:width .6s ease-out}.deployment-saga__bar-meta{font-size:12px;color:var(--hifi-ink-3);margin-top:6px}@media (max-width: 960px){.deployment-saga__head{grid-template-columns:1fr;align-items:start}.deployment-saga__head-actions{justify-self:start;flex-wrap:wrap}.deployment-saga__split{grid-template-columns:1fr}.deployment-saga__steps{flex-direction:column;gap:16px}.deployment-saga__step{display:grid;grid-template-columns:44px minmax(0,1fr);text-align:left;gap:14px;padding:0}.deployment-saga__step-head{grid-template-columns:auto;height:auto}.deployment-saga__line{display:none}.deployment-saga__step-body{padding:0}.deployment-saga__step-desc{margin-inline:0;max-width:none}}@media (prefers-reduced-motion: reduce){.deployment-saga__node-ring{animation:none}.deployment-saga__bar>span{transition:none}}.deploy-chooser__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:24px}.deploy-chooser__card{border:1px solid var(--hifi-line, #DFE3EC);border-radius:14px;padding:24px;background:var(--hifi-surface, #fff);display:flex;flex-direction:column;gap:12px}.deploy-chooser__card-title{font-size:18px;font-weight:600;margin:0}.deploy-chooser__card-body{margin:0;color:var(--hifi-text-muted, #5A6478);font-size:14px;line-height:1.5}.deploy-chooser__card-cta{margin-top:auto;align-self:flex-start;padding:8px 16px;border:1px solid var(--hifi-accent, #1F45CD);border-radius:8px;background:var(--hifi-accent, #1F45CD);color:#fff;cursor:pointer;font-weight:600}.deploy-chooser__card-cta:hover{filter:brightness(.95)}.deploy-form{display:grid;gap:16px;max-width:640px;margin-top:24px}.deploy-form__field{display:grid;gap:6px;font-size:14px}.deploy-form__label{font-weight:500}.deploy-form input,.deploy-form select{padding:8px 10px;border:1px solid var(--hifi-line, #DFE3EC);border-radius:6px;font:inherit;background:#fff}.deploy-form__error{color:var(--hifi-warn, #B23A1F);margin:0}.deploy-form__submit{justify-self:start;padding:10px 20px;border:1px solid var(--hifi-accent, #1F45CD);background:var(--hifi-accent, #1F45CD);color:#fff;border-radius:8px;cursor:pointer;font-weight:600}.deploy-form__submit:disabled{opacity:.5;cursor:not-allowed}.deploy-form__secondary{justify-self:start;padding:8px 16px;border:1px solid var(--hifi-line, #DFE3EC);background:#fff;border-radius:8px;cursor:pointer}.deploy-form__source,.deploy-form__schema-group{border:1px solid var(--hifi-line, #DFE3EC);border-radius:8px;padding:12px 16px;display:grid;gap:12px;background:var(--hifi-surface-2, #F6F7FB)}.deploy-form__source legend,.deploy-form__schema-group legend{padding:0 4px;font-weight:600}.deploy-form__source-modes{display:flex;gap:16px;flex-wrap:wrap}.deploy-form__source-mode{display:inline-flex;align-items:center;gap:6px;font-size:14px;cursor:pointer}.deploy-form__source-mode input[type=radio]{width:auto;padding:0}.deploy-form__hint{color:var(--hifi-text-muted, #5A6478);font-size:13px}.deploy-form__file-ready{font-size:13px;color:var(--hifi-success, #1A7C45)}.deploy-form__schema{display:grid;gap:12px}.deploy-form__schema-title{margin:0;font-size:18px}.deploy-form__schema-intro{margin:0;color:var(--hifi-text-muted, #5A6478);font-size:14px}.deploy-form__schema-row{display:grid;grid-template-columns:1fr 160px auto;gap:8px;align-items:center}.deploy-form__schema-add,.deploy-form__schema-remove{padding:6px 12px;border:1px solid var(--hifi-line, #DFE3EC);background:#fff;border-radius:6px;cursor:pointer;font-size:13px}.deploy-form__schema-add{justify-self:start}.deploy-form__schema-remove:disabled{opacity:.4;cursor:not-allowed}.deploy-llm__sizing{border:1px solid var(--hifi-line, #DFE3EC);border-radius:12px;padding:16px;display:grid;gap:8px;background:var(--hifi-surface-2, #F6F7FB)}.deploy-llm__sizing-title{font-size:16px;margin:0 0 4px}.deploy-llm__sizing-grid{display:grid;grid-template-columns:max-content 1fr;gap:4px 12px;margin:0}.deploy-llm__sizing-grid dt{color:var(--hifi-text-muted, #5A6478)}.deploy-llm__sizing-grid dd{margin:0;font-variant-numeric:tabular-nums}.deploy-llm__verdict{margin:0}.deploy-llm__hint{color:var(--hifi-warn, #B23A1F);margin:0}.deploy-llm__accept{display:flex;gap:8px;align-items:center}.deploy-progress__steps{list-style:none;padding:0;margin:16px 0;display:grid;gap:4px}.deploy-progress__step{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:baseline;padding:4px 0}.deploy-progress__step[data-status=in_progress]{font-weight:600}.deploy-progress__step[data-status=failed]{color:var(--hifi-warn, #B23A1F)}.deploy-progress__step-detail{grid-column:2 / -1;color:var(--hifi-text-muted, #5A6478);font-size:13px}.deploy-progress__operation{display:inline-flex;gap:8px;align-items:center;padding:8px 0;font-size:14px}.deploy-progress__operation code{font-family:var(--hifi-font-mono, ui-monospace, "SF Mono", Menlo, Consolas);background:var(--hifi-surface-2, #F6F7FB);padding:2px 6px;border-radius:4px}.deploy-progress__copy,.deploy-ready__copy{border:1px solid var(--hifi-line, #DFE3EC);background:#fff;border-radius:6px;padding:4px 10px;cursor:pointer;font-size:13px}.deploy-progress__error{border:1px solid var(--hifi-warn, #B23A1F);background:#fceeea;border-radius:8px;padding:12px 16px;margin:12px 0}.deploy-progress__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.deploy-progress__action{padding:8px 16px;border:1px solid var(--hifi-line, #DFE3EC);background:#fff;border-radius:8px;cursor:pointer}.deploy-progress__action--ghost{border:none;background:transparent;color:var(--hifi-text-muted, #5A6478)}.deploy-ready__block{padding:16px 0;border-bottom:1px solid var(--hifi-line, #DFE3EC)}.deploy-ready__block:last-child{border-bottom:none}.deploy-ready__heading{font-size:16px;margin:0 0 8px}.deploy-ready__url,.deploy-ready__key{display:inline-block;font-family:var(--hifi-font-mono, ui-monospace, "SF Mono", Menlo, Consolas);background:var(--hifi-surface-2, #F6F7FB);padding:6px 10px;border-radius:6px;margin-right:8px;word-break:break-all}.deploy-ready__key--placeholder{color:var(--hifi-text-muted, #5A6478)}.deploy-ready__warning{color:var(--hifi-warn, #B23A1F);margin:0 0 8px;font-size:14px}.deploy-ready__primary{margin-right:8px;padding:8px 16px;border:1px solid var(--hifi-accent, #1F45CD);background:var(--hifi-accent, #1F45CD);color:#fff;border-radius:8px;cursor:pointer}.deploy-ready__primary:disabled{opacity:.5}.deploy-ready__example{background:var(--hifi-surface-2, #F6F7FB);padding:12px;border-radius:8px;overflow-x:auto;font-size:13px}.deploy-ready__actions{display:flex;gap:8px;flex-wrap:wrap}.deploy-ready__action{padding:8px 16px;border:1px solid var(--hifi-line, #DFE3EC);background:#fff;border-radius:8px;text-decoration:none;color:inherit}.deploy-ready__action--ghost{border:none;background:transparent;color:var(--hifi-text-muted, #5A6478)}.deploy-ready__error{color:var(--hifi-warn, #B23A1F);margin:8px 0 0}.service-author{display:grid;gap:24px}.service-author__loading,.service-author__error{color:var(--hifi-text-muted, #5C6B7A);margin:0}.service-author__error{color:var(--hifi-warn, #B23A1F)}.service-tabs{display:grid;gap:16px}.service-tabs__list{display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid var(--hifi-line, #DEE3EA);padding:0}.service-tabs__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:10px 14px;cursor:pointer;color:var(--hifi-text-muted, #5C6B7A);font:inherit;border-bottom:2px solid transparent;margin-bottom:-1px;border-radius:6px 6px 0 0}.service-tabs__tab:hover{color:var(--hifi-text, #0F1825);background:var(--hifi-surface-2, #F4F6FA)}.service-tabs__tab--active,.service-tabs__tab[aria-selected=true]{color:var(--hifi-accent, #0033A0);border-bottom-color:var(--hifi-accent, #0033A0);background:transparent}.service-tabs__tab:focus-visible{outline:2px solid var(--hifi-accent, #0033A0);outline-offset:2px}.service-tabs__panel{padding:16px 0 0}.service-overview{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin:0}.service-overview__row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;padding:8px 0;border-bottom:1px solid var(--hifi-line, #DEE3EA)}.service-overview__row:last-child{border-bottom:0}.service-overview__row dt{color:var(--hifi-text-muted, #5C6B7A);font-weight:500}.service-overview__row dd{margin:0}.service-overview__endpoint{font-family:var(--hifi-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:13px}.service-overview__history{display:grid;gap:10px;margin:0;padding-left:18px}.service-overview__history-item{display:grid;gap:6px}.service-overview__version{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;color:var(--hifi-text-muted, #5C6B7A)}.service-overview__version code{color:var(--hifi-text, #1F2A37);font-size:12px}.service-overview__blocked-action{justify-self:start;opacity:.7}.service-overview__hint{margin:6px 0 0;color:var(--hifi-text-muted, #5C6B7A);font-size:13px}.service-overview__row--panel{align-items:start}.service-config-editor{display:grid;gap:12px;max-width:560px}.service-config-editor label{display:grid;gap:6px;font-size:14px}.service-config-editor input{border:1px solid var(--hifi-line, #DEE3EA);border-radius:8px;padding:8px 10px;font:inherit}.service-config-editor__actions{display:flex;gap:10px}.service-invoke{display:grid;gap:12px}.service-invoke__heading{margin:0;font-size:16px;font-weight:600}.service-invoke__hint{color:var(--hifi-text-muted, #5C6B7A);margin:0}.service-invoke__example{background:var(--hifi-surface-2, #F4F6FA);border:1px solid var(--hifi-line, #DEE3EA);border-radius:8px;padding:12px 14px;font-family:var(--hifi-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:13px;white-space:pre;overflow-x:auto}.service-invoke__copy{justify-self:start;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--hifi-surface, #FFFFFF);border:1px solid var(--hifi-line, #DEE3EA);padding:8px 14px;border-radius:6px;cursor:pointer;font:inherit}.service-invoke__empty,.service-events__empty,.service-deployments__empty{color:var(--hifi-text-muted, #5C6B7A);margin:0}.service-events{display:grid;gap:12px;margin:0;padding:0;list-style:none}.service-events__item{border:1px solid var(--hifi-line, #DEE3EA);border-radius:10px;padding:12px 14px;display:grid;gap:6px}.service-events__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--hifi-text-muted, #5C6B7A);font-size:13px}.service-invoke__subheading{margin:0;font-size:14px;font-weight:600;color:var(--hifi-text-muted, #5C6B7A);text-transform:uppercase;letter-spacing:.04em}.service-invoke__form{display:grid;gap:12px}.service-invoke__field{display:grid;gap:6px}.service-invoke__field-label{font-size:13px;font-weight:500;color:var(--hifi-text, #1B2433)}.service-invoke__field-input,.service-invoke__field-textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--hifi-line, #DEE3EA);border-radius:6px;padding:8px 10px;font:inherit;background:var(--hifi-surface, #FFFFFF);color:var(--hifi-text, #1B2433);width:100%;box-sizing:border-box}.service-invoke__field-textarea{resize:vertical;min-height:80px;font-family:var(--hifi-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace)}.service-invoke__form-table{width:100%;border-collapse:collapse}.service-invoke__form-table th,.service-invoke__form-table td{padding:8px 10px;border-bottom:1px solid var(--hifi-line, #DEE3EA);text-align:left;vertical-align:middle}.service-invoke__form-table th{font-size:12px;font-weight:600;color:var(--hifi-text-muted, #5C6B7A);text-transform:uppercase;letter-spacing:.04em}.service-invoke__form-name{font-family:var(--hifi-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:13px;font-weight:500;width:30%}.service-invoke__form-type{color:var(--hifi-text-muted, #5C6B7A);font-size:12px;width:12%}.service-invoke__empty-form{color:var(--hifi-text-muted, #5C6B7A);margin:0;font-style:italic}.service-invoke__send-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.service-invoke__send{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--hifi-accent, #2C5BFF);color:#fff;border:none;padding:9px 18px;border-radius:6px;cursor:pointer;font:inherit;font-weight:600}.service-invoke__send:disabled{background:var(--hifi-line, #DEE3EA);color:var(--hifi-text-muted, #5C6B7A);cursor:not-allowed}.service-invoke__send-reason{color:var(--hifi-text-muted, #5C6B7A);font-size:13px}.service-invoke__feedback{border-radius:8px;padding:10px 14px;display:grid;gap:6px}.service-invoke__feedback--ok{background:var(--hifi-surface-2, #F4F6FA);border:1px solid var(--hifi-line, #DEE3EA)}.service-invoke__feedback--error{background:#dc354514;border:1px solid rgba(220,53,69,.4)}.service-invoke__feedback-label{margin:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--hifi-text-muted, #5C6B7A)}.service-invoke__feedback-body{margin:0;font-family:var(--hifi-font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);font-size:12px;white-space:pre-wrap;word-break:break-word;max-height:320px;overflow:auto}.service-deployments{display:grid;gap:16px}.service-deployments__heading{margin:0;font-size:16px;font-weight:600}.service-deployments__table{width:100%;border-collapse:collapse}.service-deployments__table th,.service-deployments__table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--hifi-line, #DEE3EA)}.service-deployments__table th{color:var(--hifi-text-muted, #5C6B7A);font-weight:500}.service-deployments__hint{color:var(--hifi-text-muted, #5C6B7A);margin:0;font-size:13px}.service-deployments--rich{background:var(--hifi-surface, #FFFFFF);border:1px solid var(--hifi-line, #DEE3EA);border-radius:12px;padding:24px;box-shadow:0 1px 2px #0f172a0a}.service-deployments__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.service-deployments__eyebrow{margin:0 0 4px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--hifi-text-muted, #5C6B7A)}.service-deployments__title{margin:0 0 4px;font-size:20px;font-weight:600}.service-deployments__sub{margin:0;color:var(--hifi-text-muted, #5C6B7A);font-size:14px}.service-deployments__header-actions{display:flex;gap:8px}.service-deployments__refresh,.service-deployments__retry{border:1px solid var(--hifi-line, #DEE3EA);background:#fff;border-radius:8px;padding:8px 14px;font-size:14px;cursor:pointer}.service-deployments__refresh:hover:not([disabled]),.service-deployments__retry:hover:not([disabled]){background:var(--hifi-surface-2, #F6F7FB)}.service-deployments__retry{background:var(--hifi-accent, #2347D6);border-color:var(--hifi-accent, #2347D6);color:#fff}.service-deployments__retry:hover:not([disabled]){background:var(--hifi-accent-strong, #1A36AB)}.service-deployments__refresh--ghost{background:transparent}.service-deployments__steps{list-style:none;padding:16px;margin:0;display:grid;gap:12px;background:var(--hifi-surface-2, #F6F7FB);border-radius:10px;border:1px solid var(--hifi-line, #DEE3EA)}.service-deployments__step{display:grid;grid-template-columns:28px 1fr;gap:12px;align-items:center;font-size:14px;color:var(--hifi-text-muted, #5C6B7A)}.service-deployments__step-glyph{width:24px;height:24px;border-radius:50%;background:var(--hifi-surface, #FFFFFF);border:1px solid var(--hifi-line, #DEE3EA);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:var(--hifi-text-muted, #5C6B7A)}.service-deployments__step[data-status=done]{color:var(--hifi-text, #0F172A)}.service-deployments__step[data-status=done] .service-deployments__step-glyph{background:var(--hifi-ok, #1F9D55);border-color:var(--hifi-ok, #1F9D55);color:#fff}.service-deployments__step[data-status=in_progress]{color:var(--hifi-text, #0F172A);font-weight:600}.service-deployments__step[data-status=in_progress] .service-deployments__step-glyph{background:var(--hifi-accent, #2347D6);border-color:var(--hifi-accent, #2347D6);color:#fff;animation:service-deployments-pulse 1.4s ease-in-out infinite}.service-deployments__step[data-status=failed]{color:var(--hifi-warn, #B23A1F);font-weight:600}.service-deployments__step[data-status=failed] .service-deployments__step-glyph{background:var(--hifi-warn, #B23A1F);border-color:var(--hifi-warn, #B23A1F);color:#fff}@keyframes service-deployments-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.85}}.service-deployments__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 16px;margin:0;padding:12px 0 0}.service-deployments__meta div{display:grid;gap:4px}.service-deployments__meta dt{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--hifi-text-muted, #5C6B7A)}.service-deployments__meta dd{margin:0;font-size:14px;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.service-deployments__meta code{font-family:var(--hifi-font-mono, ui-monospace, "SF Mono", Menlo, Consolas);background:var(--hifi-surface-2, #F6F7FB);padding:2px 8px;border-radius:6px;font-size:13px}.service-deployments__copy{border:1px solid var(--hifi-line, #DEE3EA);background:#fff;border-radius:6px;padding:2px 10px;font-size:12px;cursor:pointer}.service-deployments__status{font-weight:600}.service-deployments__status--ready{color:var(--hifi-ok, #1F9D55)}.service-deployments__status--failed,.service-deployments__status--blocked{color:var(--hifi-warn, #B23A1F)}.service-deployments__status--deploying{color:var(--hifi-accent, #2347D6)}.service-deployments__failure{border:1px solid var(--hifi-warn, #B23A1F);background:#fceeea;border-radius:10px;padding:16px;display:grid;gap:8px}.service-deployments__failure h4{margin:0;font-size:16px;color:var(--hifi-warn, #B23A1F)}.service-deployments__failure p{margin:0;color:var(--hifi-text, #0F172A);font-size:14px}.service-deployments__blocker code{font-family:var(--hifi-font-mono, ui-monospace, "SF Mono", Menlo, Consolas);background:#fff;padding:2px 6px;border-radius:4px}.service-deployments__failure-actions{display:flex;gap:8px;flex-wrap:wrap;padding-top:4px}.service-deployments__action-error{margin:0;padding:8px 12px;border:1px solid var(--hifi-warn, #B23A1F);background:#fff;color:var(--hifi-warn, #B23A1F);border-radius:8px;font-size:13px}.service-keys,.service-operations,.service-monitoring,.service-vitrina{display:grid;gap:14px;max-width:720px}.service-keys__heading{margin:0;font-size:16px;font-weight:600}.service-keys__summary,.service-operations__summary,.service-monitoring__summary{display:grid;grid-template-columns:minmax(160px,max-content) 1fr;gap:6px 16px;margin:0}.service-keys__summary>div,.service-operations__summary>div,.service-monitoring__summary>div{display:contents}.service-keys__summary dt,.service-operations__summary dt,.service-monitoring__summary dt{color:var(--hifi-text-muted, #5C6B7A);font-weight:500;margin:0}.service-keys__summary dd,.service-operations__summary dd,.service-monitoring__summary dd{margin:0}.service-keys__empty,.service-monitoring__hint,.service-operations__unavailable{color:var(--hifi-text-muted, #5C6B7A);margin:0}.service-keys__plaintext{background:var(--hifi-surface-2, #F5F7FA);border:1px solid var(--hifi-warn, #D2691E);border-radius:10px;padding:12px 14px;display:grid;gap:6px}.service-keys__warning{color:var(--hifi-warn, #D2691E);margin:0;font-weight:500}.service-keys__plaintext-label{color:var(--hifi-text-muted, #5C6B7A);margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.service-keys__plaintext-value{font-family:var(--hifi-font-mono, ui-monospace, Menlo, monospace);word-break:break-all}.service-keys__actions{display:flex;gap:8px;flex-wrap:wrap}.service-keys__revoke{border-color:var(--hifi-warn, #D2691E);color:var(--hifi-warn, #D2691E)}.service-keys__error{color:var(--hifi-warn, #D2691E);margin:0}.service-operations__cta,.service-monitoring__cta{justify-self:start;text-decoration:none;color:var(--hifi-accent, #0033A0);border-bottom:1px solid currentColor;padding-bottom:1px}.service-vitrina__intro{margin:0}.service-vitrina{display:grid;gap:16px}.service-vitrina__state{display:grid;grid-template-columns:minmax(160px,max-content) 1fr;gap:6px 16px;margin:0}.service-vitrina__state>div{display:contents}.service-vitrina__state dt{color:var(--hifi-text-muted, #5C6B7A);font-weight:500;margin:0}.service-vitrina__state dd{margin:0}.service-vitrina__form{display:grid;gap:12px}.service-vitrina__form h3{margin:0}.service-vitrina__field{display:grid;gap:4px}.service-vitrina__field span{color:var(--hifi-text-muted, #5C6B7A);font-size:13px}.service-vitrina__field input,.service-vitrina__field textarea,.service-vitrina__field select{font:inherit;padding:8px 10px;border:1px solid var(--hifi-border, #d6dbe2);border-radius:8px;background:var(--hifi-surface, #fff)}.service-vitrina__actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.service-vitrina__cta{border:1px solid var(--hifi-accent, #0033A0);background:var(--hifi-accent, #0033A0);color:#fff;border-radius:8px;padding:8px 14px;cursor:pointer}.service-vitrina__cta:disabled,.service-vitrina__secondary:disabled{opacity:.55;cursor:not-allowed}.service-vitrina__secondary{border:1px solid var(--hifi-accent, #0033A0);background:transparent;color:var(--hifi-accent, #0033A0);border-radius:8px;padding:8px 14px;cursor:pointer}.service-vitrina__link{color:var(--hifi-accent, #0033A0);text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px}.service-vitrina__error{color:var(--hifi-warn, #D2691E);margin:0}.service-vitrina__success{color:var(--hifi-accent, #0033A0);margin:0}.service-monitoring-setup{display:grid;gap:24px;padding:24px;max-width:980px;margin:0 auto}.service-monitoring-setup__header{display:grid;gap:8px}.service-monitoring-setup__intro{margin:0;color:var(--hifi-text-muted, #5C6B7A)}.service-monitoring-setup__panel{background:var(--hifi-surface, #fff);border:1px solid var(--hifi-border, #d6dbe2);border-radius:12px;padding:20px;display:grid;gap:12px}.service-monitoring-setup__panel h2{margin:0;font-size:18px}.service-monitoring-setup__panel p{margin:0;color:var(--hifi-text-muted, #5C6B7A)}.vitrina-admin-moderation.hifi-page{padding:1.5rem 2rem 3rem;display:flex;flex-direction:column;gap:24px}.vitrina-admin-moderation__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:16px}@media (max-width: 1023px){.vitrina-admin-moderation__layout{grid-template-columns:1fr}}.vitrina-admin-moderation__queue{min-width:0}.vitrina-admin-moderation__name-link{background:none;border:0;padding:0;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:2px;color:inherit}.vitrina-admin-moderation__row--selected{background:var(--hifi-surface-2, #F1F4F9)}.vitrina-admin-moderation__panel{background:var(--hifi-surface-1, #FFF);border:1px solid var(--hifi-border-1, #E5E9F0);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px;position:sticky;top:16px;align-self:start}.vitrina-admin-moderation__panel-head h2{margin:4px 0 0;font-size:18px}.vitrina-admin-moderation__fields{display:flex;flex-direction:column;gap:10px;margin:0}.vitrina-admin-moderation__fields>div{display:flex;flex-direction:column;gap:2px}.vitrina-admin-moderation__fields dt{font-size:11px;color:var(--hifi-ink-3, #6B7280);text-transform:uppercase;letter-spacing:.04em}.vitrina-admin-moderation__fields dd{margin:0;font-size:13px;color:var(--hifi-ink-1, #111);word-break:break-word}.vitrina-admin-moderation__long{white-space:pre-wrap}.vitrina-admin-moderation__note{display:flex;flex-direction:column;gap:4px;font-size:12px}.vitrina-admin-moderation__note textarea{width:100%;font-family:inherit;font-size:13px;padding:8px 10px;border:1px solid var(--hifi-border-1, #E5E9F0);border-radius:8px;resize:vertical}.vitrina-admin-moderation__note-hint{font-size:11px;color:var(--hifi-ink-3, #6B7280)}.vitrina-admin-moderation__actions{display:flex;gap:8px;flex-wrap:wrap}.vitrina-admin-moderation__reject{color:var(--hifi-warn, #B91C1C)}.vitrina-admin-moderation__error{color:var(--hifi-warn, #B91C1C);font-size:13px;margin:0}.vitrina-admin-moderation__pending{color:var(--hifi-ink-3, #6B7280);font-size:13px;margin:0}
